Menu

Trac Commit Log


Commit Date  
[r5936] by cmlenz

* Switch back to the `sys._getframe()` hack in the implementation of `implements()`, for better thread-safety and nesting support (see [http://groups.google.com/group/trac-dev/browse_thread/thread/7bccf999eb3407ed mailing list post]). Also, made `implements` a static method on the `Component` class, which is then aliased to a module-level function.
* Cleaned up imports in `trac.config`, and use `fileobj.write()` instead of `print>>fileobj` when serializing the configuration.

2007-08-17 21:33:34 Tree
[r5935] by ecarter

Testing: remove unused PIPE

2007-08-17 13:55:08 Tree
[r5934] by ecarter

Testing: use compat for 2.3

2007-08-17 13:50:26 Tree
[r5933] by cmlenz

Make the nav item to the current admin page an actual link, to accomodate the need to "jump back up" on "deeper" admin pages.

2007-08-17 11:19:59 Tree
[r5932] by cmlenz

Remove debug logging leftover from r5912.

2007-08-17 07:42:36 Tree
[r5931] by thatch

Tweak fix for #5819, cached changesets being returned in the opposite order if they happen in the same second

2007-08-17 03:17:22 Tree
[r5930] by ecarter

Testing: doc fix

2007-08-16 17:26:48 Tree
[r5929] by ecarter

Testing: twill will compile the regex for us, and will give a better failure message this way.

2007-08-16 16:28:35 Tree
[r5928] by ecarter

Testing: Merge through r5927 from trunk

2007-08-15 15:38:04 Tree
[r5927] by cmlenz

Move the `open_environment` from `trac.web.main` to `trac.env`. This function is responsible for the thread-safe caching of environments, and automatically performing the check for needed upgrades, features which may be generally useful outside of the web frontend.

2007-08-15 14:10:37 Tree
Older >