[Trac logo]
Trac commits

RevisionAuthorDateDescription
7779rblank05 Jan 2009 19:36:03

0.12dev: Merged [7778] from 0.11-stable.

7778rblank05 Jan 2009 19:06:34

0.11-stable: Catch all exception types while performing `open_environment()`, so that e.g. a bad environment path doesn't result in a blank page but shows a reasonable error message.

Closes #6152.

7777rblank05 Jan 2009 18:50:36

0.11-stable: Render relative links to non-existing resources as `missing` (and in the case of wiki pages, with a trailing `?`).

Closes #4416.

7776jonas01 Jan 2009 15:34:20

trunk: Ported Python 2.6 fixes from 0.11-stable ([7774], [7775]).

7775jonas01 Jan 2009 11:22:41

0.11-stable: Revert parts of [7774] since it broke our exception handling.

The `BaseException.message has been deprecated as of Python 2.6` is simply ignored by the unit tests for now.

7774jonas01 Jan 2009 10:24:40

0.11-stable: Fixes a couple of Python 2.6 compatibility issues, closes #7876.

7773rblank26 Dec 2008 08:26:49

0.12dev: Merged [7772] from 0.11-stable.

7772rblank26 Dec 2008 05:23:12

0.11-stable: Group milestones in milestone edit and delete page select boxes.

Closes #7791.

7771rblank19 Dec 2008 09:04:42

0.12dev: Merged [7769:7770] from 0.11-stable.

7770rblank19 Dec 2008 08:51:05

0.11-stable: Added a reserved name missed in [7769].

7769rblank19 Dec 2008 08:35:35

0.11-stable: Ignore custom fields whose names are query parameters.

Closes #1449.

7768rblank15 Dec 2008 18:17:17

0.12dev: Merged [7765:7767] from 0.11-stable.

7767rblank15 Dec 2008 18:04:05

0.11-stable: Determine the first, previous and next ticket in a global ticket sequence by querying the database instead of assuming that they are `1`, `id - 1` and `id + 1`, respectively.

Closes #7795.