Changeset 336883
- Timestamp:
- 01/25/2011 10:40:57 AM (15 years ago)
- Location:
- better-delete-revision
- Files:
-
- 6 edited
- 7 copied
-
tags/1.2 (copied) (copied from better-delete-revision/trunk)
-
tags/1.2/better-delete-revision.php (copied) (copied from better-delete-revision/trunk/better-delete-revision.php) (4 diffs)
-
tags/1.2/changelog.txt (copied) (copied from better-delete-revision/trunk/changelog.txt) (1 diff)
-
tags/1.2/misc-docs (copied) (copied from better-delete-revision/trunk/misc-docs)
-
tags/1.2/php (copied) (copied from better-delete-revision/trunk/php)
-
tags/1.2/php/functions.php (modified) (1 diff)
-
tags/1.2/readme.txt (copied) (copied from better-delete-revision/trunk/readme.txt) (4 diffs)
-
tags/1.2/todo.txt (copied) (copied from better-delete-revision/trunk/todo.txt) (1 diff)
-
trunk/better-delete-revision.php (modified) (4 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/php/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/todo.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-delete-revision/tags/1.2/better-delete-revision.php
r320928 r336883 6 6 7 7 Description: Better Delete Revision is based on the old "Delete Revision" plugin 8 but it is compatible with the latest version of Wordpress (3. 0.3) with improved8 but it is compatible with the latest version of Wordpress (3.x) with improved 9 9 features. It not only deletes redundant revisions of posts from your Wordpress 10 10 Database, it also deletes other database content related to each revision such … … 17 17 can. 18 18 19 Version: 1. 119 Version: 1.2 20 20 21 21 Author: Galerio & Urda … … 36 36 Changelog 37 37 38 2010-10-?? v1.1 38 2011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level 39 40 2010-10-01 v1.1 39 41 Typo and English Corrections 40 42 … … 75 77 add_options_page('Better Delete Revision', 76 78 'Better Delete Revision', 77 8,79 'manage_options', 78 80 basename(__FILE__), 79 81 'my_options_bdelete_revision'); -
better-delete-revision/tags/1.2/changelog.txt
r302878 r336883 1 2011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level 2 1 3 2010-10-21 v1.1 2 4 English corrections -
better-delete-revision/tags/1.2/php/functions.php
r302881 r336883 38 38 function get_bdr_version() 39 39 { 40 return '1. 1';40 return '1.2'; 41 41 } 42 42 -
better-delete-revision/tags/1.2/readme.txt
r320920 r336883 4 4 Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up 5 5 Requires at least: 2.7 6 Tested up to: 3. 0.37 Stable tag: 1. 16 Tested up to: 3.1 7 Stable tag: 1.2 8 8 9 9 Remove and delete old revision of posts, pages and related meta content completely then optimize Database: reduce size and optimization to speed up! … … 12 12 13 13 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. 14 Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3. 0.3) with improved features.14 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. 15 15 = Your current published, scheduled, and draft posts are never touched by this plugin! = 16 16 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. 17 Wordpress MU or customs instalaltion (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list. 17 18 18 19 Post Revisions are a feature introduced in Wordpress 2.6. Whenever you or Wordpress saves a post or a page, a revision is automatically created and stored 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! … … 57 58 58 59 == Changelog == 60 = 1.2 = 61 * Used the Role and Capabilities system instead of User Level 62 59 63 = 1.1 = 60 64 * 2010-10-21 v1.1 … … 82 86 * Possibly Move SQL queries into abstracted file? 83 87 * Clean up SQL (ID vs `ID`) 88 * Remove revisions also for Worpdress MU -
better-delete-revision/tags/1.2/todo.txt
r302881 r336883 15 15 * Possibly Move SQL queries into abstracted file? 16 16 * Clean up SQL (ID vs `ID`) 17 * Support for Wordpress MU -
better-delete-revision/trunk/better-delete-revision.php
r320928 r336883 6 6 7 7 Description: Better Delete Revision is based on the old "Delete Revision" plugin 8 but it is compatible with the latest version of Wordpress (3. 0.3) with improved8 but it is compatible with the latest version of Wordpress (3.x) with improved 9 9 features. It not only deletes redundant revisions of posts from your Wordpress 10 10 Database, it also deletes other database content related to each revision such … … 17 17 can. 18 18 19 Version: 1. 119 Version: 1.2 20 20 21 21 Author: Galerio & Urda … … 36 36 Changelog 37 37 38 2010-10-?? v1.1 38 2011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level 39 40 2010-10-01 v1.1 39 41 Typo and English Corrections 40 42 … … 75 77 add_options_page('Better Delete Revision', 76 78 'Better Delete Revision', 77 8,79 'manage_options', 78 80 basename(__FILE__), 79 81 'my_options_bdelete_revision'); -
better-delete-revision/trunk/changelog.txt
r302878 r336883 1 2011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level 2 1 3 2010-10-21 v1.1 2 4 English corrections -
better-delete-revision/trunk/php/functions.php
r302881 r336883 38 38 function get_bdr_version() 39 39 { 40 return '1. 1';40 return '1.2'; 41 41 } 42 42 -
better-delete-revision/trunk/readme.txt
r320920 r336883 4 4 Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up 5 5 Requires at least: 2.7 6 Tested up to: 3. 0.37 Stable tag: 1. 16 Tested up to: 3.1 7 Stable tag: 1.2 8 8 9 9 Remove and delete old revision of posts, pages and related meta content completely then optimize Database: reduce size and optimization to speed up! … … 12 12 13 13 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. 14 Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3. 0.3) with improved features.14 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. 15 15 = Your current published, scheduled, and draft posts are never touched by this plugin! = 16 16 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. 17 Wordpress MU or customs instalaltion (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list. 17 18 18 19 Post Revisions are a feature introduced in Wordpress 2.6. Whenever you or Wordpress saves a post or a page, a revision is automatically created and stored 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! … … 57 58 58 59 == Changelog == 60 = 1.2 = 61 * Used the Role and Capabilities system instead of User Level 62 59 63 = 1.1 = 60 64 * 2010-10-21 v1.1 … … 82 86 * Possibly Move SQL queries into abstracted file? 83 87 * Clean up SQL (ID vs `ID`) 88 * Remove revisions also for Worpdress MU -
better-delete-revision/trunk/todo.txt
r302881 r336883 15 15 * Possibly Move SQL queries into abstracted file? 16 16 * Clean up SQL (ID vs `ID`) 17 * Support for Wordpress MU
Note: See TracChangeset
for help on using the changeset viewer.