How to customize CodeTrack v.0.98.5 Core Funcationality Disabling e-mail (i.e., "We don't have/want e-mail in our bug management system!") Disabling attachments (file uploads) Labels I prefer "Bug" not "Issue" I prefer "QC" not "QA" when referring to my role Display Default columns displayed on the home page Additional/custom categories for bug severity, i.e., "Trivial", "Catastrophic", etc. Additional/custom bug statuses, i.e., "Re-Opened", "Pending", etc. Additional/custom developer responses, i.e., "Works for me", "Can't duplicate" Browser choices in the new/edit bug screen OS choices in the new/edit bug screen Customized date formats Make Netscape 4.x look better (i.e., stop run-on lines in the bug description) DEFINE ("BUG_SEVERITIES", "Fatal,Serious,Minor,Cosmetic"); DEFINE ("DEFAULT_SEVERITY", "Minor"); DEFINE ("BUG_STATUSES", "Open,Closed,Deferred"); DEFINE ("DEVELOPER_RESPONSES", ",Fixed,Analyzing,As Designed,Enhancement,Duplicate Bug,Not Fixed"); DEFINE ("DEFAULT_DEVELOPER_RESPONSE", ""); DEFINE ("ACCESS_LEVELS", "Developer,Analyst,QA,Manager,Admin"); DEFINE ("DEFAULT_ACCESS_LEVEL", "Developer");