comments: note fixed things and recommend merging origin/comments
parent
c85e7c1bf4
commit
ee24feece0
|
@ -18,6 +18,8 @@ Known issues with the [[plugins/comments]] plugin:
|
||||||
>> Bah, git push --all is not the default... 'comments' branch now (I've also rebased it).
|
>> Bah, git push --all is not the default... 'comments' branch now (I've also rebased it).
|
||||||
>> Sorry, I'm on mobile Internet at the moment... --[[smcv]]
|
>> Sorry, I'm on mobile Internet at the moment... --[[smcv]]
|
||||||
|
|
||||||
|
>>> merged by [[Joey]] in commit 0f03af38 --[[smcv]]
|
||||||
|
|
||||||
* The default template should have a (?) icon next to unauthenticated users (with the IP address
|
* The default template should have a (?) icon next to unauthenticated users (with the IP address
|
||||||
as title) and an OpenID icon next to OpenIDs
|
as title) and an OpenID icon next to OpenIDs
|
||||||
|
|
||||||
|
@ -31,6 +33,12 @@ Known issues with the [[plugins/comments]] plugin:
|
||||||
>>> The new code produces links like /wikiisons/openid.png, which
|
>>> The new code produces links like /wikiisons/openid.png, which
|
||||||
>>> fail if ikiwiki is not at the root of the web server. --[[Joey]]
|
>>> fail if ikiwiki is not at the root of the web server. --[[Joey]]
|
||||||
|
|
||||||
|
>>>> Sorry, I should have spotted that (the assumption failed on my demo
|
||||||
|
>>>> site, but the push to that site was when I was on the way out, so I
|
||||||
|
>>>> didn't have time to investigate). As a note for other ikiwiki hackers,
|
||||||
|
>>>> I should have used
|
||||||
|
>>>> `<img src="<TMPL_VAR NAME=BASEURL>wikiicons/openid.png" />`. --[[smcv]]
|
||||||
|
|
||||||
>>> I got to wondering if the icons are needed. On my comments branch
|
>>> I got to wondering if the icons are needed. On my comments branch
|
||||||
>>> (not master), I've dropped the icons and info can be seen by hovering
|
>>> (not master), I've dropped the icons and info can be seen by hovering
|
||||||
>>> over the author's name. Idea being that you probably don't care how
|
>>> over the author's name. Idea being that you probably don't care how
|
||||||
|
@ -38,6 +46,13 @@ Known issues with the [[plugins/comments]] plugin:
|
||||||
>>> can hover to check. Does that make sense, should I merge it?
|
>>> can hover to check. Does that make sense, should I merge it?
|
||||||
>>> --[[Joey]]
|
>>> --[[Joey]]
|
||||||
|
|
||||||
|
>>>> Yeah, go ahead. I preferred my layout with the author before the
|
||||||
|
>>>> comment - perhaps that's Livejournal's influence :-) - but I can always
|
||||||
|
>>>> edit the templates for my own site. As long as the default is something
|
||||||
|
>>>> reasonable and both layouts are possible, I don't really mind.
|
||||||
|
>>>> Minimizing the number of "resource" files in the basewiki also seems
|
||||||
|
>>>> a good goal. --[[smcv]]
|
||||||
|
|
||||||
* Should the comments be visually set off more from the page above?
|
* Should the comments be visually set off more from the page above?
|
||||||
Rather than just a horizontal rule, I'm thinking put the comments
|
Rather than just a horizontal rule, I'm thinking put the comments
|
||||||
in a box like is used for inlined pages.
|
in a box like is used for inlined pages.
|
||||||
|
@ -45,6 +60,8 @@ Known issues with the [[plugins/comments]] plugin:
|
||||||
> I did put them in a box in the CSS... I agree the default template
|
> I did put them in a box in the CSS... I agree the default template
|
||||||
> could do with visual improvement though. --[[smcv]]
|
> could do with visual improvement though. --[[smcv]]
|
||||||
|
|
||||||
|
>> I'll consider this solved by [[Joey]]'s changes. --[[smcv]]
|
||||||
|
|
||||||
* Instead of just a link to add a comment, it could have a form to enter
|
* Instead of just a link to add a comment, it could have a form to enter
|
||||||
the title, similar to the form for adding a new blog post.
|
the title, similar to the form for adding a new blog post.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue