summaryrefslogtreecommitdiff
path: root/templates/comment.tmpl
AgeCommit message (Collapse)Author
2011-03-30comments: add avatar picture of comment authorFrancois Marier
Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her.
2010-06-30comment.tmpl: Fix up display when inline uses it to display a non-comment ↵Joey Hess
page. (Such as a discussion page.)
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-05-02adapt comment.tmpl to html5Joey Hess
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.
2009-03-26comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess
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.
2009-01-25typoJoey Hess
2009-01-25clean up comment previewJoey Hess
Remove actions from it, and avoid a broken title link.
2009-01-10comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie
2008-12-21comment layout changeJoey Hess
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.
2008-12-20remove signin icons, use titleJoey Hess
2008-12-20tweak author displayJoey Hess
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.
2008-12-20comment.tmpl: make anon/OpenID/signed-in icons independent of smileysSimon McVittie
2008-12-20comments_display: display (?) for anon users, {x} for OpenIDs and {*} for ↵Simon McVittie
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).
2008-12-19add link from comment subject to its permalinkJoey Hess
2008-12-19fiddle with comment css classesJoey Hess
2008-12-19rename comments_display to commentJoey Hess