index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
defaultfilters
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-02-13
Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...
Russell Keith-Magee
2009-04-12
Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.
Malcolm Tredinnick
2009-03-31
Fixed #10513: floatformat now works with floatish things, not just real float...
Jacob Kaplan-Moss
2008-11-08
Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...
Karen Tracey
2008-08-26
Cleaned up some tests I broke as a result of the escapejs changes in [8577].
Malcolm Tredinnick
2008-08-25
Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...
Russell Keith-Magee
2008-08-23
Reverted [8481] and [8482] while we work out what is going on with #8453 and ...
Russell Keith-Magee
2008-08-23
Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...
Russell Keith-Magee
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-06-26
Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li...
Adrian Holovaty
2008-06-19
Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f...
Russell Keith-Magee
2008-06-06
Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...
Russell Keith-Magee
2007-12-04
Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...
Jacob Kaplan-Moss
2007-11-29
Fixed #6030 -- More robust error handling for the "float" filter. Thanks,
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-11-04
Added tests for `floatformat` template filter for number with non-zero decima...
Gary Wilson Jr
2007-08-26
Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.
Malcolm Tredinnick
2007-04-04
Made django.utils.html.escape() work with unicode strings (and unicode-like
Malcolm Tredinnick
2007-03-20
Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...
Russell Keith-Magee
2007-02-23
Fixed #343: filters that take strings now handle non-strings correctly. Thank...
Jacob Kaplan-Moss
2007-02-13
Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2007-02-10
Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst
Malcolm Tredinnick
2007-01-03
Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...
Russell Keith-Magee
2006-09-23
Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once
Malcolm Tredinnick
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee