Django

Code

root/django/trunk/django/template


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9161 [9161] 10/06/08 01:34:54 mtredinnick Added some better error reporting and path handling when creating template …
(edit) @8769 [8769] 08/31/08 13:28:06 jacob Fixed #7027: template tags now corectly break tokens around strings marked …
(edit) @8716 [8716] 08/29/08 14:28:03 jacob Merge branch 'url-tag-asvar'
(edit) @8579 [8579] 08/26/08 03:08:55 mtredinnick Fixed #7201 -- Fixed the timeuntil filter to work correctly with …
(edit) @8577 [8577] 08/26/08 02:56:32 mtredinnick Fixed #7177 -- Added extra robustness to the escapejs filter so that …
(edit) @8535 [8535] 08/25/08 07:31:10 russellm Fixed #7743: Reverted [8483], which was itself a reversion of [8481], …
(edit) @8486 [8486] 08/23/08 10:03:40 russellm Reverted [8481] and [8482] while we work out what is going on with #8453
(edit) @8481 [8481] 08/23/08 07:52:04 russellm Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil …
(edit) @8393 [8393] 08/15/08 16:08:11 gwilson Fixed #5270 -- Allow template tags and filters to accept an emtpy string, …
(edit) @8211 [8211] 08/05/08 09:16:13 lukeplant Fixed #8031 - url tag no longer silences NoReverseMatch? exceptions since …
(edit) @8181 [8181] 08/01/08 16:37:38 lukeplant Fixed #3912 - Added simple type checking to template.Context.update() to …
(edit) @8095 [8095] 07/26/08 17:09:43 mtredinnick Fixed #4534 -- Added an "else" option to the "ifchanged" template …
(edit) @7758 [7758] 06/26/08 00:24:32 adrian Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell …
(edit) @7756 [7756] 06/26/08 00:16:19 adrian Optimized {% cycle %} template tag so that it creates the Variable objects …
(edit) @7752 [7752] 06/25/08 23:30:06 adrian Fixed #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't …
(edit) @7688 [7688] 06/18/08 07:59:39 russellm Fixed #7318 -- Cleaned up the template inheritance logic, specifically to …
(edit) @7580 [7580] 06/06/08 08:58:42 russellm Fixed #7293 -- Corrected some doctests strings internal to the template …
(edit) @7565 [7565] 05/29/08 08:11:23 russellm Fixed #6430 -- Corrected the loading of templates from eggs, which was …
(edit) @7563 [7563] 05/29/08 07:40:25 russellm Fixed #6950 -- Modified initialization of template loaders to use a …
(edit) @7557 [7557] 05/29/08 06:42:55 russellm Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.
(edit) @7336 [7336] 03/20/08 02:36:33 mtredinnick FIxed #6513 -- Handle overflows better in the floatformat filter. It's …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7260 [7260] 03/17/08 09:21:09 mtredinnick Fixed #5884 -- Added better display error handling for template …
(edit) @7153 [7153] 02/25/08 00:02:35 gwilson Fixed #5701 -- Fixed decorators to take the name, attributes, and …
(edit) @7089 [7089] 02/05/08 17:41:48 mtredinnick Tweaked [7082] and [7084] a little bit to also allow comment nodes prior …
(edit) @7085 [7085] 02/03/08 22:57:56 mtredinnick Fixed a simple TODO item in one error path of the "extends" tag.
(edit) @7084 [7084] 02/03/08 22:52:37 mtredinnick Fixed #5124 -- Added a reasonable error when "extends" is not the first …
(edit) @7082 [7082] 02/03/08 20:31:53 mtredinnick Allow whitespace prior to an "extends" tag. This allows a little more …
(edit) @7033 [7033] 01/27/08 20:30:53 gwilson Fixed #6471 -- Fixed stringfilter decoration of force_escape filter.
(edit) @6998 [6998] 01/05/08 21:53:33 mtredinnick Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.
(edit) @6997 [6997] 01/05/08 21:53:04 mtredinnick The "first" filter can return an unsafe string for safe input ( …
(edit) @6996 [6996] 01/04/08 18:03:12 adrian Reverted 'regroup' template tag changes from [6956], as they caused bug …
(edit) @6981 [6981] 01/01/08 23:01:03 adrian Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a …
(edit) @6976 [6976] 12/22/07 13:38:48 adrian Renamed 'reversed' variable to 'is_reversed' in ForLoop? template tag …
(edit) @6975 [6975] 12/22/07 13:32:54 adrian Negligible cleanups to django.template.context
(edit) @6974 [6974] 12/22/07 13:30:13 adrian Negligible changes to django.template -- removed a useless docstring, …
(edit) @6973 [6973] 12/22/07 13:28:21 adrian Removed lexer_factory() and parser_factory() functions in django.template, …
(edit) @6972 [6972] 12/22/07 13:20:02 adrian Removed a comment in django/template/init.py that suggests we would do …
(edit) @6971 [6971] 12/22/07 13:16:39 adrian Negligible formatting changes to django/template/init.py -- fixed some …
(edit) @6970 [6970] 12/22/07 13:12:58 adrian Changed an '== None' to 'is None' in Template.init()
(edit) @6969 [6969] 12/22/07 13:10:03 adrian Moved the various Debug classes in django.template to a new module, …
(edit) @6956 [6956] 12/19/07 00:11:55 gwilson Removed some reverse string craziness from the regroup template tag …
(edit) @6950 [6950] 12/18/07 22:20:02 mtredinnick Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, …
(edit) @6923 [6923] 12/17/07 00:59:01 mtredinnick Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and …
(edit) @6897 [6897] 12/05/07 07:16:25 jacob Fixed #6132: note to self: when you add new template tags, you need to …
(edit) @6892 [6892] 12/04/07 15:08:29 jacob Fixed #4131: added an "escapejs" filter for use in JavaScript? strings, and …
(edit) @6854 [6854] 12/02/07 17:57:22 mtredinnick Fixed #4563 -- Context.pop/push/update return the top-level dictionary …
(edit) @6787 [6787] 12/01/07 10:58:52 adrian Edited docs/serialization.txt changes from [6645]
(edit) @6778 [6778] 11/30/07 09:32:01 mtredinnick Fixed #6057 -- Mark rendered template output as safe for auto-escaping …
(edit) @6752 [6752] 11/29/07 14:10:00 mtredinnick Fixed #6030 -- More robust error handling for the "float" filter. …
(edit) @6729 [6729] 11/28/07 19:44:30 mtredinnick Added tests and a small optimisation for [6721]. Thanks SmileyChris?. Fixed …
(edit) @6724 [6724] 11/28/07 15:04:05 mtredinnick Fixed #5890 -- fixed the far edge-case of allowing constant strings …
(edit) @6721 [6721] 11/28/07 14:03:28 mtredinnick Fixed an edge-case for auto-escaping: if the stringfilter decorator is …
(edit) @6706 [6706] 11/19/07 19:37:57 mtredinnick Fixed #5983 -- Made iriencode filter respect safe strings. Patch …
(edit) @6680 [6680] 11/17/07 06:11:26 mtredinnick Fixed #5945 -- Treat string literals in template filter arguments as …
(edit) @6679 [6679] 11/16/07 22:04:12 mtredinnick Fixed #4713 -- Fixed handling of _() in template tag arguments. Based …
(edit) @6673 [6673] 11/14/07 15:07:27 mtredinnick Content coming via {{ block.super }} is always going to be correctly …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6646 [6646] 11/03/07 21:27:17 gwilson floatformat template filter docstring changes: * Split example cases. …
(edit) @6643 [6643] 11/03/07 21:08:04 gwilson Added examples to the pluralize template filter's docstring.
(edit) @6641 [6641] 11/03/07 21:05:56 gwilson Style and import fixes.
(edit) @6636 [6636] 11/02/07 21:04:59 gwilson Made use of itertools.cycle for the cycle template tag.
(edit) @6571 [6571] 10/20/07 10:01:31 mtredinnick Fixed #4123 -- Changed the firstof template tag to correctly handle a …
(edit) @6539 [6539] 10/19/07 22:53:44 mtredinnick Fixed a markup problem in the docstring for the "if" tag. This was showing …
(edit) @6399 [6399] 09/20/07 23:00:32 jacob Fixed #3453: introduced a new template variable resolution system by Brian …
(edit) @6289 [6289] 09/15/07 10:57:17 mtredinnick Fixed #5243 -- Allow loading of templatetags from subdirectories (via …
(edit) @6268 [6268] 09/15/07 03:29:56 russellm Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to …
(edit) @6223 [6223] 09/14/07 16:46:38 adrian Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. …
(edit) @6211 [6211] 09/14/07 14:55:24 jacob Fixed #5445: added some compatibility code for the lack of iter in …
(edit) @6153 [6153] 09/13/07 21:49:21 russellm Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces …
(edit) @6098 [6098] 09/11/07 09:04:40 russellm Refs #5138 -- Refactored implementation of contains in HttpRequest
(edit) @6019 [6019] 08/25/07 20:11:20 gwilson Fixed #3184 -- Changed the unordered_list template filter to use a more …
(edit) @5927 [5927] 08/18/07 00:43:38 mtredinnick Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.
(edit) @5815 [5815] 08/06/07 00:28:45 adrian Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template …
(edit) @5750 [5750] 07/22/07 23:45:01 gwilson Fixed #4952 -- Fixed the get_template_sources functions of the …
(edit) @5682 [5682] 07/13/07 05:56:30 mtredinnick Fixed #4842 -- Added slightly more robust error reporting. Thanks, …
(edit) @5630 [5630] 07/07/07 13:24:27 mtredinnick Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5517 [5517] 06/23/07 01:02:17 mtredinnick Fixed a Python 2.3 incompatibility I overlooked in [5516].
(edit) @5514 [5514] 06/22/07 22:18:22 mtredinnick Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5486 [5486] 06/17/07 04:46:04 mtredinnick Trivial formatting changes.
(edit) @5484 [5484] 06/17/07 02:33:18 mtredinnick Fixed #4506 -- Changed "regroup" template tag to use eq instead of …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5454 [5454] 06/09/07 22:11:10 mtredinnick Fixed #4462 -- Use builtin reversed() function when available (in "for" …
(edit) @5443 [5443] 06/08/07 06:58:03 russellm Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to …
(edit) @5392 [5392] 05/31/07 10:32:37 adrian Fixed #4441 -- Made a small optimization to the regroup template tag …
(edit) @5333 [5333] 05/24/07 07:28:53 mtredinnick Fixed #4378 -- Fixed a broken format string.
(edit) @5167 [5167] 05/07/07 22:36:16 mtredinnick Fixed #3753 -- Allow optional display of invalid variable name …
(edit) @5117 [5117] 04/28/07 08:31:44 mtredinnick Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.
(edit) @5116 [5116] 04/27/07 23:45:38 mtredinnick Fixed #4176 -- Fixed unintended change introduced in [5104]. …
(edit) @5105 [5105] 04/27/07 07:27:19 mtredinnick Minor tweak. Removed unnecessary argument default.
(edit) @5104 [5104] 04/27/07 07:16:22 mtredinnick Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5077 [5077] 04/25/07 05:29:39 mtredinnick Fixed #3543 -- Be a bit more tolerant of spaces following the …
(edit) @5067 [5067] 04/25/07 02:05:31 mtredinnick Fixed #3948 -- Added some extra relevant information to …
(edit) @5061 [5061] 04/23/07 00:51:29 mtredinnick Fixed #4107 -- Marked a few more strings for translation. Thanks, …
(edit) @5052 [5052] 04/20/07 23:44:30 mtredinnick Fixed #3749 -- Set the context correctly when using the "filter" template …
(edit) @5048 [5048] 04/20/07 23:13:52 mtredinnick Fixed #4098 -- fixed a syntax error when reporting errors in "with" …
(edit) @4909 [4909] 04/02/07 22:45:47 mtredinnick Fixed #3887 -- Fixed formatting error in docstring that was causing …
Note: See TracRevisionLog for help on using the revision log.