* opendiscussion: allow editing of the toplevel discussion page

master
Joey Hess 2008-01-07 16:10:32 -05:00
parent 9dbbbd0efa
commit 45de8dc710
2 changed files with 2 additions and 1 deletions

View File

@ -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;
} #}}}

1
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Mon, 07 Jan 2008 15:35:16 -0500