CVS messages for Todolist
November 5, 2009
-
minor: avoid two warnings actually, initialize data
-
Todolist: /modules/todolist/todolist.css 1.3
Todolist: /modules/todolist/todolist.info 1.3
Todolist: /modules/todolist/todolist.install 1.5
Todolist: /modules/todolist/todolist.js 1.6
Todolist: /modules/todolist/todolist.module 1.10sync HEAD to DRUPAL-6--1 branch now development is gonna take place on HEAD.. I mean better cvs use
October 8, 2009
-
Todolist: /modules/todolist/todolist.css 1.2.2.1 @ DRUPAL-6--1
Todolist: /modules/todolist/todolist.js 1.5.2.1 @ DRUPAL-6--1
Todolist: /modules/todolist/todolist.module 1.9.2.2 @ DRUPAL-6--1changes based on list module and other changes changes based on list module: - jquery_ui support instead of jquery_interface - css format and some suggestions on margins - reorder js file - return hook_theme array in the right format other changes: - change order in hook_view following api example - avoid passing by ref unless necessary - pass parameters in the rigth way in hook_form's - inline form for task edit
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.
