| Commit | Date | |
|---|---|---|
|
[r8675]
by
rblank
0.12dev: When a user without `TICKET_VIEW` permission creates a ticket, display a notice saying that the ticket has been created. Thanks to Erik Bray for the patch. Closes #8750. |
2009-10-18 22:14:47 | Tree |
| 2009-10-18 21:47:12 | Tree | |
| 2009-10-18 21:13:53 | Tree | |
|
[r8672]
by
rblank
MultiRepos: Changed the primary key to identify a repository in the database from the `reponame` to a surrogate key `id`. The `reponame` is now contained in the `repository` table, in the "name" entry. Warning: This changeset introduces a database upgrade. Part of #8731. |
2009-10-18 21:08:48 | Tree |
| 2009-10-18 20:11:16 | Tree | |
| 2009-10-18 19:40:30 | Tree | |
|
[r8669]
by
cboos
psycopg2 and MySQLdb didn't handle correctly `execute()` arguments which were subclasses of `unicode`. For psycopg2, we register explicit adapters. Fixes #8740 (Empty class, introduced in r8661) and #3501 (Markup class). Thanks to harald.radi@... for contributing a fix in #3501. |
2009-10-18 16:43:14 | Tree |
| 2009-10-18 16:42:06 | Tree | |
|
[r8667]
by
rblank
0.11-stable: Escape messages when storing them in the session, and wrap them in `Markup` on retrieval, so that HTML messages are not escaped. Part of #8750. |
2009-10-17 12:56:41 | Tree |
|
[r8666]
by
rblank
0.12dev: Replaced the last two uses of the `plural()` macro with `ngettext()` and removed the macro from `macros.html`. |
2009-10-14 22:38:31 | Tree |