Plugin Directory

Changeset 801598


Ignore:
Timestamp:
11/09/2013 03:43:02 PM (12 years ago)
Author:
mfisc
Message:

rewrite preparations

Location:
log-viewer
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • log-viewer/branches/rewrite/readme.txt

    r800611 r801598  
    11=== Log Viewer ===
    2 Tags: debug, log, advanced, admin
    3 Tested up to: 3.6 ( beta1 )
     2Tags: debug, log, advanced, admin, development
     3Contributors: mfisc
     4Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2
     5Tested up to: 3.7.1
    46Requires at least: 3.4
    5 Stable Tag: 2013.05.19
    6 Latest Version: 13.11.07-2047
    7 Contributors:
     7Stable Tag: 13.11.09
     8Latest Version: 13.11.09-1632
    89License: GPLv2 or later
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1314== Description ==
    1415
    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
     18This 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.
    1619
    1720To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file.
    1821
    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 better feel 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") wich comes directly by the awesome guys at Automattic!
     22If you're experiencing problems please report through support forum or check FAQ section. If you have suggestions feel free to submit your view.
     23Log-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!
    2124
    2225**Known limitations:**
    2326
    2427* 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
    2729
    2830**ToDo:**
     
    3436
    3537== 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
    3643
    3744= 13.6.25 =
  • log-viewer/readme.txt

    r800611 r801598  
    11=== Log Viewer ===
    2 Tags: debug, log, advanced, admin
     2Tags: debug, log, advanced, admin, development
     3Contributors: mfisc
     4Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2
    35Tested up to: 3.7.1
    46Requires at least: 3.4
    57Stable Tag: @STABLETAG@
    68Latest Version: @VERSION@
    7 Contributors:
    89License: GPLv2 or later
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1314== Description ==
    1415
    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
     18This 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.
    1619
    1720To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file.
    1821
    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 better feel 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") wich comes directly by the awesome guys at Automattic!
     22If you're experiencing problems please report through support forum or check FAQ section. If you have suggestions feel free to submit your view.
     23Log-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!
    2124
    2225**Known limitations:**
    2326
    2427* 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
    2729
    2830**ToDo:**
     
    3436
    3537== 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
    3643
    3744= 13.6.25 =
Note: See TracChangeset for help on using the changeset viewer.