on a brand new install: Unknown column 'title' in 'field list' query: casetracker_comment INSERT INTO casetracker_comment_status (sid, project_term_id, assign_to, case_priority_id, case_type_id, case_status_id, state, title) VALUES(1, 3, '2', 3, 1, '3', 0, 'swat it')
also, you need not instruct users to visit update.php from the README. updates run automatically during install
i like the module so far. the best issue trackers have well considered UI. If you can get access to FogBugz (they havea free trial), it is worth a look. Their filtering implementation for finding cases is excellent. Their simple data entry form is nice too.
Comments
Comment #1
sanjeev gupta commentedPlease download the latest casetracker from CVS.The casetracker.install file has been updated.
Comment #2
DaveNotik commentedI'd seen FogBugz in the past -- I'll look at it again to see what I can glean.
Updated the README. On an update, doesn't update.php need to be run and shall I instruct accordingly?
Again, thanks for your valuable comments and participation Moshe.
Comment #3
tenrapid commented'title' field in casetracker_comment_status is still missing in the install hook.
Comment #4
sanjeev gupta commentedfixed and committed to CVS.
Comment #5
(not verified) commented