silverstripe-framework/forms
Sean Harvey 60f237092a BUGFIX #6299 TableListField::Link() includes $action value twice (thanks ajshort!) (from r115379)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115380 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-01-10 03:46:28 +00: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 (from r107054) 2010-10-15 03:07:54 +00:00
CheckboxField.php BUGFIX Allowing $extraClass on CheckboxField FieldHolder (fixes #5939, thanks mobiusnz) (from r110808) 2010-10-19 01:33:08 +00:00
CheckboxSetField.php MINOR Fixed documentation in CheckboxSetField (fixes #6068, thanks paradigmincarnate) (from r111788) 2010-10-19 04:53:24 +00:00
ComplexTableField.php BUGFIX Fixed ComplexTableField and TableListField GET actions against CSRF attacks (with Form_SecurityToken->checkRequest()) (from r113276) 2010-12-05 08:26:03 +00: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 Changed paths to moved thirdparty dependencies (mostly from /jsparty to /sapphire/thirdparty, /cms/javascript and /sapphire/javascript) 2009-11-21 02:29:59 +00:00
CountryDropdownField.php BUGFIX: fixed accessing private variable from Geoip. ENHANCEMENT: added Geoip::get_default_country_code(). Fixes #6315 2011-01-09 05:55:17 +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) (from r108422) 2010-10-19 00:32:18 +00:00
CustomRequiredFields.php BUGFIX Validator/RequiredFields should not regard "0" as an empty value (from r108512) 2010-10-19 00:43:38 +00:00
DatalessField.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
DateField.php FEATURE: added ability to define a default configuration set for date field. PATCH via gigtech. Fixes (#6131). 2010-12-11 02:26:59 +00:00
DatetimeField.php BUGFIX Respecting field specific locale settings in DatetimeField and DateField when validating and saving values (fixes #5931, thanks Tjofras) (from r110889) 2010-10-19 03:01:03 +00: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 (from r108375) 2010-10-18 22:50:48 +00:00
EmailField.php BUGFIX RFC 2822 compliant validation of email adresses in EmailField->jsValidation() and EmailField->validate() (fixes #6067, thanks paradigmincarnate) (from r111841) 2010-10-19 04:57:52 +00:00
FieldGroup.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
FieldSet.php ENHANCEMENT #6228 FieldSet::addFieldsToTab() now allows inserting before a field name for consistency with addFieldToTab() 2010-12-11 02:31:49 +00:00
FileField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
FileIFrameField.php ENHANCEMENT: user-friendly error now present for unwanted upload file types 2010-11-24 06:23:47 +00:00
Form.php BUGFIX Checking for existence of FormAction in Form->httpSubmission() to avoid bypassing $allowed_actions definitions in controllers containing this form 2010-12-20 00:00:38 +00:00
FormAction.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
FormField.php MINOR Documentation (from r104404) 2010-10-15 00:04:14 +00:00
FormScaffolder.php BUGFIX: column and table names now quoted properly (from r100998) 2010-10-04 04:30:39 +00: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 (from r107725) 2010-10-15 03:55:22 +00:00
HasManyComplexTableField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
HasOneComplexTableField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00: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 2010-04-23 00:11:41 +00:00
HtmlEditorField.php BUGFIX Don't call LinkTracking/ImageTracking relationships in HTMLEditorField->saveInto() unless we have internal links/files to save. This helps to improve CMS saving times on records with many HTMLEditorField instances 2010-11-24 06:23:51 +00:00
ImageField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
ImageFormAction.php MINOR Using jquery.live instead of livequery on ImageFormAction.js (from r100886) 2010-10-04 04:14:55 +00:00
InlineFormAction.php Merged from branches/2.3 2009-04-28 23:52:15 +00:00
LabelField.php MINOR Using Convert::raw2xml() in LabelField->Field() (fixes #6267, thanks odraska) 2010-12-16 08:12:21 +00: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 (from r108375) 2010-10-18 22:50:48 +00:00
LiteralField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
LookupField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
ManyManyComplexTableField.php BUGFIX Fixed quoting and GROUP BY statement in ManyManyComplexTableField->getQuery() for Postgres compatibility (from r111202) 2010-10-19 03:48:57 +00:00
MoneyField.php MINOR Documentation for MoneyField 2010-11-13 02:05:34 +00:00
NestedForm.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
NullableField.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
NumericField.php BUGFIX NumericField javascript does not accept negatives, make use of isNaN built-in javascript function instead of custom regex (from r108633) 2010-10-19 00:47:43 +00:00
OptionsetField.php MINOR Cross-referencing some documentation (from r108375) 2010-10-18 22:50:48 +00: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 Better checking of file validity (#6093) Thanks Pigeon (from r113419) 2010-12-05 08:34:42 +00: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 (from r100486) 2010-05-25 03:54:48 +00: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 BUGFIX: Included jQuery in SelectionGroup->FieldHolder(), and used new jQuery.live syntax. 2009-12-13 05:22:31 +00:00
SimpleImageField.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
Tab.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
TableField.php BUGFIX Removing overloaded TableField->sourceItems() method, which enables features of the underlying TableListField implementation, such as pagination and source item caching (fixed #5965, thanks martijn) (from r111492) 2010-10-19 03:56:23 +00:00
TableListField.php BUGFIX #6299 TableListField::Link() includes $action value twice (thanks ajshort!) (from r115379) 2011-01-10 03:46:28 +00:00
TabSet.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00: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 (from r107725) 2010-10-15 03:55:22 +00:00
TextField.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2010-04-14 04:38:40 +00:00
TimeField.php ENHANCEMENT Added class to time icon in TimeField so it can be styled (from r107810) 2010-10-18 22:25:59 +00:00
ToggleCompositeField.php MINOR Changed paths to moved thirdparty dependencies (mostly from /jsparty to /sapphire/thirdparty, /cms/javascript and /sapphire/javascript) 2009-11-21 02:29:59 +00:00
ToggleField.php MINOR Changed paths to moved thirdparty dependencies (mostly from /jsparty to /sapphire/thirdparty, /cms/javascript and /sapphire/javascript) 2009-11-21 02:29:59 +00:00
TreeDropdownField.php MINOR Cross-referencing some documentation (from r108375) 2010-10-18 22:50:48 +00:00
TreeMultiselectField.php MINOR Cross-referencing some documentation (from r108375) 2010-10-18 22:50:48 +00:00
TreeSelectorField.php ENHANCEMENT Triggering jQuery events in TreeSelectorField.js in preparation to switching the tree logic to jQuery. This prevents developers from using the soon-to-be-deprecated Observable prototype 2009-11-21 02:31:47 +00:00
UniqueRestrictedTextField.php MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now (from r100486) 2010-05-25 03:54:48 +00:00
UniqueTextField.php ENHANCEMENT Removed UniqueField.js dependency to CMS-related statusMessage() javascript class, and using jQuery even triggers instead 2009-11-21 02:31:44 +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 (from r109155) 2010-10-19 01:20:38 +00:00