Downloads

Download tar.gz 48.69 KB
MD5: acd3d7bf916851c92b6b944d0c0836ca
SHA-1: 856f4959d61d8b2048a8a0dfb178e96efecf7212
SHA-256: 53ceb6d96f513abd35c888dae937ac69fd9e898492e52710d1434e496cdf17c5
Download zip 61.07 KB
MD5: 8d26e3077bf0a9849e3bd7aa003a700f
SHA-1: a13aa77a2f2d76115088528e96a7bedd02c9ed02
SHA-256: 4be0cbefe84931336951466d19f5cd3e4d236d55dbcdd30634252fb9c2919f91

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.
* Removed the to_do_footer from the to_do_theme() array since we do not define that function anymore.
* Fixed a variable_get() call where the 2nd argument was missing #813122: Missing argument 2 for variable_get()
* Fixed access to item_status (use 'status' instead) #813120: Unknown column td.status

Created by: AlexisWilke
Created on: 27 Jun 2010 at 01:16 UTC
Last updated: 27 Jun 2010 at 01:20 UTC
New features
Bug fixes
Unsupported

Other releases