silverstripe-framework/tests/forms
2008-09-27 16:02:38 +00:00
..
a.css FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
a.js FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
b.css FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
b.js FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
c.css FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
c.js FEATURE Added Requirements::combine_files() to reduce HTTP requests by concatenating javascript and css files. Uses JSMin library to further minify the payload by default. 2008-07-17 23:32:31 +00:00
CheckboxSetFieldTest.php Removed error when saving checkboxsetfield with no values. 2008-08-13 23:56:27 +00:00
FieldSetTest.php BUGFIX: Allow creation of a tab and a field of the same name; bug cause by the duplicate field merging code introduced recently. 2008-09-12 04:42:24 +00:00
FormTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequirementsTest.php ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH 2008-09-27 16:02:38 +00:00
TableFieldTest.php Fixed saving of TableField and added tests 2008-08-22 03:33:43 +00:00
TableFieldTest.yml Fixed saving of TableField and added tests 2008-08-22 03:33:43 +00:00
TableListFieldTest.php BUGFIX: Fixed bug with unpaginated TableListFields. Added tests for TableListField pagination 2008-08-13 01:39:46 +00:00
TableListFieldTest.yml BUGFIX: Fixed bug with unpaginated TableListFields. Added tests for TableListField pagination 2008-08-13 01:39:46 +00:00