Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/filter_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25441 -- Added support for negative filesize to ↵Sambhav Satija2015-10-271-0/+4
| | | | | | filesizeformat template filter. Thanks Andrey Yakovlev for the initial patch.
* Refs #23269 -- Removed the removetags template tag and ↵Tim Graham2015-09-241-49/+0
| | | | related functions per deprecation timeline.
* Refs #23261 -- Removed old style list syntax for ↵Tim Graham2015-09-241-56/+1
| | | | | | unordered_list filter Per deprecation timeline.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-127-15/+38
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-12/+12
|
* Fixed #25031 -- Fixed a regression in the unordered_list ↵Noam2015-06-271-0/+7
| | | | template filter.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-7/+7
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24471 -- Enhanced urlize regex to exclude quotes ↵Tim Graham2015-03-111-0/+20
| | | | and angle brackets.
* Fixed escaping regression in urlize filter.Tim Graham2015-03-102-10/+10
| | | | | Now that the URL is always unescaped as of refs #22267, we should re-escape it before inserting it into the anchor.
* Fixed #24464 -- Made built-in HTML template filter ↵Erik Romijn2015-03-097-9/+128
| | | | | | | | | | functions escape their input by default. This may cause some backwards compatibility issues, but may also resolve security issues in third party projects that fail to heed warnings in our documentation. Thanks Markus Holtermann for help with tests and docs.
* Fixed urlize regression with entities in query stringsClaude Paroz2015-03-061-0/+8
| | | | | | Refs #22267. Thanks Shai Berger for spotting the issue and Tim Graham for the initial patch.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-5/+5
|
* Applied ignore_warnings to Django testsClaude Paroz2014-12-302-76/+54
|
* Isolated template tests from Django settings.Aymeric Augustin2014-12-2848-257/+257
|
* Fixed #16028 -- Moved defaultfilters tests into ↵Preston Timmons2014-12-1651-0/+1292
| | | | template_tests.
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-0650-0/+1646