aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* * Make pagespec_match on failure return a value that is false, but in ajoey2007-04-27
| | | | | | 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.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | 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.
* web commit by JoshTriplett: Remove <ikiroot> placeholder, and make absolute ↵joey2007-04-15
| | | | image reference actually absolute.
* use feedpages to limit all feeds to new items, in preparation for switchingjoey2007-04-14
| | | | | ikiwiki.info to usedirs
* * Add feedshow parameter to inline, which can be useful for eg, removingjoey2007-04-14
| | | | old posts from feeds when permalinks change.
* web commit by JoshTriplett: Link URL more simply.joey2007-04-13
|
* web commit by TobiOetikerjoey2007-04-12
|
* web commit by TobiOetiker: added link to insights pagejoey2007-04-12
|
* web commit by http://adam.shand.net/joey2007-04-12
|
* web commit by http://adam.shand.net/joey2007-04-12
|
* Revert my commit; plugins and plugins/contrib both post to the same place.joshtriplett2007-04-12
|
* web commit by JoshTriplett: Differentiate the postformtext of ↵joey2007-04-12
| | | | plugins/contrib from plugins.
* * Add postformtext parameter to inline.joey2007-04-12
|
* * Add a new %destsources hash, which maps between a destination file andjoey2007-04-10
| | | | | the source page used to create it, ie it's the reverse of %renderedfiles. * Use %destsources in htmllink and urlto for 20-50% speedup.
* * Add a graphviz plugin.joshtriplett2007-04-09
| | | | * Suggests: graphviz
* fix missing textjoey2007-04-08
|
* web commit by JoshTriplett: Use wiki link for sidebar.joey2007-04-08
|
* web commit by http://dalefarnsworth.myopenid.com/joey2007-04-08
|
* web commit by http://dalefarnsworth.myopenid.com/: fix typojoey2007-04-08
|
* Consistency.joshtriplett2007-04-08
|
* web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to ↵joey2007-04-07
| | | | avoid using _ as italics.
* broken linkjoey2007-04-06
|
* web commit by JoshTriplett: Long-term, ikiwiki needs some general permission ↵joey2007-04-05
| | | | mechanisms that encompass this sort of issue.
* web commit by AdamShand: allowing rawhtml plugin only on locked pages.joey2007-04-03
|
* typojoey2007-04-01
|
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
| | | | | | 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.
* * Add a templates page to the basewiki. It will automatically list alljoey2007-03-31
| | | | | | | | 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.
* Note that enabling or disabling the htmlscrubber plugin also affects some otherjoshtriplett2007-03-26
| | | | | | | HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags.
* * Finally fixed the longstanding inline removal bug.joey2007-03-24
| | | | | | * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin.
* web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.joey2007-03-24
|
* * Fix link() PageSpecs to not just look at the raw link text, but at wherejoey2007-03-21
| | | | | | | | | | 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.
* * Fix a security hole that allowed insertion of unsafe content via the metajoey2007-03-21
| | | | | | | | | | 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.
* web commit by http://id.inelegant.org/joey2007-03-15
|
* responsejoey2007-03-12
|
* web commit by http://id.inelegant.org/joey2007-03-12
|
* add postsparkline plugin, providing sparkliney stats goodness for blogjoey2007-03-11
| | | | | posts
* updatejoey2007-03-07
|
* add colspan supportjoey2007-03-07
|
* further refinementjoey2007-03-07
|
* web commit by JoshTriplett: Fix typo.joey2007-03-07
|
* web commit by JoshTriplett: Fix typo.joey2007-03-07
|
* * Add a table plugin, derived from the one written by Victor Moral.joey2007-03-07
|
* web commit by JonasSmedegaard: Correction: is should -> should.joey2007-03-07
|
* support previewing of sparklines: embed in data uris for previewjoey2007-03-07
|
* improvejoey2007-03-07
|
* format improvementsjoey2007-03-07
|
* improve formatjoey2007-03-07
|
* * Add a sparline plugin.joey2007-03-07
|
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
| | | | | | | | 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.
* * Add titlepage template for inline plugin.joey2007-03-06
|