Downloads
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