| Commit | Date | |
|---|---|---|
|
[r8458]
by
cboos
0.11.6dev: `Config` class has now full unicode support, including section names and keys. Though perhaps not that useful in itself, being consistent in accepting unicode input values prevents subtle bugs like the one from #8276, where mixing an unicode key and an utf-8 value raised an encoding exception. |
2009-08-10 18:24:57 | Tree |
| 2009-08-10 16:10:30 | Tree | |
|
[r8456]
by
cboos
0.11.6dev: another <textarea> needed fixing for not losing leading empty lines. See #7657. |
2009-08-09 21:08:12 | Tree |
|
[r8455]
by
cboos
0.11.6dev: make TICKET_EDIT_PERMISSION independent from TICKET_MODIFY. Closes #8548. The changes in the ticket.html template also address the #7657 issue (losing leading empty lines when editing the description). |
2009-08-09 21:00:00 | Tree |
|
[r8454]
by
cboos
0.11.6dev: alternate formats csv and tsv for tickets and queries need to have a filename. Note that the RSS formats still need to have ''no'' filename specified (see #3899). Closes #7956. |
2009-08-09 20:56:45 | Tree |
| 2009-08-09 19:37:30 | Tree | |
|
[r8452]
by
cboos
0.11.6dev: fix RSS feed for reports, in order to work around a Genshi 0.6dev regression (#G327). The new layout of the loops is also more readable now, so the workaround is there to stay. |
2009-08-09 19:12:41 | Tree |
|
[r8451]
by
cboos
''keywords'' field might be NULL in the database, so we must be able to deal with a `None` value for `old`, in `_render_property_diff`. Closes #8547. |
2009-08-09 16:38:34 | Tree |
|
[r8450]
by
rblank
0.12dev: Better wiki page resolution for relative references to non-existing pages. A reference `Second/Other` on `First/Second/Third` now resolves to `First/Second/Other` instead of `First/Second/Second/Other` if `First/Second` exists. Related to #4507. |
2009-08-07 23:16:06 | Tree |
|
[r8449]
by
rblank
0.12dev: Fixed relative wiki link resolution for non-existing pages so that, if a common prefix of the referrer and the target page exists, the page reference is interpreted as absolute. See comment:12:ticket:4507. |
2009-08-07 21:11:27 | Tree |