Age | Commit message (Expand) | Author |
2006-08-08 | * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on | joey |
2006-08-03 | * Remove CDPATH and other env vars perl taint checking doesn't like. | joey |
2006-07-30 | allow hooks to add options even to --setup | joey |
2006-07-30 | * ikiwiki can now download and aggregate feeds with its new aggregate | joey |
2006-07-30 | * Add a run_hooks function for the common task of running all hooks of a | joey |
2006-07-28 | * Add getopt hook type, this allows plugins to add new command-line options. | joey |
2006-07-07 | * Support a w3mmode, which lets w3m run ikiwiki using its local CGI | joey |
2006-07-03 | * Introduce add_plugins and disable_plugins config options in setup files. | joey |
2006-06-27 | * Support pinging services such as Technorati using XML-RPC to notify them | joey |
2006-06-15 | * -CSD does not affect modules, so readfile() was not using the utf-8 input | joey |
2006-05-29 | * Add --timeformat config option to allow changing how dates are displayed. | joey |
2006-05-26 | utf-8 support seems to be working now | joey |
2006-05-05 | * Allow discussion links on pages to be turned off with --no-discussion. | joey |
2006-05-05 | * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber | joey |
2006-05-04 | dirname, basename, bestlink, linkify, pagetitle, titlepage. | joey |
2006-05-03 | rather a lot of changes to make hyperestraier search be a plugin, allowing | joey |
2006-05-02 | fix accidentially duplicated options | joey |
2006-05-02 | * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc, | joey |
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey |
2006-05-02 | fix | joey |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey |
2006-05-01 | * Rename inlinepage to depends, so that it can be used to refer to more | joey |
2006-04-28 | two notify bug fixes: | joey |
2006-04-25 | implemented html sanitisation | joey |
2006-04-25 | more double slash sanitisation, avoids another loop | joey |
2006-04-24 | commit changes for email subscriptions | joey |
2006-04-04 | proper binmode settings so that with -CSD, ikiwiki will support unicode | joey |
2006-04-04 | use [:alnum:] | joey |
2006-04-02 | - add <base> to cgi output, this is especially useful for output containing | joey |
2006-03-29 | added --hyperestraier switch, which turns on search support | joey |
2006-03-29 | improve fix for symlink attacks to check subdirectories for symlinks too | joey |
2006-03-29 | Implemented --underlaydir, and moved files provided by underlay out of doc | joey |
2006-03-29 | css support | joey |
2006-03-29 | don't escape . in titlepage conversion | joey |
2006-03-29 | html validation fixes: | joey |
2006-03-29 | Improved handling of wikilinks containing characters that are not allowed | joey |
2006-03-28 | support [[linktext|pagename]] links | joey |
2006-03-28 | case insensative image filenames | joey |
2006-03-26 | add --refresh and make it with with --setup | joey |
2006-03-26 | added --getctime | joey |
2006-03-24 | Take basename of page link when creating a link. Makes blog posts look | joey |
2006-03-24 | add blog post template | joey |
2006-03-24 | default rss on | joey |
2006-03-24 | fixes | joey |
2006-03-24 | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey |
2006-03-23 | load index for all cgi scripts, fixes links on RecentChanges | joey |
2006-03-23 | skip old format index file lines for now | joey |
2006-03-23 | preserve ctimes across rebuilds | joey |
2006-03-23 | Add file cretion times to the index file. | joey |
2006-03-23 | new index file format | joey |