more comments doc updates
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 17 Dec 2008 19:15:52 +0000 (14:15 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 17 Dec 2008 19:15:52 +0000 (14:15 -0500)
Moved todo items to a todo page, mark the old todo item about comments as
done, etc.

doc/plugins/comments.mdwn
doc/plugins/comments/discussion.mdwn
doc/todo/comments.mdwn [new file with mode: 0644]
doc/todo/supporting_comments_via_disussion_pages.mdwn

index fa263ef40deb99a643a702d95b446d742f60dbe5..aab75e9b7cd1a9046eff7ff3b340b557007f17d8 100644 (file)
@@ -37,15 +37,3 @@ There are some global options for the setup file:
   specify a name for themselves, and the \[[!meta author]] and
   \[[!meta authorurl]] directives will not be overridden by the comments
   plugin
-
-Known issues:
-
-* Needs code review
-* The access control via postcomment() is rather strange (see [[discussion]] for more details)
-* There is some common code cargo-culted from other plugins (notably inline and editpage) which
-  should probably be shared
-* Joey doesn't think it should necessarily use internal pages (see [[discussion]])
-* Previews always say "unknown IP address"
-* Add `COMMENTOPENID`: the authenticated/verified user name, if and only if it was an OpenID
-* The default template should have a (?) icon next to unauthenticated users (with the IP address
-  as title) and an OpenID icon next to OpenIDs
index 59740ec37b03860a17866ef22653ccc9a1a709cd..2a87a3d935e2bacb521bedd2984333e808df0944 100644 (file)
@@ -63,6 +63,9 @@ spam problems. So, use `check_canedit` as at least a first-level check?
 > This is why `anonok_pages => 'postcomment(*)'` and `locked_pages => '!postcomment(*)'`
 > are necessary to allow anonymous and logged-in editing (respectively).
 >
+>> I changed that to move the flag out of the page name, and into a variable that the `match_postcomment`
+>> function checks for. Other ugliness still applies. :-) --[[Joey]] 
+>
 > This is ugly - one alternative would be to add `check_permission()` that takes a
 > page and a verb (create, edit, rename, remove and maybe comment are the ones I
 > can think of so far), use that, and port the plugins you mentioned to use that
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn
new file mode 100644 (file)
index 0000000..adc302a
--- /dev/null
@@ -0,0 +1,8 @@
+Known issues with the [[plugins/comments]] plugin:
+
+* There is some common code cargo-culted from other plugins (notably inline and editpage) which
+  should probably be shared
+* Previews always say "unknown IP address"
+* Add `COMMENTOPENID`: the authenticated/verified user name, if and only if it was an OpenID
+* The default template should have a (?) icon next to unauthenticated users (with the IP address
+  as title) and an OpenID icon next to OpenIDs
index bc4e331d0305251be288850fedb1731a88582a44..892db18a9accd6d1d7dce530a910d78236e53eed 100644 (file)
@@ -215,3 +215,6 @@ do you think so far? Known issues include:
 --[[smcv]]
 
 I've updated smcvpostcomment and publicised it as [[plugins/contrib/comments]]. --[[smcv]]
+
+> While there is still room for improvement and entirely other approaches,
+> I am calling this done since smcv's comments plugin is ready. --[[Joey]]