aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
* * Renamed GlobLists to PageSpecs.joey2006-08-02
* avoid message if mailing password or registeringjoey2006-07-30
* * Add a run_hooks function for the common task of running all hooks of ajoey2006-07-30
* * Run page through any relevant filters when generating a page preview.joey2006-07-26
* * Patch from Recai to allow selection of page type when creating a new page.joey2006-07-26
* <paravoid> you're rightjoey2006-07-11
* remove redundant calljoey2006-07-11
* * Consolidated all decode_utf8 in FormBuilder's fields to make the code morejoey2006-07-11
* * Display CGI processing errors if present.joey2006-07-10
* * Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey2006-07-07
* Encode:: cleanup from Recaijoey2006-07-05
* * Encode & in diffurl in examples, to conform to pedantic rules.joey2006-07-04
* remove leading dot from default_pageextjoey2006-07-04
* use "use open" pragma to avoid manually needing to specify utf8 everywherejoey2006-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
* 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