/[drupal]/contributions/modules/casetracker/casetracker_basic.module
ViewVC logotype

Log of /contributions/modules/casetracker/casetracker_basic.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.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 23:22:58 2009 UTC (9 months, 2 weeks ago) by jmiccolis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.21: +55 -117 lines
Diff to previous 1.21
First pass of Drupal 6 upgrade, basic funtionality is in place

Revision 1.14.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 18:25:29 2008 UTC (18 months, 2 weeks ago) by zero2one
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-3-BETA2
Changes since 1.14.2.3: +4 -5 lines
Diff to previous 1.14.2.3 , to branch point 1.14 , to next main 1.22
#255609 by zero2one: Removed devel debug function.

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 12:48:53 2008 UTC (19 months, 1 week ago) by zero2one
Branch: DRUPAL-5
Changes since 1.14.2.2: +1 -2 lines
Diff to previous 1.14.2.2 , to branch point 1.14
#181346 by zero2one: Upload problems with emty node id's

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 19:19:03 2008 UTC (20 months, 1 week ago) by zero2one
Branch: DRUPAL-5
Changes since 1.14.2.1: +176 -128 lines
Diff to previous 1.14.2.1 , to branch point 1.14
Updating DRUPAL-5 Branch to latest version

Revision 1.14.2.1
Thu Mar 13 19:18:03 2008 UTC (20 months, 1 week ago) by zero2one
Branch: DRUPAL-5
Changes since 1.14: +1 -1 lines
FILE REMOVED
Repair broken DRUPAL-5 tag

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 14:23:41 2008 UTC (20 months, 2 weeks ago) by zero2one
Branch: MAIN
Changes since 1.20: +122 -97 lines
Diff to previous 1.20
#220772 by zero2one: Added email notification on case/comment update. Debugged missing $ for isComment

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 11:37:35 2007 UTC (2 years ago) by zero2one
Branch: MAIN
CVS Tags: DRUPAL-5--1-3-BETA1
Changes since 1.19: +5 -7 lines
Diff to previous 1.19
by zero2one: Fixed wrong node count query for case overview pagination

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 07:51:33 2007 UTC (2 years ago) by zero2one
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
#179089 by zero2one: Added pgsql support, fixed typos in the uninstall script

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 19 07:36:57 2007 UTC (2 years ago) by zero2one
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
#190764 by zero2one:

Bugfix:
- Debugged php errors when editing case states: Misconfigured menu array callback arguments.

New functionality:
- Added weights to the case states to change case state sorts.
- Moved Case state admin pages to tabs instead of submenu items

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 18 22:17:39 2007 UTC (2 years ago) by zero2one
Branch: MAIN
Changes since 1.16: +19 -2 lines
Diff to previous 1.16
#/113857 by zero2one: Added basic support for Organic Groups.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 14:50:22 2007 UTC (2 years ago) by zero2one
Branch: MAIN
CVS Tags: DRUPAL-5--1-2-BETA2
Changes since 1.15: +26 -17 lines
Diff to previous 1.15
#187943, #116207 and #188072

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 08:04:16 2007 UTC (2 years, 1 month ago) by zero2one
Branch: MAIN
CVS Tags: DRUPAL-5--1-2-BETA1
Changes since 1.14: +128 -128 lines
Diff to previous 1.14
Extra features:
CT:
- Added extra right: assign case if user is assigned
  This makes it possible to define that a user has no assign rights
  when he create  the case, but can assign cases if they where
  assigned to him
- Asses extr right: change state if user is assigned
  This makes it possible to define that a user has no set status rights
  when he creates the case, but can change status if  a case is
  assigned to him.

CT views:
- Added extra field: add Case Link
- Added extra filter: Assigned to currently logged in user
  see: http://drupal.org/node/168155 & http://drupal.org/node/78674

CT mail:
- Added a html filter. If projects/comments are posted with html tags,
  the html tags where in plain text in the email

CT dashboard:
- Basic dashboard & dashboard administration.

Bug fixes:
- Fixed blank pages (refrence bug)
    see: http://drupal.org/node/116842
- Comment CT mails containing wrong data
    see: http://drupal.org/node/181097
- When assigning a case to a user, that user didn't get an email
- Changed insert sql to standard sql
    see: http://drupal.org/node/179125
- Crash on deleting a comment
    see: http://drupal.org/node/180227
- Typo in CT mail handler
    see: http://drupal.org/node/163742

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 16:01:42 2007 UTC (2 years, 10 months ago) by morbus
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
Minor, but widespread, tweakage, for 5.x port.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 18:37:05 2007 UTC (2 years, 10 months ago) by morbus
Branch: MAIN
Changes since 1.12: +20 -47 lines
Diff to previous 1.12
More updates for 5.x port.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 16:58:35 2007 UTC (2 years, 10 months ago) by morbus
Branch: MAIN
Changes since 1.11: +5 -8 lines
Diff to previous 1.11
Early beginnings of 5.x port.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 20 02:43:13 2006 UTC (2 years, 11 months ago) by morbus
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.2.2.2: +105 -137 lines
Diff to previous 1.2.2.2 , to branch point 1.2 , to next main 1.22
Updating DRUPAL-4-7 branch.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 19:17:32 2006 UTC (3 years ago) by morbus
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Views functions moved into their own module.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 17:03:10 2006 UTC (3 years ago) by morbus
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Node type and multiple project nid URL filters are now possible.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 13 19:03:02 2006 UTC (3 years, 1 month ago) by morbus
Branch: MAIN
Changes since 1.8: +12 -5 lines
Diff to previous 1.8
#89060: Reworked moshe's patch to add 'cases' /user tab.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 5 19:15:27 2006 UTC (3 years, 1 month ago) by morbus
Branch: MAIN
Changes since 1.7: +33 -4 lines
Diff to previous 1.7
Minor tweaks and weight fixes for CCK-like magick on cases.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 5 18:00:06 2006 UTC (3 years, 1 month ago) by morbus
Branch: MAIN
Changes since 1.6: +44 -7 lines
Diff to previous 1.6
Very early version of cases being assigned to node types, ala CCK.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 20:21:19 2006 UTC (3 years, 1 month ago) by morbus
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Goldplating begins, and moved some core hooks to the top of the file.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 02:57:17 2006 UTC (3 years, 2 months ago) by morbus
Branch: MAIN
Changes since 1.4: +41 -145 lines
Diff to previous 1.4
Cleanup of casetracker_basic.module.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 00:12:55 2006 UTC (3 years, 2 months ago) by morbus
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +1 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Adding back in per discussion with killes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 00:12:32 2006 UTC (3 years, 2 months ago) by morbus
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Adding back in per discussion with killes.

Revision 1.2.2.1
Mon Sep 25 21:02:25 2006 UTC (3 years, 2 months ago) by morbus
Branch: DRUPAL-4-7
Changes since 1.2: +1 -1 lines
FILE REMOVED
I can't imagine how this ever could have been useful.

Revision 1.3
Mon Sep 25 21:02:06 2006 UTC (3 years, 2 months ago) by morbus
Branch: MAIN
Changes since 1.2: +1 -1 lines
FILE REMOVED
I can't imagine how this ever could have been useful.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 30 08:07:47 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +190 -204 lines
Diff to previous 1.1
- a lot of improvements for views
- initial code cleanup

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 11:20:35 2006 UTC (3 years, 6 months ago) by sanjeevgupta
Branch: MAIN
casetracker_basic.module file written

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