Plugin Directory

Changeset 514789


Ignore:
Timestamp:
03/05/2012 05:07:22 PM (14 years ago)
Author:
Albert Bertilsson
Message:

Changed integration from using metaboxes to adding a button next to the permalink in the admin UI.

Location:
database-peek/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • database-peek/trunk/database-peek.php

    r513977 r514789  
    44Plugin URI: http://www.albert.nu/stuff/wordpress/plugins/database-peek/
    55Description: Display the contents of your WordPress database
    6 Version: 1.1
     6Version: 1.2
    77Author: Albert Bertilsson
    88Author URI: http://www.albert.nu/
  • database-peek/trunk/readme.txt

    r513959 r514789  
    1010== Description ==
    1111
    12 For those with a need to look at the pure contents of the WordPress database. The plugin gives admins a user friendly and safe way to display the tables of the database as well as show the detailed information of the tables and view each row of data including rows in other tables referring to the displayed row. Functionallity for filtering and sorting makes it very easy to get a good overview and find specific data. Integration with other parts of the administration tool makes it quick and easy to examine various entities in the database.
     12For those with a need to look at the pure contents of the WordPress database. The plugin gives admins a user friendly and safe way to display the tables of the database as well as show the detailed information of the tables and view each row of data including rows in other tables referring to the displayed row.
     13
     14Functionallity for filtering and sorting makes it very easy to get a good overview and find specific data. Integration with other parts of the administration tool makes it quick and easy to examine various entities in the database.
    1315
    1416This is not a replacement to having access to the WordPress database but it provides several benefits:
Note: See TracChangeset for help on using the changeset viewer.