summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2007-05-28* Apply a patch from Carl Worth allowing a class attribute to be passedjoey
through the img plugin. Also allow the id attribute to be passed through.
2007-05-28escape some codejoey
2007-05-20move inline parameter docs to blog page so they're available in thejoey
basewiki
2007-05-19move examples of how to use shortcuts into the shortcuts page so it'sjoey
available in basewiki
2007-05-19move template documentation into the basewiki, in the templates pagejoey
2007-05-18web commit by KarlMWjoey
2007-05-18web commit by KarlMW: wanting a map using page titlesjoey
2007-05-17* Add a destpage parameter to the filter hook.joey
* Fix links to smilies generated by the smiley plugin for inlined pages. The old links were often wrong, but often still worked by accident.
2007-05-17* Fix some bugs in password handling:joey
- If the password is empty in preferences, don't clear the existing password. - Actually check the confirm password field, even if it's left empty.
2007-05-17web commit by KarlMWjoey
2007-05-12use a tag cloud for plugin typesjoey
2007-05-09* Add the needsbuild hook. Plugins can use this to manipulate which filesjoey
ikiwiki builds when refreshing the wiki.
2007-05-09* Add all=no option to conditional, can be used to form conditionals that dojoey
not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
2007-05-08web commit by JoshTriplett: Add another example, and add a description to ↵joey
each test.
2007-05-06correct documentation about scan hook (which has never existed)joey
2007-05-02fix created_after limitsjoey
2007-05-01web commit by JoshTriplett: Fix typo.joey
2007-04-29* Enable openid logins by default.joey
* Enable usedirs by default.
2007-04-27minor improvementsjoey
2007-04-27the kind of perl code that can only be written at 4:30 amjoey
(Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.)
2007-04-27* Make pagespec_match on failure return a value that is false, but in ajoey
scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something.
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
2007-04-15web commit by JoshTriplett: Remove <ikiroot> placeholder, and make absolute ↵joey
image reference actually absolute.
2007-04-14use feedpages to limit all feeds to new items, in preparation for switchingjoey
ikiwiki.info to usedirs
2007-04-14* Add feedshow parameter to inline, which can be useful for eg, removingjoey
old posts from feeds when permalinks change.
2007-04-13web commit by JoshTriplett: Link URL more simply.joey
2007-04-12web commit by TobiOetikerjoey
2007-04-12web commit by TobiOetiker: added link to insights pagejoey
2007-04-12web commit by http://adam.shand.net/joey
2007-04-12web commit by http://adam.shand.net/joey
2007-04-12Revert my commit; plugins and plugins/contrib both post to the same place.joshtriplett
2007-04-12web commit by JoshTriplett: Differentiate the postformtext of ↵joey
plugins/contrib from plugins.
2007-04-12* Add postformtext parameter to inline.joey
2007-04-10* Add a new %destsources hash, which maps between a destination file andjoey
the source page used to create it, ie it's the reverse of %renderedfiles. * Use %destsources in htmllink and urlto for 20-50% speedup.
2007-04-09* Add a graphviz plugin.joshtriplett
* Suggests: graphviz
2007-04-08fix missing textjoey
2007-04-08web commit by JoshTriplett: Use wiki link for sidebar.joey
2007-04-08web commit by http://dalefarnsworth.myopenid.com/joey
2007-04-08web commit by http://dalefarnsworth.myopenid.com/: fix typojoey
2007-04-08Consistency.joshtriplett
2007-04-07web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to ↵joey
avoid using _ as italics.
2007-04-06broken linkjoey
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