=== WP Bug Tracker ===
Contributors: vasyl_m
Donate link: http://phpsnapshot.com/donate
Tags: vulnerability, error, warning, notice, stability, graph, bug track, report
Requires at least: 3.0.1
Tested up to: 3.5.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Graphic interface to control your WordPress Website vulnerability.
== Description ==
Very useful native WordPress plugin to control your Website vulnerability.
WP Bug Tracker records all Errors, Warnings and Notices triggered by
active Plugins, Widgets, Themes of WordPress core file and based on that history,
prepares next possible visual reports:
* Linear Graph of total number of Errors, Warnings and Notices triggered by date;
* Pie Graph of negative impact that each functional part of the systems does;
* Interactive list of errors for debugging purposes.
The list of bugs may be reported to PHP Snapshot
web service which collects them and presents to the WordPress developers on demand.
WP Bug Tracker is a good tool to use during development or daily
maintenance purposes.
== Installation ==
1. Upload `wp-bug-tracker` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. And you are ready to go.
== Frequently Asked Questions ==
= Ugly view in Internet Explore =
Well :) Yea. The same story again. So, I believe you have at least IE 9
(I do not have any advise for lover version). Press F12 to trigger Development Panel
and on top menu there will be Browser Mode menu. Click on it and select
Internet Explorer 9 option.
= Registration Failed =
Please make sure that you have Internet Access and the website PHP Snapshot is accessible.
Ok. Now please verify that your website has not trouble to send remote request.
Even if this does not help, my apology. Looks like I screwed something and is working on solution.
== Screenshots ==
1. Linear Graph of errors
2. Pie Graph of plugin's system impact
3. List of errors in table format
4. Error Reporting screen
== Changelog ==
= 1.2 =
* Fixed issue with server error log mashrooming (thanks to ianpark)
* Clean up all error logs and storages
* Fixed bug with Rest response on error (bug #25336 from PHPSnapshot)
* Fixed bug with Relative path to module file (bug #87 from PHPSnapshot)
* Fixed the Error Reporting custom handler
* Adjusted Stats to number of errors, not occurrence
* Fixed GUI glitch during page load
* Added Patching functionality
* Modifications to GUI
* Added Error counter to Admin menu
* Improved error list handling
= 1.0 =
* Initial version