| Commit message (Expand) | Author | Age |
* | 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 Marier | 2011-03-30 |
* | comment.tmpl: Fix up display when inline uses it to display a non-comment pag... | Joey Hess | 2010-06-30 |
* | consistently drop NAME= in templates•••also add template syntax smoke test
| Joey Hess | 2010-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 Hess | 2010-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 Hess | 2009-03-26 |
* | typo | Joey Hess | 2009-01-25 |
* | clean up comment preview•••Remove actions from it, and avoid a broken title link.
| Joey Hess | 2009-01-25 |
* | comments: if the remove plugin is enabled, append a "Remove comment" link | Simon McVittie | 2009-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 Hess | 2008-12-21 |
* | remove signin icons, use title | Joey Hess | 2008-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 Hess | 2008-12-20 |
* | comment.tmpl: make anon/OpenID/signed-in icons independent of smileys | Simon McVittie | 2008-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 McVittie | 2008-12-20 |
* | add link from comment subject to its permalink | Joey Hess | 2008-12-19 |
* | fiddle with comment css classes | Joey Hess | 2008-12-19 |
* | rename comments_display to comment | Joey Hess | 2008-12-19 |