summaryrefslogtreecommitdiff
path: root/tests/regressiontests/comment_tests
AgeCommit message (Expand)Author
2010-05-10Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel...Russell Keith-Magee
2010-03-16Changed the comments post view code to avoid raising an exception if handed i...Karen Tracey
2010-03-05Fixed #12151: Ensured the comments code does not cause a server error when a ...Karen Tracey
2010-01-28Fixed #12724: Fixed new comment tests to not hardcode comment primary key val...Karen Tracey
2010-01-04Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...Jannis Leidel
2010-01-04Fixed #11100 - Added get_comment_permalink template tag to comments app to be...Jannis Leidel
2009-10-24Fixed a couple of test-ordering-dependant failures introduced in [11639] that...Jacob Kaplan-Moss
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
2009-05-15Corrected tests from [10784]; instead of retrieving two comments, it was retr...James Bennett
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-04-07Fixed #10585: comment redirects built from the `next` parameter now work corr...Jacob Kaplan-Moss
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-03-02Factor out some common pieces of django.conf.LazySettings.Malcolm Tredinnick
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2008-10-05Add internationalisation support to the comment templates. Fixed #8868, #8905Malcolm Tredinnick
2008-10-05Fixed #8803 -- Allow authenticated users without first_name/last_name values ...Malcolm Tredinnick
2008-08-30Fixed #8716: correctly handle name and email in comments from authenticated u...Jacob Kaplan-Moss
2008-08-26Updated comment tests to hook up URLs in the correct manner. This fixes a bun...Jacob Kaplan-Moss
2008-08-26Updated comment signals to provide enough information to actually act on. Thi...Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss