index
:
chango.git
devmain
fix-31295
initial-branch
main
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
Age
Commit message (
Expand
)
Author
2010-03-16
[1.1.X] Changed the comments post view code to avoid raising an exception if ...
Karen Tracey
2010-03-05
[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...
Karen Tracey
2010-03-01
[1.1.X] Fixed #10878, an error in the `Moderator` docstring.
Jacob Kaplan-Moss
2010-01-04
[1.1.X] Fixed #12503 - form examples don't validate according to w3c
Luke Plant
2009-10-08
[1.1.X] Fixed #11995 -- Modified the admin site definition for comments so th...
Russell Keith-Magee
2009-06-17
Fixed #9268 -- Ensured that the next argument is passed on when previewing co...
Russell Keith-Magee
2009-05-14
Fixed #11113: fixed a couple of issues that slipped through the cracks when c...
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 #10633, #10691: marked strings in the comments app for translation. Tha...
Jacob Kaplan-Moss
2009-04-07
Fixed #10585: comment redirects built from the `next` parameter now work corr...
Jacob Kaplan-Moss
2009-04-07
Fixed #9956: relax the URL pattern for primary keys in the comment redirect s...
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-03-23
Fixed #9282: added a generic comment moderation toolkit. See the documentatio...
Jacob Kaplan-Moss
2009-03-21
Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be...
Jacob Kaplan-Moss
2009-03-21
Fixed #9303 (again) by removing some code missing in [9891].
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-02-23
Fixed #9303: comment templatetags no longer assume the built-in comment model.
Jacob Kaplan-Moss
2009-02-23
Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...
Jacob Kaplan-Moss
2009-02-23
Refactored CommentForm.get_comment_object into a handful of separete methods ...
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 #8963 -- Use the require_POST decorator instead of doing things manuall...
Malcolm Tredinnick
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 #8803 -- Allow authenticated users without first_name/last_name values ...
Malcolm Tredinnick
2008-10-05
Fixed #8869 -- Fixed comments templates to be well-formed XHTML.
Malcolm Tredinnick
2008-10-05
Fixed #8879 -- Used ungettext instead of ngettext in the comments framework.
Malcolm Tredinnick
2008-10-05
Fixed #9141 -- Removed two templates from django.contrib.comments that were n...
Malcolm Tredinnick
2008-09-28
Use correct m2m join table name in LatestCommentsFeed
James Bennett
2008-09-28
Fixed #9203: Restore correct ordering for LatestCommentsFeed
James Bennett
2008-09-16
Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po...
Adrian Holovaty
2008-09-16
Fixed #8917 -- Comments are now displayed in reverse order by submit_date in ...
Wilson Miner
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-09-03
Fixed #8614 -- Typo fix.
Malcolm Tredinnick
2008-09-02
Avoid a deprecation warning when running on Python 2.6. Patch from Karen Tracey.
Malcolm Tredinnick
2008-09-01
Added a related name to the ForeignKey in the abstract base class of the
Malcolm Tredinnick
2008-09-01
Make sure to use force_unicode when looking up comment objects by `object_pk`...
Jacob Kaplan-Moss
2008-08-30
Fixed #8716: correctly handle name and email in comments from authenticated u...
Jacob Kaplan-Moss
2008-08-28
Fixed #8608: corrected doc link in comment 400 error page.
Jacob Kaplan-Moss
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-27
Fixed #8601: a small typo in comment views.
Jacob Kaplan-Moss
2008-08-27
Fixed #8544: correctly cast `Comment.object_pk` to string when doing lookups....
Jacob Kaplan-Moss
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed get_absolute_url() for comments. Previously, it relied on "view on site"
Malcolm Tredinnick
2008-08-26
Updated comment signals to provide enough information to actually act on. Thi...
Jacob Kaplan-Moss
2008-08-26
The comments app was unconditionally accessing various settings that didn't
Malcolm Tredinnick
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
[next]