Plugin Directory

Changeset 3049253


Ignore:
Timestamp:
03/11/2024 04:09:31 PM (2 years ago)
Author:
Jeffinho2016
Message:

Updated readme.txt to include screenshots

Location:
sortable-dashboard-to-do-list
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sortable-dashboard-to-do-list/tags/1.0.3/readme.txt

    r3049125 r3049253  
    1 === Sortable Dashboard To-Do List ===
    2 Contributors: Jeffinho2016,jfgmedia
    3 Tags: dashboard, to-do, task, list, admin
     1=== JS Error Logger ===
     2Contributors: Jeffinho2016
     3Tags: javascript, js, error, log, debug
    44Requires at least: 5.0
    5 Tested up to: 6.4.2
    6 Stable tag: 1.0.2
     5Tested up to: 6.4.3
     6Stable tag: 1.0
    77Requires PHP: 7.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Adds a to-do list to the WordPress dashboard.
     11Logs front-end javascript errors on the back-end.
    1212
    1313== Description ==
    1414
    15 The plugin adds a sortable to-do list to your WP dashboard. This can be useful for developers, or even for content writers.
     15The plugin catches most JS errors, logs them, and displays them on the backend.
    1616
    17 Its features:
     17Here are some of its features:
    1818<ul>
    1919<li>
    20 To-do list item creation, edition and deletion via ajax. No page reload.
     20Except for the plugin settings, there is no database storage involved. Log is written in a ".log" file.
    2121</li>
    2222<li>
    23 To-do items are timestamped. You'll never forget when they were created, or when you last edited them.
     23Display latest JS errors in a dashboard widget.
    2424</li>
    2525<li>
    26 Option to display the to-do list on the website (for the current logged-in user only).
     26Refresh errors from the dashboard widget.
    2727</li>
    2828<li>
    29 Website list can be collapsed and expanded. But website items can currently NOT be edited or sorted.
     29See the full error log on a separate page.
    3030</li>
    3131<li>
    32 Website list remembers its last display state (showed or collapsed)
     32Ignore errors if the user agent contains a specific string.
    3333</li>
    3434<li>
    35 Website list remembers the size, position and state of opened to-do items
     35Ignore errors if the error contains a specific string.
    3636</li>
    3737<li>
    38 Possibility to decide to not show some to-do items on the website.
     38Ignore errors if the script url contains a specific string.
    3939</li>
    4040<li>
    41 The list is individual. Each user has their own list.
    42 </li>
    43 <li>
    44 For multisite, it's one list per user and per site.
     41See which page and which script triggered the errors.
    4542</li>
    4643</ul>
     44
     45= Additional Options =
     46The plugin cleans the log every 24 hours, to only keep the last 100 entries.
     47To enable more entries, there's the "js-error-logger-max-log-entries" WP filter, which takes the number of entries as the parameter.
     48
     49To prevent logging errors coming from infinite loops, the plugin will not log more than 10 errors per page load.
     50To increase or decrease this number, there's the "js-error-logger-max-errors-per-page" WP filter, which takes the number of errors as the parameter.
     51
     52By default, the plugin will call the server each time an error is triggered.
     53If you wish to make only one server call when the page visibility changes (tab change, browser reduced, etc...), use the "js-error-logger-send-on-visibility-change" WP filter, and set its return value to true.
     54
     55= Multisite =
     56The plugin works with multisite. There's one error log per site.
    4757
    4858== Installation ==
    4959
    50601. Visit the Plugins page within your dashboard and select "Add New"
    51 2. Search for "Sortable Dashboard To-Do List"
     612. Search for "JS Error Logger"
    52623. Click "Install"
     63
     64== Screenshots ==
     65
     661. The To-Do List dashboard widget
     672. The website list, in its collapsed (left) and expanded (right) forms
     683. The website list, with a bunch of tasks opened for consultation
    5369
    5470== Upgrade Notice ==
    5571Not available at the moment
    5672
    57 == Frequently Asked Questions ==
    58 
    59 = Will this plugin slow down my site? =
    60 
    61 It will have no impact on site speed whatsoever. The plugin only launches for users that have the ability to edit posts.
    62 
    6373== Changelog ==
    64 
    65 = 1.0.3 =
    66 * Fix: Some translatable strings were not on the correct text domain
    67 
    68 = 1.0.2 =
    69 * Added an uninstall hook to remove all plugin traces from database on uninstall
    70 
    71 = 1.0.1 =
    72 * Added JFG Media as author and contributor
    7374
    7475= 1.0 =
  • sortable-dashboard-to-do-list/trunk/readme.txt

    r3049130 r3049253  
    1 === Sortable Dashboard To-Do List ===
    2 Contributors: Jeffinho2016,jfgmedia
    3 Tags: dashboard, to-do, task, list, admin
     1=== JS Error Logger ===
     2Contributors: Jeffinho2016
     3Tags: javascript, js, error, log, debug
    44Requires at least: 5.0
    5 Tested up to: 6.4.2
    6 Stable tag: 1.0.3
     5Tested up to: 6.4.3
     6Stable tag: 1.0
    77Requires PHP: 7.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Adds a to-do list to the WordPress dashboard.
     11Logs front-end javascript errors on the back-end.
    1212
    1313== Description ==
    1414
    15 The plugin adds a sortable to-do list to your WP dashboard. This can be useful for developers, or even for content writers.
     15The plugin catches most JS errors, logs them, and displays them on the backend.
    1616
    17 Its features:
     17Here are some of its features:
    1818<ul>
    1919<li>
    20 To-do list item creation, edition and deletion via ajax. No page reload.
     20Except for the plugin settings, there is no database storage involved. Log is written in a ".log" file.
    2121</li>
    2222<li>
    23 To-do items are timestamped. You'll never forget when they were created, or when you last edited them.
     23Display latest JS errors in a dashboard widget.
    2424</li>
    2525<li>
    26 Option to display the to-do list on the website (for the current logged-in user only).
     26Refresh errors from the dashboard widget.
    2727</li>
    2828<li>
    29 Website list can be collapsed and expanded. But website items can currently NOT be edited or sorted.
     29See the full error log on a separate page.
    3030</li>
    3131<li>
    32 Website list remembers its last display state (showed or collapsed)
     32Ignore errors if the user agent contains a specific string.
    3333</li>
    3434<li>
    35 Website list remembers the size, position and state of opened to-do items
     35Ignore errors if the error contains a specific string.
    3636</li>
    3737<li>
    38 Possibility to decide to not show some to-do items on the website.
     38Ignore errors if the script url contains a specific string.
    3939</li>
    4040<li>
    41 The list is individual. Each user has their own list.
    42 </li>
    43 <li>
    44 For multisite, it's one list per user and per site.
     41See which page and which script triggered the errors.
    4542</li>
    4643</ul>
     44
     45= Additional Options =
     46The plugin cleans the log every 24 hours, to only keep the last 100 entries.
     47To enable more entries, there's the "js-error-logger-max-log-entries" WP filter, which takes the number of entries as the parameter.
     48
     49To prevent logging errors coming from infinite loops, the plugin will not log more than 10 errors per page load.
     50To increase or decrease this number, there's the "js-error-logger-max-errors-per-page" WP filter, which takes the number of errors as the parameter.
     51
     52By default, the plugin will call the server each time an error is triggered.
     53If you wish to make only one server call when the page visibility changes (tab change, browser reduced, etc...), use the "js-error-logger-send-on-visibility-change" WP filter, and set its return value to true.
     54
     55= Multisite =
     56The plugin works with multisite. There's one error log per site.
    4757
    4858== Installation ==
    4959
    50601. Visit the Plugins page within your dashboard and select "Add New"
    51 2. Search for "Sortable Dashboard To-Do List"
     612. Search for "JS Error Logger"
    52623. Click "Install"
     63
     64== Screenshots ==
     65
     661. The To-Do List dashboard widget
     672. The website list, in its collapsed (left) and expanded (right) forms
     683. The website list, with a bunch of tasks opened for consultation
    5369
    5470== Upgrade Notice ==
    5571Not available at the moment
    5672
    57 == Frequently Asked Questions ==
    58 
    59 = Will this plugin slow down my site? =
    60 
    61 It will have no impact on site speed whatsoever. The plugin only launches for users that have the ability to edit posts.
    62 
    6373== Changelog ==
    64 
    65 = 1.0.3 =
    66 * Fix: Some translatable strings were not on the correct text domain
    67 
    68 = 1.0.2 =
    69 * Added an uninstall hook to remove all plugin traces from database on uninstall
    70 
    71 = 1.0.1 =
    72 * Added JFG Media as author and contributor
    7374
    7475= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.