deletion
[ikiwiki.git] / doc / todo / comments.mdwn
1 Known issues with the [[plugins/comments]] plugin:
2
3 * There is some common code cargo-culted from other plugins (notably inline and editpage) which
4   should probably be shared
5 * Previews always say "unknown IP address"
6 * Add `COMMENTOPENID`: the authenticated/verified user name, if and only if it was an OpenID
7 * The default template should have a (?) icon next to unauthenticated users (with the IP address
8   as title) and an OpenID icon next to OpenIDs
9 * Should the comments be visually set off more from the page above?
10   Rather than just a horizontal rule, I'm thinking put the comments
11   in a box like is used for inlined pages.
12 * Instead of just a link to add a comment, it could have a form to enter
13   the title, similar to the form for adding a new blog post.
14 * If a spammer posts a comment, it is either impossible or hard to clean
15   up via the web. Would be nice to have some kind of link on the comment
16   that allows trusted users to remove it (using the remove plugin of
17   course).