From: Joey Hess Date: Wed, 14 Jul 2010 18:28:00 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/2a5199f0110b5b6fd8b45828036061995c032336?hp=eda2357c3e1990df049264735e8751af8962ded5 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info --- diff --git a/IkiWiki/Plugin/404.pm b/IkiWiki/Plugin/404.pm index 8adfd5dd9..42cfa9e8a 100644 --- a/IkiWiki/Plugin/404.pm +++ b/IkiWiki/Plugin/404.pm @@ -10,6 +10,7 @@ use IkiWiki 3.00; sub import { hook(type => "cgi", id => '404', call => \&cgi); + hook(type => "getsetup", id => '404', call => \&getsetup); IkiWiki::loadplugin("goto"); } diff --git a/debian/changelog b/debian/changelog index bdf6a6a8e..bb9a43692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ ikiwiki (3.20100705) UNRELEASED; urgency=low * color, comments, conditional, cutpaste, more, sidebar, toggle: Also avoid unnecessary calls to filter hook. * po: needstranslation() pagespec can have a percent specified. + * Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have + the caching problem that was added to work around). Closes: #588623 -- Joey Hess Mon, 05 Jul 2010 13:59:42 -0400 diff --git a/templates/page.tmpl b/templates/page.tmpl index da8c2940f..703a6d8de 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -11,7 +11,6 @@ - <TMPL_VAR TITLE>