Menu

Trac Commit Log


Commit Date  
[r6834] by cboos

Different approach taken to solve the #5025 issue (support both /newticket?priority=high style URLs and use of field_priority etc. in all other ticket requests).

Instead of trying to normalize everything to `field_...` (and therefore abusively modify the `req.args`), we simply take the difference of parameter naming into account when populating the ticket fields.

2008-04-17 00:26:25 Tree
[r6833] by cboos

Added a new TICKET_EDIT_DESCRIPTION permission, fixes #3163.

Thanks to trac-ja for providing a patch for this.

Together with #2945 (ticket description history), this makes it possible to use tickets in a way closer to the "Wiki" spirit (anyone can contribute but all changes are traced).

2008-04-16 23:25:31 Tree
[r6832] by cboos

Add a static method `Ticket.id_is_valid` for checking ticket ids.

Closes #7056.

2008-04-16 23:11:10 Tree
[r6831] by cboos

In ticket queries, the ''limit'' parameter should be handled as an ''int'' value.

Fixes #7113.

2008-04-16 22:32:00 Tree
[r6830] by cboos

Better cope with missing date values in Query results. Fixes #7021.

2008-04-16 22:21:15 Tree
[r6829] by thatch

Fix infinite loop documented in #7123

2008-04-16 21:56:44 Tree
[r6828] by cboos

Correctly handle source files in various encodings when displaying rich backtraces in the error page.

Fixes #6932.

Thanks to trac-ja for the report and the patch!

2008-04-16 17:00:43 Tree
[r6827] by cboos

In presentation.py, remove import from itertools introduced in r4470 but never actually used.

2008-04-16 16:33:28 Tree
[r6826] by cboos

Don't say ''owner will change to ...'' when the ticket owner will actually stay the same.

Thanks to Colin Guthrie for the patch on #7098.

2008-04-16 16:23:08 Tree
[r6825] by cboos

Fix a few typos in the late stylesheet loading code.

Thanks to Dave Gynn for the report and the patch!

2008-04-16 16:13:16 Tree
Older >