silverstripe-framework/tests/fieldtypes
2011-03-30 18:12:31 +13:00
..
CurrencyTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
DateTest.php BUGFIX Fixed DateTest timestamp->date testing - was assuming a NZ timezone environment setting, hence failing in other timezones 2009-04-02 17:16:34 +00:00
DBFieldTest.php BUGFIX #5316 Float and Double should never try to save NULL as the "null" value (from r102460) 2010-10-13 01:43:58 +00:00
DecimalTest.php MINOR Added DecimalTest (merged from 2.4) 2010-04-13 02:10:13 +00:00
DecimalTest.yml MINOR Added DecimalTest (merged from 2.4) 2010-04-13 02:10:13 +00:00
HTMLTextTest.php BUGFIX: HTMLText.Summary() will return nothing if there's an image at the beginning. Regex to strip out the image and unit tests (fixes #6436, thanks webbower) 2011-03-30 18:12:31 +13:00
LabelFieldTest.php BUGFIX: removed name attribute from label fields since this is invalid html. Ticket: #4887. PATCH via tobych (from r97013) 2010-04-12 03:31:02 +00:00
PercentageTest.php MINOR Added basic tests for Percentage 2009-02-05 02:33:00 +00:00
TextTest.php ENHANCEMENT #5055 Convert unpredictability and replacing inconsistent conversion. Use htmlspecialchars() and html_entity_decode() wherever possible which are faster than str_replace() 2010-12-16 22:55:17 +00:00