Plugin Directory

Changeset 966281


Ignore:
Timestamp:
08/15/2014 10:26:54 AM (12 years ago)
Author:
galerio
Message:

added warnings about nextgen gallery bug

Location:
better-delete-revision
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • better-delete-revision/tags/1.3/readme.txt

    r935574 r966281  
    1313== Description ==
    1414
    15 Better Delete Revision not only deletes redundant revisions of posts from your Wordpress Database, it also deletes other database content related to each revision such meta information, tags, relationships, and more.
    16 Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.x) with improved features.
    17 = Your current published, scheduled, and draft posts are never touched by this plugin! =
    18 This plugin can also perform optimizations on your Wordpress database. With optimization and old revision removal this plugin will keep your database lighter and smaller throughout use. Removing old revisions and database optimizations is one of the best things you can do to your Wordpress blog to keep it running as fast as it can.
     15= PLEASE, DON'T USE IT UNTIL VERSION 2.0 BECAUSE IT IS AFFECTED BY A BUG THAT CAN POTENTIALLY DELETE OTHER STUFF IN SOME RARE CASES. =
    1916
    20 Wordpress MU or customs installation (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list.
     17I'm sorry and I hope to get it safely works soon.
    2118
    22 Post Revisions are a feature introduced in Wordpress 2.6. Whenever you or Wordpress saves a post or a page, it automatically creates a revision and stores in your Wordpress database. Each additional revision will slowly increase the size of your database. If you save a post or page multiple times, your number of revisions will greatly increase overtime. For example, if you have 100 posts and each post has 10 revisions you could be storing up to 1,000 copies of older data! The Better Delete Revision plugin is your #1 choice to quickly and easily removing revision from your Wordpress database. Try it out today to see what a lighter and smaller Wordpress database can do for you!
    2319
    24 Home Page: http://www.1e2.it/tag/better-delete-revision on www.1e2.it
    25 
    26 = Remember to VOTE IT !!! Thanks =
    27 
    28 = Translation =
    29 
    30 * Russian (ru_RU)
    31 * Italian (it_IT)
    3220
    3321== Installation ==
  • better-delete-revision/tags/1.4/better-delete-revision.php

    r954026 r966281  
    102102        <div class="wrap">
    103103            <h2><?php _e( 'Better Delete Revision Manager', 'bdr' ); ?> <font size=1><?php echo $bdr_version; ?></font></h2>
     104      <b>IMPORTANT:<br /> DO NOT USE IT IF YOU ARE USING NEXTGEN GALLERY PLUGIN: there is a bug that prevents the galleries already posted to be viewed</b>
    104105            <div class="bdr_widget">
    105106                <p><?php _e( 'You have', 'bdr' ); ?> <span><?php echo $bdr_posts; ?></span> <?php _e( 'posts', 'bdr' ); ?>.</p>
  • better-delete-revision/tags/1.4/readme.txt

    r954026 r966281  
    1313== Description ==
    1414
     15= DO NOT USE IT IF YOU ARE USING NEXTGEN GALLERY PLUGIN: there is a bug that prevents the galleries already posted to be viewed =
    1516Better Delete Revision not only deletes redundant revisions of posts from your Wordpress Database, it also deletes other database content related to each revision such meta information, tags, relationships, and more.
    1617Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.x) with improved features.
  • better-delete-revision/trunk/better-delete-revision.php

    r954026 r966281  
    102102        <div class="wrap">
    103103            <h2><?php _e( 'Better Delete Revision Manager', 'bdr' ); ?> <font size=1><?php echo $bdr_version; ?></font></h2>
     104      <b>IMPORTANT:<br /> DO NOT USE IT IF YOU ARE USING NEXTGEN GALLERY PLUGIN: there is a bug that prevents the galleries already posted to be viewed</b>
    104105            <div class="bdr_widget">
    105106                <p><?php _e( 'You have', 'bdr' ); ?> <span><?php echo $bdr_posts; ?></span> <?php _e( 'posts', 'bdr' ); ?>.</p>
  • better-delete-revision/trunk/readme.txt

    r954026 r966281  
    1313== Description ==
    1414
     15= DO NOT USE IT IF YOU ARE USING NEXTGEN GALLERY PLUGIN: there is a bug that prevents the galleries already posted to be viewed =
    1516Better Delete Revision not only deletes redundant revisions of posts from your Wordpress Database, it also deletes other database content related to each revision such meta information, tags, relationships, and more.
    1617Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.x) with improved features.
Note: See TracChangeset for help on using the changeset viewer.