|
|
|
@8641
|
[8641]
|
08/27/08 17:51:24 |
jacob |
Fixed #8544: correctly cast Comment.object_pk to string when doing … |
|
|
|
@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 … |
|
|
|
@6399
|
[6399]
|
09/20/07 23:00:32 |
jacob |
Fixed #3453: introduced a new template variable resolution system by Brian … |
|
|
|
@5848
|
[5848]
|
08/11/07 05:50:39 |
mtredinnick |
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments … |
|
|
|
@5715
|
[5715]
|
07/15/07 23:54:49 |
mtredinnick |
Fixed #4887 -- Fixed another place where template tag arguments are … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3360
|
[3360]
|
07/18/06 21:09:26 |
mtredinnick |
Fixed #2332 -- Introduced is_authenticated() method on User and … |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@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 … |
|
|
|
@590
|
[590]
|
08/31/05 22:06:47 |
adrian |
Fixed bug in contrib comment_form template tag when hard-coded object IDs … |
|
|
|
@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 … |
|
|
|
@377
|
[377]
|
08/01/05 15:07:31 |
adrian |
Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in … |
|
|
|
@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 … |
|
|
|
@28
|
[28]
|
07/14/05 13:20:03 |
adrian |
Created django.contrib and moved comments into it |