summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2007-09-05update excludesjoey
2007-09-02web commit by tschwinge: I'm running Debian unstable, not testing.joey
2007-08-31web commit by tschwinge: Once again.joey
2007-08-31web commit by tschwinge: Further info.joey
2007-08-31web commit by tschwinge: Response.joey
2007-08-30updatejoey
2007-08-30web commit by tschwinge: Fix formatting from hell, again.joey
2007-08-30web commit by tschwinge: Error message.joey
2007-08-28* Support for looking in multiple directories for underlay files.joey
* Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files.
2007-08-26* Add an editcontent hook.joey
2007-08-24respjoey
2007-08-23rename tex to teximgjoey
2007-08-23* Add embed plugin, which allows embedding content from google maps, video,joey
calendar, and youtube. Normally, the htmlsanitiser eats these since they use unsafe tags, the embed plugin overrides it for trusted sites. * The googlecalendar plugin is now deprecated, and will be removed eventually. Please switch to using the embed plugin.
2007-08-23web commit by PatrickWinnertzjoey
2007-08-23web commit by http://jeremie.koenig.myopenid.com/: correctionjoey
2007-08-23web commit by PatrickWinnertz: put in some documentation about the tex pluginjoey
2007-08-23web commit by ManojSrivastavajoey
2007-08-22* Call the formbuilder hook for the edit page.joey
* Call decode_form_utf8 before running formbuilder_setup hooks. * Add editdiff plugin contributed by Jeremie Koenig. * Fix it to not leak path info.
2007-08-22* Added tex plugin to generate images from latex code.joey
Contributed by Patrick Winnertz as a GSoC project.
2007-08-21web commit by tschwinge: Typo fix.joey
2007-08-21fixesjoey
2007-08-21fixjoey
2007-08-21reorg all the pages about rcs backends. Fix all linksjoey
2007-08-20* Add color parameter to postsparkline. Closes: #438900joey
2007-08-17revertjoey
2007-08-17clean upjoey
2007-08-17link to format_escapejoey
2007-08-17* Applied Jeremie Koenig's pluggable editpage buttons patch:joey
- 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.
2007-08-17commentsjoey
2007-08-17rst plugin allows raw html nowjoey
rst plugin could be sped up enormously by rewriting it to be a pure python external plugin
2007-08-17web commit by http://jeremie.koenig.myopenid.com/: add a plugin page for ↵joey
"showdiff"
2007-08-16web commit by http://jeremie.koenig.myopenid.com/: disable the preprocessor ↵joey
for some types of pages?
2007-08-16web commit by http://jeremie.koenig.myopenid.com/: plugin updated to use ↵joey
HTML::Entities
2007-08-16web commit by http://jeremie.koenig.myopenid.com/joey
2007-08-15respjoey
2007-08-15web commit by tschwinge: Hmm.joey
2007-08-15hmmm?joey
2007-08-15web commit by tschwinge: Doesn't work as suggested.joey
2007-08-15web commit by http://jeremie.koenig.myopenid.com/: fix typosjoey
2007-08-15web commit by http://joey.kitenet.net/joey
2007-08-15web commit by tschwinge: Question about emitting fewer blank lines.joey
2007-08-14web commit by http://melissensaft.myopenid.com/: fixed by letting root ↵joey
install the perl-libraries system-wide and switching to a currently version of ikiwiki
2007-08-13unescapejoey
2007-08-13fix linkjoey
2007-08-13improved docs, add a tutorial for writing pluginsjoey
2007-08-13rewordjoey
2007-08-13tocjoey
2007-08-13memoization for injected RPC functions is a very, very good thingjoey
2007-08-13performance notesjoey
2007-08-13* Fix --libdir to work at the command line.joey
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.