summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
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
2008-01-28move userlink to IkiWiki.pmJoey Hess
2008-01-28change rcs_recentchanges when to absolute, not relative, timeJoey Hess
2008-01-09In preferences, allow the subscriptions and email fields to be clearedJoey Hess
2008-01-07add explicit test for do=postsigninJoey Hess
2008-01-07fixesJoey Hess
2008-01-07* Improved the canedit hook interface, allowing a callback function to beJoey Hess
2008-01-07* Only try postsignin if no other action matched. Fixes a bug where theJoey Hess
2008-01-05fix an uninitialised value warningJoey Hess
2008-01-01* Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.Joey Hess
2007-12-12* Allow editing a page and deleting all content, while still disallowingJoey Hess
2007-12-12* Ensure that web edited pages always end in a newline.Joey Hess
2007-12-12* Change formbuilder hook to not be responsible for displaying a form,Joey Hess