Menu

Trac Commit Log


Commit Date  
[r6841] by cboos

Make custom queries use enum value (cast as int) for proper sorting.

Contributed by vnaum on #4715, thanks!

2008-04-17 21:18:00 Tree
[r6840] by cboos

Make default reports use a cast of the priority value as int for proper sorting when more than 10 values are used.

Contributed by vnaum on #4715, thanks!

2008-04-17 21:00:33 Tree
[r6839] by cboos

Yet another follow-up: add missing `os` scope for W_OK

2008-04-17 20:56:33 Tree
[r6838] by thatch

Followup to r6837, don't try to touch a file that doesn't exist, or we don't have rights to. There was a test failure introduced in the wiki formatter tests because its EnvironmentStub doesn't have a filename.

2008-04-17 18:03:55 Tree
[r6837] by cboos

Make sure changes to InterMapTxt are taken into account by all server processes, by forcing a configuration change (`config.touch` from r6006).

This is a kind of "brute force" solution to the problem, but we need to have something while waiting for a more sophisticated approach.

Closes #5741.

2008-04-17 09:39:24 Tree
2008-04-17 08:41:27 Tree
[r6835] by cboos

Now reintroduces r6565, to avoid a regression on #5022

2008-04-17 00:26:46 Tree
[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
Older >