| Commit | Date | |
|---|---|---|
| 2006-05-20 12:31:47 | Tree | |
|
[r3321]
by
cboos
TracRevisionLog TracLinks improvements: |
2006-05-20 08:14:05 | Tree |
|
[r3320]
by
cboos
Introduced ''citation'' syntax for the Wiki, e-mail style. This reuses most of the machinery introduced previously However, note that in the case of citations, the ''depth'' |
2006-05-19 13:53:06 | Tree |
| 2006-05-19 12:23:09 | Tree | |
|
[r3318]
by
cboos
Robust coupling of Wiki lists and Wiki quotes With [3316], new indent levels are only introduced when they need to be. However, the implicit relationship that existed between the We therefore keep track of the indentation level introduced by That way, the current indentation is remembered even when {{{ A second level quote Tab characters are now converted before the line is parsed. Fixes #124. |
2006-05-19 12:08:52 | Tree |
|
[r3317]
by
cboos
More robust parsing and formatting of Wiki lists (#124) Previously, each indent of 2 spaces would introduce a new indentation level. Now, new indent levels are only introduced when they need to be, {{{ First level Note that a tab character is converted to 8 space characters In addition, lists can now also be started using "-" (as this is commonly found There will be a follow-up changeset focused on the interaction between lists and quotes. |
2006-05-19 11:54:56 | Tree |
| 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 |