Download & Extend

Releases for To do list

to_do 6.x-1.5

Download Size md5 hash
to_do-6.x-1.5.tar.gz 51.02 KB f06cc321da7c82f654e216566ea817f4
to_do-6.x-1.5.zip 61.19 KB 39f9203cb2967dd15194bde951c28707
Last updated: June 30, 2011 - 22:11
Official release from tag: 6.x-1.5

Release notes

* Removed the $Id: $ and fixed the CSS appropriately
* Added support for Rules and tokens #1099898: notifications (emails to assigned users) -- no event on Create/Update and #963048: Notify Assigned Users and #561044: views and reminder (add Rules actions support)
* Fixed the to do buttons in views by giving them a name other than buttons
* Removed empty lines or

<?php
...
?>
entries

to_do 6.x-1.4

Download Size md5 hash
to_do-6.x-1.4.tar.gz 54.8 KB 445f4a9f33ac32fe3cc9d4d7e6701df0
to_do-6.x-1.4.zip 68.29 KB 2cf98efe7dbb239cb27f0857fdf9d87d
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.4

Release notes

* Added a comment about the "wrong" naming convention for the permissions.
* Fixed the "Add To Do" (+) button in the block which should not appear for users who don't have permissions (#955518: Shows all links although user doesn't have the necessary permissions)
* Fixed the loading/usage of assigned users to always use $node->assigned_users instead of either that or $node->users #978420: finished to dos lose there assigned users
* Closing the anchor for Urgent and All buttons. #979418: Block links are broken to urgent and all!
* Fixed the problems with the buttons by forcing the height of that block.
* Added support to get a strike through for the To Do List item title #835992: Mark Finished Button in Views with Strikethrough (buttons done.)

to_do 6.x-1.3

Download Size md5 hash
to_do-6.x-1.3.tar.gz 53.29 KB e0bf0e25984951d690927151c2a37f72
to_do-6.x-1.3.zip 66.5 KB 46fcde1f3d23b18d34b597285d2fa119
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.3

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.

to_do 6.x-1.2

Download Size md5 hash
to_do-6.x-1.2.tar.gz 48.69 KB acd3d7bf916851c92b6b944d0c0836ca
to_do-6.x-1.2.zip 61.07 KB 8d26e3077bf0a9849e3bd7aa003a700f
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.2

Release notes

One major fix: we now do not generate errors in the CRON output.
One important fix: we use 'status' instead of 'item_status' which means we test the right variable.

* Changes so translations can be done as expected.
* Fixed two titles that did not use the t() macro #834326: Titles translation
* Fixed a couple of comments.
* Changed the default to TO_DO_BLOCK_DEFAULT_ITEMS_PER_PAGE instead of 1 when somehow set when it should not be.
* Moved TO_DO_DEFAULT_ITEMS_PER_PAGE to the Block where it is used.
* Renamed TO_DO_DEFAULT_ITEMS_PER_PAGE as TO_DO_BLOCK_DEFAULT_ITEMS_PER_PAGE.
* Made sure sidebar_items was set to a value larger than 0. #833282: Block tabs not working (also division by zero error which is fixed.)
* Removed two unused lines in the block code.
* Added db_rewrite_sql() on all counts.
* Moved the {node} n specification at the end of the FROM clause.
* Removed the AS keyword from the FROM clause.
* Coder fixes.
* 3 strings corrections to English.
* Ability to change the fieldset title
* Moved the addition of to_do_node.css CSS to to_do_view() which seems more sensible than theme_to_do_header()
* Added the fieldset as a form fieldset instead of using the header/footer trick as before.
* Auto-collapse fieldset in teaser listings when priority is less then High.
* Capability to remove the fieldset altogether.
* Fixed the theming variables for the header and footer.
* Removed theme_to_do_footer() since it became obsolete.

Read more

to_do 6.x-1.1

Download Size md5 hash
to_do-6.x-1.1.tar.gz 45.65 KB d74483bc6a8b7edb7262b1a97eca6410
to_do-6.x-1.1.zip 58.81 KB 45bafc86ffd4941a3ff0a9f5df102c15
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1

Release notes

* Added a TODO.txt file.
* Removed the project from the "project" package, it is in Other now. I may put it in "Project" once I add the "Rules" since that's many modules for a single project now!
* Broken up the existing code of the module in two: to do tasks & to do blocks.
* Optimized the module by moving many functions to separate files (i.e. .admin.inc, .users.inc, etc.)
* Removed the ahah dependency.
* Fixed several bugs with the date selection hide/show capability (no more AJAX, using jQuery only.)
* Fixed bug with block paging, it would not properly reset for all users (actually, only for admin!)
* Heavily modified the user lists so ONE function generates all the lists.
* Fixed sorting of Finished column so it uses the Finished date instead of deadline.
* Added a column to the block list (i.e. status) and renamed the priority which was wrongly called status.
* Make use of define() for many of the hard coded lists.
* Fixed the use of URGENT and ALL properly disassociating them from the priority (i.e. URGENT was often called Immediate).
* Fixed block paging so it uses the standard paging CSS.
* Moved some of the block JavaScript code to PHP to optimize overall transfer time.
* The PHP code generates the block table which are 100% Drupal compatible tables (with the header moving along as expected)
* Easier interface setup in general.

Read more

to_do 6.x-1.1-rc12

Download Size md5 hash
to_do-6.x-1.1-rc12.tar.gz 26.02 KB 0235f9c34846cc29dff17e2d9601f4c3
to_do-6.x-1.1-rc12.zip 31.14 KB e23d3b2731896764075a5044bcae396b
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc12

Release notes

* Fixed pager bug whereby pager wasn't appearing in user created tab
* Fixed bug reported by brulain (http://drupal.org/user/535504) in comment #16 of #596254: Impossible to assign a role whereby usernames were being shown twice in the user created tab
* Fixed javascript error whereby data in the block was getting squished into a single column

to_do 6.x-1.1-rc11

Download Size md5 hash
to_do-6.x-1.1-rc11.tar.gz 25.99 KB c774e52ec24115ff4c6163d78192aeed
to_do-6.x-1.1-rc11.zip 31.12 KB 27c876d23335a7c6ae8eb5fe30faee0e
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc11

Release notes

* Registered the URL to_do in response to requests from users. this URL will automatically re-direct the user to the appropriate tab in their user page.

to_do 6.x-1.1-rc10

Download Size md5 hash
to_do-6.x-1.1-rc10.tar.gz 25.87 KB b3be8a2ad931d9b878d2831cd0c685b0
to_do-6.x-1.1-rc10.zip 31.07 KB e4f899b4d7349f6543f56dfbb2f8fd17
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc10

Release notes

* Added French translation, provided by brulain (http://drupal.org/user/535504)
* Fixed bug whereby page wasn't appearing, as reported by megrix (http://drupal.org/user/408361) in #531330: Need page to list all items assigned to all users
* Added setting on settings page to allow site admins to select the number of items to be shown on listings pages, as requested by megrix (link above)

to_do 6.x-1.1-rc9

Download Size md5 hash
to_do-6.x-1.1-rc9.tar.gz 22.51 KB 6583342e31445f0e8c8f9906bbcc7bea
to_do-6.x-1.1-rc9.zip 25 KB 4f9f785c60f990efd43139e7bec5df39
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc9

Release notes

* Fixed errors reported by Brulain (http://drupal.org/user/535504) in #596254: Impossible to assign a role
* Rebuilt output
* Added template files
* Added function to be able to choose who can mark listing finished
* Added function to be able to have a listing automatically marked finished after the finish date has passed

This update requires running update.php, and a rebuilding of the cache

to_do 6.x-1.1-rc8

Download Size md5 hash
to_do-6.x-1.1-rc8.tar.gz 22.24 KB 807b375756d9c8d0ca0385dc534e024a
to_do-6.x-1.1-rc8.zip 24.49 KB d494d7affb08a9e608a7176ce1bfe5bd
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc8

Release notes

Removed random alert() function from javascript file.

to_do 6.x-1.1-rc7

Download Size md5 hash
to_do-6.x-1.1-rc7.tar.gz 22.24 KB 0eb7b2e0628f04f37ddee95159ae4851
to_do-6.x-1.1-rc7.zip 24.5 KB f4553e7353f374aa8b1a805efdb5a55a
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc7

Release notes

Fixed bugs brought up by Brulain in #596254: Impossible to assign a role (comment: #2498914)

* Changed text on settings page
* Put text from template file into the t() function
* Added javascript function to encode HTML entities into their proper entity

to_do 6.x-1.1-rc6

Download Size md5 hash
to_do-6.x-1.1-rc6.tar.gz 22.23 KB b66ea6ff5b768e50ffc2518d1fc679cf
to_do-6.x-1.1-rc6.zip 24.88 KB bef5132bdda93d6e8f97b1de6da48e2d
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc6

Release notes

Fixed two bugs:
* Fixed AHAH problem on settings page
* Fixed javascript problem whereby javascript for the block wasn't loading properly.

to_do 6.x-1.1-rc5

Download Size md5 hash
to_do-6.x-1.1-rc5.tar.gz 22.21 KB 4f4328b363ddb59d5005964d2173d34a
to_do-6.x-1.1-rc5.zip 24.86 KB 8c146e13d27a91b611bbd1015353ca83
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc5

Release notes

This release fixes a host of bugs that were in the module. These bugs were associated with the following issues:

1) #552206: wrong block links (Urgent, All) for a non clean urls site - module didn't work properly on sites without clean URLs enabled
2) #541888: error on localhost - sql bug
3) #563116: I get a similar error as Admin with no new roles defined - sql bug
4) #568040: the user can't access the to do node that assigned by others - bug in access system
5) #585842: user warning: You have an error in your SQL syntax - sql bug
6) #596254: Impossible to assign a role - sql bug
7) #572422: Unknown Table n user warning when assigning user role - sql bug
8) #674622: permission to allow or disallow users setting options for sidebar block - bug whereby users without permissions to be assigned to do list items had a pointless setting in their user control panel that allowed them to set the number of to do list items to be displayed.

As well, in this release hook_access() was rewritten, taking out the $op values of 'view', 'edit' and 'delete', and hook_node_access_records() and hook_grants() were added, bringing this module in line with the Drupal grants system, meaning that it can also properly be tied into other access modules.

to_do 6.x-1.x-dev

Download Size md5 hash
to_do-6.x-1.x-dev.tar.gz 53.02 KB 1793fb6452780b59f0019996686ec554
to_do-6.x-1.x-dev.zip 63.4 KB 473e51327de79e889f8bb8963758e4f2
Last packaged version: 6.x-1.5+11-dev
Last updated: March 4, 2012 - 01:07
Development snapshot from branch: 6.x-1.x

Release notes

Dev release

to_do 6.x-1.1-rc4

Download Size md5 hash
to_do-6.x-1.1-rc4.tar.gz 17.49 KB 42e12a630d62330dfa331d0efa7642aa
to_do-6.x-1.1-rc4.zip 19.39 KB f30a882896d105ec475e1946d844a374
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc4

Release notes

#533170 Added customizing settings to settings page
#533172 Added link/icon to to_do/list page
#534792 Fixed bug where regular users could not create nodes
#534810 Fixed bug that caused the WSOD with only 'here' printed to the screen when updating nodes (removed die("here") from the code)

to_do 6.x-1.1-rc3

Download Size md5 hash
to_do-6.x-1.1-rc3.tar.gz 16.34 KB b4863a60ed248d10087d6f1016785dfb
to_do-6.x-1.1-rc3.zip 18.22 KB 05f3c3327b64f8f0bc4dd2effb8a91ed
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc3

Release notes

#531330
* Created to_do/all page
* Added new permission - 'view all to do listings'

to_do 6.x-1.1-rc2

Download Size md5 hash
to_do-6.x-1.1-rc2.tar.gz 16.19 KB b362bce655f1d951a11085e766204db7
to_do-6.x-1.1-rc2.zip 18.11 KB cb8cb32dddc4e3fc29e1fa6216cf8bb1
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc2

Release notes

#520864 Fixed bug to deal with authorized user role

to_do 6.x-1.1-rc1

Download Size md5 hash
to_do-6.x-1.1-rc1.tar.gz 16.12 KB 97ed4ec15b099ce3eb35d3985b55c979
to_do-6.x-1.1-rc1.zip 18.08 KB cd47764fa5ef2868623cf58012d40d1c
Last updated: December 24, 2010 - 23:57
Official release from tag: 6.x-1.1-rc1

Release notes

Initial Project Release

Subscribe with RSS Syndicate content
nobody click here