aboutsummaryrefslogtreecommitdiff
path: root/templates/comment.tmpl
Commit message (Expand)AuthorAge
* comments: add avatar picture of comment author•••Use Libravatar::URL to pull the avatar picture for the comment author if we have an email address for him/her. Francois Marier2011-03-30
* comment.tmpl: Fix up display when inline uses it to display a non-comment pag...Joey Hess2010-06-30
* consistently drop NAME= in templates•••also add template syntax smoke test Joey Hess2010-05-05
* adapt comment.tmpl to html5•••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. Joey Hess2010-05-02
* comments: Fix anchor ids to be legal xhtml. Closes: #521339•••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. Joey Hess2009-03-26
* typoJoey Hess2009-01-25
* clean up comment preview•••Remove actions from it, and avoid a broken title link. Joey Hess2009-01-25
* comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie2009-01-10
* comment layout change•••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. Joey Hess2008-12-21
* remove signin icons, use titleJoey Hess2008-12-20
* tweak author display•••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. Joey Hess2008-12-20
* 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 loc...•••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). Simon McVittie2008-12-20
* 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