aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/camelcase.mdwn
Commit message (Collapse)AuthorAge
* fix up some linksJoey Hess2007-12-08
|
* 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.
* no longer need triple quotesjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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.
* updatsjoey2006-07-29
|
* * Tag plugins according to type.joey2006-07-29
|
* web commit by JonasSmedegaard: Small typo: "a a" -> "as a"www-data2006-07-27
|
* fixjoey2006-07-26
|
* fixjoey2006-07-26
|
* * Run page through any relevant filters when generating a page preview.joey2006-07-26
* Noticed a bug in the wikitext markup plugin -- it made CamelCase links the default throughout the wiki, not only on wikitext pages. Decided to call this a feature, and split the camelcase support out into a separate plugin that is independant of wikitext.