* Fixed a bug with previews of subpages having broken links to top-level
[ikiwiki.git] / IkiWiki / Render.pm
2006-08-21 joey* Fixed a bug with previews of subpages having broken...
2006-08-13 joey* The last release accidentially installed ikiwiki...
2006-08-04 joey* Don't run tidy with -xml as that fails if the input...
2006-08-04 joeyuse htmlpage a couple of places instead of hardcoding...
2006-08-02 joey* Renamed GlobLists to PageSpecs.
2006-07-30 joey* ikiwiki can now download and aggregate feeds with...
2006-07-30 joey* Add a run_hooks function for the common task of runni...
2006-07-29 joey * Build-depend on libtext-wikiformat-perl, so that...
2006-07-27 joey* Switch pagetemplate hooks to using named parameters.
2006-07-27 joey* Patch from Enrico that
2006-07-26 joey* Run page through any relevant filters when generating...
2006-07-05 joeyEncode:: cleanup from Recai
2006-07-04 joey* Improve display of parentlinks and page title of...
2006-07-04 joey * Work around very innefficient behavior in File...
2006-07-03 joeyuse "use open" pragma to avoid manually needing to...
2006-07-03 joey* Support htmlize plugins and make mdwn one such plugin...
2006-07-03 joey* Introduce add_plugins and disable_plugins config...
2006-07-03 joeyEncode is used in nearly all code paths so stop loading...
2006-07-03 joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02 joey* Centralised all calls to HTML::Template and force...
2006-07-02 joeyperl bugnum and refix
2006-07-02 joey so make sure to let perl know it should be handled...
2006-07-02 joey* POSIX::strftime doesn't know about encodings and...
2006-07-02 joey* Honor LC_CTIME when formatting a time for display...
2006-06-16 joey* Put back the encode_utf8 in the input to markdown...
2006-06-11 joey* Patch from Recai Oktaş to improve utf-8 support,...
2006-06-02 joey* Reorganised the doc wiki's todo/* pages, using a...
2006-06-01 joey* More security review.
2006-05-29 joey* Add --timeformat config option to allow changing...
2006-05-26 joey* --getctime had bitrotted (well I only ever used it...
2006-05-26 joeyutf-8 support seems to be working now
2006-05-26 joeybetter fix for empty actions list issue
2006-05-26 joeyfix call to getctime
2006-05-26 joey* Rebuilding on upgrade to this version is recommended.
2006-05-26 joey* The page name and parent links has switched from...
2006-05-05 joey* Allow discussion links on pages to be turned off...
2006-05-05 joey* Removed --sanitize and --no-sanitize, replaced with...
2006-05-05 joeyrename the "render" hook to "change", which is clearer
2006-05-04 joey* Added smiley plugin, nicely controlled and documented...
2006-05-03 joeyrather a lot of changes to make hyperestraier search...
2006-05-03 joeychange plugin interface to use named parameters for...
2006-05-02 joeyah, the joys of test-based development..
2006-05-02 joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-05-02 joeydeep copy/untaint arrays in setup
2006-05-02 joey* Added plugin system, currently only supporting for...
2006-05-01 joeychange calling convention for preprocessor functions
2006-05-01 joey* Rename inlinepage to depends, so that it can be used...
2006-04-25 joeyimplemented html sanitisation
2006-04-24 joeycommit changes for email subscriptions
2006-04-04 joeyConvert postprocessordirectives into preprocessordirect...
2006-04-04 joeyproper binmode settings so that with -CSD, ikiwiki...
2006-03-29 joeyfixes
2006-03-29 joeyadded --hyperestraier switch, which turns on search...
2006-03-29 joeyimprove fix for symlink attacks to check subdirectories...
2006-03-29 joeyImplemented --underlaydir, and moved files provided...
2006-03-29 joeycss support
2006-03-29 joeyhtml validation fixes:
2006-03-29 joeyImproved handling of wikilinks containing characters...
2006-03-28 joeysupport [[linktext|pagename]] links
2006-03-28 joeyThere was a bug that [[inline archive="yes]] created...
2006-03-26 joeyfix rss url in nested pages
2006-03-24 joeyimplemented upgradehooksh
2006-03-24 joeyadd blog post template
2006-03-24 joeybig speedup
2006-03-24 joeyRemoved the rss feeds for every page, which wasn't...
2006-03-24 joeyadd archive pages and fix some bugs
2006-03-24 joeyhold onto your hats, full-fledged blogging has arrived...
2006-03-23 joeypreserve ctimes across rebuilds
2006-03-23 joeyAdd file cretion times to the index file.
2006-03-23 joeyfix for already relative urls
2006-03-23 joeyimprove description field for rss
2006-03-23 joeyadd support for generating per-page rss feeds
2006-03-23 joeysupport arbitrary characters in page titles, via some...
2006-03-23 joeyMajor code reoganisation, splitting up the single big...