summaryrefslogtreecommitdiff
path: root/django/contrib/comments
AgeCommit message (Expand)Author
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-27Fixed #8601: a small typo in comment views.Jacob Kaplan-Moss
2008-08-27Fixed #8544: correctly cast `Comment.object_pk` to string when doing lookups....Jacob Kaplan-Moss
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed get_absolute_url() for comments. Previously, it relied on "view on site"Malcolm Tredinnick
2008-08-26Updated comment signals to provide enough information to actually act on. Thi...Jacob Kaplan-Moss
2008-08-26The comments app was unconditionally accessing various settings that didn'tMalcolm Tredinnick
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-01-28Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.Gary Wilson Jr
2008-01-28Style fixes.Gary Wilson Jr
2007-11-29Fixed #5909 -- Made the various django.contrib.comment models more robust inMalcolm Tredinnick
2007-10-19Fixed docstring style.Gary Wilson Jr
2007-09-21Fixed #3453: introduced a new template variable resolution system by Brian Ha...Jacob Kaplan-Moss
2007-09-14Fixed #3091 -- django.contrib.comments views now accept extra_context and con...Adrian Holovaty
2007-08-11Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app....Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-16Fixed #4887 -- Fixed another place where template tag arguments are usedMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-01Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-03-31Fixed #3473 -- Corrected access to get in manager (probably introduced as par...Russell Keith-Magee
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-11-07Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.deJacob Kaplan-Moss
2006-10-25Fixed ngettext bug in comments post viewJacob Kaplan-Moss
2006-10-24Fixed #2826 -- Added .is_authenticated() check before login() in comments viewsAdrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-07Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-26Fixed #2168 -- Made comment templates more accessibleAdrian Holovaty
2006-05-26Fixed #1981 -- Fixed bug in feeds.py for commentsAdrian Holovaty
2006-05-26Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T...Adrian Holovaty
2006-05-05Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty
2006-05-03Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank...Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-02Removed use of deprecated template_loader from [2230]Adrian Holovaty
2006-02-02fixed #1287 - comment forms are now translateable and overrideableGeorg Bauer
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-23Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM templateAdrian Holovaty
2005-11-23Added translation strings to django.contrib.comments. Taken from new-admin.Adrian Holovaty
2005-11-18Added feed configurations for django.contrib.commentsJacob Kaplan-Moss