RevtreePlugin changelog

[4847] by eblot on 11/19/08 13:12:38

Fix up Tags management:

  • Proper positioning of the tag label when a branch is tagged multiple times
  • Do not show deleted tags

[4697] by eblot on 11/01/08 14:22:31

Fixes #3985. No more error when pretty branch name groups are not defined within the regular expression

[4696] by eblot on 11/01/08 13:20:48

Fixes #4006. The reported bug is fixed, however the merge graph is not yet fully valid.

[4695] by eblot on 11/01/08 13:05:29

Fixes #3442. Thanks to erik for the patch

[4024] by eblot on 07/16/08 18:45:50

Refs #1405. Introduce tag support in RevtreePlugin

Bumping version to v0.6.0: API for enhancers have been reworked and are no longer compatible with previous releases of the plugin.

Please note that this version is in early development stage.
It is therefore recommended to stick with the previous series for the plugin (0.5.x)

[4012] by eblot on 07/14/08 08:14:56

Closes #2674.

  • Fix up the invalid syntax in url_parts
  • Use the new Trac API for options (so that TracIni now shows up the proper option)

Thanks to anonymous for the original patch.