=== To Do List === Contributors: gwycon Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7415537 Tags: to do, list, admin Requires at least: 2.6 Tested up to: 2.8.4 Stable tag: 1.3.1 Keep track of your daily tasks and activities. A rich text to-do list is automaticlly created for every registered blog user! == Description == Download Now! Maintains a to-do list for every blog user in the admin area. Each list is unique for each registered user. The Plugin automatically monitors who is logged in and displays the appropriate to-do list. Bloggers can keep track of important tasks and activities, and any other information necessary. From v1.3 the Plugin now supports the TinyMCE editor that is included with WordPress. So, rather than plain text, your to-do list now supports spell checking, color highlighting, image insertion, bulleted lists, and much more! The to-do list is displayed as a dashboard widget for convenience. Also, the list is now saved in the database, not in a text file. A check to see if magic quotes are turned on, on your server is made. If they are, then the text entered in the to-do list text box is automatically stripped of escape characters (backslashes). Otherwise the text is left unchanged. See our other Plugins here. == Installation == Instructions for installing the Output Report Plugin. 1. Download and extract the Plugin zip file. 2. Upload the folder containing the Plugin files to your WordPress Plugins folder (usually '../wp-content/plugins/'). 3. Activate the Plugin via the 'Plugins' menu in WordPress. 4. Once activated, you can edit the to do list in the main admin dashboard. == Frequently Asked Questions == Q. I try to drag the to-do list around in the dashboard and everything goes weird! A. There is a problem when dragging the to-do list around with the TinyMCE editor enabled. If you wish to reposition your list, disable the TinyMCE by clicking on the 'tinmyce' checkbox and then clicking update. You can now reposition the list, but be warned the formatting you applied will be lost. == Screenshots == 1. Admin area where you maintain your to do list. == Changelog == = 1.3.1 = * Text no longer coloured by default when TinyMCE editor is 'active' but the html tab is selected. = 1.3 = * Users can now use the TinyMCE editor included with WordPress to format their To-Do List! There is an option to use the plain and simple editor from the previous version. Infact, this is still the default. If you wish to drag the To-Do List to a new position in the dashboard you MUST enable the simple editor first. Otherwise it will not work properly. * Many minor updates to the plug-in code, mainly just tidying things up and updating some links. = 1.21 = * Fixed bug that caused an error for some users: removed call to unefined function `gc_todo_admin_actions()`. = 1.2 = * Support for multiple users. Every user of the blog can maintain their own list! Plugin automatically monitors who is logged in and displays the appropriate to do list. * To Do List is now available as a dashboard widget for convenience, and accessibility. * List saved in the database not as a text file. * When a user is deleted from the blog, their to do list is deleted too automatically. = 1.02 = * To Do List now located under the Dashboard top level menu. Makes more sense to put it here. * Changed the way the Plugin gets the path to the To Do List folder. Now using `WP_PLUGIN_DIR` constant rather than `PLUGINDIR`. = 1.01 = * Changed message when update button clicked. Used to display 'Options Saved', now displays 'To Do List Updated'. * Removed test code that shows magic quotes status.