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

Log of /contributions/modules/casetracker/casetracker_mail.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.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 03:41:26 2009 UTC (8 months, 1 week ago) by jmiccolis
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4
Changes since 1.20: +100 -108 lines
Diff to previous 1.20
#378072 Updating casetracker mail to work with D6, credit to osoh and EclipseGc

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 12 21:40:03 2009 UTC (9 months, 1 week ago) by jmiccolis
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.19: +43 -43 lines
Diff to previous 1.19
Straight up the most basic white space cleanup in casetracker_mail.module only, tabs to spaces, no trailing nothings.

Revision 1.12.2.7 - (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.12.2.6: +0 -0 lines
Diff to previous 1.12.2.6 , to branch point 1.12 , to next main 1.20
#255609 by zero2one: Removed devel debug function.

Revision 1.12.2.6 - (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.12.2.5: +1 -2 lines
Diff to previous 1.12.2.5 , to branch point 1.12
#181346 by zero2one: Upload problems with emty node id's

Revision 1.12.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 19:19:03 2008 UTC (20 months, 2 weeks ago) by zero2one
Branch: DRUPAL-5
Changes since 1.12.2.4: +342 -269 lines
Diff to previous 1.12.2.4 , to branch point 1.12
Updating DRUPAL-5 Branch to latest version

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

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 14:50:55 2008 UTC (20 months, 2 weeks ago) by zero2one
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#230913 by zero2one: Fixed type in description

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 14:44:16 2008 UTC (20 months, 2 weeks ago) by zero2one
Branch: MAIN
Changes since 1.17: +8 -5 lines
Diff to previous 1.17
#136603 by zero2one: Applied patch on Mailhandler bug

Revision 1.17 - (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.16: +14 -3 lines
Diff to previous 1.16
#220772 by zero2one: Added email notification on case/comment update. Debugged missing $ for isComment

Revision 1.16 - (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, DRUPAL-5--1-3-BETA1
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
#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.15 - (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.14: +2 -3 lines
Diff to previous 1.14
#187943, #116207 and #188072

Revision 1.14 - (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.13: +328 -266 lines
Diff to previous 1.13
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.12.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 17:38:47 2007 UTC (2 years, 10 months ago) by morbus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.12.2.2: +2 -2 lines
Diff to previous 1.12.2.2 , to branch point 1.12
#108322: cbutera, jo1ene, et. al: PHP 5 compatibility fixes.

Revision 1.12.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 16:39:34 2007 UTC (2 years, 10 months ago) by morbus
Branch: DRUPAL-5
Changes since 1.12.2.1: +7 -4 lines
Diff to previous 1.12.2.1 , to branch point 1.12
#107548 by kbahey: allow mail clients to thread with In-Reply-To.

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 17:25:03 2007 UTC (2 years, 10 months ago) by morbus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Stick mail settings under master CT.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 17:18:20 2007 UTC (2 years, 10 months ago) by morbus
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Stick mail settings under master CT.

Revision 1.12 - (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
Branch point for: DRUPAL-5
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
Minor, but widespread, tweakage, for 5.x port.

Revision 1.11 - (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.10: +26 -10 lines
Diff to previous 1.10
Early beginnings of 5.x port.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 03:53:43 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Final killes related fixes and suggestions.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 14:44:14 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Moved strto* to drupal_strto* for MB support.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 03:47:11 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
First round of search/replace database changes.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 02:47:18 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.6: +4 -6 lines
Diff to previous 1.6
Final commit before bevy of database changes.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 7 13:19:32 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
Minor fix for michaelfavia to test out.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 18:30:54 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Fixed comments being sent regardless of node type.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 02:55:04 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.3: +32 -18 lines
Diff to previous 1.3
More fixes and todos for mail. Documentation next.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 03:33:56 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.2: +85 -8 lines
Diff to previous 1.2
All mail stuff moved to casetracker_mail. Still need to test and document mailhandler integration.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 03:52:52 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Changes since 1.1: +60 -4 lines
Diff to previous 1.1
More goldplating to mail sending. Not finished.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 03:28:00 2006 UTC (2 years, 11 months ago) by morbus
Branch: MAIN
Early progress toward moving mail to its own 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