Django

Code

root/django/trunk/django/contrib/comments/templatetags


Mode:

Legend:

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