From: Joey Hess Date: Mon, 7 Jan 2008 21:10:32 +0000 (-0500) Subject: * opendiscussion: allow editing of the toplevel discussion page X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/45de8dc710bf5844ed99514342bade439c396084?hp=9dbbbd0efacb5acebaed2d0ee74d1c185b27394a * opendiscussion: allow editing of the toplevel discussion page --- diff --git a/IkiWiki/Plugin/opendiscussion.pm b/IkiWiki/Plugin/opendiscussion.pm index fd5c9673d..c835f0106 100644 --- a/IkiWiki/Plugin/opendiscussion.pm +++ b/IkiWiki/Plugin/opendiscussion.pm @@ -15,7 +15,7 @@ sub canedit ($$) { #{{{ my $session=shift; my $discussion=gettext("discussion"); - return "" if $page=~/\/\Q$discussion\E$/; + return "" if $page=~/(\/|^)\Q$discussion\E$/; return undef; } #}}} diff --git a/debian/changelog b/debian/changelog index b39b053d4..58dafaa3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (2.19) UNRELEASED; urgency=low * Only try postsignin if no other action matched. Fixes a bug where the user goes back from the signin screen and does something else. * Improve behavior when trying to sign in with no cookies. + * opendiscussion: allow editing of the toplevel discussion page -- Joey Hess Mon, 07 Jan 2008 15:35:16 -0500