Plugin Directory

Changeset 801608


Ignore:
Timestamp:
11/09/2013 04:09:08 PM (12 years ago)
Author:
mfisc
Message:

rewrite preparations

Location:
log-viewer
Files:
1 added
10 edited

Legend:

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

    r801598 r801608  
    66Requires at least: 3.4
    77Stable Tag: 13.11.09
    8 Latest Version: 13.11.09-1632
     8Latest Version: 13.11.09-1708
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Screenshots ==
    104104
    105 1. Screenshot shows the file view screen
     1051. Screenshot shows the file view screen ( with MP6 )
     1062. Screenshot shows the file view screen
  • log-viewer/readme.txt

    r801598 r801608  
    103103== Screenshots ==
    104104
    105 1. Screenshot shows the file view screen
     1051. Screenshot shows the file view screen ( with MP6 )
     1062. Screenshot shows the file view screen
  • log-viewer/tags/13.11.09/class.plugin.php

    r801598 r801608  
    33 Tag: 13.11.09
    44 Version: @VERSION_SHORT@
    5  Timestamp: 13.11.09-1632
     5 Timestamp: 13.11.09-1708
    66 */
    77
  • log-viewer/tags/13.11.09/helper.inc

    r801598 r801608  
    33 Tag: 13.11.09
    44 Version: @VERSION_SHORT@
    5  Timestamp: 13.11.09-1632
     5 Timestamp: 13.11.09-1708
    66 */
    77
  • log-viewer/tags/13.11.09/log-viewer.php

    r801598 r801608  
    88 Tag: 13.11.09
    99 Version: @VERSION_SHORT@
    10  Timestamp: 13.11.09-1632
     10 Timestamp: 13.11.09-1708
    1111 */
    1212
  • log-viewer/tags/13.11.09/readme.txt

    r801598 r801608  
    66Requires at least: 3.4
    77Stable Tag: 13.11.09
    8 Latest Version: 13.11.09-1632
     8Latest Version: 13.11.09-1708
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Screenshots ==
    104104
    105 1. Screenshot shows the file view screen
     1051. Screenshot shows the file view screen ( with MP6 )
     1062. Screenshot shows the file view screen
  • log-viewer/trunk/readme.txt

    r800611 r801608  
    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-1708
    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 =
     
    96103== Screenshots ==
    97104
    98 1. Screenshot shows the file view screen
     1051. Screenshot shows the file view screen ( with MP6 )
     1062. Screenshot shows the file view screen
Note: See TracChangeset for help on using the changeset viewer.