projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d4d97
)
simplify example
author
Joey Hess
<joey@kitenet.net>
Tue, 18 May 2010 17:36:51 +0000
(13:36 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 18 May 2010 17:36:51 +0000
(13:36 -0400)
I've seen user(http://*) confuse someone who didn't know pagespecs to think
that just http://* would moderate all comments to every page, or something
like that.
IkiWiki/Plugin/moderatedcomments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/moderatedcomments.pm
b/IkiWiki/Plugin/moderatedcomments.pm
index b0a328a06dffb040f2d6af4a5ba71f2b1a76f6b1..ff2c2b160a0bded7228384470b2be27f302d9cdd 100644
(file)
--- a/
IkiWiki/Plugin/moderatedcomments.pm
+++ b/
IkiWiki/Plugin/moderatedcomments.pm
@@
-19,7
+19,7
@@
sub getsetup () {
},
moderate_pagespec => {
type => 'pagespec',
- example => '
user(http://*)
',
+ example => '
*
',
description => 'PageSpec matching users or comment locations to moderate',
link => 'ikiwiki/PageSpec',
safe => 1,