]> sipb.mit.edu Git - ikiwiki.git/commitdiff
smcvpostcomment: always allow wikilinks, and do access control
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 16 Nov 2008 18:23:23 +0000 (18:23 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:14:02 +0000 (21:14 +0000)
wikilinks are harmless, so we might as well allow them.

Access control for this plugin is a bit odd, since we specifically
don't want to allow comments to be edited - so the check is whether the
user is allowed to edit a deliberately invalid page name,
page/commented/on[smcvpostcomment]. You can put smcvpostcomment(*)
or smcvpostcomment(some/subdir/*) in $config{anonok_pagespec}
or the opposite in $config{locked_pages} to allow "editing" (really
just posting) comments.


No differences found