aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* fixesjoey2007-08-21
|
* fixjoey2007-08-21
|
* reorg all the pages about rcs backends. Fix all linksjoey2007-08-21
|
* * Add color parameter to postsparkline. Closes: #438900joey2007-08-20
|
* revertjoey2007-08-17
|
* clean upjoey2007-08-17
|
* link to format_escapejoey2007-08-17
|
* * Applied Jeremie Koenig's pluggable editpage buttons patch:joey2007-08-17
| | | | | | | | | | | | - add a title to the editpage form; - pass a reference to the list of buttons to the formbuilder_setup hooks, so we can add ours; - relax asumption about the possible submit values (use "Save Page" explicitly); - de-hardcode the submit buttons from the editpage template (This was needed for compatability with a bug in CGI::FormBuilder 3.0401, but ikiwiki already needs a newer version.) * Pass buttons to all other formbuilder_setup hooks too.
* commentsjoey2007-08-17
|
* rst plugin allows raw html nowjoey2007-08-17
| | | | | | rst plugin could be sped up enormously by rewriting it to be a pure python external plugin
* web commit by http://jeremie.koenig.myopenid.com/: add a plugin page for ↵joey2007-08-17
| | | | "showdiff"
* web commit by http://jeremie.koenig.myopenid.com/: disable the preprocessor ↵joey2007-08-16
| | | | for some types of pages?
* web commit by http://jeremie.koenig.myopenid.com/: plugin updated to use ↵joey2007-08-16
| | | | HTML::Entities
* web commit by http://jeremie.koenig.myopenid.com/joey2007-08-16
|
* respjoey2007-08-15
|
* web commit by tschwinge: Hmm.joey2007-08-15
|
* hmmm?joey2007-08-15
|
* web commit by tschwinge: Doesn't work as suggested.joey2007-08-15
|
* web commit by http://jeremie.koenig.myopenid.com/: fix typosjoey2007-08-15
|
* web commit by http://joey.kitenet.net/joey2007-08-15
|
* web commit by tschwinge: Question about emitting fewer blank lines.joey2007-08-15
|
* web commit by http://melissensaft.myopenid.com/: fixed by letting root ↵joey2007-08-14
| | | | install the perl-libraries system-wide and switching to a currently version of ikiwiki
* unescapejoey2007-08-13
|
* fix linkjoey2007-08-13
|
* improved docs, add a tutorial for writing pluginsjoey2007-08-13
|
* rewordjoey2007-08-13
|
* tocjoey2007-08-13
|
* memoization for injected RPC functions is a very, very good thingjoey2007-08-13
|
* performance notesjoey2007-08-13
|
* * Fix --libdir to work at the command line.joey2007-08-13
| | | | | * Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
* * Add time=mtime option to postsparkline.joey2007-08-12
|
* web commit by http://melissensaft.myopenid.com/joey2007-08-11
|
* web commit by http://melissensaft.myopenid.com/: How can I enable textile? ↵joey2007-08-11
| | | | Problem description
* web commit by PaulWise: minor typojoey2007-08-09
|
* web commit by PaulWisejoey2007-08-09
|
* web commit by PaulWise: remove bogus commentjoey2007-08-09
|
* web commit by PaulWise: add headinganchors pluginjoey2007-08-09
|
* document authorurljoey2007-08-05
|
* * Add sessioncgi hook. joey2007-08-05
|
* * Add rel=tag attribute to tag links, supporting that microformat, as welljoey2007-08-05
| | | | as allowing them to be styled specially. Thanks, NicolasLimare.
* * pagetemplate: don't display template namejoey2007-08-05
|
* web commit by JordaPolo: Updated status and URLs.joey2007-07-27
|
* * Add a libdir config option to let ikiwiki load perl modules, includingjoey2007-07-27
| | | | plugins, from a user-configurable directory.
* * Add templatefile hook.joey2007-07-26
| | | | | * Add pagetemplate plugin, which allows changing the template used for a page. (Not to be confused with the hook of the same name..)
* massive patchqueue reorgjoey2007-07-25
| | | | | | | patches can now be anywhere and tagged patch to show up on the patch list. Moved all the patchqueue stuff to todo items; some of it was merged into existing todo items.
* add warnings about using map, inline, etc with the sidebar causingjoey2007-07-25
| | | | | performance nightmares
* web commit by http://adam.shand.net/: sidebar headers showing up in toc ... bug?joey2007-07-21
|
* web commit by http://adam.shand.net/: grammatical cleanupjoey2007-07-20
|
* improve urlto docsjoey2007-07-17
|
* * In img tag, allow link=no to disable link to full size image. Thanks,joey2007-07-15
| | | | Nis Martensen. Closes: #433188