Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | one more | Joey Hess | |
2008-09-11 | re-add demo, was lost in will's changes | Joey Hess | |
2008-09-11 | patch plugin documentation to refer to directive pages | William Uther | |
2008-08-25 | remove wacky meta description tag | Joey Hess | |
2008-07-21 | Migrate doc/plugins via prefix_directives | Simon McVittie | |
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | |||
2008-07-21 | Change to new preprocessor syntax | http://www.cse.unsw.edu.au/~willu/ | |
2008-07-19 | remove note about version | Joey Hess | |
This wiki documents the current (actually, next ;-) release of ikiwiki. I don't want to have version numbers everywhere. (plugins/write is an exception to this policy). | |||
2008-07-19 | list which versions of ikiwiki have this feature | http://alcopop.org/me/openid/ | |
2008-06-15 | meta: Store "description" in pagestate for use by other plugins. | Joey Hess | |
map: Support show=description. | |||
2008-06-15 | map: Add a "show" parameter. "show=title" can be used to display page ↵ | Joey Hess | |
titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510 | |||
2007-12-08 | MAJOR basewiki reorg | Joey Hess | |
Including redir pages for the moved basewiki pages. These will be removed in a future release. | |||
2007-10-06 | web commit by JonasSmedegaard: Fix typo | joey | |
2007-02-13 | simplified plugin definitions | joey | |
2007-02-12 | * Allow plugins to add new types of tests that can be used in PageSpecs. | joey | |
* 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. | |||
2006-11-20 | * Make auth methods pluggable. | joey | |
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. | |||
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-19 | * Add first draft at a Restructured Text (rst) plugin, by Sergio | joey | |
Talens-Oliag. Note that this has many known issues -- see the caveats on the plugin's page. * Credit everyone who wrote a plugin on the plugins' wiki pages. | |||
2006-08-18 | remove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*" | joey | |
2006-08-18 | * Add a map plugin contributed by Alessandro Dotti Contra. | joey | |