Django

Code

root/django/trunk/django/contrib/comments


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8958 [8958] 09/03/08 17:46:39 mtredinnick Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
(edit) @8933 [8933] 09/03/08 13:44:19 mtredinnick Fixed #8614 -- Typo fix.
(edit) @8841 [8841] 09/01/08 22:04:28 mtredinnick Avoid a deprecation warning when running on Python 2.6. Patch from Karen …
(edit) @8803 [8803] 09/01/08 12:56:22 mtredinnick Added a related name to the ForeignKey? in the abstract base class of …
(edit) @8800 [8800] 09/01/08 12:23:09 jacob Make sure to use force_unicode when looking up comment objects by …
(edit) @8751 [8751] 08/30/08 16:30:02 jacob Fixed #8716: correctly handle name and email in comments from …
(edit) @8677 [8677] 08/28/08 14:46:33 jacob Fixed #8608: corrected doc link in comment 400 error page.
(edit) @8673 [8673] 08/28/08 14:28:17 mtredinnick Updated a few save() methods on models to accept force_insert and …
(edit) @8642 [8642] 08/27/08 17:55:10 jacob Fixed #8601: a small typo in comment views.
(edit) @8641 [8641] 08/27/08 17:51:24 jacob Fixed #8544: correctly cast Comment.object_pk to string when doing …
(edit) @8621 [8621] 08/27/08 06:01:04 brosner Fixed #8599 -- Removed unused urls directory hanging about. Thanks julien …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8614 [8614] 08/27/08 02:04:58 mtredinnick Fixed get_absolute_url() for comments. Previously, it relied on "view on …
(edit) @8589 [8589] 08/26/08 13:53:52 jacob Updated comment signals to provide enough information to actually act on. …
(edit) @8573 [8573] 08/26/08 01:58:43 mtredinnick The comments app was unconditionally accessing various settings that …
(edit) @8557 [8557] 08/25/08 17:14:22 jacob Refactored Django's comment system. Much of this work was done by …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7039 [7039] 01/27/08 23:29:09 gwilson Fixed #6324 -- Fixed get() call in UserFlagManager.flag().
(edit) @7038 [7038] 01/27/08 23:27:39 gwilson Style fixes.
(edit) @6742 [6742] 11/29/07 12:15:31 mtredinnick Fixed #5909 -- Made the various django.contrib.comment models more robust …
(edit) @6529 [6529] 10/18/07 20:42:21 gwilson Fixed docstring style.
(edit) @6399 [6399] 09/20/07 23:00:32 jacob Fixed #3453: introduced a new template variable resolution system by Brian …
(edit) @6236 [6236] 09/14/07 17:36:15 adrian Fixed #3091 -- django.contrib.comments views now accept extra_context and …
(edit) @5848 [5848] 08/11/07 05:50:39 mtredinnick Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5715 [5715] 07/15/07 23:54:49 mtredinnick Fixed #4887 -- Fixed another place where template tag arguments are …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5408 [5408] 06/01/07 06:58:17 mtredinnick Fixed #4404 -- Fixed LatestCommentsFeed? query problem. Thanks, …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5072 [5072] 04/25/07 03:49:57 mtredinnick Fixed #3185 -- Made values for login, logout and post-login redirect …
(edit) @4873 [4873] 03/30/07 21:23:34 russellm Fixed #3473 -- Corrected access to get in manager (probably introduced as …
(edit) @4486 [4486] 02/11/07 17:50:35 mtredinnick Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
(edit) @4485 [4485] 02/11/07 00:20:52 russellm Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4208 [4208] 12/15/06 12:00:50 adrian Copied django.forms to django.oldforms and changed all code to reference …
(edit) @4049 [4049] 11/06/06 23:20:00 jacob Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.de
(edit) @3936 [3936] 10/25/06 16:56:17 jacob Fixed ngettext bug in comments post view
(edit) @3929 [3929] 10/24/06 12:00:03 adrian Fixed #2826 -- Added .is_authenticated() check before login() in comments …
(edit) @3415 [3415] 07/21/06 15:48:17 jacob Part 3 of pedant day: replaced all tabs in Django with spaces. Python the …
(edit) @3413 [3413] 07/21/06 14:12:51 jacob Fixed bug in comment feed turned up by pyflakes.
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3360 [3360] 07/18/06 21:09:26 mtredinnick Fixed #2332 -- Introduced is_authenticated() method on User and …
(edit) @3283 [3283] 07/06/06 22:57:50 adrian Fixed #2283 -- Fixed XHTML-strict validation error in comment templates
(edit) @3226 [3226] 06/28/06 11:37:02 jacob Merged multi-auth branch to trunk. See the authentication docs for the …
(edit) @3203 [3203] 06/25/06 19:48:12 adrian Fixed #2168 -- Made comment templates more accessible
(edit) @2983 [2983] 05/25/06 23:21:36 adrian Fixed #1981 -- Fixed bug in feeds.py for comments
(edit) @2981 [2981] 05/25/06 23:06:46 adrian Fixed #1997 -- Changed comments.py views to use relative URL for …
(edit) @2848 [2848] 05/05/06 07:52:15 adrian Fixed #1722 -- Fixed bug in CommentManager?.user_is_moderator(). Thanks, …
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2823 [2823] 05/03/06 14:23:44 jacob Fixed #1740 -- django.contrib.comments no longer uses old-style DB API …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2233 [2233] 02/02/06 09:00:34 adrian Removed use of deprecated template_loader from [2230]
(edit) @2230 [2230] 02/02/06 04:25:15 hugo fixed #1287 - comment forms are now translateable and overrideable
(edit) @1443 [1443] 11/26/05 16:46:31 adrian Fixed #911 -- Made template system scoped to the parser instead of the …
(edit) @1378 [1378] 11/23/05 15:56:21 adrian Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template
(edit) @1364 [1364] 11/23/05 09:42:09 adrian Added translation strings to django.contrib.comments. Taken from …
(edit) @1281 [1281] 11/18/05 10:20:26 jacob Added feed configurations for django.contrib.comments
(edit) @665 [665] 09/22/05 17:26:56 adrian Converted load_and_render() calls to render_to_response() because of …
(edit) @661 [661] 09/22/05 00:32:47 adrian Converted django.contrib.comments.views.* to use load_and_render
(edit) @590 [590] 08/31/05 22:06:47 adrian Fixed bug in contrib comment_form template tag when hard-coded object IDs …
(edit) @580 [580] 08/31/05 11:27:59 adrian Fixed #407 -- Code no longer assumes request.METAREMOTE_ADDR? exists. …
(edit) @578 [578] 08/30/05 16:33:12 adrian Refactored comment templatetags to remove redundant 'tag_name' parameter. …
(edit) @549 [549] 08/25/05 17:51:30 adrian Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to …
(edit) @518 [518] 08/16/05 17:54:05 adrian Fixed #1 -- Added anonymous session support via middleware and …
(edit) @377 [377] 08/01/05 15:07:31 adrian Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in …
(edit) @354 [354] 07/30/05 13:56:36 adrian Gave comments.FreeComment a get_absolute_url() method
(edit) @316 [316] 07/26/05 11:11:43 adrian Fixed #163 -- Added 'pk' database API option, which is a shorthand for …
(edit) @292 [292] 07/22/05 08:02:27 adrian Fixed #146 -- Changed order_by and ordering parameters to be less verbose. …
(edit) @246 [246] 07/20/05 12:12:12 jacob Argh: fixed another bug in [244]
(edit) @245 [245] 07/20/05 12:09:39 jacob Fixed really dumb bug in [244]
(edit) @244 [244] 07/20/05 12:07:30 jacob Added "reversed" option to get_comment_list templatetag to return comments …
(edit) @230 [230] 07/19/05 19:37:45 adrian Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are …
(edit) @57 [57] 07/15/05 12:09:01 adrian Renamed CMSRequest to DjangoRequest?, and CMSContext to DjangoContext?. Old …
(edit) @31 [31] 07/14/05 13:37:10 adrian Fixed bug in [29]
(edit) @30 [30] 07/14/05 13:34:52 adrian Fixed bug in [29]
(edit) @29 [29] 07/14/05 13:32:59 adrian Fixed bug in django.contrib.comments urlconf
(add) @28 [28] 07/14/05 13:20:03 adrian Created django.contrib and moved comments into it
Note: See TracRevisionLog for help on using the revision log.