aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* 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
* * Improved the canedit hook interface, allowing a callback function to beJoey Hess2008-01-07
* * Only try postsignin if no other action matched. Fixes a bug where theJoey Hess2008-01-07
* fix an uninitialised value warningJoey Hess2008-01-05
* * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.Joey Hess2008-01-01
* * Allow editing a page and deleting all content, while still disallowingJoey Hess2007-12-12
* * Ensure that web edited pages always end in a newline.Joey Hess2007-12-12
* * Change formbuilder hook to not be responsible for displaying a form,Joey Hess2007-12-12
* MAJOR basewiki reorgJoey Hess2007-12-08
* * In the cgi edit path, reload the index file before rendering. A bugjoey2007-10-10
* * Save index after previewing page edit, since even previewing can createjoey2007-09-22
* * Support for looking in multiple directories for underlay files.joey2007-08-28
* * Add an editcontent hook.joey2007-08-26
* * Call the formbuilder hook for the edit page.joey2007-08-22
* * Applied Jeremie Koenig's pluggable editpage buttons patch:joey2007-08-17
* proper fix for adding file, based on jkoenig's patchjoey2007-08-15
* * Fix bug when editing file from underlaydir, need to rcs_add it even thoughjoey2007-08-14
* * Fix bug in deletion/move during edit code introduced in 1.44. Need to takejoey2007-08-14
* Remove two header => 1 settings that were overridden by later header => 0joey2007-08-14
* * Move blog form code out of CGI.pm and into the inline plugin.joey2007-08-05
* * Add sessioncgi hook. joey2007-08-05
* remove cruftjoey2007-08-05
* * Wrap the editpage template in the standard misctemplate, this allows thejoey2007-07-16
* * Add a destpage parameter to the filter hook.joey2007-05-17
* * Make all templates have a footer div to ease themeing. Required templatejoey2007-05-11
* * Use div layout for the signin and preferences forms, so that they can bejoey2007-04-30
* * Use fieldsets in the preferences form to group related options together.joey2007-04-29
* * Detect the case of two people independently creating the same page at thejoey2007-03-17
* * Fix some broken logic in cgi creation of a subpage when a toplevel pagejoey2007-03-17
* simplify preview codejoey2007-03-17