Trac commits

RevisionAuthorDateDescription
7510(diff)rblank05 Sep 2008 07:25:03

0.11-stable: Fixed formatting and encoding of XHTML validation errors in functional tests.

7509(diff)rblank04 Sep 2008 13:58:56

Added a new `htmlcomment` WikiProcessor that allows adding HTML comments to the output of wiki pages.

Closes #6508.

7508(diff)rblank01 Sep 2008 20:42:27

Merged [7507] from 0.11-stable.

7507(diff)rblank01 Sep 2008 20:33:51

0.11-stable: Added sorting of field names by field label in custom query filter selection, column selection, grouping and textarea selection.

Previously, the order was undefined, as it depended on the order of keys in a dictionary.

7506(diff)rblank01 Sep 2008 18:33:04

Merged [7505] from 0.11-stable.

7505(diff)rblank01 Sep 2008 18:10:27

0.11-stable: Fixed a pagination problem in custom queries when no constraints are selected.

Closes #7544.

7504(diff)rblank01 Sep 2008 17:50:00

trunk: Added a user filter to the timeline.

Closes #1198.

7503(diff)rblank31 Aug 2008 20:14:41

Merged [7502] from 0.11-stable.

7502(diff)rblank31 Aug 2008 16:40:34

0.11-stable: Fixed exception when default ticket query contains `$USER` and username contains `=`.

Closes #7036.

7501(diff)rblank29 Aug 2008 20:01:16

Merged [7500] from 0.11-stable.

7500(diff)rblank29 Aug 2008 19:58:02

0.11-stable: Fixed construction of `.href` URL when customizing mainnav and metanav, to avoid escaping.

Closes #7567.

7499(diff)cmlenz26 Aug 2008 12:18:17

The values of ticket fields on the ticket page now link to queries using that field/value as a filter. MAny thanks to Jeff Hammel for the patch. Closes #7562.

7498(diff)cmlenz26 Aug 2008 12:04:34

Improve the `ngettext`-style functions to automaticaly add a `num` parameter, similar to [7423] on 0.11-stable.