summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-07-27* Patch from Enrico thatjoey
2006-07-26* Run page through any relevant filters when generating a page preview.joey
2006-07-05Encode:: cleanup from Recaijoey
2006-07-04* Improve display of parentlinks and page title of toplevel index page.joey
2006-07-04 * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey
2006-07-03use "use open" pragma to avoid manually needing to specify utf8 everywherejoey
2006-07-03* Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey
2006-07-03* Introduce add_plugins and disable_plugins config options in setup files.joey
2006-07-03Encode is used in nearly all code paths so stop loading it on demandjoey
2006-07-03* Support pages with utf8 filenames. Patch by Faidon Liambotis.joey
2006-07-02* Centralised all calls to HTML::Template and force all the templatesjoey
2006-07-02perl bugnum and refixjoey
2006-07-02 so make sure to let perl know it should be handled as utf8. Also,joey
2006-07-02* POSIX::strftime doesn't know about encodings and doesn't return a utf8joey
2006-07-02* Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey
2006-06-16* Put back the encode_utf8 in the input to markdown; it's really not utf-8joey
2006-06-11* Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey
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-26utf-8 support seems to be working nowjoey
2006-05-26better fix for empty actions list issuejoey
2006-05-26fix call to getctimejoey
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 styledjoey
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 htmlscrubberjoey
2006-05-05rename the "render" hook to "change", which is clearerjoey
2006-05-04* Added smiley plugin, nicely controlled and documented by the smileys page.joey
2006-05-03rather a lot of changes to make hyperestraier search be a plugin, allowingjoey
2006-05-03change plugin interface to use named parameters for flexabilityjoey
2006-05-02ah, the joys of test-based development..joey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02deep copy/untaint arrays in setupjoey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey
2006-05-01change calling convention for preprocessor functionsjoey
2006-05-01* Rename inlinepage to depends, so that it can be used to refer to morejoey
2006-04-25implemented html sanitisationjoey
2006-04-24commit changes for email subscriptionsjoey
2006-04-04Convert postprocessordirectives into preprocessordirectives, so they arejoey
2006-04-04proper binmode settings so that with -CSD, ikiwiki will support unicodejoey
2006-03-29fixesjoey
2006-03-29added --hyperestraier switch, which turns on search supportjoey
2006-03-29improve fix for symlink attacks to check subdirectories for symlinks toojoey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
2006-03-29css supportjoey
2006-03-29html validation fixes:joey
2006-03-29Improved handling of wikilinks containing characters that are not allowedjoey