| Age | Commit message (Expand) | Author |
| 2011-03-20 | Pulled translation updates from Transifex again. | Jannis Leidel |
| 2011-03-17 | Fixed plural forms formula for the Croatian (hr) localization by manually ove... | Ramiro Morales |
| 2011-03-15 | Pulled comments translation updates from Transifex. | Jannis Leidel |
| 2011-03-04 | Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15... | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Irish translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Welsh translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Bosnian translation introduced in r15680. | Jannis Leidel |
| 2011-03-03 | Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red... | Jannis Leidel |
| 2011-03-01 | Updated comments translations from transifex.net. Refs #15300. | Jannis Leidel |
| 2011-02-25 | Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HT... | Russell Keith-Magee |
| 2011-02-06 | Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon... | Russell Keith-Magee |
| 2011-01-21 | Added new translation files to comments contrib app. | Jannis Leidel |
| 2010-12-21 | Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act... | Jannis Leidel |
| 2010-11-13 | Fixed #12325 -- Allows zero values for moderate_after and close_after fields ... | Jannis Leidel |
| 2010-10-14 | Fixed #14445 - Use HMAC and constant-time comparison functions where needed. | Luke Plant |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-06 | Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at ... | Adrian Holovaty |
| 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-03-16 | Changed the comments post view code to avoid raising an exception if handed i... | Karen Tracey |
| 2010-03-12 | Fixed #12940 -- Modified some admin actions in contrib.comments to use ungett... | Russell Keith-Magee |
| 2010-03-05 | Fixed #12151: Ensured the comments code does not cause a server error when a ... | Karen Tracey |
| 2010-03-01 | Fixed #10878, an error in the `Moderator` docstring. | Jacob Kaplan-Moss |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12600 -- Added some extra search paths for comment preview templates, ... | Russell Keith-Magee |
| 2010-01-04 | Fixed #12053 - form examples don't validate according to w3c | Luke Plant |
| 2010-01-04 | Fixed #10285 - Added render_comment_list template tag to comments app. Thanks... | Jannis Leidel |
| 2010-01-04 | Fixed #11100 - Added get_comment_permalink template tag to comments app to be... | Jannis Leidel |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 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-10-08 | Fixed #11995 -- Modified the admin site definition for comments so that users... | 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 |