Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-10 | * Add a new %destsources hash, which maps between a destination file and | joey | |
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-08 | fix missing text | joey | |
2007-04-08 | web commit by JoshTriplett: Use wiki link for sidebar. | joey | |
2007-04-08 | web commit by http://dalefarnsworth.myopenid.com/ | joey | |
2007-04-08 | web commit by http://dalefarnsworth.myopenid.com/: fix typo | joey | |
2007-04-08 | Consistency. | joshtriplett | |
2007-04-07 | web commit by JoshTriplett: Use inline code blocks for formbuilder_setup, to ↵ | joey | |
avoid using _ as italics. | |||
2007-04-06 | broken link | joey | |
2007-04-05 | web commit by JoshTriplett: Long-term, ikiwiki needs some general permission ↵ | joey | |
mechanisms that encompass this sort of issue. | |||
2007-04-03 | web commit by AdamShand: allowing rawhtml plugin only on locked pages. | joey | |
2007-04-01 | typo | joey | |
2007-04-01 | * Finally apply the index.html patch, with thanks to everyone who worked | joey | |
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 all | joey | |
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-26 | Note that enabling or disabling the htmlscrubber plugin also affects some other | joshtriplett | |
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-24 | web 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 where | joey | |
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 meta | joey | |
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-15 | web commit by http://id.inelegant.org/ | joey | |
2007-03-12 | response | joey | |
2007-03-12 | web commit by http://id.inelegant.org/ | joey | |
2007-03-11 | add postsparkline plugin, providing sparkliney stats goodness for blog | joey | |
posts | |||
2007-03-07 | update | joey | |
2007-03-07 | add colspan support | joey | |
2007-03-07 | further refinement | joey | |
2007-03-07 | web commit by JoshTriplett: Fix typo. | joey | |
2007-03-07 | web commit by JoshTriplett: Fix typo. | joey | |
2007-03-07 | * Add a table plugin, derived from the one written by Victor Moral. | joey | |
2007-03-07 | web commit by JonasSmedegaard: Correction: is should -> should. | joey | |
2007-03-07 | support previewing of sparklines: embed in data uris for preview | joey | |
2007-03-07 | improve | joey | |
2007-03-07 | format improvements | joey | |
2007-03-07 | improve format | joey | |
2007-03-07 | * Add a sparline plugin. | joey | |
2007-03-06 | * Add preview parameter to preprocesser calls, use this rather than the | joey | |
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 customised | joey | |
templates. | |||
2007-02-27 | web commit by http://ethan.betacantrips.com/: document the issue | joey | |
2007-02-26 | web commit by JoshTriplett: mention httpauth plugin. | joey | |
2007-02-26 | web commit by http://ethan.betacantrips.com/: I think I like reST, can we ↵ | joey | |
improve support for it? | |||
2007-02-20 | improve | joey | |
2007-02-20 | * Changed calling convention for httmllink slightly. The first three | joey | |
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-15 | add day of week to prettydate, and i18n | joey | |
2007-02-15 | examples | joey | |
2007-02-15 | fix | joey | |
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 failures | joey | |
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. |