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