..
AjaxUniqueTextField.php
BUGFIX Switching all ajax implementations to consistently use jQuery.ajax instead of Prototype's Ajax.Request() (AjaxUniqueTextField, InlineFormAction, TableField, TableListField, TreeSelectorField)
2011-03-22 17:59:36 +13: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
ENHANCEMENT: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM.
2011-05-01 15:25:45 +12:00
ComplexTableField.php
ENHANCEMENT: Refactored TableListField and subclasses to rely on the DataList to handle data manipulatation.
2011-05-01 15:25:45 +12: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
Landing pull request 17. Fixes Call to a member function setValue() on a non-object in ConfirmedPasswordField Fixes #????.
2011-04-25 22:44:54 +12: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)
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
API CHANGE Removed $className and $allowHTML from DatalessField constructor to support LabelField changes
2011-03-17 12:07:56 +13:00
DateField.php
ENHANCEMENT: including all of jquery-ui instead of specifying individual pieces of it. This is a larger download size, but should be quicker overall as it is just a single download instead of lots of small files.
2011-02-24 17:07:24 +13:00
DatetimeField.php
MINOR Fixed documentation for DatetimeField
2011-03-30 08:39:35 +13:00
DisabledTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
DropdownField.php
API CHANGE Adjusting to split of SiteTree->getCMSFields() into getSettingsFields(), and new tab paths ("Root.Content" instead of "Root.Content.Main")
2011-04-24 11:46:49 +12:00
EmailField.php
BUGFIX RFC 2822 compliant validation of email adresses in EmailField->jsValidation() and EmailField->validate() ( fixes #6067 , thanks paradigmincarnate)
2011-02-02 14:19:55 +13:00
FieldGroup.php
API CHANGE Adjusting to split of SiteTree->getCMSFields() into getSettingsFields(), and new tab paths ("Root.Content" instead of "Root.Content.Main")
2011-04-24 11:46:49 +12:00
FieldSet.php
API CHANGE: In FieldSet::removeByName(), only match on field Title() if field Name() isn't set.
2011-05-01 15:25:14 +12:00
FileField.php
API CHANGE Remove deprecated methods getAllowedMaxFileSize, setAllowedMaxSize, getAllowedExtensions and setAllowedExtensions on FileField
2011-03-17 11:29:03 +13:00
FileIFrameField.php
MINOR Reducing number of asset downloads by combining files in LeftAndMain->init() and including full jquery.ui.css instead of multiple @import statements
2011-04-25 21:36:51 +12:00
Form.php
BUGFIX Allow alternative (array-based) templates in Form->forTemplate()
2011-04-24 11:46:50 +12: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
ENHANCEMENT Added FormField->setTemplate() and getTemplate(), using it in TabSet and other already template-driven FormField subclasses
2011-04-24 11:46:50 +12:00
FormScaffolder.php
ENHANCEMENT: Refactored TableListField and subclasses to rely on the DataList to handle data manipulatation.
2011-05-01 15:25:45 +12: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 Removed references to ContentController from documentatin
2011-03-29 18:20:14 +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
API CHANGE Removed deprecated $allowHTML parameter from HeaderField constructor. Use allowHTML() method instead
2011-03-17 12:13:27 +13:00
HiddenField.php
MINOR Code formatting for HiddenField::create()
2011-03-17 12:05:49 +13:00
HtmlEditorConfig.php
MINOR Fixed phpdoc documentation (from r103385)
2011-02-02 14:19:15 +13:00
HtmlEditorField.php
ENHANCEMENT: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM.
2011-05-01 15:25:45 +12: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
API CHANGE Removed $className and $allowHTML from DatalessField constructor to support LabelField changes
2011-03-17 12:07:56 +13: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
BUGFIX Fixed quoting and GROUP BY statement in ManyManyComplexTableField->getQuery() for Postgres compatibility
2011-02-02 14:19:53 +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 Better checking of file validity ( #6093 ) Thanks Pigeon
2011-02-02 14:19:59 +13:00
ResetFormAction.php
Merged from branches/2.3
2009-04-28 23:55:53 +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
ENHANCEMENT Added FormField->setTemplate() and getTemplate(), using it in TabSet and other already template-driven FormField subclasses
2011-04-24 11:46:50 +12:00
SimpleImageField.php
MINOR Removed $allowedExtensions property from SimpleImageField which is deprecated
2011-03-17 13:30:33 +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
ENHANCEMENT: Refactored TableListField and subclasses to rely on the DataList to handle data manipulatation.
2011-05-01 15:25:45 +12:00
TableListField.php
ENHANCEMENT: Refactored TableListField and subclasses to rely on the DataList to handle data manipulatation.
2011-05-01 15:25:45 +12:00
TabSet.php
MINOR Reducing number of asset downloads by combining files in LeftAndMain->init() and including full jquery.ui.css instead of multiple @import statements
2011-04-25 21:36:51 +12: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
API CHANGE: TextareaField doesn't have hidden value on read-only transformation. Added hidden fields in a way that doesn't break unit tests too severely ( fixes #5056 , thanks jshipman)
2011-03-30 18:16:17 +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
ENHANCEMENT Added FormField->setTemplate() and getTemplate(), using it in TabSet and other already template-driven FormField subclasses
2011-04-24 11:46:50 +12: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 Reducing number of asset downloads by combining files in LeftAndMain->init() and including full jquery.ui.css instead of multiple @import statements
2011-04-25 21:36:51 +12:00
TreeMultiselectField.php
MINOR Reducing number of asset downloads by combining files in LeftAndMain->init() and including full jquery.ui.css instead of multiple @import statements
2011-04-25 21:36:51 +12:00
TreeSelectorField.php
MINOR Moved LeftAndMain, SecurityAdmin, ModelAdmin and related functionality from 'cms' module to sapphire/admin
2011-03-29 18:07:59 +13:00
Validator.php
MINOR Removed references to ContentController from documentatin
2011-03-29 18:20:14 +13:00