summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-07-27 - Adds a tag plugin that allows more easily tagging pages.joey
2006-07-27* Patch from Enrico thatjoey
2006-07-26* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.joey
2006-07-26* Run page through any relevant filters when generating a page preview.joey
2006-07-26* Patch from Recai to allow selection of page type when creating a new page.joey
2006-07-11<paravoid> you're rightjoey
2006-07-11remove redundant calljoey
2006-07-11* Consolidated all decode_utf8 in FormBuilder's fields to make the code morejoey
2006-07-11* Match 'web commit from' in SVN and git, these are web commits too.joey
2006-07-11* Fix from Faidon for a XML parser issue that breaks utf-8 forjoey
2006-07-10* Display CGI processing errors if present.joey
2006-07-07* Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey
2006-07-07* Add wikitext markup plugin, which supports ".wiki" pages written in thejoey
2006-07-05* Patch from Recai to fix utf8 issues in git backend.joey
2006-07-05Encode:: cleanup from Recaijoey
2006-07-05* Patch from Faidon to use svn --limit when possible for recentchanges,joey
2006-07-04* Improve display of parentlinks and page title of toplevel index page.joey
2006-07-04* Encode & in diffurl in examples, to conform to pedantic rules.joey
2006-07-04* Make RecentChanges use a table and some CSS, should be much more readable.joey
2006-07-04<paravoid> cosmetic and minor, but it makes the output far more readable,joey
2006-07-04 * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey
2006-07-04remove leading dot from default_pageextjoey
2006-07-04* Don't sent pings if the wiki is being rebuilt.joey
2006-07-04* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuildjoey
2006-07-03add htmlisejoey
2006-07-03* Add a html plugin, which can be used to write wikis in raw html,joey
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-02remove the blog_list sub, only used one place and simplifies code to dojoey
2006-07-02* Centralised all calls to HTML::Template and force all the templatesjoey
2006-07-02new approach for forcing utf8 -- use a HTML::Template filterjoey
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* Parse svn log as xml for improved utf8 and security. Note that this makesjoey
2006-07-02* Honor LC_CTIME when formatting a time for display. Thanks, Faidonjoey
2006-06-27don't die fatally herejoey
2006-06-27* Support pinging services such as Technorati using XML-RPC to notify themjoey
2006-06-25* Fix orphans plugin to not count a link to a nonexistant page as a reasonjoey
2006-06-19* Patch from Recai to fix git recentchanges code to work with git 1.4 whichjoey
2006-06-17 - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about widejoey
2006-06-17* More utf-8 fixes from Recai, partly to things I broke above:joey
2006-06-16* Put back the encode_utf8 in the input to markdown; it's really not utf-8joey
2006-06-15* -CSD does not affect modules, so readfile() was not using the utf-8 inputjoey
2006-06-15* YA utf-8 patch from Recai, this time to fix previewing a page so thatjoey
2006-06-11* Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey