| Commit message (Expand) | Author | Age |
* | more tag reorg | Joey Hess | 2010-02-12 |
* | misc minor changes | 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 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | move inline parameter docs to blog page so they're available in the•••basewiki
| joey | 2007-05-20 |
* | * Add feedshow parameter to inline, which can be useful for eg, removing••• old posts from feeds when permalinks change.
| joey | 2007-04-14 |
* | * Add postformtext parameter to inline. | joey | 2007-04-12 |
* | * Add a templates page to the basewiki. It will automatically list all••• available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
| joey | 2007-03-31 |
* | * Finally fixed the longstanding inline removal bug.•••* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
| joey | 2007-03-24 |
* | * Fix link() PageSpecs to not just look at the raw link text, but at where••• that given link points based on the page doing the linking. Note that this
could make such PageSpecs match different things than before, if you
relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
| joey | 2007-03-21 |
* | * Add titlepage template for inline plugin. | joey | 2007-03-06 |
* | * Add "template" option to inline plugin to allow for use of customised••• templates.
| joey | 2007-03-02 |
* | * Allow multiple tag settings to appear in a single page. | joey | 2007-02-14 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | * Add "reverse" option to inline to invert sort orders. | joey | 2007-02-08 |
* | * Add feedshow option to allow reducing the number of items included in••• an rss or atom feed.
| joey | 2007-02-05 |
* | add quick mode for speeding up generation of big archive pages | joey | 2006-11-26 |
* | * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. | joey | 2006-11-08 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | * inline: Add ability to sort by page name, based on a patch from••• Benjamin A'Lee.
| joey | 2006-09-25 |
* | * Patch from James Westby to add an actions option to inline; this••• adds Edit and Discussion links at the end of blog entries.
| joey | 2006-08-28 |
* | * Patch from James Westby to allow a description to be set for rss feeds. | joey | 2006-08-26 |
* | 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 |
* | clarification | joey | 2006-08-18 |
* | * Support inlining pages raw, rather than creating a blog.•••* Clean up yes/no parameter parsing in inline plugin.
* Implemented better cycle detection in the inline plugin; nested inlines
will now work.
| joey | 2006-08-18 |
* | 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 |