Log of /contributions/modules/todolist/todolist.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.9.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 8 19:00:20 2009 UTC
(7 weeks, 1 day ago)
by
marvil07
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-BETA1
Changes since
1.9.2.1: +52 -43 lines
Diff to
previous 1.9.2.1
, to
branch point 1.9
, to
next main 1.11
changes 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
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 30 05:33:58 2008 UTC
(15 months, 4 weeks ago)
by
marvil07
Branch:
MAIN
Branch point for:
DRUPAL-6--1
Changes since
1.8: +26 -20 lines
Diff to
previous 1.8
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)
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 30 05:04:30 2008 UTC
(15 months, 4 weeks ago)
by
marvil07
Branch:
MAIN
Changes since
1.6: +29 -28 lines
Diff to
previous 1.6
by ywarnier: Enable basic user access
Actually use drupal framework for user_access instead of TRUE
everywhere.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 30 04:34:25 2008 UTC
(15 months, 4 weeks ago)
by
marvil07
Branch:
MAIN
Changes since
1.5: +8 -8 lines
Diff to
previous 1.5
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
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 23 22:42:50 2007 UTC
(2 years, 5 months ago)
by
mikesmullin
Branch:
MAIN
Changes since
1.2: +2 -4 lines
Diff to
previous 1.2
Chaining some of the functions used during the create_task callback, because that's what jQuery is all about, right? :) More of this can be done throughout the JavaScript code.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 23 01:44:27 2007 UTC
(2 years, 5 months ago)
by
mikesmullin
Branch:
MAIN
Initial import of Todolist.module created by Mike Smullin.
(Hopefully this is the right place for it.)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.