Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-14 | * Allow multiple tag settings to appear in a single page. | joey | |
2007-02-13 | simplified plugin definitions | joey | |
2007-02-08 | * Add "reverse" option to inline to invert sort orders. | joey | |
2007-02-05 | * Add feedshow option to allow reducing the number of items included in | joey | |
an rss or atom feed. | |||
2006-11-26 | add quick mode for speeding up generation of big archive pages | joey | |
2006-11-08 | * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. | joey | |
2006-10-08 | * Atom feed support based on a patch by Clint Adams. | joey | |
* 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. | |||
2006-09-25 | * inline: Add ability to sort by page name, based on a patch from | joey | |
Benjamin A'Lee. | |||
2006-08-28 | * Patch from James Westby to add an actions option to inline; this | joey | |
adds Edit and Discussion links at the end of blog entries. | |||
2006-08-26 | * Patch from James Westby to allow a description to be set for rss feeds. | joey | |
2006-08-23 | no longer need triple quotes | joey | |
2006-08-23 | * Allow preprocessor directives to contain python-like triple-quoted | joey | |
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. | |||
2006-08-18 | clarification | joey | |
2006-08-18 | * Support inlining pages raw, rather than creating a blog. | joey | |
* Clean up yes/no parameter parsing in inline plugin. * Implemented better cycle detection in the inline plugin; nested inlines will now work. | |||
2006-07-29 | updats | joey | |
2006-07-29 | * Tag plugins according to type. | joey | |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey | |
* 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. |