/[drupal]/contributions/modules/tasks_advanced/tasks_advanced.module
ViewVC logotype

Log of /contributions/modules/tasks_advanced/tasks_advanced.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 18:26:56 2008 UTC (19 months, 3 weeks ago) by moonray
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#175378: Changed weight of items in form to accomodate integration with event module. Added documentation about enabling dates to tasks through event module.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 18:10:17 2008 UTC (19 months, 3 weeks ago) by moonray
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
#138600: Hide task block on user profile page if no permissions to access 'my tasks' page.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 17:10:52 2008 UTC (19 months, 3 weeks ago) by moonray
Branch: MAIN
Changes since 1.17: +17 -17 lines
Diff to previous 1.17
#147225 by tom friedhof, arif_mandra, AgnesCB: Update tasklist_advanced to match tasklist updates.

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 18:05:17 2007 UTC (2 years, 8 months ago) by moonray
Branch: DRUPAL-4-7
Changes since 1.15: +28 -7 lines
Diff to previous 1.15 , to next main 1.20
#117487, make sure root node gets created properly, and prevent changing priority when there are no adjacent tasks.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 17:57:04 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.16: +28 -7 lines
Diff to previous 1.16
#117487, make sure root node gets created properly, and prevent changing priority when there are no adjacent tasks.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 19:26:43 2007 UTC (2 years, 10 months ago) by moonray
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.15: +59 -62 lines
Diff to previous 1.15
Update to Drupal 5.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 18:50:26 2006 UTC (3 years ago) by moonray
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Minor tweak to hierarchical display of tasks.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 18:09:08 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Minor tweak to hierarchical display of tasks.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 22:51:50 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.12: +383 -14 lines
Diff to previous 1.12
#75666, Hierarchical display of tasks.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 18:51:12 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.11: +1 -4 lines
Diff to previous 1.11
Fixed issue with filter defaults being set improperly, and thus no tasks being shown until filter was manually applied.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 18:32:45 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#97670, fixed where filter button not filter fieldset.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 15:33:33 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9
Fixed redirect after changing order where it would go to the current user's tasks instead of return to the current page.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 17:24:13 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Fixes double id on form for tasks filter, issue #85408 (oops, now done right)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 16:31:01 2006 UTC (3 years ago) by moonray
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7
Fixes double id on form for tasks filter, issue #85408

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 21 18:39:29 2006 UTC (3 years, 3 months ago) by moonray
Branch: MAIN
Changes since 1.6: +29 -1 lines
Diff to previous 1.6
Only show project type tasks in parent tasklist.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 28 21:47:46 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.5: +121 -84 lines
Diff to previous 1.5
Added advanced URL filtering based on project.module code.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 28 19:12:16 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Make sure we have valid url input before displaying user tasks.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 28 17:31:47 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Set proper security for tasks menu item.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 28 17:12:32 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.2: +13 -1 lines
Diff to previous 1.2
Added dynamic menu item to access main tasks page.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 19:23:02 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.1: +36 -36 lines
Diff to previous 1.1
Normalized confusing state, status, and category vairables to taskcategory.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 17:44:38 2006 UTC (3 years, 4 months ago) by moonray
Branch: MAIN
Initial commit of tasks_advanced module.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2