Django

Code

root/django/trunk/docs/templates.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7811 [7811] 06/30/08 21:17:24 mtredinnick Changed a documentation example that wasn't wrong to stop …
(edit) @7674 [7674] 06/17/08 06:19:08 russellm Fixed #7470 -- Corrected typo in template docs. Thanks to …
(edit) @7649 [7649] 06/15/08 22:38:43 adrian Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut …
(edit) @7299 [7299] 03/18/08 13:41:52 ubernostrum Fixed #6166: Improved example of autoescaping with template inheritance. …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7280 [7280] 03/17/08 23:21:08 adrian Edited docs/templates.txt changes from [7276]
(edit) @7276 [7276] 03/17/08 19:14:41 jacob Fixed #6351: added more examples to template filters. Thanks, David Tulig …
(edit) @7122 [7122] 02/15/08 23:15:09 adrian Made a bunch of small doc rewordings from changes over the past couple of …
(edit) @7007 [7007] 01/09/08 01:32:05 mtredinnick Fixed #6345 -- Django supports week numbers all the way up to 53, not just …
(edit) @7002 [7002] 01/06/08 16:09:16 gwilson Fixed #6330 -- Fixed reST error in templates documentation, thanks …
(edit) @6998 [6998] 01/05/08 21:53:33 mtredinnick Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.
(edit) @6913 [6913] 12/11/07 00:55:25 gwilson Fixed #6151 -- Added some code formatting to the floatformat template …
(edit) @6892 [6892] 12/04/07 15:08:29 jacob Fixed #4131: added an "escapejs" filter for use in JavaScript? strings, and …
(edit) @6874 [6874] 12/04/07 00:01:00 adrian Removed some 'behaviour's from the docs
(edit) @6828 [6828] 12/02/07 09:03:36 mtredinnick Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon.
(edit) @6798 [6798] 12/01/07 12:38:12 adrian Edited templates.txt and templates_python.txt auto-escaping changes from …
(edit) @6792 [6792] 12/01/07 11:29:45 adrian Edited docs/custom_model_fields.txt from [6652]
(edit) @6770 [6770] 11/29/07 23:18:57 adrian Edited docs/templates.txt changes from [6533]. Let's not smash people over …
(edit) @6680 [6680] 11/17/07 06:11:26 mtredinnick Fixed #5945 -- Treat string literals in template filter arguments as …
(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) @6648 [6648] 11/03/07 21:48:44 gwilson Added pretty tables for floatformat documentation.
(edit) @6640 [6640] 11/03/07 20:14:58 gwilson Fixed #5869 -- Corrected documentation for now template tag's "r" format …
(edit) @6571 [6571] 10/20/07 10:01:31 mtredinnick Fixed #4123 -- Changed the firstof template tag to correctly handle a …
(edit) @6562 [6562] 10/20/07 06:05:15 mtredinnick Added a section to the template documentation to clarify the arbitrary …
(edit) @6533 [6533] 10/19/07 00:07:47 gwilson Fixed #5658 -- Added a note to the top of the "for template authors" …
(edit) @6366 [6366] 09/16/07 23:50:12 gwilson Fixed #2675 -- Changed the timeuntil and timesince template filters to …
(edit) @6271 [6271] 09/15/07 04:51:57 mtredinnick Fixed #5477 -- Added links from the markup filters to the more extensive …
(edit) @6223 [6223] 09/14/07 16:46:38 adrian Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. …
(edit) @6184 [6184] 09/14/07 05:11:02 mtredinnick Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly.
(edit) @6153 [6153] 09/13/07 21:49:21 russellm Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces …
(edit) @6070 [6070] 09/09/07 12:18:36 adrian Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt
(edit) @6019 [6019] 08/25/07 20:11:20 gwilson Fixed #3184 -- Changed the unordered_list template filter to use a more …
(edit) @5948 [5948] 08/19/07 16:02:36 adrian Edited docs/templates.txt change from [5938]
(edit) @5938 [5938] 08/19/07 05:14:58 mtredinnick Added a note that the development version supports named URL patterns in …
(edit) @5937 [5937] 08/19/07 03:50:51 mtredinnick Clarified that urlize and urlizetrunc should only be applied to plain …
(edit) @5710 [5710] 07/15/07 16:16:32 adrian Improved docs/templates.txt section on the 'regroup' tag
(edit) @5674 [5674] 07/12/07 09:11:41 russellm Fixed #4522 -- Clarified the allowed filter arguments on the time and date …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5513 [5513] 06/22/07 22:10:32 mtredinnick Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc …
(edit) @5443 [5443] 06/08/07 06:58:03 russellm Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to …
(edit) @5436 [5436] 06/07/07 13:18:44 jacob Fixed #4000 - changed documentation to note that filter arguments no …
(edit) @5359 [5359] 05/27/07 05:44:42 mtredinnick Added a clarification that {#...#} is only for single-line comments.
(edit) @5353 [5353] 05/26/07 04:43:32 mtredinnick Fixed #4355 -- Clarified a confusing example in the use of the url …
(edit) @5010 [5010] 04/16/07 06:26:07 russellm Fixed #4038 -- Added reference to django.contrib.webdesign in the template …
(edit) @4998 [4998] 04/12/07 06:12:45 russellm Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.
(edit) @4885 [4885] 03/31/07 20:09:21 russellm Fixed #3532 -- Made spaceless template tag remove all spaces, rather than …
(edit) @4857 [4857] 03/29/07 20:50:06 adrian Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template …
(edit) @4848 [4848] 03/29/07 06:43:24 russellm Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked …
(edit) @4834 [4834] 03/27/07 17:30:59 adrian Fixed #3814 -- Fixed HTML typo in docs/templates.txt regroup section. …
(edit) @4832 [4832] 03/27/07 14:02:32 adrian Edited docs/templates.txt changes from [4830]
(edit) @4831 [4831] 03/27/07 12:30:57 jacob Cleaned up the docs from [4830] a bit.
(edit) @4830 [4830] 03/27/07 12:25:56 jacob Fixed #3826: added a {% with %}. Thanks, SmileyChris?.
(edit) @4804 [4804] 03/23/07 15:45:30 ubernostrum Remove notes about things added/removed in development version, since the …
(edit) @4647 [4647] 02/28/07 10:18:55 jacob Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.
(edit) @4499 [4499] 02/13/07 00:13:06 adrian Cleaned up docs/templates.txt 'url' tag documentation from [4494]
(edit) @4494 [4494] 02/12/07 22:24:58 mtredinnick Fixed #2606 -- Added tag for working out the URL of a particular view …
(edit) @4492 [4492] 02/12/07 11:13:08 adrian Small formatting tweaks to named-end-blocks change from [4489]
(edit) @4489 [4489] 02/11/07 18:22:22 mtredinnick Fixed #3351 -- Added optional naming of the block in "endblock" tags to …
(edit) @4474 [4474] 02/09/07 23:22:12 mtredinnick Added some documentation for truncatewords_html (added in [4468]).
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @4274 [4274] 01/02/07 23:29:34 russellm Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users …
(edit) @4060 [4060] 11/09/06 21:30:00 adrian Fixed typo in docs/templates.txt
(edit) @4053 [4053] 11/07/06 17:42:27 adrian Fixed typo in docs/templates.txt
(edit) @4052 [4052] 11/07/06 13:07:27 adrian Formatting fixes from the past round of checkins
(edit) @4050 [4050] 11/06/06 23:36:51 jacob Fixed #2800: the ifchanged tag now can optionally take paramaters to be …
(edit) @3938 [3938] 10/26/06 20:58:13 adrian Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% …
(edit) @3931 [3931] 10/24/06 16:30:38 adrian Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for …
(edit) @3883 [3883] 09/28/06 21:30:42 mtredinnick Fixed #2845 -- Corrected a few spelling errors in the docs and changed …
(edit) @3880 [3880] 09/28/06 06:20:48 mtredinnick Added a note about not using ifequal and ifnotequal to compare against …
(edit) @3635 [3635] 08/21/06 13:27:33 adrian Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. …
(edit) @3485 [3485] 07/28/06 19:31:33 adrian Added note to docs/templates.txt about same logical operator
(edit) @3473 [3473] 07/27/06 21:25:46 adrian Small clarification to docs/templates.txt change from [3465]
(edit) @3465 [3465] 07/27/06 18:23:55 jacob Fixed #1650: the {% extends %} tag now can extend a Template object passed …
(edit) @3340 [3340] 07/13/06 19:56:03 adrian Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist
(edit) @3272 [3272] 07/04/06 01:18:39 russellm Fixes #2202 -- Added ability to customize output of pluralize filter to …
(edit) @3185 [3185] 06/21/06 01:56:08 mtredinnick Fixed #2053 -- added an optional comparison argument to the "timesince" …
(edit) @3138 [3138] 06/17/06 23:12:55 mtredinnick Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.
(edit) @3108 [3108] 06/07/06 22:33:21 adrian Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens …
(edit) @3076 [3076] 06/03/06 19:58:39 adrian Added django.contrib.humanize, a set of template tags for adding a 'human …
(edit) @2812 [2812] 05/01/06 20:59:39 adrian Fixed more ReST errors in docs
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2660 [2660] 04/10/06 21:59:48 adrian Added note to docs/templates.txt about {% extends %} needing to be the …
(edit) @2471 [2471] 03/01/06 23:53:58 adrian Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, …
(edit) @2316 [2316] 02/17/06 11:25:01 adrian Fixed #1365 -- Improved docs/templates.txt to note location of admin …
(edit) @2306 [2306] 02/13/06 09:33:25 adrian Added better docs for 'phone2numeric' template filter
(edit) @2294 [2294] 02/08/06 18:31:51 adrian Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the …
(edit) @2098 [2098] 01/21/06 16:29:55 adrian Added 'Custom libraries and template inheritance' section to …
(edit) @2014 [2014] 01/16/06 15:44:10 adrian Fixed bug in spaceless template-tag documentation. Thanks, Esaj
(edit) @1969 [1969] 01/14/06 23:18:17 adrian Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now …
(edit) @1967 [1967] 01/14/06 19:51:30 adrian Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all …
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1525 [1525] 12/01/05 14:27:34 adrian Fixed typo in docs/templates.txt. Thanks, pbx
(edit) @1443 [1443] 11/26/05 16:46:31 adrian Fixed #911 -- Made template system scoped to the parser instead of the …
(edit) @1349 [1349] 11/21/05 23:44:04 adrian Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. …
(edit) @1343 [1343] 11/21/05 22:45:12 adrian Fixed bug in docs/templates.txt
(edit) @1342 [1342] 11/21/05 22:44:21 adrian Beefed up docs for floatformat template filter
(edit) @1341 [1341] 11/21/05 22:42:26 adrian Fixed formatting bug in docs/templates.txt
(edit) @1116 [1116] 11/06/05 17:53:13 adrian Fixed #742 -- Implemented 't' dateformat. Thanks, radek.
(edit) @1114 [1114] 11/06/05 17:37:20 adrian Fixed ReST bug in templates.txt
Note: See TracRevisionLog for help on using the revision log.