Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2822


Ignore:
Timestamp:
Mar 8, 2006, 5:07:30 PM (18 years ago)
Author:
Christian Boos
Comment:

Patch committed in r2974, thanks again!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2822

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #2822 – Description

    initial v1  
    33model.py uses the table name WIKI where it should be using wiki; this results in the following traceback:
    44
    5 
     5{{{
    66 File "/usr/local/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 189, in _do_save
    77    req.remote_addr)
     
    1717    raise errorclass, errorvalue
    1818ProgrammingError: (1146, "Table 'test.WIKI' doesn't exist")
    19 
     19}}}
    2020
    2121(Ignore the mysqldb stuff; this is w/ patches from #986).