silverstripe-framework/tests/forms
Firesphere af7afbe918 IMPROVEMENT/FEATURE Forcefully write javascripts to the end of the HTML if wanted.
It's defaulted to false. But when set to true, the JS is written to the end of the HTML, even though there are earlier scripts.
This results in faster page-loading if the JS isn't needed earlier-on.
2013-12-14 14:04:03 +01:00
..
gridfield BUG Fixes #2682 - Regression in #2595 causing gridfield headers to break on summary_fields containing field methods 2013-11-27 18:43:27 +13:00
uploadfield
CheckboxFieldTest.php
CheckboxSetFieldTest.php Adding test for CheckboxSetField saving into a text DB field. 2013-11-29 11:38:07 +13:00
CheckboxSetFieldTest.yml
CompositeFieldTest.php
ConfirmedPasswordFieldTest.php
CurrencyFieldTest.php
DateFieldTest.php
DatefieldViewJQueryTest.php
DatetimeFieldTest.php
DropdownFieldTest.php
EmailFieldTest.php
FieldListTest.php BUG Fixes serious issue with FieldList::addFieldsToTab failing to accept multiple field groups. 2013-10-17 15:38:22 +13:00
FileFieldTest.php
FormActionTest.php
FormFieldTest.php
FormScaffolderTest.php
FormScaffolderTest.yml
FormTest.php
FormTest.yml
GridFieldTest.php
HtmlEditorConfigTest.php
HtmlEditorFieldTest.php
HtmlEditorFieldTest.yml
HtmlEditorSanitiserTest.php
ListboxFieldTest.php
ListboxFieldTest.yml
LookupFieldTest.php Fix test relying on specific member title format. 2013-10-02 15:16:33 +10:00
LookupFieldTest.yml
MemberDatetimeOptionsetFieldTest.php
MemberDatetimeOptionsetFieldTest.yml
MoneyFieldTest.php
NullableFieldTests.php
NumericFieldTest.php
OptionsetFieldTest.php
RequiredFieldsTest.php removeRequiredField() limits field (fixes #2165) 2013-09-27 19:58:59 +02:00
RequirementsTest_a.css
RequirementsTest_a.js
RequirementsTest_b.css
RequirementsTest_b.js
RequirementsTest_c.css
RequirementsTest_c.js
RequirementsTest_print_a.css
RequirementsTest_print_b.css
RequirementsTest.php IMPROVEMENT/FEATURE Forcefully write javascripts to the end of the HTML if wanted. 2013-12-14 14:04:03 +01:00
SelectionGroupTest.php
TextareaFieldTest.php
TimeFieldTest.php