aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* save whole form state, not just QUERY_STRING, for postsigninJoey Hess2012-04-08
* record email of new users in userinfo for userlistJoey Hess2011-06-09
* let's assume some web server will think OFF is a good idea..Joey Hess2011-06-03
* Support the Hiawatha web server which sets HTTPS=off rather than not setting ...Joey Hess2011-06-03
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3....Joey Hess2011-02-21
* fix urlto(undef)Joey Hess2011-01-05
* add cgitemplateJoey Hess2011-01-05
* factored out an urlabs from aggregate and cgiJoey Hess2011-01-05
* oopsJoey Hess2011-01-05
* typoJoey Hess2011-01-05
* Fix redirect to use a full url.Joey Hess2011-01-05
* Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess2011-01-05
* Merge remote branch 'smcv/ready/sslcookie-auto'Joey Hess2010-11-29
|\
| * Always set secure cookies if logging in via HTTPSSimon McVittie2010-11-29
* | Use local path for even more CGI URLsSimon McVittie2010-11-23
* | Use local paths for redirection where possibleSimon McVittie2010-11-23
|/
* stop using REMOTE_ADDRJoey Hess2010-06-23
* allow misctemplate callers to pass params to suppress actions etcJoey Hess2010-05-14
* moved non-openid signin form into same page as openid selector; show/hide as ...Joey Hess2010-05-08
* simplify formbuilder stylesheet specificationJoey Hess2010-05-06
* brace styleJoey Hess2010-01-18
* typosJoey Hess2010-01-18
* make decode_form_utf8 safe for arraysJoey Hess2010-01-09
* 404/goto: Fix 404 display of utf-8 pages.Joey Hess2009-12-14
* fix url encoding in redirJoey Hess2009-10-29
* Expand banned_users; it can now include PageSpecs, which allows banning by IP...Joey Hess2009-09-08
* Fix typo attepting→attemptingJonas Smedegaard2009-07-23
* detect sslcookie set and no httpsJoey Hess2009-02-26
* factor out IE stupididy workaroundJoey Hess2009-01-31
* Split cgi_goto into a goto pluginSimon McVittie2009-01-31
* Split apache404 into an independent pluginSimon McVittie2009-01-31
* CGI: pad error responses with 512 bytes of spaces so IE will display themSimon McVittie2009-01-31
* CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu...Simon McVittie2009-01-31
* CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik...Simon McVittie2009-01-31
* CGI: if the page is missing, give the "missing page" a 404 statusSimon McVittie2009-01-31
* CGI: document why commenter and recentchanges_link are supportedSimon McVittie2009-01-31
* CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect...Simon McVittie2009-01-31
* CGI: add cgi_goto(CGI, [page])Simon McVittie2009-01-31
* remove deprecated admin prefsJoey Hess2008-12-24
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* checksessionexpiry: reworkJoey Hess2008-12-17
* editpage: factor out checksessionexpiry into IkiWiki::CGISimon McVittie2008-12-11
* Fix issue with utf-8 in wikiname breaking session cookies, by entity-encoding...Joey Hess2008-10-19
* editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess2008-09-05
* Set cookies HttpOnly.Joey Hess2008-08-28
* typoJoey Hess2008-08-05
* relocateJoey Hess2008-08-02
* banned_users move to setup file, stage 1Joey Hess2008-08-01
* add a rename summaryJoey Hess2008-07-22
* Split out error messages from editpage.tmpl into several separate templates.Joey Hess2008-07-22