aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* 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
* new approach for forcing utf8 -- use a HTML::Template filterjoey2006-07-02
* * POSIX::strftime doesn't know about encodings and doesn't return a utf8joey2006-07-02
* * Parse svn log as xml for improved utf8 and security. Note that this makesjoey2006-07-02
* - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about widejoey2006-06-17
* * More utf-8 fixes from Recai, partly to things I broke above:joey2006-06-17
* * -CSD does not affect modules, so readfile() was not using the utf-8 inputjoey2006-06-15
* * YA utf-8 patch from Recai, this time to fix previewing a page so thatjoey2006-06-15
* * Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey2006-06-11
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey2006-05-27
* * --getctime had bitrotted (well I only ever used it the once so far..),joey2006-05-26
* * Rebuilding on upgrade to this version is recommended.joey2006-05-26
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
* fix undef warningjoey2006-05-02
* * Smarter behavior when creating a page and a page of the same name (butjoey2006-05-02
* - fix typojoey2006-04-25
* prevent users from registering with name that is not a valid wikifilejoey2006-04-25
* fix a deadloop if from ended in a /joey2006-04-25
* subscription nearly donejoey2006-04-25
* commit changes for email subscriptionsjoey2006-04-24
* fix --anonokjoey2006-04-14
* Verified that the action parameter on cgi forms is needed for at least thejoey2006-04-04
* comment out action => $q->request_uri setting, which is reporedlyjoey2006-04-02
* - add <base> to cgi output, this is especially useful for output containingjoey2006-04-02
* improved logicjoey2006-03-30
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
* improve fix for symlink attacks to check subdirectories for symlinks toojoey2006-03-29
* fix for replacing from underlayjoey2006-03-29
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
* css supportjoey2006-03-29
* html validation fixes:joey2006-03-29
* Improved handling of wikilinks containing characters that are not allowedjoey2006-03-29
* Change the name of the session cookie. This will avoid problems withjoey2006-03-29
* Put in a quick fix for a bug involving page preview while creating a pagejoey2006-03-28
* add --refresh and make it with with --setupjoey2006-03-26
* don't keep the wiki locked while rendering recentchangesjoey2006-03-26
* don't escape "/" in title when making a blog entry, allow creating a subdirjoey2006-03-26
* finish up the blog formjoey2006-03-24
* add blog post templatejoey2006-03-24
* load index for all cgi scripts, fixes links on RecentChangesjoey2006-03-23
* proper main sub and loadindex optimisation for cgisjoey2006-03-23
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23