.. |
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
|
MINOR: Made extract() call a little tighter.
|
2009-07-08 23:04:43 +00:00 |
CheckboxSetField.php
|
MINOR Documentation (from r104404)
|
2010-10-15 00:04:14 +00:00 |
ComplexTableField.php
|
BUGFIX Stricter checking that a relation exists on ComplexTableField::saveComplexTableField() (from r106755)
|
2010-10-15 03:03:54 +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
|
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 Fixed CurrencyField->jsValidation() regex escaping (fixes #5462, thanks mobiusnz) (from r103451)
|
2010-10-13 03:53:52 +00:00 |
CustomRequiredFields.php
|
BUGFIX: merge r 85079 from branches/iss to fix Payment Validation of php side when submit a OrderForm
|
2009-08-25 01:51:56 +00:00 |
DatalessField.php
|
MINOR merged branches/2.3 into trunk
|
2008-12-04 22:38:32 +00:00 |
DateField.php
|
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 |
DatetimeField.php
|
FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField)
|
2010-04-14 04:38:40 +00:00 |
DisabledTransformation.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
DropdownField.php
|
ENHANCEMENT: added setDisabled() to set DropdownField::$disabled (from r107086)
|
2010-10-15 03:08:09 +00:00 |
EmailField.php
|
MINOR: Correction on email address validator, and a unit test for EmailField php validation (from r100950)
|
2010-10-04 04:26:12 +00:00 |
FieldGroup.php
|
MINOR #3399: Removed last references to DefaultFieldHolder.
|
2009-06-27 07:00:01 +00:00 |
FieldSet.php
|
MINOR Reverted r105264, breaks CompositeFieldTest, FieldSetTest, TranslatableTest (from r105274)
|
2010-10-15 02:28:12 +00:00 |
FileField.php
|
MINOR Removed <input name="MAX_FILE_SIZE"> from FileField and SimpleImageField, as it's a meaningless clientside setting thats not respected by any browser, nor part of any HTML spec (see http://bugs.php.net/bug.php?id=40387)
|
2010-05-30 22:36:24 +00:00 |
FileIFrameField.php
|
BUGFIX #5099 FileIFrameField fails when using it with a locale different to the default (from r100747)
|
2010-05-25 04:26:47 +00:00 |
Form.php
|
MINOR Better error handling in Form::__construct() (fixes #5649) (from r105912)
|
2010-10-15 02:54:02 +00:00 |
FormAction.php
|
BUGFIX: FormAction input tag attributes were being doubly-escaped. (from r100407)
|
2010-05-25 03:50:37 +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
|
ENHANCEMENT Added DropdownField->setEmptyString() and DropdownField->setHasEmptyDefault() to decrease constructor arguments and allow for modification of behaviour after calling construtor. Added DropdownField->getSource() to dynamically include empty defaults at rendering-time rather than construction time. Adjusted DropdownField subclasses to new behaviour
|
2008-10-15 12:39:09 +00:00 |
HasManyComplexTableField.php
|
Merged from branches/2.3
|
2009-04-29 00:07:39 +00:00 |
HasOneComplexTableField.php
|
Updated SQL queries to be ansi compatable
|
2008-11-23 00:31:06 +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 Added Locale hidden field to HTMLEditorField->LinkForm() in order to show correct context in "page on the site" dropdown (fixes #5743) (from r107390)
|
2010-10-15 03:25:51 +00:00 |
ImageField.php
|
BUGFIX Fixed ImageField->EditFileForm() to list subclasses of Image in tree dropdown (fixes #5708, thanks keeny) (from r106671)
|
2010-10-15 03:02:17 +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
|
BUGFIX: removed name attribute from label fields since this is invalid html. Ticket: #4887. PATCH via tobych (from r97013)
|
2010-04-12 03:31:02 +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 Explicitly set ListboxField::$multiple to be a boolean, added phpDoc to support this
|
2009-06-01 23:37:03 +00:00 |
LiteralField.php
|
ENHANCEMENT: Added LiteralField::setValue() so that so that LiteralField is more compatible with other field types.
|
2009-05-31 11:01:30 +00:00 |
LookupField.php
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
ManyManyComplexTableField.php
|
BUGFIX #5320 ManyManyComplexTableField::getQuery() now uses T-SQL compatible syntax CASE WHEN instead of IF THEN which works in multiple databases as well (from r102436)
|
2010-10-13 01:42:01 +00:00 |
MoneyField.php
|
MINOR Updated r100966 to include spaces on ternary operator for readability and coding conventions (from r100975)
|
2010-10-04 04:27: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 Fixed NumericField->jsValidation(), now accepts negative numbers, making it more like the equivalent phpValidation(), which is using is_numeric() (see #4874, thanks Allisone) (from r97482)
|
2010-04-12 21:19:19 +00:00 |
OptionsetField.php
|
MINOR Fixed OptionsetField->disabledItems omission from r99596
|
2010-02-23 04:48:56 +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
|
MINOR: Provide a default message for FIELDISREQUIRED (from r106568)
|
2010-10-15 03:01: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 Removed <input name="MAX_FILE_SIZE"> from FileField and SimpleImageField, as it's a meaningless clientside setting thats not respected by any browser, nor part of any HTML spec (see http://bugs.php.net/bug.php?id=40387)
|
2010-05-30 22:36:24 +00:00 |
Tab.php
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
TableField.php
|
BUGFIX: Fixed reloading of TableFields after ajax save. (http://mingle.silverstripe.com/projects/air_nz_cms_enhancements/cards/154) (from r88921) (from r96427)
|
2010-04-12 01:35:47 +00:00 |
TableListField.php
|
BUGFIX: Reverted 107414, wrong patch (from r107417)
|
2010-10-15 03:43:47 +00:00 |
TabSet.php
|
MINOR Upgraded jQuery.entwine (formerly known as jQuery.concrete) to the latest trunk
|
2010-04-13 05:45:29 +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
|
ENHANCEMENT: added setRows() and setColumns() to customize the size of the textarea field outside of the controller (from r106118)
|
2010-10-15 02:56:36 +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 #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 |
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 Database quoting in TreeDropdownField (fixes #5484) (from r103515)
|
2010-10-13 03:56:48 +00:00 |
TreeMultiselectField.php
|
BUGFIX get TreeMultiselectField working with an array of items, rather than a relation. (from r100525)
|
2010-05-25 04:14:51 +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
|
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 |