summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
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
2007-12-08MAJOR basewiki reorgJoey Hess
2007-10-10* In the cgi edit path, reload the index file before rendering. A bugjoey
2007-09-22* Save index after previewing page edit, since even previewing can createjoey
2007-08-28* Support for looking in multiple directories for underlay files.joey
2007-08-26* Add an editcontent hook.joey
2007-08-22* Call the formbuilder hook for the edit page.joey
2007-08-17* Applied Jeremie Koenig's pluggable editpage buttons patch:joey
2007-08-15proper fix for adding file, based on jkoenig's patchjoey
2007-08-14* Fix bug when editing file from underlaydir, need to rcs_add it even thoughjoey
2007-08-14* Fix bug in deletion/move during edit code introduced in 1.44. Need to takejoey
2007-08-14Remove two header => 1 settings that were overridden by later header => 0joey
2007-08-05* Move blog form code out of CGI.pm and into the inline plugin.joey
2007-08-05* Add sessioncgi hook. joey
2007-08-05remove cruftjoey
2007-07-16* Wrap the editpage template in the standard misctemplate, this allows thejoey
2007-05-17* Add a destpage parameter to the filter hook.joey
2007-05-11* Make all templates have a footer div to ease themeing. Required templatejoey
2007-04-30* Use div layout for the signin and preferences forms, so that they can bejoey
2007-04-29* Use fieldsets in the preferences form to group related options together.joey
2007-03-17* Detect the case of two people independently creating the same page at thejoey
2007-03-17* Fix some broken logic in cgi creation of a subpage when a toplevel pagejoey
2007-03-17simplify preview codejoey
2007-03-08correct dup page name detect in blog posting codejoey
2007-03-08* The underscore escaping support exposed a bug in edit links: Such linksjoey
2007-03-07My fix to support encoded underscores in page titles broke links to pagesjoey