Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-23 | * Change order of linkify and preprocess; first preprocess and then linkify. | joey | |
This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit. | |||
2006-08-18 | note | joey | |
2006-08-18 | * Call filter hooks on inlined page content. | joey | |
2006-08-18 | * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen. | joey | |
* If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though. |