Changes between Version 9 and Version 10 of CreamyTrac

Show
Ignore:
Timestamp:
12/06/08 11:13:15 (21 months ago)
Author:
mlalonde (IP: 65.93.193.36)
Comment:

Added intel about swig+svn

Legend:

Unmodified
Added
Removed
Modified
  • CreamyTrac

    v9 v10  
    66 
    77== About Creamy-Trac == 
    8 I don't know exactly when Dreamy-Trac was posted, but it was broken for me. It was still binding against Python2.3, for which [http://trac.edgewall.org/ Trac 0.11] has started dropping support. Some things where darn right broken and authentication didn't work out of the box. So I decided to give Dreamy-Trac a little update and this is how Creamy-Trac came to life. It addresses those issue by configuring a Python 2.4 Virtualenv, using HTDigest for storing passwords, installing the necessary plugins for [http://trac.edgewall.org/wiki/TracFineGrainedPermissions FineGrainedPermissions] and reverting a change in the [http://trac-hacks.org/wiki/AccountManagerPlugin Account Manager] that created a bug under this setup. 
     8I don't know exactly when Dreamy-Trac was posted, but it was broken for me. It was still binding against Python2.3, for which [http://trac.edgewall.org/ Trac 0.11] has started dropping support. Some things where darn right broken and authentication didn't work out of the box. So I decided to give Dreamy-Trac a little update and this is how Creamy-Trac came to life. It addresses those issue by configuring a Python 2.4 Virtualenv, using HTDigest for storing passwords, installing the necessary plugins for [http://trac.edgewall.org/wiki/TracFineGrainedPermissions FineGrainedPermissions] and reverting a change in the [http://trac-hacks.org/wiki/AccountManagerPlugin Account Manager] that created a bug under this setup. Moreover, CreamyTrac will install a local Swig and Subversion install. 
    99 
    1010== Installation ==