silverstripe-framework/tests
Ingo Schommer 1661213e5b FIX Opt-out pf form message escaping (fixes #2796)
This fixes a limitation introduced through http://www.silverstripe.org/ss-2013-008-xss-in-numericfield-validation/.
Form messages used to accept HTML, now they’re escaped by default, effectively removing the ability
to pass in HTML and take care of escaping manually.

We pass through HTML to message in core through the CTF system, so this needs to be fixed.
It’s an alternative fix to https://github.com/silverstripe/silverstripe-framework/pull/2803.
2014-08-22 16:59:34 +12:00
..
api SimpleXML string casting in tests for older PHPUnit 2012-12-17 15:52:01 +01:00
behat Check for jQuery in Behat tests 2013-09-30 23:36:46 +02:00
cache Increased CacheTest time delay, avoid flickering tests 2013-10-02 12:13:22 +02:00
control Docs / Tests for Director::absoluteURL 2014-04-08 09:16:48 +12:00
core BUG Fixed cross-platform issues with test cases and file utilities 2013-10-04 13:54:33 +13:00
dev Added test cases for exception error logging 2013-01-24 09:36:42 +01:00
filesystem FIX Folder Title not being exactly the same as Name field 2014-05-05 14:39:45 +12:00
forms FIX Opt-out pf form message escaping (fixes #2796) 2014-08-22 16:59:34 +12:00
i18n BUG Fixed cross-platform issues with test cases and file utilities 2013-10-04 13:54:33 +13:00
injector FIX issue with Injector::create not passing args 2013-02-15 10:24:47 +11:00
integration BUG Fixing regression in 26d70d6fca with formatted output in SS_HTMLValue 2012-10-16 11:59:30 +13:00
javascript Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
model Removed use of assertCount() from this test as it causes infinite loops on Travis. 2014-02-14 16:39:36 +13:00
oembed FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
parsers FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
phpcs Add code-sniffs other than line length to scrutinizer 2013-05-23 10:39:01 +12:00
search Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
security FIX Opt-out pf form message escaping (fixes #2796) 2014-08-22 16:59:34 +12:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates BUG Only include processed requirements at the top level. (Fixes #7847) 2012-11-04 17:54:09 +13:00
testing NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
view BUG Fix issue with versioned dataobjects being cached between stages 2014-03-27 13:17:29 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Setting SapphireTest::is_running_test() in PHPUnit bootstrap 2013-01-09 23:31:10 +01:00
FakeController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
phpcs_runner.php Only have Scrutinizer check PHP files 2013-08-21 21:02:12 +12:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00