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
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