Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
1d9a41eecb
|
@ -0,0 +1,10 @@
|
|||
I've got a wiki where editing requires [[plugins/httpauth]] (with
|
||||
`cgiauthurl` working nicely). I now want to let the general public
|
||||
edit Discussion subpages, so I enabled [[plugins/anonok]] and set
|
||||
`anonok_pagespec` to `'*/Discussion'`, but HTTP auth is still being
|
||||
required for those.
|
||||
|
||||
(Actually, what I'll really want to do is probably [[plugins/lockedit]]
|
||||
and a whitelist of OpenIDs in `locked_pages`...)
|
||||
|
||||
--[[schmonz]]
|
|
@ -6,6 +6,9 @@ I do want discussion subpage, but I don't want to have, for example: discussion/
|
|||
> Discussion pages should clearly be a special case that don't get Discussion
|
||||
> links put at the top... aaand.. [[bugs/done]]! --[[Joey]]
|
||||
|
||||
>> This bug appears to have returned. For example,
|
||||
>> [[plugins/contrib/unixauth/discussion]] has a Discussion link. -- [[schmonz]]
|
||||
|
||||
>>> Joey, I've just seen that you closed that bug in ikiwiki 1.37, but it seems
|
||||
>>> you fixed it only for English "discussion" page. The bug still occurs
|
||||
>>> for the international "discussion" pages. I have backported ikiwiki 1.40
|
||||
|
|
Loading…
Reference in New Issue