{"id":21575,"date":"2013-01-15T08:25:31","date_gmt":"2013-01-15T08:25:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wpdevtool\/"},"modified":"2013-03-04T10:11:00","modified_gmt":"2013-03-04T10:11:00","slug":"wpdevtool","status":"closed","type":"plugin","link":"https:\/\/et.wordpress.org\/plugins\/wpdevtool\/","author":11493994,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.1","stable_tag":"trunk","tested":"3.5.2","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"WpDevTool","header_author":"Alessandro Benoit","header_description":"","assets_banners_color":"141010","last_updated":"2013-03-04 10:11:00","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/codeb.it","header_plugin_uri":"https:\/\/github.com\/micc83\/WpDevTool","header_author_uri":"http:\/\/codeb.it","rating":5,"author_block_rating":0,"active_installs":10,"downloads":2688,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.1.0":"<p>Major update and minor bug fixes<\/p>","0.0.3":"<p>Fix some issues. Add redirect all email feature. Most important, fix the including of WpDevTool script on every admin page.<\/p>","0.0.1":"<p>First release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"652939","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.1","0.0.3","0.0.4"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"663685","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"663686","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"663687","resolution":"3","location":"assets"},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"663688","resolution":"4","location":"assets"}},"screenshots":{"1":"Main WpDevTool Admin Screen","2":"Error Console Screen","3":"Permalinks Screen","4":"Crons Screen"}},"plugin_section":[],"plugin_tags":[94,2275,734,908,732],"plugin_category":[52,59],"plugin_contributors":[92198],"plugin_business_model":[],"class_list":["post-21575","plugin","type-plugin","status-closed","hentry","plugin_tags-debug","plugin_tags-developer","plugin_tags-development","plugin_tags-log","plugin_tags-maintenance","plugin_category-performance","plugin_category-utilities-and-tools","plugin_contributors-micc83","plugin_committers-micc83"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wpdevtool_141010.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wpdevtool\/assets\/screenshot-1.jpg?rev=663685","caption":"Main WpDevTool Admin Screen"},{"src":"https:\/\/ps.w.org\/wpdevtool\/assets\/screenshot-2.jpg?rev=663686","caption":"Error Console Screen"},{"src":"https:\/\/ps.w.org\/wpdevtool\/assets\/screenshot-3.jpg?rev=663687","caption":"Permalinks Screen"},{"src":"https:\/\/ps.w.org\/wpdevtool\/assets\/screenshot-4.jpg?rev=663688","caption":"Crons Screen"}],"raw_content":"<!--section=description-->\n<p>WpDevTool implements many useful functions for WordPress Developers such as:<\/p>\n\n<ul>\n<li><strong>Maintenance mode<\/strong>: Return a HTTP RESPONSE 503 (Service Temporary Unavailable) Under Maintenance landing page<\/li>\n<li><strong>Debug bar<\/strong>: A simple bar which show number of query, timing and memory of current page<\/li>\n<li><strong>Enable error display and logging<\/strong>: Now you can enable PHP errors diplay and logging without editing wp_config.php<\/li>\n<li><strong>Log console<\/strong>: A console to show WordPress Error Log<\/li>\n<li><strong>Email redirect<\/strong>: Redirect all WordPress emails to a single address<\/li>\n<li><strong>Wp-Cron manager<\/strong>: Visualisation, search and deletion of Wp-Cron<\/li>\n<li><strong>Permalinks viewer<\/strong>: Visualisation and search of Permalinks<\/li>\n<li><strong>wdt_dump()<\/strong>: A formatted version of var_dump()<\/li>\n<\/ul>\n\n<h4>WpDevTool on GitHub<\/h4>\n\n<p>https:\/\/github.com\/micc83\/WpDevTool<\/p>\n\n<h4>Support or Contact<\/h4>\n\n<p>Having trouble with WpDevTool? Open an <a href=\"https:\/\/github.com\/micc83\/WpDevTool\/issues\">issue<\/a> or contact me at micc83@gmail.com<\/p>\n\n<h3>To Do<\/h3>\n\n<ul>\n<li>Think about moving debug.log creation ( if missing ) to error_handler.php instead of console<\/li>\n<li>Add missing help voices and update documentation<\/li>\n<\/ul>\n\n<h3>To Be<\/h3>\n\n<ul>\n<li>Add update-count tip to WpDevTool menu button with errors count<\/li>\n<li>List of options<\/li>\n<li>List of transients<\/li>\n<li>Add some stat to main admin page<\/li>\n<li>Add db table visualisation<\/li>\n<li>Add backup\/restore db<\/li>\n<li>Add Developer User type<\/li>\n<li>Add ajax behaviors<\/li>\n<li>Addons<\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<p>Icon Credits goes to: <a href=\"http:\/\/www.minimamente.com\">miniMAC<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload WpDevTool folder to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to enable Silent Logging<\/dt>\n<dd><p>WpDevTool can handle errors for you with the only downside that is fired at plugins activation. If you need a more complete logging and still use WpDevTool Error Console you can manually edit your wp-config.php file. Set WP_DEBUG constant to TRUE in your wp-config.php file and add the following lines of code right after :<\/p>\n\n<pre><code>if (WP_DEBUG) {\n    define('WP_DEBUG_LOG', true);\n    define('WP_DEBUG_DISPLAY', false);\n    @ini_set('display_errors',0);\n}\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Added a install\/update hook for setting options<\/li>\n<li>Fixed a problem with color schemes<\/li>\n<li>Added Wp-Cron Manager<\/li>\n<li>Added Permalinks Viewer<\/li>\n<li>Added a quick links section in the contextual help<\/li>\n<li>Improved responsiveness<\/li>\n<li>Add wp_nonce check to deletion\/download of cron and log file<\/li>\n<li>Check debug.log file permissions<\/li>\n<li>Enable debug bar in wp-admin<\/li>\n<li>Fixed many minor issues<\/li>\n<\/ul>\n\n<h4>0.0.4<\/h4>\n\n<ul>\n<li>Fix bug \"updating plugin\" cause maintenance message and email missing error<\/li>\n<\/ul>\n\n<h4>0.0.3<\/h4>\n\n<ul>\n<li>Fix console showing 1 error with no errors bug<\/li>\n<li>Fix debug bar background on style.css for internet explorer enhancement<\/li>\n<li>Redirect all WordPress Mail feature<\/li>\n<li>Fix Check on which admin page to include script.js bug<\/li>\n<\/ul>\n\n<h4>0.0.2<\/h4>\n\n<ul>\n<li>Add default options to wpdevtool_activation<\/li>\n<li>Log file name now includes time<\/li>\n<li>Delete options on plugin uninstall<\/li>\n<li>Added a formatted version of var_dump() function<\/li>\n<li>Add twitter, plugin home and general fix credits widget<\/li>\n<li>Completed italian translation<\/li>\n<\/ul>\n\n<h4>0.0.1<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Development tool for WordPress to track bugs, manage crons, permalinks and much more.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=21575"}],"author":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/micc83"}],"wp:attachment":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21575"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21575"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21575"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21575"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21575"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}