Downloads
Release notes
* Added default values support as per #840076: Settings for new to do defaults
* Use 'real field' for the button real database field
* Hide the buttons when the status is finished or canceled
* Fixed the SQL statement used to delete old TODOes on CRON runs
* Fixed the field being used for the buttons in views (i.e. status instead of priority) #835992: Mark Finished Button in Views with Strikethrough (buttons done.)
* Changes to support the new to_do_block which is now separate from the base module. I noticed that I had not put the CSS along the other code changes.
* Fixed a label as per Drupal convention.
* Fixed the date that was affected by the user timezone.
* Permission system overhaul #839260: Permission system overhaul
* Including better assigned user auto-complete
* Including fix to default user to_do page since user may not be granted the 'all' permission
* Grants a new permission so people who have the 'access all to do content' permission can see ALL to do
* Action on Mark Finished button clicks
* Missing @file declarations added
* Fixed the to_do_node.css names (CSS compliant & compatible with current version)
* Added classes in the info template
* Added navigation to the info template
* Eliminated E_NOTICEs
* Added navigation links (next & previous)
* Avoid using $roles if empty (would generate errors otherwise)
* Added a test in case no user is assignable a To Do task.
* Moved global declaration at the top.