aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Expand)AuthorAge
...
* incomplate edittemplate pluginJoey Hess2007-12-12
* web commit by tschwinge: Two and a half issues.Joey Hess2007-12-11
* remove test codeJoey Hess2007-12-09
* * The calendar plugin stores state about when it needs to be updated,••• and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div. Joey Hess2007-12-08
* fix up some linksJoey Hess2007-12-08
* forgot to addJoey Hess2007-12-08
* * Finally implemented a simple per-page data storage mechanism for plugins,••• via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. Joey Hess2007-12-08
* MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in a future release. Joey Hess2007-12-08
* * meta: Add redir support, based on a patch by Thomas Schwinge.Joey Hess2007-12-08
* broken linkJoey Hess2007-11-17
* * inline: Add timeformat parameter to control how the ctime of••• inlined pages is displayed. Closes: #451019 Joey Hess2007-11-13
* web commit by tschwinge: Bug fixed by <http://www.bddebian.com/gitweb/?p=wiki...Joey Hess2007-11-09
* web commit by tschwinge: *Preview* when creating new pages.Joey Hess2007-11-09
* web commit by tschwinge: Non-functional Texinfo commands.Joey Hess2007-11-09
* web commit by tschwinge: Further explanation.Joey Hess2007-11-09
* web commit by tschwinge: Further idea.Joey Hess2007-11-09
* web commit by tschwinge: Correction and extension.Joey Hess2007-11-09
* web commit by tschwinge: Mapping between input and output files.Joey Hess2007-11-08
* web commit by tschwinge: About M (M > 1) output files.Joey Hess2007-11-08
* web commit by tschwinge: Reorder.Joey Hess2007-11-08
* web commit by tschwingeJoey Hess2007-11-08
* web commit by tschwinge: The current version can parse copyright and licensin...Joey Hess2007-11-07
* web commit by http://ptecza.myopenid.com/: * Thanks!Joey Hess2007-11-07
* web commit by tschwinge: Why I wrote that plugin.Joey Hess2007-11-07
* web commit by tschwinge: Some ideas.Joey Hess2007-11-07
* responseJoey Hess2007-11-07
* thoughtsJoey Hess2007-11-07
* web commit by http://ptecza.myopenid.com/: * Added forgotten signatureJoey Hess2007-11-07
* web commit by http://ptecza.myopenid.com/: * Question about quotation marks i...Joey Hess2007-11-07
* web commit by tschwinge: `makeinfo` Output.Joey Hess2007-11-06
* web commit by tschwinge: Copyright and Licensing Snippets.Joey Hess2007-11-06
* web commit by tschwingeJoey Hess2007-11-06
* web commit by tschwinge: N-to-M mapping of input and output files.Joey Hess2007-11-06
* web commit by tschwinge: texinfo plugin.Joey Hess2007-11-06
* web commit by http://ccshan.myopenid.com/: expecified -> specifiedJoey Hess2007-11-04
* web commit by tschwinge: All Thumbnails on One PageJoey Hess2007-11-03
* web commit by tschwinge: Bug With Referring to *js* and *css* FilesJoey Hess2007-11-03
* web commit by http://arpitjain11.myopenid.com/Joey Hess2007-11-03
* web commit by http://arpitjain11.myopenid.com/Joey Hess2007-10-30
* web commit by http://arpitjain11.myopenid.com/Joey Hess2007-10-30
* web commit by tschwingeJoey Hess2007-10-30
* web commit by tschwinge: How to use this plugin?Joey Hess2007-10-30
* web commit by tschwinge: Remove resolved issue.Joey Hess2007-10-29
* analise one not-our-bugissue, move the other to a bug report pageJoey Hess2007-10-29
* web commit by tschwinge: But not visible here, but in the Hurd wiki.Joey Hess2007-10-29
* web commit by tschwingeJoey Hess2007-10-29
* web commit by tschwinge: Bug when toggling in a preview pageJoey Hess2007-10-29
* web commit by tschwinge: Bug when followed by a heading.Joey Hess2007-10-29
* * Add a calendar plugin, contributed by Manoj Srivastava.•••* Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime. joey2007-10-23
* * Rewritten rst plugin by madduck is a python program that communicates with••• ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed. joey2007-10-15