|
|
|
@9121
|
[9121]
|
10/05/08 00:10:35 |
mtredinnick |
Fixed #8963 -- Use the require_POST decorator instead of doing things … |
|
|
|
@9119
|
[9119]
|
10/05/08 00:09:21 |
mtredinnick |
Add internationalisation support to the comment templates. Fixed #8868, … |
|
|
|
@9118
|
[9118]
|
10/05/08 00:07:32 |
mtredinnick |
Fixed #8803 -- Allow authenticated users without first_name/last_name … |
|
|
|
@8751
|
[8751]
|
08/30/08 16:30:02 |
jacob |
Fixed #8716: correctly handle name and email in comments from … |
|
|
|
@8642
|
[8642]
|
08/27/08 17:55:10 |
jacob |
Fixed #8601: a small typo in comment views. |
|
|
|
@8589
|
[8589]
|
08/26/08 13:53:52 |
jacob |
Updated comment signals to provide enough information to actually act on. … |
|
|
|
@8557
|
[8557]
|
08/25/08 17:14:22 |
jacob |
Refactored Django's comment system.
Much of this work was done by … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@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 … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@3226
|
[3226]
|
06/28/06 11:37:02 |
jacob |
Merged multi-auth branch to trunk. See the authentication docs for the … |
|
|
|
@2981
|
[2981]
|
05/25/06 23:06:46 |
adrian |
Fixed #1997 -- Changed comments.py views to use relative URL for … |
|
|
|
@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 … |
|
|
|
@1364
|
[1364]
|
11/23/05 09:42:09 |
adrian |
Added translation strings to django.contrib.comments. Taken from … |
|
|
|
@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 |
|
|
|
@580
|
[580]
|
08/31/05 11:27:59 |
adrian |
Fixed #407 -- Code no longer assumes request.METAREMOTE_ADDR? exists. … |
|
|
|
@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 … |
|
|
|
@316
|
[316]
|
07/26/05 11:11:43 |
adrian |
Fixed #163 -- Added 'pk' database API option, which is a shorthand for … |
|
|
|
@57
|
[57]
|
07/15/05 12:09:01 |
adrian |
Renamed CMSRequest to DjangoRequest?, and CMSContext to DjangoContext?. Old … |
|
|
|
@28
|
[28]
|
07/14/05 13:20:03 |
adrian |
Created django.contrib and moved comments into it |
|
copied from django/trunk/django/views/comments:
|
|
|
|
@9
|
[9]
|
07/13/05 22:17:09 |
adrian |
Changed many-to-many API to be get_FOO_list instead of get_FOOs |