| Commit | Date | |
|---|---|---|
| 2007-11-06 10:08:29 | Tree | |
|
[r6123]
by
cboos
Fix a race condition in the !RepositoryManager constructor. The problem can be easily reproduced when starting a dozen simultaneous queries on a server which has just been initialized. This triggers the following errors related to the svn_fs vc backend: Actually, ''all'' the component constructors are subject to multi-threading issues, this one was just the one that presented some symptoms. There should actually be some kind of locking at the level of `maybe_init` in `trac.core`. I'll try that as a second step, as for now that local fix in the `RepositoryManager.__init__` constructor is enough to get rid of the reported problems. |
2007-11-06 07:49:38 | Tree |
| 2007-11-02 16:58:18 | Tree | |
| 2007-10-31 13:57:39 | Tree | |
|
[r6120]
by
cboos
Fix the /newticket request handler so that simple named parameters (like ''version'', ''component'' etc.) can be added as query parameters. Fixes the #5025 regression. |
2007-10-31 10:48:08 | Tree |
|
[r6119]
by
cboos
Enhance the ![[TracGuideToc]] macro so that it will support "scoped" guides, in support for #4716. |
2007-10-31 10:38:49 | Tree |
| 2007-10-30 16:59:07 | Tree | |
|
[r6117]
by
cboos
context-refactoring: rename trac.context to trac.resource (as there's no Context class anymore there, only resource related stuff) |
2007-10-30 09:46:10 | Tree |
| 2007-10-30 09:38:16 | Tree | |
| 2007-10-30 08:51:01 | Tree |