summaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
AgeCommit message (Expand)Author
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
2007-03-07* The slash escaping when adding to a blog from the CGI was not workingjoey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey
2007-02-24* Patch from Ethan to improve behavior if a page is deleted or moved whilejoey
2007-02-24* Correct a bug that could lead to infinite looping after signin in somejoey
2007-02-21* Since the CGI had to drop the wiki lock to avoid deadlocking thejoey
2007-02-21* Elegant patch from Ethan to clean up the display of page names in thejoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
2007-02-10* Fix a security hole that allowed a web user to edit images and otherjoey
2007-02-02* Add canedit hook, allowing arbitrary controls over when a page can bejoey
2007-01-28* Always call rcs_update after a commit during a web edit, to work aroundjoey
2007-01-14* Change the RecentChanges page to show the path of changed pages.joey
2007-01-12Improve error message when postsignin (probably from openid) fails due tojoey
2007-01-12* Search in default location for templates as a fallback when templatedir isjoey
2007-01-04added some comments for translatorsjoey
2007-01-03* Corrected a bum regexp in openid munging.joey
2006-12-31deal with http:// partjoey
2006-12-31* Escape shashes in page titles entered in the blog post form.joey
2006-12-29* If a userdir is configured, links to pages in it can be made withoutjoey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
2006-12-21* Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey
2006-12-19* Add userdir config setting.joey
2006-12-02* The hack used to make the pagetemplate hook have access to the editpagejoey
2006-11-26session improvementsjoey
2006-11-22updatesjoey
2006-11-21improvejoey