summaryrefslogtreecommitdiff
path: root/django/contrib/comments/templates
AgeCommit message (Expand)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-02-25Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HT...Russell Keith-Magee
2010-09-14Fixed paste-o in [13855]Luke Plant
2010-09-14Fixed #2283 (again) - comment form templates don't validate as XHTMLLuke Plant
2010-01-04Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...Jannis Leidel
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
2009-04-07Fixed #10169: don't accidentally try to redirect to "None" after posting a co...Jacob Kaplan-Moss
2009-04-07Fixed #9792: corrected invalid HTML in the comment form and comment preview.Jacob Kaplan-Moss
2009-04-07Fixed #9268: pass the "next" param through in the comment preview/post view. ...Jacob Kaplan-Moss
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2008-10-05Fixed #9100 -- Added a missing CSS class to a submit button.Malcolm Tredinnick
2008-10-05Add internationalisation support to the comment templates. Fixed #8868, #8905Malcolm Tredinnick
2008-10-05Fixed #8869 -- Fixed comments templates to be well-formed XHTML.Malcolm Tredinnick
2008-10-05Fixed #9141 -- Removed two templates from django.contrib.comments that were n...Malcolm Tredinnick
2008-09-16Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po...Adrian Holovaty
2008-09-10Fixed #8959 -- Removed redundant calls to the 'escape' template filter in the...Adrian Holovaty
2008-09-03Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.Malcolm Tredinnick
2008-08-28Fixed #8608: corrected doc link in comment 400 error page.Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-07Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty
2006-06-26Fixed #2168 -- Made comment templates more accessibleAdrian Holovaty
2006-02-02fixed #1287 - comment forms are now translateable and overrideableGeorg Bauer