|
|
|
@9532
|
[9532]
|
11/24/08 16:33:32 |
jacob |
Here's the rest of [9530] where I actually rename the tag like I said I … |
|
|
|
@9530
|
[9530]
|
11/24/08 16:01:48 |
jacob |
Fixed #6398: added an optional {% empty %} clause to the {% for %} … |
|
|
|
@8716
|
[8716]
|
08/29/08 14:28:03 |
jacob |
Merge branch 'url-tag-asvar' |
|
|
|
@8211
|
[8211]
|
08/05/08 09:16:13 |
lukeplant |
Fixed #8031 - url tag no longer silences NoReverseMatch? exceptions since … |
|
|
|
@8095
|
[8095]
|
07/26/08 17:09:43 |
mtredinnick |
Fixed #4534 -- Added an "else" option to the "ifchanged" template … |
|
|
|
@7758
|
[7758]
|
06/26/08 00:24:32 |
adrian |
Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell … |
|
|
|
@7756
|
[7756]
|
06/26/08 00:16:19 |
adrian |
Optimized {% cycle %} template tag so that it creates the Variable objects … |
|
|
|
@7752
|
[7752]
|
06/25/08 23:30:06 |
adrian |
Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't … |
|
|
|
@7557
|
[7557]
|
05/29/08 06:42:55 |
russellm |
Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan. |
|
|
|
@6996
|
[6996]
|
01/04/08 18:03:12 |
adrian |
Reverted 'regroup' template tag changes from [6956], as they caused bug … |
|
|
|
@6981
|
[6981]
|
01/01/08 23:01:03 |
adrian |
Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a … |
|
|
|
@6976
|
[6976]
|
12/22/07 13:38:48 |
adrian |
Renamed 'reversed' variable to 'is_reversed' in ForLoop? template tag … |
|
|
|
@6956
|
[6956]
|
12/19/07 00:11:55 |
gwilson |
Removed some reverse string craziness from the regroup template tag … |
|
|
|
@6923
|
[6923]
|
12/17/07 00:59:01 |
mtredinnick |
Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and … |
|
|
|
@6671
|
[6671]
|
11/14/07 06:58:53 |
mtredinnick |
Implemented auto-escaping of variable output in templates. Fully … |
|
|
|
@6641
|
[6641]
|
11/03/07 21:05:56 |
gwilson |
Style and import fixes. |
|
|
|
@6636
|
[6636]
|
11/02/07 21:04:59 |
gwilson |
Made use of itertools.cycle for the cycle template tag. |
|
|
|
@6571
|
[6571]
|
10/20/07 10:01:31 |
mtredinnick |
Fixed #4123 -- Changed the firstof template tag to correctly handle a … |
|
|
|
@6539
|
[6539]
|
10/19/07 22:53:44 |
mtredinnick |
Fixed a markup problem in the docstring for the "if" tag. This was showing … |
|
|
|
@6399
|
[6399]
|
09/20/07 23:00:32 |
jacob |
Fixed #3453: introduced a new template variable resolution system by Brian … |
|
|
|
@6289
|
[6289]
|
09/15/07 10:57:17 |
mtredinnick |
Fixed #5243 -- Allow loading of templatetags from subdirectories (via … |
|
|
|
@6153
|
[6153]
|
09/13/07 21:49:21 |
russellm |
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces … |
|
|
|
@5927
|
[5927]
|
08/18/07 00:43:38 |
mtredinnick |
Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. |
|
|
|
@5815
|
[5815]
|
08/06/07 00:28:45 |
adrian |
Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5517
|
[5517]
|
06/23/07 01:02:17 |
mtredinnick |
Fixed a Python 2.3 incompatibility I overlooked in [5516]. |
|
|
|
@5514
|
[5514]
|
06/22/07 22:18:22 |
mtredinnick |
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not … |
|
|
|
@5511
|
[5511]
|
06/22/07 02:15:04 |
mtredinnick |
Backed out the changes in [5482] for a bit whilst some more investigation … |
|
|
|
@5484
|
[5484]
|
06/17/07 02:33:18 |
mtredinnick |
Fixed #4506 -- Changed "regroup" template tag to use eq instead of … |
|
|
|
@5482
|
[5482]
|
06/17/07 02:11:37 |
mtredinnick |
Fixed #4565 -- Changed template rendering to use iterators, rather … |
|
|
|
@5454
|
[5454]
|
06/09/07 22:11:10 |
mtredinnick |
Fixed #4462 -- Use builtin reversed() function when available (in "for" … |
|
|
|
@5443
|
[5443]
|
06/08/07 06:58:03 |
russellm |
Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to … |
|
|
|
@5392
|
[5392]
|
05/31/07 10:32:37 |
adrian |
Fixed #4441 -- Made a small optimization to the regroup template tag … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@5077
|
[5077]
|
04/25/07 05:29:39 |
mtredinnick |
Fixed #3543 -- Be a bit more tolerant of spaces following the … |
|
|
|
@5052
|
[5052]
|
04/20/07 23:44:30 |
mtredinnick |
Fixed #3749 -- Set the context correctly when using the "filter" template … |
|
|
|
@5048
|
[5048]
|
04/20/07 23:13:52 |
mtredinnick |
Fixed #4098 -- fixed a syntax error when reporting errors in "with" … |
|
|
|
@4909
|
[4909]
|
04/02/07 22:45:47 |
mtredinnick |
Fixed #3887 -- Fixed formatting error in docstring that was causing … |
|
|
|
@4885
|
[4885]
|
03/31/07 20:09:21 |
russellm |
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than … |
|
|
|
@4857
|
[4857]
|
03/29/07 20:50:06 |
adrian |
Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template … |
|
|
|
@4848
|
[4848]
|
03/29/07 06:43:24 |
russellm |
Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked … |
|
|
|
@4830
|
[4830]
|
03/27/07 12:25:56 |
jacob |
Fixed #3826: added a {% with %}. Thanks, SmileyChris?. |
|
|
|
@4816
|
[4816]
|
03/25/07 13:05:01 |
adrian |
Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady |
|
|
|
@4747
|
[4747]
|
03/16/07 10:20:37 |
adrian |
Small tweaks to docstrings from [4700] |
|
|
|
@4700
|
[4700]
|
03/10/07 05:37:11 |
mtredinnick |
Fixed #3696 -- Fixed inline documentation to avoid some HTML validity … |
|
|
|
@4494
|
[4494]
|
02/12/07 22:24:58 |
mtredinnick |
Fixed #2606 -- Added tag for working out the URL of a particular view … |
|
|
|
@4052
|
[4052]
|
11/07/06 13:07:27 |
adrian |
Formatting fixes from the past round of checkins |
|
|
|
@4050
|
[4050]
|
11/06/06 23:36:51 |
jacob |
Fixed #2800: the ifchanged tag now can optionally take paramaters to be … |
|
|
|
@3938
|
[3938]
|
10/26/06 20:58:13 |
adrian |
Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% … |
|
|
|
@3800
|
[3800]
|
09/23/06 04:49:58 |
mtredinnick |
Fixed #2454 -- Make "ifchanged" tag work more predictably inside … |
|
|
|
@3773
|
[3773]
|
09/21/06 08:09:00 |
mtredinnick |
Fixed #2743 -- Made the value of a cycle tag accessible through the … |
|
|
|
@3714
|
[3714]
|
09/04/06 09:02:11 |
russellm |
Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, … |
|
|
|
@3707
|
[3707]
|
09/02/06 04:26:24 |
russellm |
Refs #2333 - Re-added the template rendering signal for testing purposes; … |
|
|
|
@3666
|
[3666]
|
08/27/06 13:10:32 |
adrian |
Reverted [3659], the 'name' field on Template objects and the signal … |
|
|
|
@3659
|
[3659]
|
08/27/06 07:35:07 |
russellm |
Refs #2333 - Added a signal that is emitted whenever a template is … |
|
|
|
@3268
|
[3268]
|
07/03/06 22:21:44 |
russellm |
Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow … |
|
|
|
@3165
|
[3165]
|
06/19/06 22:58:16 |
adrian |
Fixed #2102 -- Template system 'for' loops now support generators. Thanks, … |
|
|
|
@3138
|
[3138]
|
06/17/06 23:12:55 |
mtredinnick |
Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. |
|
|
|
@3112
|
[3112]
|
06/07/06 23:29:10 |
adrian |
Added django.template.Token.split_contents() and used it to add support … |
|
|
|
@3108
|
[3108]
|
06/07/06 22:33:21 |
adrian |
Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/template/defaulttags.py:
|
|
|
|
@2030
|
[2030]
|
01/17/06 06:47:12 |
russellm |
magic-removal: Fixed template unit tests. Corrected expected output for … |