| Commit | Date | |
|---|---|---|
| 2006-05-18 14:12:28 | Tree | |
| 2006-05-18 12:57:07 | Tree | |
|
[r3314]
by
cboos
Fixed a subtle unicode issue related to string expansion when using an `trac.util.markup.Element` argument. The result of a string expansion (e.g. `"%s" % text`) is either a `str` object or an `unicode` object, depending on the arguments: So in this case, doing `"</p>%s<p>" % text` |
2006-05-18 09:03:02 | Tree |
|
[r3313]
by
cboos
Quick fix for the log TracLinks syntax involving hexa ids: a minimal length is now required if hexa numbers are used. |
2006-05-17 17:38:21 | Tree |
|
[r3312]
by
cboos
Added a `send_converted` helper method to `Mimeview`. It can be used in modules that provide alternative download links. |
2006-05-17 17:22:44 | Tree |
|
[r3311]
by
cboos
Small fixes for the `IContentConverter`s in the ticket subsystem: * ''Comma-delimited Text'' uses the `text/csv` MIME Type, as per rfc:4180 (actually, that was already done in r3309) |
2006-05-17 17:16:34 | Tree |
|
[r3310]
by
cboos
Use the wikified changeset log message in order to compute the ETag of a changeset view. Fixes #3116. |
2006-05-17 16:16:32 | Tree |
|
[r3309]
by
cboos
Small fixes for the `IContentConverter`s in the ticket subsystem: * use `trac.ticket.Ticket` instead of `trac.ticket.model.Ticket` |
2006-05-17 15:27:46 | Tree |
| 2006-05-17 10:06:59 | Tree | |
| 2006-05-17 09:34:10 | Tree |