Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2007-02-14 | * Allow multiple tag settings to appear in a single page. | joey | |
2007-02-14 | web commit by JoshTriplett: Restore type/core tag; template did not work as ↵ | joey | |
expected. | |||
2007-02-14 | web commit by JoshTriplett: The plugin template supplies the core tag now. | joey | |
2007-02-14 | web commit by JoshTriplett: Use conditional. | joey | |
2007-02-14 | web commit by JoshTriplett: Fix typo. | joey | |
2007-02-14 | clarify that templates can contain wiki markup | joey | |
2007-02-13 | nice formatting | joey | |
2007-02-13 | simplified plugin definitions | joey | |
2007-02-12 | clean up orphans list | joey | |
2007-02-12 | * Allow plugins to add new types of tests that can be used in PageSpecs. | joey | |
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki. | |||
2007-02-09 | web commit by JoshTriplett: Formatting, typos, and wording. | joey | |
2007-02-08 | * Add "reverse" option to inline to invert sort orders. | joey | |
2007-02-07 | fixes and more tests | joey | |
2007-02-06 | * Patch based on a patch from Ethan to support relative matching in | joey | |
PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this. | |||
2007-02-05 | * Add feedshow option to allow reducing the number of items included in | joey | |
an rss or atom feed. | |||
2007-02-02 | * Add canedit hook, allowing arbitrary controls over when a page can be | joey | |
edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup. | |||
2007-02-01 | response | joey | |
2007-02-01 | web commit by JeremyReed: plugin requests | joey | |
2007-01-28 | * Replace underscores in shortcut texts with spaces when formatting for | joey | |
display. This allows using a shortcut like [[wikipedia War_of_1812]], which links to the correct remote page, but is displayed nicely. | |||
2007-01-28 | web commit by JoshTriplett: Typo fix: s/overrideen/overridden/. | joey | |
2007-01-16 | rename and comments | joey | |
2007-01-15 | web commit by http://victormoral.myopenid.com/: Bug fixes in a new version | joey | |
2007-01-15 | web commit by http://victormoral.myopenid.com/: New third party plugin | joey | |
2007-01-08 | * Add a rawhtml plugin that allows copying raw html files from the srcdir. | joey | |