silverstripe-framework/forms
Damian Mooyman 0b1f297873 Merge remote-tracking branch 'origin/3.1'
Conflicts:
	.travis.yml
	README.md
	admin/code/LeftAndMain.php
	admin/css/screen.css
	admin/scss/screen.scss
	api/RestfulService.php
	conf/ConfigureFromEnv.php
	control/injector/ServiceConfigurationLocator.php
	control/injector/SilverStripeServiceConfigurationLocator.php
	core/ClassInfo.php
	core/Object.php
	css/AssetUploadField.css
	css/ComplexTableField_popup.css
	dev/CSSContentParser.php
	dev/DevelopmentAdmin.php
	docs/en/changelogs/index.md
	docs/en/misc/contributing/code.md
	docs/en/reference/execution-pipeline.md
	filesystem/GD.php
	filesystem/ImagickBackend.php
	filesystem/Upload.php
	forms/Form.php
	forms/FormField.php
	forms/HtmlEditorConfig.php
	forms/gridfield/GridFieldDetailForm.php
	forms/gridfield/GridFieldSortableHeader.php
	lang/en.yml
	model/Aggregate.php
	model/DataList.php
	model/DataObject.php
	model/DataQuery.php
	model/Image.php
	model/MySQLDatabase.php
	model/SQLQuery.php
	model/fieldtypes/HTMLText.php
	model/fieldtypes/Text.php
	scss/AssetUploadField.scss
	search/filters/SearchFilter.php
	security/Authenticator.php
	security/LoginForm.php
	security/Member.php
	security/MemberAuthenticator.php
	security/MemberLoginForm.php
	security/Security.php
	tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
	tests/control/HTTPTest.php
	tests/control/RequestHandlingTest.php
	tests/filesystem/UploadTest.php
	tests/forms/FormTest.php
	tests/forms/NumericFieldTest.php
	tests/model/DataListTest.php
	tests/model/DataObjectTest.php
	tests/model/TextTest.php
	tests/security/MemberAuthenticatorTest.php
	tests/security/SecurityDefaultAdminTest.php
	tests/view/SSViewerCacheBlockTest.php
	tests/view/SSViewerTest.php
2014-11-18 12:45:54 +13:00
..
gridfield Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
CheckboxField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CheckboxSetField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CompositeField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ConfirmedPasswordField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CountryDropdownField.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
CreditCardField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CurrencyField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
DatalessField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DateField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
DatetimeField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
DisabledTransformation.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DropdownField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
EmailField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
FieldGroup.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FieldList.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FileField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
Form.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
FormAction.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
FormScaffolder.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormTemplateHelper.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupedDropdownField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HeaderField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HiddenField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
HtmlEditorConfig.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
HtmlEditorField.php Move the link-tracking into the cms to remove the SiteTree dependency. 2014-08-14 10:13:14 +12:00
HtmlEditorSanitiser.php Rewrote usages of error suppression operator 2014-03-05 15:48:55 +13:00
InlineFormAction.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LabelField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ListboxField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
LiteralField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LookupField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
MemberDatetimeOptionsetField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
MoneyField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
NestedForm.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NullableField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
NumericField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
OptionsetField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
PasswordField.php Removing deprecated class/functions marked for deprecation in 3.0/3.1 2014-08-25 12:06:05 +12:00
PhoneNumberField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
PrintableTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ReadonlyField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ReadonlyTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequiredFields.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ResetFormAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
SelectionGroup.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Tab.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TabSet.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TabularStyle.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TextareaField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TextField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TimeField.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ToggleCompositeField.php Removed deprecated ToggleCompositeField::startClosed() 2012-11-15 14:43:21 +13:00
TreeDropdownField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TreeMultiselectField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
UploadField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
Validator.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00