Commit Graph

9 Commits

Author SHA1 Message Date
1e7125fb8d Implement suggestion from Issue #103: Show SVN revision in the footer
for logged-in users.
Thanks to Andreas Kotowicz for the suggestion.
2009-08-25 22:40:42 +00:00
d211ad5c9e Issue #91: Improve the regex used for matching ticket numbers to links,
thanks to Sumeet A.
2009-08-06 09:00:53 +00:00
da703f3c83 Fix issue #87: Only link 'see item #123' if there is a space before the
hash sign. Prevents HTML-escaped enties such as ' from being picked 
up. Thanks to Andrewas Kotowicz for reporting this.
2009-08-04 13:12:13 +00:00
f6be2403f5 Fixes issue #51: links to other tickets (via #n syntax in followups etc) were
having their HTML escaped, so they didn't show up.

Thanks to Andreas Kotowicz for this patch.
2009-03-08 06:13:51 +00:00
5040d3d243 * Large change to clean up the codebase: Decrease excess whitespace at ends
of lines; Increase line-wrapping of commands to limit code to 80 columns 
  wherever possible
* Re-built 'en' locale to match some new strings
* Clean up import statements somewhat
2008-08-19 08:50:38 +00:00
cea6394b70 Big bugfix release - addresses a number of issues introduced in recent Django
updates, and other bugs in the codebase. Many thanks to David Clymer and
Chris Etcp for reporting these bugs and then providing fixes.

Tickets closed:

#3: BUG E-Mail Script Incompatible with Python 2.5
#4: BUG Failure on empty attachments
#5: ENHANCEMENT Run scripts as command extensions [Backwards Compatible]
#7: BUG Cannot view tickets when not logged in
#8: BUG Overly broad error handling

Note that #5 is backwards-incompatible, as you need to change any CRON or 
scheduler entries for the 'get_email.py', 'escalate_tickets.py' or 
'create_escalation_exclusions.py' scripts. See the README file for the new 
commands.
2008-08-18 21:29:31 +00:00
2895891fb0 * Removed horrid license - moved to BSD.
* Removed horrid file headers

* Added API - Mostly untested at this stage. Works via HTTP POST.
* Added API documentation
2008-02-06 04:36:07 +00:00
041272ce1b * Added ability for tickets to be placed on hold 2008-01-20 23:31:27 +00:00
015a7dd166 Initial import of Python files & templates 2007-12-27 00:29:17 +00:00