Changeset 521394
- Timestamp:
- 03/20/2012 05:18:00 PM (14 years ago)
- Location:
- database-peek/trunk
- Files:
-
- 5 edited
-
database-peek.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
-
screenshot-3.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
database-peek/trunk/database-peek.php
r521032 r521394 35 35 class ABDatabasePeek { 36 36 37 public static $footer_msg = 'Database Peek version 1. 1Developed by Albert Bertilsson in 2012';37 public static $footer_msg = 'Database Peek version 1.2 Developed by Albert Bertilsson in 2012'; 38 38 public static $no_access_msg = 'You do not have sufficient permissions to access this page.'; 39 39 -
database-peek/trunk/readme.txt
r514789 r521394 1 1 === Database Peek === 2 2 Contributors: albert-bertilsson 3 Tags: database, view, display, show 3 Tags: database, view, display, show, browse 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.3.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 8 8 Database Peek allows admins to view the database content in a user friendly and safe way. … … 12 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. 13 13 14 Functional lity 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 toexamine various entities in the database.14 Functionality 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. 15 15 16 16 This is not a replacement to having access to the WordPress database but it provides several benefits: … … 19 19 * Overview pages with clickable links to navigate is a lot faster than typing SQL (at least for me). 20 20 * Access to tables is verified against the current user access rights, should be safe. 21 * Quick access to basic table column statistics. 21 22 22 23 == Installation == … … 34 35 == Changelog == 35 36 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 36 45 = 1.1 = 37 46 * Fixed bug in the function that created links between tables.
Note: See TracChangeset
for help on using the changeset viewer.