* opendiscussion: allow editing of the toplevel discussion page
parent
9dbbbd0efa
commit
45de8dc710
|
@ -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;
|
||||
} #}}}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue