summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
2006-08-21* Fixed a bug with previews of subpages having broken links to top-leveljoey
2006-08-20* Fix utf-8 in blog post form.joey
2006-08-13* Fix a bug in page type determination during online editing.joey
2006-08-13* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey
2006-08-02* Renamed GlobLists to PageSpecs.joey
2006-07-30avoid message if mailing password or registeringjoey
2006-07-30* Add a run_hooks function for the common task of running all hooks of ajoey
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-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-05Encode:: cleanup from Recaijoey
2006-07-04* Encode & in diffurl in examples, to conform to pedantic rules.joey
2006-07-04remove leading dot from default_pageextjoey
2006-07-03use "use open" pragma to avoid manually needing to specify utf8 everywherejoey
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-02new approach for forcing utf8 -- use a HTML::Template filterjoey
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-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-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
2006-05-27* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey
2006-05-26* --getctime had bitrotted (well I only ever used it the once so far..),joey
2006-05-26* Rebuilding on upgrade to this version is recommended.joey
2006-05-03rather a lot of changes to make hyperestraier search be a plugin, allowingjoey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02fix undef warningjoey
2006-05-02* Smarter behavior when creating a page and a page of the same name (butjoey
2006-04-25- fix typojoey
2006-04-25prevent users from registering with name that is not a valid wikifilejoey
2006-04-25fix a deadloop if from ended in a /joey
2006-04-25subscription nearly donejoey
2006-04-24commit changes for email subscriptionsjoey
2006-04-14fix --anonokjoey
2006-04-04Verified that the action parameter on cgi forms is needed for at least thejoey
2006-04-02comment out action => $q->request_uri setting, which is reporedlyjoey
2006-04-02- add <base> to cgi output, this is especially useful for output containingjoey
2006-03-30improved logicjoey
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-29fix for replacing from underlayjoey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey