summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
2011-02-21Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3....Joey Hess
2011-01-05fix urlto(undef)Joey Hess
2011-01-05add cgitemplateJoey Hess
2011-01-05factored out an urlabs from aggregate and cgiJoey Hess
2011-01-05oopsJoey Hess
2011-01-05typoJoey Hess
2011-01-05Fix redirect to use a full url.Joey Hess
2011-01-05Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess
2010-11-29Merge remote branch 'smcv/ready/sslcookie-auto'Joey Hess
2010-11-29Always set secure cookies if logging in via HTTPSSimon McVittie
2010-11-23Use local path for even more CGI URLsSimon McVittie
2010-11-23Use local paths for redirection where possibleSimon McVittie
2010-06-23stop using REMOTE_ADDRJoey Hess
2010-05-14allow misctemplate callers to pass params to suppress actions etcJoey Hess
2010-05-08moved non-openid signin form into same page as openid selector; show/hide as ...Joey Hess
2010-05-06simplify formbuilder stylesheet specificationJoey Hess
2010-01-18brace styleJoey Hess
2010-01-18typosJoey Hess
2010-01-09make decode_form_utf8 safe for arraysJoey Hess
2009-12-14404/goto: Fix 404 display of utf-8 pages.Joey Hess
2009-10-29fix url encoding in redirJoey Hess
2009-09-08Expand banned_users; it can now include PageSpecs, which allows banning by IP...Joey Hess
2009-07-23Fix typo attepting→attemptingJonas Smedegaard
2009-02-26detect sslcookie set and no httpsJoey Hess
2009-01-31factor out IE stupididy workaroundJoey Hess
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31Split apache404 into an independent pluginSimon McVittie
2009-01-31CGI: pad error responses with 512 bytes of spaces so IE will display themSimon McVittie
2009-01-31CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocu...Simon McVittie
2009-01-31CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an Ik...Simon McVittie
2009-01-31CGI: if the page is missing, give the "missing page" a 404 statusSimon McVittie
2009-01-31CGI: document why commenter and recentchanges_link are supportedSimon McVittie
2009-01-31CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect...Simon McVittie
2009-01-31CGI: add cgi_goto(CGI, [page])Simon McVittie
2008-12-24remove deprecated admin prefsJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-17checksessionexpiry: reworkJoey Hess
2008-12-11editpage: factor out checksessionexpiry into IkiWiki::CGISimon McVittie
2008-10-19Fix issue with utf-8 in wikiname breaking session cookies, by entity-encoding...Joey Hess
2008-09-05editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess
2008-08-28Set cookies HttpOnly.Joey Hess
2008-08-05typoJoey Hess
2008-08-02relocateJoey Hess
2008-08-01banned_users move to setup file, stage 1Joey Hess
2008-07-22add a rename summaryJoey Hess
2008-07-22Split out error messages from editpage.tmpl into several separate templates.Joey Hess
2008-07-12only htmlize errors when cgi is actually runningJoey Hess
2008-07-11fix use orderingJoey Hess
2008-07-10Fixes creation of pages when clicking on WikiLinks starting with "/".Joey Hess
2008-07-10work around CGI::Session constructor issuesJoey Hess