Age | Commit message (Expand) | Author |
2006-06-16 | * Put back the encode_utf8 in the input to markdown; it's really not utf-8 | joey |
2006-06-11 | * Patch from Recai Oktaş to improve utf-8 support, it should now use proper | joey |
2006-06-02 | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag | joey |
2006-06-01 | * More security review. | joey |
2006-05-29 | * Add --timeformat config option to allow changing how dates are displayed. | joey |
2006-05-26 | * --getctime had bitrotted (well I only ever used it the once so far..), | joey |
2006-05-26 | utf-8 support seems to be working now | joey |
2006-05-26 | better fix for empty actions list issue | joey |
2006-05-26 | fix call to getctime | joey |
2006-05-26 | * Rebuilding on upgrade to this version is recommended. | joey |
2006-05-26 | * The page name and parent links has switched from using a <h1> to a styled | 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-05 | rename the "render" hook to "change", which is clearer | joey |
2006-05-04 | * Added smiley plugin, nicely controlled and documented by the smileys page. | joey |
2006-05-03 | rather a lot of changes to make hyperestraier search be a plugin, allowing | joey |
2006-05-03 | change plugin interface to use named parameters for flexability | joey |
2006-05-02 | ah, the joys of test-based development.. | joey |
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey |
2006-05-02 | deep copy/untaint arrays in setup | joey |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey |
2006-05-01 | change calling convention for preprocessor functions | joey |
2006-05-01 | * Rename inlinepage to depends, so that it can be used to refer to more | joey |
2006-04-25 | implemented html sanitisation | joey |
2006-04-24 | commit changes for email subscriptions | joey |
2006-04-04 | Convert postprocessordirectives into preprocessordirectives, so they are | joey |
2006-04-04 | proper binmode settings so that with -CSD, ikiwiki will support unicode | joey |
2006-03-29 | fixes | 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 | 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 | There was a bug that [[inline archive="yes]] created an RSS link, but no feed. | joey |
2006-03-26 | fix rss url in nested pages | joey |
2006-03-24 | implemented upgradehooksh | joey |
2006-03-24 | add blog post template | joey |
2006-03-24 | big speedup | joey |
2006-03-24 | Removed the rss feeds for every page, which wasn't really entirely useful. | joey |
2006-03-24 | add archive pages and fix some bugs | joey |
2006-03-24 | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey |
2006-03-23 | preserve ctimes across rebuilds | joey |
2006-03-23 | Add file cretion times to the index file. | joey |
2006-03-23 | fix for already relative urls | joey |
2006-03-23 | improve description field for rss | joey |
2006-03-23 | add support for generating per-page rss feeds | joey |
2006-03-23 | support arbitrary characters in page titles, via some ugly use of unicode | joey |
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey |