summaryrefslogtreecommitdiff
path: root/modules/filter/filter.test
Commit message (Collapse)AuthorAge
* Issue #2392109 by jacob.embree, sumitmadan, ByronNorris, dcmul, ckaotik, ↵David Rothstein2015-10-12
| | | | jhedstrom: Filter: Allow plus sign in email addresses
* Issue #1647440 by chrisrockwell, Dave Reid, greggles: Fix PHP notice if ↵David Rothstein2015-10-12
| | | | invalid format ID requested at filter/tips/format-id
* Issue #2511306 by ElusiveMind, JeroenT, leolando.tan, cilefen, charginghawk: ↵David Rothstein2015-10-11
| | | | Error: Call to a member function getElementsByTagName() in filter.module when filter_dom_serialize() is passed an empty document.
* Issue #2315255 by Dave Reid, Devin Carlson: Allow custom HTML tags with a ↵David Rothstein2015-05-04
| | | | dash in the name to pass through filter_xss() when specified in the list of allowed tags
* Issue #779374 by helmo, joshi.rohit100, meba, sun | coltrane: Fixed XSS via ↵David Rothstein2014-11-04
| | | | text format names.
* Issue #1797272 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-04-26
| | | | in filter module
* Issue #1347914 by Albert Volkman, Lars Toomre, batigolix, NROTC_Webmaster, ↵Jennifer Hodgdon2013-03-04
| | | | xjm, sven.lauer: Fix up API docs for Filter module
* Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 ↵David Rothstein2012-06-04
| | | | instead of user role constants.
* Issue #1558468 by Berdir, tim.plunkett: SA-CORE-2012-002 - Denial of Service ↵David Rothstein2012-06-03
| | | | (followup for D7 test coverage).
* Issue #312458 by rdickert, Heine, sun: Fixed HTML filter is not run first by ↵webchick2012-04-30
| | | | default, despite default weight.
* Issue #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation.webchick2012-04-28
|
* Issue #998590 by das-peter: Fixed Prevent double CDATA section escaping in ↵webchick2012-02-29
| | | | filter_dom_serialize_escape_cdata_element() to avoid warnings.
* Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.webchick2011-07-18
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1063178 by Haza: line break filter will ignore everything following ↵Dries Buytaert2011-02-19
| | | | a <pre>xxx</pre>.
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #1015012 by sun: Fix URL filter so that it recognizes valid URLs with # in ↵Angie Byron2011-01-14
| | | | them, e.g. twitter.
* #977596 by Stevel, sun, dalin, David_Rothstein: Fixed Text format loses ↵Angie Byron2010-12-01
| | | | weight and status when saving settings
* #947844 by sun: Clean up filter-related tests that load text formats by ↵Angie Byron2010-11-29
| | | | their human-readable name.
* #949872 by alex_b, jhodgdon, sun: Fixed filter format assertion randomly ↵Angie Byron2010-10-23
| | | | failing.
* #934050 follow-up by David_Rothstein, alex_b, sun: Tighten up security, add ↵Angie Byron2010-10-22
| | | | tests.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #914458 by Damien Tournoud, chx: remove the format delete ↵Dries Buytaert2010-09-18
| | | | reassignment 'feature'.
* - Patch #559584 by tic2000, sun: filter_xss() and Line break filter break ↵Dries Buytaert2010-09-04
| | | | HTML comments. Also added tests.
* - Patch #877050 by David Stosik, sun: URL filter does not convert a link ↵Dries Buytaert2010-09-02
| | | | inside a div.
* - Patch #161217 by sun, hingo: URL filter fixes and tests.Dries Buytaert2010-09-02
|
* - Patch #358437 by David_Rothstein, Berdir, sun: filter system security ↵Dries Buytaert2010-08-22
| | | | fixes from SA-2008-073 not applied to Drupal 7.x.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty ↵Dries Buytaert2010-07-01
| | | | style/on* attributes at end of opening tag.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #784790 by sun: URL filter incorrectly repeats URL in link title ↵Dries Buytaert2010-05-26
| | | | attribute.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #91663 by sun, Berdir, swentel, blackdog, chx: permission of text ↵Dries Buytaert2010-04-10
| | | | format is not checked when editing an entity and instead reset to something a user can use.
* - Patch #721536 by JacobSingh, jpmckinney, Damien Tournoud, David_Rothstein: ↵Dries Buytaert2010-04-10
| | | | HTML corrector filter has problems with unescaped CDATA and incorrectly closed tags.
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* - Patch #679530 by sun, David_Rothstein: administer filters permission ↵Dries Buytaert2010-03-06
| | | | should not affect text format widget.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #679530 by sun: administer filters permission should not affect text ↵Dries Buytaert2010-03-05
| | | | format widget.
* - Patch #721536 by JacobSingh: fixed inline Javascript not working due to ↵Dries Buytaert2010-02-25
| | | | unescaped CDATA element created by saveXML().
* - Patch #674626 by asimmonds: fixed text format filter list not being ↵Dries Buytaert2010-02-05
| | | | ordered correctly.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* - Patch #653864 by sun: fixed bugs in filter administration and tableDrag.Dries Buytaert2009-12-08
|
* - Patch #626024 by sun, catch: fixed filter_list_format() hits database too ↵Dries Buytaert2009-12-03
| | | | often / filter_format_save() doesn't save all filters.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|