silverstripe-framework/tests/forms
Damian Mooyman e6b877df27 Merge remote-tracking branch 'origin/3'
# Conflicts:
#	control/Director.php
#	control/HTTP.php
#	core/startup/ParameterConfirmationToken.php
#	docs/en/00_Getting_Started/01_Installation/05_Common_Problems.md
#	docs/en/00_Getting_Started/04_Directory_Structure.md
#	docs/en/00_Getting_Started/05_Coding_Conventions.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/02_Developer_Guides/12_Search/01_Searchcontext.md
#	docs/en/02_Developer_Guides/13_i18n/index.md
#	docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/06_Javascript_Development.md
#	docs/en/03_Upgrading/index.md
#	docs/en/changelogs/index.md
#	docs/en/howto/customize-cms-menu.md
#	docs/en/howto/navigation-menu.md
#	docs/en/index.md
#	docs/en/installation/index.md
#	docs/en/installation/windows-manual-iis-6.md
#	docs/en/misc/contributing/code.md
#	docs/en/misc/contributing/issues.md
#	docs/en/misc/module-release-process.md
#	docs/en/reference/dataobject.md
#	docs/en/reference/execution-pipeline.md
#	docs/en/reference/grid-field.md
#	docs/en/reference/modeladmin.md
#	docs/en/reference/rssfeed.md
#	docs/en/reference/templates.md
#	docs/en/topics/commandline.md
#	docs/en/topics/debugging.md
#	docs/en/topics/email.md
#	docs/en/topics/forms.md
#	docs/en/topics/index.md
#	docs/en/topics/module-development.md
#	docs/en/topics/modules.md
#	docs/en/topics/page-type-templates.md
#	docs/en/topics/page-types.md
#	docs/en/topics/search.md
#	docs/en/topics/testing/index.md
#	docs/en/topics/testing/testing-guide-troubleshooting.md
#	docs/en/topics/theme-development.md
#	docs/en/tutorials/1-building-a-basic-site.md
#	docs/en/tutorials/2-extending-a-basic-site.md
#	docs/en/tutorials/3-forms.md
#	docs/en/tutorials/4-site-search.md
#	docs/en/tutorials/5-dataobject-relationship-management.md
#	docs/en/tutorials/building-a-basic-site.md
#	docs/en/tutorials/dataobject-relationship-management.md
#	docs/en/tutorials/extending-a-basic-site.md
#	docs/en/tutorials/forms.md
#	docs/en/tutorials/index.md
#	docs/en/tutorials/site-search.md
#	main.php
#	model/SQLQuery.php
#	security/ChangePasswordForm.php
#	security/MemberLoginForm.php
#	tests/control/ControllerTest.php
#	tests/core/startup/ParameterConfirmationTokenTest.php
#	tests/model/SQLQueryTest.php
#	tests/security/SecurityTest.php
#	tests/view/SSViewerTest.php
#	view/SSTemplateParser.php
#	view/SSTemplateParser.php.inc
#	view/SSViewer.php
2016-01-20 13:16:27 +13:00
..
gridfield Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
images API Refactor of File / Folder to use DBFile 2015-10-13 11:57:39 +13:00
uploadfield Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +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 MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeFieldTest.php NEW: Implement unshift() in field list classes (closes #4834) 2015-12-14 16:18:57 +00:00
ConfirmedPasswordFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2016-01-19 14:00:19 +13:00
CurrencyFieldTest.php ENHANCEMENT CurrencyField to use Currency.currency_symbol 2015-11-09 19:38:51 -06: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 MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DBFileTest.php API Asset Access Control implementation 2016-01-13 18:18:22 +13:00
DropdownFieldTest.php FIX: DropdownField didn't consider disabled items 2015-05-22 21:14:11 +01:00
EmailFieldTest.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:08 +12:00
EnumFieldTest.php Allow multi-line enum declarations 2015-10-15 16:23:19 +01:00
FieldGroupTest.php FIX: Hidden errors for composite fields nested inside FieldGroups (fixes #4773) 2015-11-17 16:34:17 +00:00
FieldListTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13: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 MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FormScaffolderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormScaffolderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FormTest.php Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
FormTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GridFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupedDropdownFieldTest.php FIX: DropdownField didn't consider disabled items 2015-05-22 21:14:11 +01:00
HtmlEditorConfigTest.php API Generated files API 2015-10-23 10:07:48 +13:00
HtmlEditorFieldTest.php Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
HtmlEditorFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
HtmlEditorSanitiserTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
InlineFormActionTest.php BUG Fix broken InlineFormAction 2015-10-29 10:48:49 +13:00
ListboxFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ListboxFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LookupFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LookupFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberDatetimeOptionsetFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
MemberDatetimeOptionsetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MoneyFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
NullableFieldTests.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NumericFieldTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
OptionsetFieldTest.php FIX: Allow omitting a value for OptionsetField submissions (fixes #4824) 2015-12-14 16:50:22 +00:00
RequiredFieldsTest.php removeRequiredField() limits field (fixes #2165) 2013-09-27 19:58:59 +02:00
RequirementsTest_a.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_a.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_b.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_b.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_c.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_c.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13: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' 2016-01-20 13:16:27 +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
TextFieldTest.php Implement validate() method for TextField to validate max length (closes #4073) 2015-05-19 09:36:51 +01:00
TimeFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-06-19 10:48:07 +12:00
TreeDropdownFieldTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
TreeDropdownFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00