]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/CGI.pm
* Add a test suite for the mercurial backend, contributed by Emanuele Aina.
[ikiwiki.git] / IkiWiki / CGI.pm
2006-11-21  joeyimprove regexp
2006-11-21  joeyformatting
2006-11-20  joeyimprovement
2006-11-20  joey* Add "last" parameter to hook function. Very basic...
2006-11-20  joey* Avoid locking the wiki at all when handling some...
2006-11-20  joeyincrease field widths
2006-11-20  joey* Add openidsignup config option.
2006-11-20  joeyminor improvements
2006-11-20  joeyexplanation
2006-11-20  joey* Add an openid plugin to support logging in using OpenID.
2006-11-20  joey* Make auth methods pluggable.
2006-11-10  joeyfixes
2006-11-10  joey* Work around a strange bug in CGI::FormBuilder 3.0401...
2006-11-08  joey* Make sure to check for errors from every eval.
2006-11-08  joey* Enable utf8 file IO in aggregate plugin.
2006-10-30  joey* Improve login/register process, the login dialog...
2006-10-28  joeydelete session
2006-10-28  joey* Add basic spam fighting tool for admins: An admin...
2006-10-14  joey* Patch from Recai to limit recentchanges to displaying...
2006-10-08  joey* Atom feed support based on a patch by Clint Adams.
2006-10-02  joey* Patch from Alec Berryman adding a http_auth config...
2006-09-16  joey * Patch from James Westby to deal with the case where...
2006-09-16  joey* pagetemplate hooks are now also called when generatin...
2006-09-11  joey* Patch from Recai to kill utf-8 on the wiki name when...
2006-09-09  joey* Work on firming up the plugin interface:
2006-09-06  joeyneed to import escapeHTML
2006-09-06  joeyescaping fix from Emanuele Aina
2006-09-03  joey* Simplify the data structure returned by rcs_recentcha...
2006-08-28  joey* Change htmlize, format, and sanitize hooks to use...
2006-08-27  joey* Patch from James Westby to add a --sslcookie switch...
2006-08-23  joey* Change order of linkify and preprocess; first preproc...
2006-08-21  joey* Fixed a bug with previews of subpages having broken...
2006-08-20  joey* Fix utf-8 in blog post form.
2006-08-13  joey* Fix a bug in page type determination during online...
2006-08-13  joey* The last release accidentially installed ikiwiki...
2006-08-02  joey* Renamed GlobLists to PageSpecs.
2006-07-30  joeyavoid message if mailing password or registering
2006-07-30  joey* Add a run_hooks function for the common task of runni...
2006-07-26  joey* Run page through any relevant filters when generating...
2006-07-26  joey* Patch from Recai to allow selection of page type...
2006-07-11  joey<paravoid> you're right
2006-07-11  joeyremove redundant call
2006-07-11  joey* Consolidated all decode_utf8 in FormBuilder's fields...
2006-07-10  joey* Display CGI processing errors if present.
2006-07-07  joey* Support a w3mmode, which lets w3m run ikiwiki using...
2006-07-05  joeyEncode:: cleanup from Recai
2006-07-04  joey* Encode & in diffurl in examples, to conform to pedant...
2006-07-04  joeyremove leading dot from default_pageext
2006-07-03  joeyuse "use open" pragma to avoid manually needing to...
2006-07-03  joeyEncode is used in nearly all code paths so stop loading...
2006-07-03  joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02  joey* Centralised all calls to HTML::Template and force...
2006-07-02  joeynew approach for forcing utf8 -- use a HTML::Template...
2006-07-02  joey* POSIX::strftime doesn't know about encodings and...
2006-07-02  joey* Parse svn log as xml for improved utf8 and security...
2006-06-17  joey - Add 'use encoding "utf8"' to CGI.pm to avoid warnin...
2006-06-17  joey* More utf-8 fixes from Recai, partly to things I broke...
2006-06-15  joey* -CSD does not affect modules, so readfile() was not...
2006-06-15  joey* YA utf-8 patch from Recai, this time to fix previewin...
2006-06-11  joey* Patch from Recai Oktaş to improve utf-8 support,...
2006-05-27  joey* Add -refresh option to ikiwiki-mass-rebuild and use...
2006-05-26  joey* --getctime had bitrotted (well I only ever used it...
2006-05-26  joey* Rebuilding on upgrade to this version is recommended.
2006-05-03  joeyrather a lot of changes to make hyperestraier search...
2006-05-02  joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-05-02  joeyfix undef warning
2006-05-02  joey* Smarter behavior when creating a page and a page...
2006-04-25  joey- fix typo
2006-04-25  joeyprevent users from registering with name that is not...
2006-04-25  joeyfix a deadloop if from ended in a /
2006-04-25  joeysubscription nearly done
2006-04-24  joeycommit changes for email subscriptions
2006-04-14  joeyfix --anonok
2006-04-04  joeyVerified that the action parameter on cgi forms is...
2006-04-02  joeycomment out action => $q->request_uri setting, which...
2006-04-02  joey- add <base> to cgi output, this is especially useful...
2006-03-30  joeyimproved logic
2006-03-29  joeyadded --hyperestraier switch, which turns on search support
2006-03-29  joeyimprove fix for symlink attacks to check subdirectories...
2006-03-29  joeyfix for replacing from underlay
2006-03-29  joeyImplemented --underlaydir, and moved files provided...
2006-03-29  joeycss support
2006-03-29  joeyhtml validation fixes:
2006-03-29  joeyImproved handling of wikilinks containing characters...
2006-03-29  joeyChange the name of the session cookie. This will avoid...
2006-03-28  joeyPut in a quick fix for a bug involving page preview...
2006-03-26  joeyadd --refresh and make it with with --setup
2006-03-26  joeydon't keep the wiki locked while rendering recentchanges
2006-03-26  joeydon't escape "/" in title when making a blog entry...
2006-03-24  joeyfinish up the blog form
2006-03-24  joeyadd blog post template
2006-03-23  joeyload index for all cgi scripts, fixes links on RecentCh...
2006-03-23  joeyproper main sub and loadindex optimisation for cgis
2006-03-23  joeyMajor code reoganisation, splitting up the single big...