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