Django

Code

root/django/trunk/django/template/defaultfilters.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @7336 [7336] 03/20/08 02:36:33 mtredinnick FIxed #6513 -- Handle overflows better in the floatformat filter. It's …
(edit) @7153 [7153] 02/25/08 00:02:35 gwilson Fixed #5701 -- Fixed decorators to take the name, attributes, and …
(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) @6950 [6950] 12/18/07 22:20:02 mtredinnick Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, …
(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) @6787 [6787] 12/01/07 10:58:52 adrian Edited docs/serialization.txt changes from [6645]
(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) @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) @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) @6399 [6399] 09/20/07 23:00:32 jacob Fixed #3453: introduced a new template variable resolution system by Brian …
(edit) @6223 [6223] 09/14/07 16:46:38 adrian Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. …
(edit) @6019 [6019] 08/25/07 20:11:20 gwilson Fixed #3184 -- Changed the unordered_list template filter to use a more …
(edit) @5682 [5682] 07/13/07 05:56:30 mtredinnick Fixed #4842 -- Added slightly more robust error reporting. Thanks, …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5061 [5061] 04/23/07 00:51:29 mtredinnick Fixed #4107 -- Marked a few more strings for translation. Thanks, …
(edit) @4699 [4699] 03/10/07 02:11:28 mtredinnick Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, …
(edit) @4562 [4562] 02/23/07 17:05:16 jacob Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks …
(edit) @4558 [4558] 02/23/07 12:02:51 jacob Fixed #343: filters that take strings now handle non-strings correctly. …
(edit) @4496 [4496] 02/12/07 23:50:55 mtredinnick Fixed #3155 -- Allow an integer to be passed to the urlencode filter. …
(edit) @4468 [4468] 02/09/07 20:51:27 mtredinnick Fixed #2027 -- added truncatewords_html filter that respects HTML tags …
(edit) @4274 [4274] 01/02/07 23:29:34 russellm Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users …
(edit) @4044 [4044] 11/06/06 22:58:10 jacob Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, …
(edit) @3799 [3799] 09/23/06 03:41:09 mtredinnick Fixed #2456 -- Added backslash escaping to addslashes, which is necessary …
(edit) @3563 [3563] 08/12/06 00:09:12 adrian Fixed #2528 -- Fixed 'time' template filter for midnight time value. …
(edit) @3415 [3415] 07/21/06 15:48:17 jacob Part 3 of pedant day: replaced all tabs in Django with spaces. Python the …
(edit) @3353 [3353] 07/15/06 06:47:09 mtredinnick Fixed a small typo in the wordwrap filter's docstring.
(edit) @3273 [3273] 07/04/06 01:31:26 russellm Refs #2202 -- Cleaned up technique of splitting arguments, based upon a …
(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) @3117 [3117] 06/10/06 19:33:44 mtredinnick Fixed #2127 -- Made datetime filters fail silently when passed empty …
(edit) @2927 [2927] 05/16/06 16:28:06 adrian Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call …
(edit) @2905 [2905] 05/14/06 23:20:04 adrian Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single …
(copy) @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/defaultfilters.py:
(edit) @2008 [2008] 01/16/06 09:34:03 hugo magic-removal: changed explicit settings import to qualified settings …
Note: See TracRevisionLog for help on using the revision log.