summaryrefslogtreecommitdiff
path: root/django/contrib/comments
AgeCommit message (Expand)Author
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-08Comment._get_userinfo is thread safe nowmaurizio
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-23Pulled comments translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the comments translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-05Updated comments base translation files with new strings. Refs #17822.Jannis Leidel
2012-02-04Fixed #17597 -- Marked a word for translation in the comments app's form clas...Jannis Leidel
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-09Fixed #16042 -- Use the content types caching in the comments contrib app. Th...Jannis Leidel
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-04Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier.Jannis Leidel
2011-06-16Fixed #16221 -- Corrected doc string example in comments permalink template t...Jannis Leidel
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2011-04-26Fixed #15904 - render_comment_form executes unnecessary query for objectLuke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-03-30Removed Django 1.2 compatibility fallback for contrib.comments forms hash.Luke Plant
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-15Pulled comments translation updates from Transifex.Jannis Leidel
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel
2011-03-01Updated comments translations from transifex.net. Refs #15300.Jannis Leidel
2011-02-25Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HT...Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-01-21Added new translation files to comments contrib app.Jannis Leidel
2010-12-21Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act...Jannis Leidel
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-06Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at ...Adrian Holovaty
2010-09-14Fixed paste-o in [13855]Luke Plant