aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
* * Don't run tidy with -xml as that fails if the input is not well-formed.joey2006-08-04
* use htmlpage a couple of places instead of hardcoding the extensionjoey2006-08-04
* * Renamed GlobLists to PageSpecs.joey2006-08-02
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
* * Add a run_hooks function for the common task of running all hooks of ajoey2006-07-30
* * Build-depend on libtext-wikiformat-perl, so that the syntax check ofjoey2006-07-29
* * Switch pagetemplate hooks to using named parameters.joey2006-07-27
* * Patch from Enrico thatjoey2006-07-27
* * Run page through any relevant filters when generating a page preview.joey2006-07-26
* Encode:: cleanup from Recaijoey2006-07-05
* * Improve display of parentlinks and page title of toplevel index page.joey2006-07-04
* * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey2006-07-04
* use "use open" pragma to avoid manually needing to specify utf8 everywherejoey2006-07-03
* * Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey2006-07-03
* * Introduce add_plugins and disable_plugins config options in setup files.joey2006-07-03
* Encode is used in nearly all code paths so stop loading it on demandjoey2006-07-03
* * Support pages with utf8 filenames. Patch by Faidon Liambotis.joey2006-07-03
* * Centralised all calls to HTML::Template and force all the templatesjoey2006-07-02
* perl bugnum and refixjoey2006-07-02
* so make sure to let perl know it should be handled as utf8. Also,joey2006-07-02
* * POSIX::strftime doesn't know about encodings and doesn't return a utf8joey2006-07-02
* * Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey2006-07-02
* * Put back the encode_utf8 in the input to markdown; it's really not utf-8joey2006-06-16
* * Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey2006-06-11
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
* * More security review.joey2006-06-01
* * Add --timeformat config option to allow changing how dates are displayed.joey2006-05-29
* * --getctime had bitrotted (well I only ever used it the once so far..),joey2006-05-26
* utf-8 support seems to be working nowjoey2006-05-26
* better fix for empty actions list issuejoey2006-05-26
* fix call to getctimejoey2006-05-26
* * Rebuilding on upgrade to this version is recommended.joey2006-05-26
* * The page name and parent links has switched from using a <h1> to a styledjoey2006-05-26
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
* rename the "render" hook to "change", which is clearerjoey2006-05-05
* * Added smiley plugin, nicely controlled and documented by the smileys page.joey2006-05-04
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
* change plugin interface to use named parameters for flexabilityjoey2006-05-03
* ah, the joys of test-based development..joey2006-05-02
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
* deep copy/untaint arrays in setupjoey2006-05-02
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
* change calling convention for preprocessor functionsjoey2006-05-01
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
* implemented html sanitisationjoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04