Edgewall Software

Changes between Initial Version and Version 2 of Ticket #1667


Ignore:
Timestamp:
May 8, 2006, 9:00:56 AM (18 years ago)
Author:
Christian Boos
Comment:

cleaning up summary and description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1667

    • Property Status newclosed
    • Property Resolutionworksforme
    • Property Summary Trac milestone routines brake on '-' in a milestone nameTrac milestone routines break on '-' in a milestone name
  • Ticket #1667 – Description

    initial v2  
    55release 0.3 - "sins of youth"
    66
    7 And now I get a nice big erro screen if I try to view my 'Roadmap'.
     7And now I get a nice big error screen if I try to view my 'Roadmap'.
    88
    99Here's the python traceback:
    10 
     10{{{
    1111Traceback (most recent call last):
    1212  File "/usr/lib/python2.4/site-packages/trac/ModPythonHandler.py", line 194, in handler
     
    2323    self.rs = self.con.db.execute(SQL)
    2424DatabaseError: near "sins": syntax error
    25 
     25}}}