silverstripe-framework/tests/forms
Damian Mooyman 88fdc75456 Merge remote-tracking branch 'composer/3.1' into 3
Conflicts:
	.editorconfig
	docs/en/00_Getting_Started/00_Server_Requirements.md
	docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Windows_IIS7.md
	docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Windows_Platform_Installer.md
	docs/en/00_Getting_Started/04_Directory_Structure.md
	docs/en/00_Getting_Started/index.md
	docs/en/01_Tutorials/01_Building_A_Basic_Site.md
	docs/en/01_Tutorials/02_Extending_A_Basic_Site.md
	docs/en/01_Tutorials/03_Forms.md
	docs/en/01_Tutorials/04_Site_Search.md
	docs/en/01_Tutorials/05_Dataobject_Relationship_Management.md
	docs/en/01_Tutorials/index.md
	docs/en/02_Developer_Guides/00_Model/01_Data_Model_and_ORM.md
	docs/en/02_Developer_Guides/00_Model/11_Scaffolding.md
	docs/en/02_Developer_Guides/01_Templates/06_Themes.md
	docs/en/02_Developer_Guides/03_Forms/How_Tos/Simple_Contact_Form.md
	docs/en/02_Developer_Guides/05_Extending/05_Injector.md
	docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md
	docs/en/02_Developer_Guides/10_Email/index.md
	docs/en/02_Developer_Guides/11_Integration/01_RestfulService.md
	docs/en/02_Developer_Guides/12_Search/01_Searchcontext.md
	docs/en/02_Developer_Guides/14_Files/index.md
	docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/03_CMS_Layout.md
	docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/06_Javascript_Development.md
	docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_CMS_Tree.md
	docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Customise_Site_Reports.md
	docs/en/02_Developer_Guides/18_Cookies_And_Sessions/01_Cookies.md
	docs/en/04_Changelogs/3.1.9.md
	docs/en/05_Contributing/00_Issues_and_Bugs.md
	docs/en/05_Contributing/02_Release_Process.md
	docs/en/05_Contributing/03_Documentation.md
	filesystem/File.php
	filesystem/GD.php
	model/DataDifferencer.php
	model/Versioned.php
	security/BasicAuth.php
	security/Member.php
	tests/filesystem/FileTest.php
	tests/forms/uploadfield/UploadFieldTest.php
	tests/model/VersionedTest.php
	tests/security/BasicAuthTest.php
2015-01-15 18:52:46 +13:00
..
gridfield Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
images This is a fixed version for RegenerateCachedImagesTask (former FlushGeneratedImagesTask) such that it regenerates images instead of silently removing them and breaking existing pages 2013-04-06 15:56:27 +02:00
uploadfield Merge remote-tracking branch 'composer/3.1' into 3 2015-01-15 18:52:46 +13:00
CheckboxFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CheckboxSetFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CheckboxSetFieldTest.yml FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CompositeFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ConfirmedPasswordFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CurrencyFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
DateFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DatefieldViewJQueryTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DatetimeFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DropdownFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
EmailFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
EnumFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FieldListTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FileFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormActionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
FormScaffolderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormScaffolderTest.yml FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00
FormTest.php Resolve merge regressions 2014-11-19 11:05:07 +13:00
FormTest.yml BUGFIX Adjusted FormTest->testLoadDataFromObject() to new assumptions about changed behaviour on loadDataFrom() from $loadBlanks to $clearMissingFields - which means that form fields are cleared regardless if they have blank values in the passed object or not 2008-10-09 14:40:13 +00:00
GridFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HtmlEditorConfigTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HtmlEditorFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HtmlEditorFieldTest.yml This is a fixed version for RegenerateCachedImagesTask (former FlushGeneratedImagesTask) such that it regenerates images instead of silently removing them and breaking existing pages 2013-04-06 15:56:27 +02:00
HtmlEditorSanitiserTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ListboxFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ListboxFieldTest.yml ENHANCEMENT Relationship saving in ListboxField (preparing for chosen.js usage), escaping commas in payload when serialising multiple values into a single field 2012-03-05 10:55:09 +01:00
LookupFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LookupFieldTest.yml BUGFIX Added support for array values in LookupField, to ensure it works correctly when used as a readonly representation of ListboxField (AIR-39) 2011-10-07 14:12:49 +02:00
MemberDatetimeOptionsetFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
MemberDatetimeOptionsetFieldTest.yml ENHANCEMENT #5352 Decouple date display from i18n locales, users now have access to change their date and time formats in Member::getCMSFields() using Member_DatetimeOptionsetField field (from r107326) 2010-10-15 03:23:02 +00:00
MoneyFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NullableFieldTests.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NumericFieldTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
OptionsetFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequiredFieldsTest.php removeRequiredField() limits field (fixes #2165) 2013-09-27 19:58:59 +02:00
RequirementsTest_a.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_a.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_b.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_b.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_c.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_c.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_print_a.css API Add possibility to combine media-targeting stylesheets. 2013-02-13 11:04:05 +13:00
RequirementsTest_print_b.css API Add possibility to combine media-targeting stylesheets. 2013-02-13 11:04:05 +13:00
RequirementsTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
SelectionGroupTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TextareaFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TimeFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00