Edgewall Software

Changes between Initial Version and Version 6 of Ticket #5788


Ignore:
Timestamp:
Sep 4, 2007, 4:48:17 AM (17 years ago)
Author:
Tim Hatch
Comment:

Formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5788

    • Property Keywords solaris needinfo added
    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Component generalversion control
    • Property Milestone 0.10.5
  • Ticket #5788 – Description

    initial v6  
    22
    33Some details of what it's running:
     4{{{
    45python 2.3
    56solaris 9
     
    78subversion 1.4.3 + bindings
    89openidplugin from trac-hacks
     10}}}
    911
    1012Slight code modification that seemed to be necessary with the openid plugin. (found this code change recommended in another bug on a similar issue a few version back)  However, I'm pretty sure this isn't the cause of the bug: (Old code commented, my code the line above)
     13
    1114From trac-0.10.4/trac/db/sqlite_backend.py:
     15{{{
    1216        if have_pysqlite == 2:
    1317            self._active_cursors = weakref.WeakKeyDictionary()
     
    1721#                                 check_same_thread=sqlite_version < 30301,
    1822                                 timeout=timeout)
     23}}}
    1924
    2025Yeah, I know it's a hack, but apparently it was needed...