add a rename summary
[ikiwiki.git] / IkiWiki / CGI.pm
2008-07-23 Joey Hessadd a rename summary
2008-07-22 Joey HessSplit out error messages from editpage.tmpl into severa...
2008-07-14 Simon McVittieMerge commit 'origin/master' into aggregateinternal
2008-07-13 Simon McVittieMerge branch 'css'
2008-07-13 Joey Hessonly htmlize errors when cgi is actually running
2008-07-11 Joey Hessfix use ordering
2008-07-10 Joey HessFixes creation of pages when clicking on WikiLinks...
2008-07-10 Joey Hesswork around CGI::Session constructor issues
2008-07-06 Joey HessMerge branch 'master' into tova
2008-07-06 Joey Hesseditpage escaping fixes
2008-07-02 Joey HessMerge branch 'tova'
2008-07-01 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-07-01 Joey Hessbetter approach for cgi upload disabling
2008-07-01 Joey Hesssimplification
2008-07-01 Joey Hessdisable cgi uploads earlier
2008-07-01 Joey Hessremove unused editpage title
2008-07-01 Joey HessConfigure CGI.pm to disable file uploads by default.
2008-06-29 Joey Hesscall format hooks when generating page previews
2008-06-04 Joey HessPass a destpage parameter to the sanitize hook.
2008-05-21 Joey HessPerls older than 5.10 need to use the old method of...
2008-05-21 Joey Hessdisplay an error message if CGI::Session fails to load
2008-05-13 Joey HessFixes for behavior changes in perl 5.10's CGI
2008-05-02 Joey HessFix ugly display when editing a page that has vanished.
2008-04-10 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-04-10 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-04-10 Joey HessFix CSRF attacks against the preferences and edit forms...
2008-03-18 Joey Hess* Record new pages in %pagesources temporarily when...
2008-03-12 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-12 Joey Hess* Use forcebaseurl to make page previews be displayed...
2008-02-24 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-24 Joey HessFix links generated by preprocessor directives when...
2008-02-14 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-14 Joey Hess* Preview limits the page dropdown to what's selected...
2008-02-05 Joey HessMerge branch 'master' into prefix-directives
2008-02-04 Joey Hessmove saveindex call into preview block
2008-02-04 Joey Hessremove another commit mail mention
2008-02-03 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-03 Joey Hess* cgi hooks are now run before ikiwiki state is loaded.
2008-01-30 Joey HessMerge git://git.samba.org/jelmer/ikiwiki
2008-01-29 Joey Hessnon-tabular recentchanges display
2008-01-29 Joey Hess* Removed support for sending commit notification mails...
2008-01-29 Joey Hesssupport for internal-use page types
2008-01-29 Joey Hessmove userlink to IkiWiki.pm
2008-01-29 Joey Hesschange rcs_recentchanges when to absolute, not relative...
2008-01-09 Joey HessIn preferences, allow the subscriptions and email field...
2008-01-07 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-07 Joey Hessadd explicit test for do=postsignin
2008-01-07 Joey Hessfixes
2008-01-07 Joey Hess* Improved the canedit hook interface, allowing a callb...
2008-01-07 Joey Hess* Only try postsignin if no other action matched. Fixes...
2008-01-05 Joey Hessfix an uninitialised value warning
2008-01-02 Joey Hess* Stop testing Encode::is_utf8 in decode_form_utf8...
2007-12-13 Joey Hess* Allow editing a page and deleting all content, while...
2007-12-12 Joey Hess* Ensure that web edited pages always end in a newline.
2007-12-12 Joey Hess* Change formbuilder hook to not be responsible for...
2007-12-08 Joey HessMAJOR basewiki reorg
2007-10-10 joey* In the cgi edit path, reload the index file before...
2007-09-22 joey* Save index after previewing page edit, since even...
2007-08-28 joey* Support for looking in multiple directories for under...
2007-08-26 joey* Add an editcontent hook.
2007-08-22 joey* Call the formbuilder hook for the edit page.
2007-08-17 joey* Applied Jeremie Koenig's pluggable editpage buttons...
2007-08-15 joeyproper fix for adding file, based on jkoenig's patch
2007-08-14 joey* Fix bug when editing file from underlaydir, need...
2007-08-14 joey* Fix bug in deletion/move during edit code introduced...
2007-08-14 joeyRemove two header => 1 settings that were overridden...
2007-08-05 joey* Move blog form code out of CGI.pm and into the inline...
2007-08-05 joey* Add sessioncgi hook.
2007-08-05 joeyremove cruft
2007-07-16 joey* Wrap the editpage template in the standard misctempla...
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-05-11 joey* Make all templates have a footer div to ease themeing...
2007-04-30 joey* Use div layout for the signin and preferences forms...
2007-04-29 joey* Use fieldsets in the preferences form to group relate...
2007-03-17 joey* Detect the case of two people independently creating...
2007-03-17 joey* Fix some broken logic in cgi creation of a subpage...
2007-03-17 joeysimplify preview code
2007-03-08 joeycorrect dup page name detect in blog posting code
2007-03-08 joey* The underscore escaping support exposed a bug in...
2007-03-07 joeyMy fix to support encoded underscores in page titles...
2007-03-07 joey* The slash escaping when adding to a blog from the...
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-02-24 joey* Patch from Ethan to improve behavior if a page is...
2007-02-24 joey* Correct a bug that could lead to infinite looping...
2007-02-21 joey* Since the CGI had to drop the wiki lock to avoid...
2007-02-21 joey* Elegant patch from Ethan to clean up the display...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-15 joey* Many changes to make ikiwiki very resistant to write...
2007-02-10 joey* Fix a security hole that allowed a web user to edit...
2007-02-02 joey* Add canedit hook, allowing arbitrary controls over...
2007-01-28 joey* Always call rcs_update after a commit during a web...
2007-01-14 joey* Change the RecentChanges page to show the path of...
2007-01-12 joeyImprove error message when postsignin (probably from...
2007-01-12 joey* Search in default location for templates as a fallbac...
2007-01-04 joeyadded some comments for translators
2007-01-03 joey* Corrected a bum regexp in openid munging.
2006-12-31 joeydeal with http:// part
2006-12-31 joey* Escape shashes in page titles entered in the blog...
2006-12-29 joey* If a userdir is configured, links to pages in it...
2006-12-29 joey* Initial work on internationalization of the program...
next