| Commit | Date | |
|---|---|---|
|
[r6327]
by
cboos
Don't try to display the frame information in the backtrace when a !MemoryError occurred. Trying to render the frame data usually triggers ''another'' !MemoryError exception, hiding the potentially interesting backtrace of the first one, like in #4081 and #6101. |
2007-12-13 18:53:25 | Tree |
| 2007-12-13 10:51:05 | Tree | |
|
[r6325]
by
cboos
Plugins admin panel: need to adapt the test for windows, where normcase has already been used (see #2329) |
2007-12-13 10:50:20 | Tree |
| 2007-12-13 09:14:14 | Tree | |
|
[r6323]
by
osimons
Follow-up to [6317] and #2876. First attempt caused new issues (#6490), and now the implementation has changed to use the existing API to update enums instead of writing new SQL. |
2007-12-13 00:16:14 | Tree |
|
[r6322]
by
cboos
Ticket ''Clone'' now simply pre-fills the new ticket form, and doesn't actually directly create the ticket, so one can still modify it, preview it before creating it (or not! if the button was pressed by mistake...) |
2007-12-12 15:11:26 | Tree |
|
[r6321]
by
cboos
Fix long standing glitch in the display of labels in the grouped progress bar box in the Milestone view. In Firefox, the longest label used to be squashed to the progress bar itself. This was probably due to the addition of white space in the Genshi template, and because of the `white-space: nowrap` CSS rule which applies here (btw, as it also applies to the <td>, there was no need to hard-code it again there in the template). |
2007-12-12 14:18:03 | Tree |
| 2007-12-12 14:10:45 | Tree | |
|
[r6319]
by
osimons
Minor fix to Image macro that did not accept `'px'` ending on width argument as documentation indicated. Now it supports both. |
2007-12-12 10:56:39 | Tree |
|
[r6318]
by
osimons
Make date input parsing more robust, as it turns out that converting back from timestamp later may lead to error if the date is outside a valid range (depending on platform) - usually larger than sometime in 2038. Fixes #5322. |
2007-12-12 10:47:56 | Tree |