summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
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
2008-07-06editpage escaping fixesJoey Hess
2008-07-01better approach for cgi upload disablingJoey Hess
2008-07-01simplificationJoey Hess
2008-06-30disable cgi uploads earlierJoey Hess
2008-06-30remove unused editpage titleJoey Hess
2008-06-30Configure CGI.pm to disable file uploads by default.Joey Hess
2008-06-28call format hooks when generating page previewsJoey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-05-21Perls older than 5.10 need to use the old method of decoding utf-8 in CGI val...Joey Hess
2008-05-21display an error message if CGI::Session fails to loadJoey Hess
2008-05-12Fixes for behavior changes in perl 5.10's CGIJoey Hess
2008-05-02Fix ugly display when editing a page that has vanished.Joey Hess
2008-04-10Fix CSRF attacks against the preferences and edit forms. Closes: #475445Joey Hess
2008-03-17* Record new pages in %pagesources temporarily when previewing so thatJoey Hess
2008-03-12* Use forcebaseurl to make page previews be displayed with the html baseJoey Hess
2008-02-24Fix links generated by preprocessor directives when previewing.Joey Hess
2008-02-14* Preview limits the page dropdown to what's selected previouslyJoey Hess
2008-02-03move saveindex call into preview blockJoey Hess
2008-02-03remove another commit mail mentionJoey Hess
2008-02-03* cgi hooks are now run before ikiwiki state is loaded.Joey Hess
2008-01-29non-tabular recentchanges displayJoey Hess
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
2008-01-28support for internal-use page typesJoey Hess