aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/toggle.pm
Commit message (Expand)AuthorAge
* * Fix some issues with toggles in preview mode.Joey Hess2007-10-29
* * Add a destpage parameter to the filter hook.•••* Fix links to smilies generated by the smiley plugin for inlined pages. The old links were often wrong, but often still worked by accident. joey2007-05-17
* * pagespec_match() has changed to take named parameters, to better allow••• for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. joey2007-04-27
* * Fix the template, toggle, and conditional plugins to filter text before••• preprocessing it. * Fix smiley plugin to support smileys at the very beginning or end of the content. joey2007-02-14
* don't need to scan after all; links inside blocks of text should be found•••normally joey2006-11-26
* updatesjoey2006-11-22
* bugfixenjoey2006-11-22
* * Add toggle plugin.•••* Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time. joey2006-11-22