Changeset 801598
- Timestamp:
- 11/09/2013 03:43:02 PM (12 years ago)
- Location:
- log-viewer
- Files:
-
- 5 added
- 2 edited
-
branches/rewrite/readme.txt (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
-
tags/13.11.09 (added)
-
tags/13.11.09/class.plugin.php (added)
-
tags/13.11.09/helper.inc (added)
-
tags/13.11.09/log-viewer.php (added)
-
tags/13.11.09/readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
log-viewer/branches/rewrite/readme.txt
r800611 r801598 1 1 === Log Viewer === 2 Tags: debug, log, advanced, admin 3 Tested up to: 3.6 ( beta1 ) 2 Tags: debug, log, advanced, admin, development 3 Contributors: mfisc 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2 5 Tested up to: 3.7.1 4 6 Requires at least: 3.4 5 Stable Tag: 2013.05.19 6 Latest Version: 13.11.07-2047 7 Contributors: 7 Stable Tag: 13.11.09 8 Latest Version: 13.11.09-1632 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 14 == Description == 14 15 15 This plugin provides an easy way to view *.log files directly in admin panel of your wordpress. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. 16 **Currently i'm completely rewriting the plugin for better usage in MU installations! ( mfisc / Nov. 9th, 2013 )** 17 18 This plugin provides an easy way to view any *.log files directly in admin panel. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. 16 19 17 20 To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file. 18 21 19 If you're experiencing problems please report through support forum or check FAQ section ! Also if you have ideas or how i could do betterfeel free to submit your view.20 Log-Viewer is also listed on the excellent [Developer Plugin](http://wordpress.org/extend/plugins/developer/ "WordPress Developer Plugin") w ich comes directly by the awesome guys at Automattic!22 If you're experiencing problems please report through support forum or check FAQ section. If you have suggestions feel free to submit your view. 23 Log-Viewer is also listed on the excellent [Developer Plugin](http://wordpress.org/extend/plugins/developer/ "WordPress Developer Plugin") which comes directly by the awesome guys at Automattic! 21 24 22 25 **Known limitations:** 23 26 24 27 * Autorefresh is currently fixed at 15 seconds if enabled - will let you choose custom timing soon 25 * Options not realy well placed - have to have a look at solutions of other plugins 26 * Take care in MU installations. As the plugin lists all *.log files in WP_CONTENT_DIR it doesn't separate blogs ... yet! 28 * Options not really well placed - have to have a look at solutions of other plugins 27 29 28 30 **ToDo:** … … 34 36 35 37 == Changelog == 38 39 = 13.11.09 = 40 * moved to PhpStorm for development 41 * changed build script to Phing 42 * started complete rewrite for MU optimizations 36 43 37 44 = 13.6.25 = -
log-viewer/readme.txt
r800611 r801598 1 1 === Log Viewer === 2 Tags: debug, log, advanced, admin 2 Tags: debug, log, advanced, admin, development 3 Contributors: mfisc 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2 3 5 Tested up to: 3.7.1 4 6 Requires at least: 3.4 5 7 Stable Tag: @STABLETAG@ 6 8 Latest Version: @VERSION@ 7 Contributors:8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 14 == Description == 14 15 15 This plugin provides an easy way to view *.log files directly in admin panel of your wordpress. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. 16 **Currently i'm completely rewriting the plugin for better usage in MU installations! ( mfisc / Nov. 9th, 2013 )** 17 18 This plugin provides an easy way to view any *.log files directly in admin panel. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. 16 19 17 20 To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file. 18 21 19 If you're experiencing problems please report through support forum or check FAQ section ! Also if you have ideas or how i could do betterfeel free to submit your view.20 Log-Viewer is also listed on the excellent [Developer Plugin](http://wordpress.org/extend/plugins/developer/ "WordPress Developer Plugin") w ich comes directly by the awesome guys at Automattic!22 If you're experiencing problems please report through support forum or check FAQ section. If you have suggestions feel free to submit your view. 23 Log-Viewer is also listed on the excellent [Developer Plugin](http://wordpress.org/extend/plugins/developer/ "WordPress Developer Plugin") which comes directly by the awesome guys at Automattic! 21 24 22 25 **Known limitations:** 23 26 24 27 * Autorefresh is currently fixed at 15 seconds if enabled - will let you choose custom timing soon 25 * Options not realy well placed - have to have a look at solutions of other plugins 26 * Take care in MU installations. As the plugin lists all *.log files in WP_CONTENT_DIR it doesn't separate blogs ... yet! 28 * Options not really well placed - have to have a look at solutions of other plugins 27 29 28 30 **ToDo:** … … 34 36 35 37 == Changelog == 38 39 = 13.11.09 = 40 * moved to PhpStorm for development 41 * changed build script to Phing 42 * started complete rewrite for MU optimizations 36 43 37 44 = 13.6.25 =
Note: See TracChangeset
for help on using the changeset viewer.