| Commit | Date | |
|---|---|---|
|
[r8450]
by
rblank
0.12dev: Better wiki page resolution for relative references to non-existing pages. A reference `Second/Other` on `First/Second/Third` now resolves to `First/Second/Other` instead of `First/Second/Second/Other` if `First/Second` exists. Related to #4507. |
2009-08-07 23:16:06 | Tree |
|
[r8449]
by
rblank
0.12dev: Fixed relative wiki link resolution for non-existing pages so that, if a common prefix of the referrer and the target page exists, the page reference is interpreted as absolute. See comment:12:ticket:4507. |
2009-08-07 21:11:27 | Tree |
| 2009-08-07 11:35:49 | Tree | |
|
[r8447]
by
rblank
MultiRepos: Improved repository handling. * Added the possibility to hide repositories from the repository index, including the default repository. Closes #8536. |
2009-08-07 11:16:02 | Tree |
|
[r8446]
by
cboos
TracMercurial for 0.12: correctly show ''ADD'' type for first revision of a file in the TracRevisionLog. |
2009-08-04 16:21:46 | Tree |
| 2009-08-04 16:21:31 | Tree | |
|
[r8444]
by
cboos
TracMercurial for 0.12: start rework of `MercurialRepository.get_history` to use `walkchangerevs` in all cases. Suggested by Georg on Trac-dev. |
2009-08-04 16:21:13 | Tree |
| 2009-08-04 16:20:34 | Tree | |
| 2009-08-04 16:12:47 | Tree | |
|
[r8441]
by
cboos
MultiRepos: changed the way changesets are identified globally across repositories. As I wanted to implement `SubversionChangeset.get_uid`, I figured it would be simpler to have the method on the level of the repository, as the trac.versioncontrol.cache layer doesn't know about backend specific changesets and would therefore have to delegate the call to the backend specific Repository class anyway. Therefore `Changeset.get_uid` is now `Repository.get_changeset_uid` and I implemented the latter for `SubversionRepository`. |
2009-08-04 16:10:33 | Tree |