Downloads
Download tar.gz
35.84 KB
MD5: 9cfb676cb5fa19082ea21f2f4cb82e16
SHA-1: a9e9fe5b920f809bf930e5ed9eda489fc0b93210
SHA-256: 845da7e0da1d43d82c72f3eede6c8862b6b1dc19b55bada4459864745038a172
Download zip
42.92 KB
MD5: 1fb6227c319b5d66a40f2a7907b5b931
SHA-1: 090bb0d19234a1b72c2ac0dd245dbc4e5aa0a9ff
SHA-256: e1c5a04d5a631ebeae6691fc31cdb8e5c6f7ed54ccb398f6b42b0e141454860e
Release notes
* 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.