| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 7779 | rblank | 05 Jan 2009 19:36:03 | 0.12dev: Merged [7778] from 0.11-stable. |
| 7778 | rblank | 05 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. |
| 7777 | rblank | 05 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. |
| 7776 | jonas | 01 Jan 2009 15:34:20 | trunk: Ported Python 2.6 fixes from 0.11-stable ([7774], [7775]). |
| 7775 | jonas | 01 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. |
| 7774 | jonas | 01 Jan 2009 10:24:40 | 0.11-stable: Fixes a couple of Python 2.6 compatibility issues, closes #7876. |
| 7773 | rblank | 26 Dec 2008 08:26:49 | 0.12dev: Merged [7772] from 0.11-stable. |
| 7772 | rblank | 26 Dec 2008 05:23:12 | 0.11-stable: Group milestones in milestone edit and delete page select boxes. Closes #7791. |
| 7771 | rblank | 19 Dec 2008 09:04:42 | |
| 7770 | rblank | 19 Dec 2008 08:51:05 | 0.11-stable: Added a reserved name missed in [7769]. |
| 7769 | rblank | 19 Dec 2008 08:35:35 | 0.11-stable: Ignore custom fields whose names are query parameters. Closes #1449. |
| 7768 | rblank | 15 Dec 2008 18:17:17 | |
| 7767 | rblank | 15 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. |