aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
...
* 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
* only htmlize errors when cgi is actually runningJoey Hess2008-07-12
* fix use orderingJoey Hess2008-07-11
* Fixes creation of pages when clicking on WikiLinks starting with "/".Joey Hess2008-07-10
* work around CGI::Session constructor issuesJoey Hess2008-07-10
* editpage escaping fixesJoey Hess2008-07-06
* better approach for cgi upload disablingJoey Hess2008-07-01
* simplificationJoey Hess2008-07-01
* disable cgi uploads earlierJoey Hess2008-06-30
* remove unused editpage titleJoey Hess2008-06-30
* Configure CGI.pm to disable file uploads by default.Joey Hess2008-06-30
* call format hooks when generating page previewsJoey Hess2008-06-28
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
* Perls older than 5.10 need to use the old method of decoding utf-8 in CGI val...Joey Hess2008-05-21
* display an error message if CGI::Session fails to loadJoey Hess2008-05-21
* Fixes for behavior changes in perl 5.10's CGIJoey Hess2008-05-12
* Fix ugly display when editing a page that has vanished.Joey Hess2008-05-02
* Fix CSRF attacks against the preferences and edit forms. Closes: #475445Joey Hess2008-04-10
* * Record new pages in %pagesources temporarily when previewing so thatJoey Hess2008-03-17
* * Use forcebaseurl to make page previews be displayed with the html baseJoey Hess2008-03-12
* Fix links generated by preprocessor directives when previewing.Joey Hess2008-02-24
* * Preview limits the page dropdown to what's selected previouslyJoey Hess2008-02-14
* move saveindex call into preview blockJoey Hess2008-02-03
* remove another commit mail mentionJoey Hess2008-02-03
* * cgi hooks are now run before ikiwiki state is loaded.Joey Hess2008-02-03
* non-tabular recentchanges displayJoey Hess2008-01-29
* * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
* support for internal-use page typesJoey Hess2008-01-28
* move userlink to IkiWiki.pmJoey Hess2008-01-28
* change rcs_recentchanges when to absolute, not relative, timeJoey Hess2008-01-28
* In preferences, allow the subscriptions and email fields to be clearedJoey Hess2008-01-09
* add explicit test for do=postsigninJoey Hess2008-01-07
* fixesJoey Hess2008-01-07