Plugin Directory

Changeset 521394


Ignore:
Timestamp:
03/20/2012 05:18:00 PM (14 years ago)
Author:
Albert Bertilsson
Message:

Release 1.2

Location:
database-peek/trunk
Files:
5 edited

Legend:

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

    r521032 r521394  
    3535    class ABDatabasePeek {
    3636
    37         public static $footer_msg = 'Database Peek version 1.1 Developed by Albert Bertilsson in 2012';
     37        public static $footer_msg = 'Database Peek version 1.2 Developed by Albert Bertilsson in 2012';
    3838        public static $no_access_msg = 'You do not have sufficient permissions to access this page.';
    3939           
  • database-peek/trunk/readme.txt

    r514789 r521394  
    11=== Database Peek ===
    22Contributors: albert-bertilsson
    3 Tags: database, view, display, show
     3Tags: database, view, display, show, browse
    44Requires at least: 3.0.1
    55Tested up to: 3.3.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77
    88Database Peek allows admins to view the database content in a user friendly and safe way.
     
    1212For 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.
    1313
    14 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.
     14Functionality 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 browse and examine various entities in the database.
    1515
    1616This is not a replacement to having access to the WordPress database but it provides several benefits:
     
    1919* Overview pages with clickable links to navigate is a lot faster than typing SQL (at least for me).
    2020* Access to tables is verified against the current user access rights, should be safe.
     21* Quick access to basic table column statistics.
    2122
    2223== Installation ==
     
    3435== Changelog ==
    3536
     37= 1.2 =
     38* Added statistics for tables to get a rough overview of the data in a table.
     39* Changed integration from using metaboxes to adding a button next to the permalink in the admin UI.
     40* Added link to settings from the plugin admin page.
     41* Added blog name column to table listing.
     42* Display more data in fields when displaying a single item. (Eg: post_content)
     43* Display nice message when single item is missing, instead of empty view.
     44
    3645= 1.1 =
    3746* Fixed bug in the function that created links between tables.
Note: See TracChangeset for help on using the changeset viewer.