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.

CommentFileSizeAuthor
#3 casetracker.install.patch774 bytestenrapid

Comments

sanjeev gupta’s picture

Status: Active » Fixed

Please download the latest casetracker from CVS.The casetracker.install file has been updated.

DaveNotik’s picture

I'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.

tenrapid’s picture

Status: Fixed » Needs review
StatusFileSize
new774 bytes

'title' field in casetracker_comment_status is still missing in the install hook.

sanjeev gupta’s picture

Status: Needs review » Fixed

fixed and committed to CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)