Releases for Case Tracker
casetracker 6.x-1.0-beta4
First released: September 16, 2009 - 17:21
Size: 41 KB
md5_file hash: 66d548517c9fe8f4b390038526cf922a
Last updated: September 16, 2009 - 17:25
Fourth beta release of Case Tracker 1.0 for Drupal 6
New Stuff:
* #448578 mostly by Grayside. Adding actions to casetracker.
Fixes:
* by yhahn. Ensuring the anonymous user is available as an assignee option if specified as default assignee.
casetracker 6.x-1.0-beta3
First released: July 7, 2009 - 14:37
Size: 38.2 KB
md5_file hash: 3c1d32ff7c8fbe9826aeba7a65c7c57a
Last updated: July 7, 2009 - 14:40
Bug fixes and improvements, including:
* Using views to control which users can be assigned cases.
* More consistent exposed filter forms
* bringing back the 'Jump to case' block.
* Improved handling of case meta-data on node preview.
casetracker 5.x-1.3
First released: April 2, 2009 - 13:35
Size: 41.91 KB
md5_file hash: c9b294b1eeb1fe92726ae1ba9c3f4be0
Last updated: April 2, 2009 - 13:40
Maintenance release of Case Tracker.
casetracker 6.x-1.0-beta1
First released: April 2, 2009 - 00:11
Size: 37.08 KB
md5_file hash: 08926d04141f1b06a3c93033a3baefc0
Last updated: April 2, 2009 - 00:15
Beta release of Casetracker for Drupal 6.
casetracker 6.x-1.x-dev
First released: February 19, 2009 - 16:12
Size: 40.85 KB
md5_file hash: bc0b716e327fc82181b6540e27bb873d
Last updated: October 21, 2009 - 12:07
casetracker 5.x-1.3-beta2
First released: February 16, 2009 - 22:08
Size: 41.9 KB
md5_file hash: a2b3c10aa9527e6540b75c852688ee77
Last updated: February 16, 2009 - 22:10
Second beta release of the 1.3 branch. Contains many small bug fixes.
casetracker 5.x-1.3-beta1
First released: November 23, 2007 - 11:48
Size: 41.01 KB
md5_file hash: f30b0db587e4627b0af8d46d073501fa
Last updated: November 23, 2007 - 11:50
New features
Pgsql support
Case Tracker installer script(s) contains the necessary query's to create the Postgres tables.
Dashboard query's are altered so they work in MySQL and Postgres.
Bug fixes
- Fixed wrong node count query for case overview pagination
- #179089: Added pgsql support, fixed typos in the uninstall script
- #194073: Bug in install query
- #151145: Couldn't filter on not assigned
- #163709: Duplicate lines in the Latest Cases block.
- #194553: Removed Devel module debug function call (dvm) in code.
casetracker 5.x-1.2
First released: November 19, 2007 - 20:58
Size: 40.56 KB
md5_file hash: 77e83bdf1a81958046dab9cfc8e7b246
Last updated: November 19, 2007 - 21:00
Warning!
There is a bug in the install (only for new casetracker installs) script!
If you install this version (fresh install) then you have to manually run the update.php script and select the update #21 from the casetracker module dropdown.
Or you can use the casetracker 5.x-1.3-beta1 release instead!
casetracker 5.x-1.2-beta2
First released: November 12, 2007 - 15:03
Size: 39.82 KB
md5_file hash: e021277b39f244bf5716974049ee0675
Last updated: November 12, 2007 - 15:05
Bugfix release.
Bugfixes
casetracker 5.x-1.2-beta1
First released: October 25, 2007 - 09:35
Size: 39.74 KB
md5_file hash: 8aa789d883067b21ec23c6c1c0d90c26
Last updated: October 25, 2007 - 09:40
This is an intermediate release.
It has some bugs fixed and some new features many people asked for.
It has been tested by a limited group of users, it is pretty stable but still has some known bugs
casetracker 5.x-1.1
First released: January 15, 2007 - 17:57
Size: 36.51 KB
md5_file hash: a0b48cea8b993bdc1b52c7aefdc65773
Last updated: January 15, 2007 - 14:00
* "Case States" now has a description in the admin/ blocks.
* #108322: cbutera, jo1ene, et. al: PHP 5 compatibility fixes.
* #107178: Breadcrumbs only show up on full $page view. Whoopsie.
* #107548 by kbahey: allow mail clients to thread with In-Reply-To.
* Fixed rare scenario where comment old/new would show up on non-cases.
* #105799: casetracker/cases and projects tables have more css classes.
* #65571: Existing nodes without CT information now receive it after editing.
* #104048 and #104201: changed the way the "Default assigned user" setting
works. It now only prefills the field on initial case submission. The
"Assigned" field in the theme is now properly theme_username()'d, and
"Assign To" is no longer a required field (so you can delete the value
to set the case as "assigned" to the Anonymous user).casetracker 5.x-1.0
First released: January 9, 2007 - 17:50
Size: 35.84 KB
md5_file hash: 9cfb676cb5fa19082ea21f2f4cb82e16
Last updated: January 9, 2007 - 13:55
* hook_uninstall() has been added to basic, core, and mail.
* basic node types renamed: casetracker_basic now ships with node types named
casetracker_basic_project (and _case) as opposed to the original form of
casetracker_project. this renaming was a paranoid sideeffect of adding a
hook_uninstall() which would DELETE node types named casetracker_project.
we felt that such a name would be relatively common for custom CCK-like
installations, and didn't want to see accidental deletions when and if
casetracker_basic.module was ever uninstalled. a hook_update() for case
tracker will rename all "casetracker_project" (and "case") types to include
the "basic" string, and hope we don't trounce non-basic types.
* bug: empty case number on the "Jump to case number" block will now
correctly say "Case number not required". However, the fix requires
some CSS magick which doesn't actually work in IE 6. Oh well.casetracker 5.x-1.x-dev
First released: January 9, 2007 - 17:45
Size: 41.96 KB
md5_file hash: 667953e423dd99669da039dac7a8f3bf
Last updated: September 5, 2009 - 12:04
You shouldn't use this release!
Use the casetracker 5.x-1.3-beta1 release instead!
casetracker 4.7.x-1.0
First released: December 20, 2006 - 02:53
Size: 34.42 KB
md5_file hash: ff9679241031c87a2e85b6fc1d4d0ef3
Last updated: December 19, 2006 - 22:55
A final (save for important bug fixes) version for Drupal 4.7, entirely reworked by Morbus Iff.
* database: casetracker_comment merged with casetracker_comment_status.
* all css ids and classes are now - delimited, not _.
* database: casetracker_case:p_id is renamed to pid.
* database: casetracker_case:case_id is renamed to case_number.
* database: casetracker_comment_status:project_term_id renamed to pid.
* database: casetracker_project:project_no is renamed to project_number.
* casetracker > cases menu item is now modifiable. hackish, but ok.
* casetracker_case_state_load() now issues one query and then caches.
* mail sending and receiving has been moved into casetracker_mail.module.
* Removed the use of sequences to keep track of Case Tracker's project and
case numbers. The sequences for cases were never implemented properly; to
do them right would mean filling up sequences with a per-project counter.
Everything has been moved to a settings variable which, while allowing for
a race condition, doesn't abuse sequences (with both amount of project
case numbers and the forcing of +100 instead of +1 by db_next_id()).
* "Jump to case number" block now requires 'access case tracker' perms.
* "Latest cases" block configuration moved to block edit screen.
* xmlrpc_example.php added to repository, demonstrating simple client access.
casetracker HEAD
First released: November 11, 2006 - 09:14
Size: 41.43 KB
md5_file hash: 4c402b3affc17a51cc0b3e974a5df64e
Last updated: March 10, 2008 - 00:02
casetracker 4.7.x-1.x-dev
First released: September 2, 2006 - 01:02
Size: 34.44 KB
md5_file hash: 76b99a8b3fa33c0b0069681391e8fd2f
Last updated: December 20, 2006 - 08:02
