| Commit | Date | |
|---|---|---|
|
[r4513]
by
cboos
Blame branch: several minor fixes Even smaller changes: |
2007-01-08 10:57:22 | Tree |
|
[r4512]
by
cboos
TracMercurial for 0.11: use `filelog.size`, which can give the size of a file in a much more efficient way than the naive `len(self.read())` used before, when revlogng is used. If revlogng is not used, `filelog.size()` reverts to the inefficient way, as that was the only way before revlogng. The other TracMercurial branch will not use this, so that it can remain compatible with old hg versions (0.8.1 and older). |
2007-01-08 10:45:03 | Tree |
| 2007-01-08 08:35:47 | Tree | |
|
[r4510]
by
cboos
Avoid attempting a vc cache sync in the middle of other processing, in the post-commit-hook. Fixes #2902 (second part). |
2007-01-08 08:31:25 | Tree |
|
[r4509]
by
mgood
add compatibility wrappers for `wiki_to_*` methods moved into the WikiContext (fixes #4502) |
2007-01-08 03:35:28 | Tree |
| 2007-01-07 23:25:10 | Tree | |
|
[r4507]
by
athomas
PermissionPolicy: `IResourceMapper` interface converted to use contexts. Cleaner. |
2006-12-30 01:55:51 | Tree |
|
[r4506]
by
athomas
PermissionPolicy: * Updated more wiki templates. |
2006-12-29 23:31:49 | Tree |
|
[r4505]
by
athomas
PermissionPolicy: New permission model implemented. Security policies now implement |
2006-12-29 14:05:41 | Tree |
|
[r4504]
by
athomas
PermissionPolicy: WikiContext refactored into a generic `trac.resource` module |
2006-12-29 11:51:31 | Tree |