aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/conditional.mdwn
Commit message (Collapse)AuthorAge
* format plugin categorizationJoey Hess2010-02-12
|
* misc minor changesJoey Hess2008-09-11
|
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * Add all=no option to conditional, can be used to form conditionals that dojoey2007-05-09
| | | | | not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
* nice formattingjoey2007-02-13
|
* simplified plugin definitionsjoey2007-02-13
|
* * Allow plugins to add new types of tests that can be used in PageSpecs.joey2007-02-12
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki.