summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2007-04-05web commit by JoshTriplett: Long-term, ikiwiki needs some general permission ↵joey
mechanisms that encompass this sort of issue.
2007-04-03web commit by AdamShand: allowing rawhtml plugin only on locked pages.joey
2007-04-01typojoey
2007-04-01* Finally apply the index.html patch, with thanks to everyone who workedjoey
on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default.
2007-03-31* Add a templates page to the basewiki. It will automatically list alljoey
available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables.
2007-03-26Note that enabling or disabling the htmlscrubber plugin also affects some otherjoshtriplett
HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags.
2007-03-24* Finally fixed the longstanding inline removal bug.joey
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin.
2007-03-24web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.joey
2007-03-21* Fix link() PageSpecs to not just look at the raw link text, but at wherejoey
that given link points based on the page doing the linking. Note that this could make such PageSpecs match different things than before, if you relied on the old behavior of them only matching the raw link text. * This required changing the match_* interface, adding a third parameter. * Allow link() PageSpecs to match relative, as is allowed with globs.a * Add postform option to inline plugin. * Add an bug tracker to the softwaresite example.
2007-03-21* Fix a security hole that allowed insertion of unsafe content via the metajoey
plugins's support for inserting html link and meta tags. Now such content is passed through the htmlscrubber like everything else. * Unfortunatly, that means that some valid uses of those tags are no longer usable, and special case methods needed to be added for including stylesheets, and for doing openid delegation. If you use either of these in your wiki, it will need to be modified. See the meta plugin docs for details.
2007-03-15web commit by http://id.inelegant.org/joey
2007-03-12responsejoey
2007-03-12web commit by http://id.inelegant.org/joey
2007-03-11add postsparkline plugin, providing sparkliney stats goodness for blogjoey
posts
2007-03-07updatejoey
2007-03-07add colspan supportjoey
2007-03-07further refinementjoey
2007-03-07web commit by JoshTriplett: Fix typo.joey
2007-03-07web commit by JoshTriplett: Fix typo.joey
2007-03-07* Add a table plugin, derived from the one written by Victor Moral.joey
2007-03-07web commit by JonasSmedegaard: Correction: is should -> should.joey
2007-03-07support previewing of sparklines: embed in data uris for previewjoey
2007-03-07improvejoey
2007-03-07format improvementsjoey
2007-03-07improve formatjoey
2007-03-07* Add a sparline plugin.joey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey
previous ugly hack used to avoid writing rss feeds in previews. * Fix the img plugin to avoid overwriting images in previews. Instead it does all the work to make sure the resizing works, and dummys up a resized image using width and height attributes. * Also fixes img preview display, the links were wrong in preview before.
2007-03-06* Add titlepage template for inline plugin.joey
2007-03-02* Add "template" option to inline plugin to allow for use of customisedjoey
templates.
2007-02-27web commit by http://ethan.betacantrips.com/: document the issuejoey
2007-02-26web commit by JoshTriplett: mention httpauth plugin.joey
2007-02-26web commit by http://ethan.betacantrips.com/: I think I like reST, can we ↵joey
improve support for it?
2007-02-20improvejoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
parameters remain the same, but additional options are now passed in using named parameters. * Change plugin interface version to 1.02 to reflect this change. * Add a new anchor option to htmllink. Thanks Ben for the idea. * Support anchors in wikilinks. * Add a "more" plugin based on one contributed by Ben to allow implementing those dreaded "Read more" links in blogs.
2007-02-18* New domain name for ikiwiki: ikiwiki.info. Update your links.joey
2007-02-15add day of week to prettydate, and i18njoey
2007-02-15examplesjoey
2007-02-15fixjoey
2007-02-15* Add a prettydate plugin that formats dates in a more readable fashion.joey
(I had to get a pretty date somehow today..)
2007-02-15* Patch from Ethan to allow using meta tags to set creation dates of pages.joey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
including out of disk space situations. ikiwiki should never leave truncated files, and if the error occurs during a web-based file edit, the user will be given an opportunity to retry. Inspired by the many ways Moin Moin destroys itself when out of disk. :-) * Fix syslogging of errors.
2007-02-14* Allow multiple tag settings to appear in a single page.joey
2007-02-14web commit by JoshTriplett: Restore type/core tag; template did not work as ↵joey
expected.
2007-02-14web commit by JoshTriplett: The plugin template supplies the core tag now.joey
2007-02-14web commit by JoshTriplett: Use conditional.joey
2007-02-14web commit by JoshTriplett: Fix typo.joey
2007-02-14clarify that templates can contain wiki markupjoey
2007-02-13nice formattingjoey
2007-02-13simplified plugin definitionsjoey
2007-02-12clean up orphans listjoey