aboutsummaryrefslogtreecommitdiff
path: root/templates/comment.tmpl
Commit message (Collapse)AuthorAge
* Use rel=nofollow microformat for comment authorsSimon McVittie2017-01-09
|
* comments: add avatar picture of comment authorFrancois Marier2011-03-30
| | | | | Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
* comment.tmpl: Fix up display when inline uses it to display a non-comment ↵Joey Hess2010-06-30
| | | | page. (Such as a discussion page.)
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* adapt comment.tmpl to html5Joey Hess2010-05-02
| | | | | | | Note that I put comment-header in a <header> despite it being below the comment. Using a <footer> would be confusing given the class name. Also, the content is semantically closer to a header than a footer.
* comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess2009-03-26
| | | | | | | | | | | Well, that was a PITA. Luckily, this doesn't break guids to comments in rss feeds, though it does change the links. I haven't put in a warning about needing to rebuild to get this fix. It's probably good enough for new comments to get the fix, without a lot of mass rebuilding.
* typoJoey Hess2009-01-25
|
* clean up comment previewJoey Hess2009-01-25
| | | | Remove actions from it, and avoid a broken title link.
* comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie2009-01-10
|
* comment layout changeJoey Hess2008-12-21
| | | | | | I saw a layout similar to this on blogger, and I sorta like it The dash avoids parens sitting next to each other in some cases.
* remove signin icons, use titleJoey Hess2008-12-20
|
* tweak author displayJoey Hess2008-12-20
| | | | | | Put the icon after the name, mostly because it scans better on non-graphical browsers where the alt text is displayed. And because the name is really the more important part.
* comment.tmpl: make anon/OpenID/signed-in icons independent of smileysSimon McVittie2008-12-20
|
* comments_display: display (?) for anon users, {x} for OpenIDs and {*} for ↵Simon McVittie2008-12-20
| | | | | | | | local logins This is a mockup of Joey's idea; to do it properly, the icons should move to the basewiki or to a comments underlay, and {x} should be replaced with an OpenID logo (if one with clear licensing even exists).
* add link from comment subject to its permalinkJoey Hess2008-12-19
|
* fiddle with comment css classesJoey Hess2008-12-19
|
* rename comments_display to commentJoey Hess2008-12-19