Log of /contributions/modules/casetracker/casetracker.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.111.2.8
Thu Mar 13 19:18:03 2008 UTC
(20 months, 2 weeks ago)
by
zero2one
Branch:
DRUPAL-5
Changes since
1.111.2.7: +1 -1 lines
FILE REMOVED
Repair broken DRUPAL-5 tag
Revision
1.115 -
(
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.114: +77 -20 lines
Diff to
previous 1.114
#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.112 -
(
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.111: +109 -21 lines
Diff to
previous 1.111
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.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 12 04:06:03 2006 UTC
(3 years, 1 month ago)
by
morbus
Branch:
MAIN
Changes since
1.81: +117 -58 lines
Diff to
previous 1.81
Cases overviews code is become more complicated, but quite powerful - see the README.txt for a list of working URLs. Still more to come, however. Probably tommorow.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 11 03:51:32 2006 UTC
(3 years, 1 month ago)
by
morbus
Branch:
MAIN
Changes since
1.80: +57 -185 lines
Diff to
previous 1.80
CSS fixes and updates; user-created states are now CSSable, case overview titles rebuilt, minor URL change for state filtering.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 5 03:06:21 2006 UTC
(3 years, 1 month ago)
by
morbus
Branch:
MAIN
Changes since
1.75: +1317 -1398 lines
Diff to
previous 1.75
Case node type form moved to form_alter, basic case form elements are in their own function and now shared by node types and comments, form_alter goldplated, case states now theme inlined, and non-working search commented out.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 3 02:00:13 2006 UTC
(3 years, 1 month ago)
by
morbus
Branch:
MAIN
Changes since
1.73: +159 -420 lines
Diff to
previous 1.73
hook_nodeapi goldplated, case node type moved to hook_nodeapi for future CCKing, themes added for project and case summary, and lots of junk/commented routines removed.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 28 03:55:55 2006 UTC
(3 years, 2 months ago)
by
morbus
Branch:
MAIN
Changes since
1.72: +246 -213 lines
Diff to
previous 1.72
Added case number design explanation to README.txt, goldplated hook_settings and hook_form, added new default states to hook_settings.
Revision
1.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 12 09:58:50 2006 UTC
(3 years, 3 months ago)
by
killes
Branch:
MAIN
Changes since
1.64: +44 -7 lines
Diff to
previous 1.64
#78197, addded setting for No. of items in cases block, added themable function for cases block, patch by pjdevries.
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 24 14:07:09 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.55: +175 -8 lines
Diff to
previous 1.55
Worked on making the casetracker module compatible with views module.Work is in progress regarding the integration of casetracker with view module.
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 20 11:17:34 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.54: +133 -38 lines
Diff to
previous 1.54
Making the casetracker module compatible with og module.The casetracker_basic module has been written.Now castracker.module is handling the cases and casetracker_basic.module is handling the projects.Work in progress.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 18 21:42:28 2006 UTC
(3 years, 6 months ago)
by
killes
Branch:
MAIN
Changes since
1.53: +3 -3 lines
Diff to
previous 1.53
#59229, Database prefix wrapper was used on field name and though it was not working for me, patch by tomsys
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 17 13:10:34 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.51: +184 -13 lines
Diff to
previous 1.51
Color coding of case listing and search result of cases on the basis of case state
done.The single UI for administration of case states for addition/editing/deletion
done.
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 16 14:20:51 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.50: +44 -21 lines
Diff to
previous 1.50
Work in progress.Made the search part functional.Working on easy browsing of cases.The administer case fields is not functional.
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 12 14:09:49 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.49: +44 -47 lines
Diff to
previous 1.49
Now the tables 3 tables casetracker_case_priority, casetracker_case_status,casetracker_case_type has been removed and a single table casetracker_case_state incorporated has been used.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 8 14:18:38 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.45: +34 -7 lines
Diff to
previous 1.45
http://drupal.org/node/61848(Partially done)
http://drupal.org/node/62379(Here casetracker>>> settings was not working properly.Now this option has been fixed and working properly)
http://drupal.org/node/61844
Now we have breadcrumb of the following form:-
Home » projects » www.digital202.com » all cases
Home ==> takes to the home page
projects ==> shows all the projects
www.bigital202.com ==> show the view page of the project.
all cases ==> shows all the cases within the current project.
http://drupal.org/node/56878(Currently working on it).Here set two types of permission.One to assign case and one to change case status.If a user do not have permission to assign case and change case status then he cannot do so while creating/editing case.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 5 13:51:40 2006 UTC
(3 years, 6 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.44: +10 -12 lines
Diff to
previous 1.44
Worked on the following cases:-
1) http://drupal.org/node/61638:- Here there was a problem regarding the editing & deletion of case fields of casetracker (in the administer case section) in the German version of casetracker.That problem has been fixed now.
2)http://drupal.org/node/61849 :- Now in the case listing the assigned_to data has been provided a link.On clicking this link the user is taken to the view page of the user(user/uid)
3)http://drupal.org/node/61850 :- Here there was a bug which was showing (0 people has been notified when comment was submitted to any node type).This bug has been resolved.Aso the function format plural has been incorporated.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 28 14:01:46 2006 UTC
(3 years, 7 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.37: +93 -180 lines
Diff to
previous 1.37
Working on removing taxonomy from casetracker.At most of the common places the taxonomy stuff has been removed.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 29 13:39:01 2006 UTC
(3 years, 8 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.31: +100 -2 lines
Diff to
previous 1.31
Incorporated the case creation on casetraker from email by giving at least one information project_no of the form project_no: 1100 in mail content.Other case fields can be specified in the mail in the following form.
project_no: 500
case_title: Seeing whether case can be created from mail
assign_to: sanjeev
case_status: open
case_priority: high
case_type: bug
If no matching project_no is found the case won't be created and a watchdog message will be set.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 11 11:03:56 2006 UTC
(3 years, 8 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.20: +52 -138 lines
Diff to
previous 1.20
Today did sorting of cases under mycases link.Optimized code for colour coding of search result.Fixed the email notification in case of case creation.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 6 14:40:51 2006 UTC
(3 years, 8 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.16: +47 -15 lines
Diff to
previous 1.16
Search part completed and the errors associated with it fixed.Tomorrow I will be working on xmlrpc stuff.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 10:10:36 2006 UTC
(3 years, 8 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.15: +132 -45 lines
Diff to
previous 1.15
Comment part now functional.Colour coded search result functional.Serialized field removed from casetracker_comment table.Casetracker.css has been added.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 2 14:01:01 2006 UTC
(3 years, 8 months ago)
by
sanjeevgupta
Branch:
MAIN
Changes since
1.14: +37 -26 lines
Diff to
previous 1.14
Worked on comment part.Now the comment system of casetracker.module is functional.There is no need of auxiliary table casetracker_comment..Now I am storing the extra comment information in the comment table itself.
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.