CVS messages for Todolist
January 10, 2009
-
module file to 6.x (based on coder module upgrade suggestions)
-
use schema for installation
-
info file to 6.x
July 31, 2008
-
bug: replace order by sort on js file
July 30, 2008
-
Coding standars with coder module Also, do not include LIMIT on queries that use "where tid = %d", against todo_list task table because tid is a primary key(imposible to have more than one row affected)
-
Generate static menus on static section
-
by ywarnier: Enable basic user access Actually use drupal framework for user_access instead of TRUE everywhere.
-
by diegoe & marvil07: pgsql compatibility Add case pgsql for install and replace order by sort because order is a reserved word on pgsql on module
-
by diegoe: Change comment syntax in CSS. It's breaking the parser.
July 29, 2008
-
Implementing hook_uninstall
