Changes between Version 9 and Version 10 of CreamyTrac
- Timestamp:
- 12/06/08 11:13:15 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreamyTrac
v9 v10 6 6 7 7 == 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. 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. Moreover, CreamyTrac will install a local Swig and Subversion install. 9 9 10 10 == Installation ==