silverstripe-framework/forms
Ingo Schommer 31e9726ace BUGFIX Enforcing canEdit() checks in ComplexTableField_Popup - making form readonly if the current user can't edit
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@110857 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:50 +13:00
..
AjaxUniqueTextField.php Merged from branches/2.3 2009-03-10 22:08:52 +00:00
AutocompleteTextField.php API CHANGE Deprecated AutocompleteTextField, use third-party solutions 2011-02-02 14:19:33 +13:00
CheckboxField.php BUGFIX Allowing $extraClass on CheckboxField FieldHolder (fixes #5939, thanks mobiusnz) 2011-02-02 14:19:49 +13:00
CheckboxSetField.php MINOR Documentation 2011-02-02 14:19:21 +13:00
ComplexTableField.php BUGFIX Enforcing canEdit() checks in ComplexTableField_Popup - making form readonly if the current user can't edit 2011-02-02 14:19:50 +13:00
CompositeField.php BUGFIX Setting brokenOnConstruct to FALSE in CompositeField::__construct() - it skips a constructor, hence breaking request handling (and therefore direct field access through /Form/Field/MyCompositeField/FieldHolder 2009-07-06 21:48:12 +00:00
ConfirmedPasswordField.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and sapphire/javascript 2011-02-02 14:17:52 +13:00
CountryDropdownField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
CreditCardField.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CurrencyField.php BUGFIX CurrencyField doesn't accept negative value (#5769, thanks simon_w) 2011-02-02 14:19:42 +13:00
CustomRequiredFields.php BUGFIX Validator/RequiredFields should not regard "0" as an empty value 2011-02-02 14:19:43 +13:00
DatalessField.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
DateField.php BUGFIX Case insensitive DateField value navigation (fixes #5990, thanks gw0( 2011-02-02 14:19:50 +13:00
DatetimeField.php BUGFIX Added a clearing div after the date and time fields, not the best way of doing it but the only way as the overflow css trick for clearing fields doesn't work with the time dropdown 2011-02-02 14:19:38 +13:00
DisabledTransformation.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
DropdownField.php MINOR Cross-referencing some documentation 2011-02-02 14:19:40 +13:00
EmailField.php MINOR: Correction on email address validator, and a unit test for EmailField php validation 2011-02-02 14:18:57 +13:00
FieldGroup.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
FieldSet.php MINOR Reverted r105264, breaks CompositeFieldTest, FieldSetTest, TranslatableTest 2011-02-02 14:19:27 +13:00
FileField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
FileIFrameField.php MINOR Using Google CDN for jQuery dependencies in FileIFrameField 2011-02-02 14:19:37 +13:00
Form.php MINOR Better error handling in Form::__construct() (fixes #5649) 2011-02-02 14:19:29 +13:00
FormAction.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
FormField.php MINOR Documentation 2011-02-02 14:19:21 +13:00
FormScaffolder.php BUGFIX: column and table names now quoted properly 2011-02-02 14:18:59 +13:00
FormTransformation.php Reverted r78129 2009-06-01 23:09:03 +00:00
GroupedDropdownField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
HasManyComplexTableField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
HasOneComplexTableField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
HeaderField.php BUGFIX Removed 'name' attribute from HeaderField markup - its invalid HTML to put in <h*> elements (#4623) 2009-10-17 00:01:55 +00:00
HiddenField.php MINOR: added $extraClass of a hidden field to its rendered html 2009-06-19 01:36:09 +00:00
HtmlEditorConfig.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
HtmlEditorField.php BUGFIX Removing "typography" class from HTMLEditorField container (should just apply to the contained <iframe>) (fixes #5949) 2011-02-02 14:19:49 +13:00
ImageField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
ImageFormAction.php MINOR Using jquery.live instead of livequery on ImageFormAction.js 2011-02-02 14:18:55 +13:00
InlineFormAction.php Merged from branches/2.3 2009-04-28 23:52:15 +00:00
LabelField.php BUGFIX: removed name attribute from label fields since this is invalid html. Ticket: #4887. PATCH via tobych 2011-02-02 14:18:09 +13:00
LanguageDropdownField.php BUGFIX Filter both 'available' and 'new' languages in LanguageDropdownField for canTranslate() permissions 2009-10-05 20:40:22 +00:00
ListboxField.php MINOR Cross-referencing some documentation 2011-02-02 14:19:40 +13:00
LiteralField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
LookupField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
ManyManyComplexTableField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
MoneyField.php BUGFIX Passing $name in MoneyField->FieldCurrency() (fixes #5982, thanks andersw) 2011-02-02 14:19:49 +13:00
NestedForm.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
NullableField.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
NumericField.php BUGFIX NumericField javascript does not accept negatives, make use of isNaN built-in javascript function instead of custom regex 2011-02-02 14:19:44 +13:00
OptionsetField.php MINOR Cross-referencing some documentation 2011-02-02 14:19:40 +13:00
PasswordField.php Merged from branches/2.3 2009-04-28 23:55:53 +00:00
PhoneNumberField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
PrintableTransformation.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ReadonlyField.php MINOR Documentation 2009-03-10 15:03:34 +00:00
ReadonlyTransformation.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequiredFields.php BUGFIX Fixed boundary PHP notice case in RequiredFields::php() where a field name may not be defined in the $data array when a Form is submitted 2011-02-02 14:19:49 +13:00
ResetFormAction.php Merged from branches/2.3 2009-04-28 23:55:53 +00:00
RestrictedTextField.php MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now 2011-02-02 14:18:46 +13:00
ScaffoldingComplexTableField.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
SelectionGroup.php ENHANCEMENT Using jquery.live instead of livequery for SelectionGroup.js 2011-02-02 14:18:55 +13:00
SimpleImageField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
Tab.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
TableField.php BUGFIX: Fixed reloading of TableFields after ajax save. (http://mingle.silverstripe.com/projects/air_nz_cms_enhancements/cards/154) (from r88921) 2011-02-02 14:18:01 +13:00
TableListField.php MINOR Check in TableListField->HighlightClasses() (fixes #5993, thanks lx) 2011-02-02 14:19:50 +13:00
TabSet.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
TabularStyle.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-06 06:54:59 +00:00
TextareaField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 14:19:38 +13:00
TextField.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2011-02-02 14:18:38 +13:00
TimeField.php ENHANCEMENT Added class to time icon in TimeField so it can be styled 2011-02-02 14:19:38 +13:00
ToggleCompositeField.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and sapphire/javascript 2011-02-02 14:17:52 +13:00
ToggleField.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and sapphire/javascript 2011-02-02 14:17:52 +13:00
TreeDropdownField.php MINOR Cross-referencing some documentation 2011-02-02 14:19:40 +13:00
TreeMultiselectField.php MINOR Cross-referencing some documentation 2011-02-02 14:19:40 +13:00
TreeSelectorField.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and sapphire/javascript 2011-02-02 14:17:52 +13:00
UniqueRestrictedTextField.php MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now 2011-02-02 14:18:46 +13:00
UniqueTextField.php Merged from branches/2.3 2009-03-10 22:08:52 +00:00
Validator.php BUGFIX: Validator::requiredField() should check the required field submitted value is an array before check strlen(). Some fields submitted as an array, e.g. MoneyField 2011-02-02 14:19:46 +13:00