| Commit message (Expand) | Author | Age |
* | more tag reorg | Joey Hess | 2010-02-12 |
* | fix | Joey Hess | 2008-12-17 |
* | simplify pagespec | Joey Hess | 2008-12-17 |
* | move back demo and add example | Joey Hess | 2008-09-11 |
* | patch plugin documentation to refer to directive pages | William Uther | 2008-09-11 |
* | rename preprocessordirective to directive•••Reasons include:
- easier to type
- might want postprocessor directives again sometime, and listdirectives
can then use the directive/* files for either
- that it's done as a preprocessor step is an internal detail (and not a
very accurate one, really :-)
| Joey Hess | 2008-08-25 |
* | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | 2008-07-21 |
* | Migrate doc/plugins via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | improve support for internal pages•••This makes it a lot quicker to deal with lots of recentchanges pages
appearing and disappearing. It avoids needing to clutter up pagespecs with
exclusions for those pages, by making normal pagespecs not match them.
| Joey Hess | 2008-01-29 |
* | omit recentchanges from various metadata pages | Joey Hess | 2008-01-29 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | no longer need triple quotes | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
| joey | 2006-08-23 |
* | * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
| joey | 2006-08-02 |
* | updats | joey | 2006-07-29 |
* | * Tag plugins according to type. | joey | 2006-07-29 |
* | * Added plugin system, currently only supporting for PreProcessorDirectives.•••* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
| joey | 2006-05-02 |