.. |
control
|
BUGFIX: fixed syntax fail in silverstripe navigator
|
2011-02-02 14:27:07 +13:00 |
model
|
BUGFIX: Memory usage improvements to CsvBulkLoader and Member::onBeforeWrite()
|
2011-02-02 14:27:08 +13:00 |
ArrayData.php
|
BUGFIX: Ensure that $this->class is set on ArrayData objects
|
2011-02-02 14:27:08 +13:00 |
ArrayLib.php
|
Removed notice level error when ArrayLib::valuekey() is passed an empty array
|
2008-08-13 04:33:33 +00:00 |
ClassInfo.php
|
Add caching to needlessly repeated SQL calls.
|
2011-02-02 14:27:07 +13:00 |
Convert.php
|
MINOR Added phpDoc to Convert::raw2xml() and Convert::raw2js()
|
2011-02-02 14:26:52 +13:00 |
Cookie.php
|
API CHANGE: Improve encapsulation of cookies in Director::test()
|
2011-02-02 14:26:34 +13:00 |
Core.php
|
MINOR Removed whitespace after ?> end PHP tag
|
2011-02-02 14:26:45 +13:00 |
Extension.php
|
MINOR Added Extension->getOwner()
|
2011-02-02 14:26:55 +13:00 |
HTTP.php
|
BUGFIX Deleted setting of $content variable that broke HTTP::findByTagAndAttribute()
|
2011-02-02 14:26:58 +13:00 |
i18n.php
|
BUGFIX: i18n::include_by_locale() should skip check the web root level and ../webroot level for language file, this is not only "not necessary" but also "must" because some server configuration prevent from any file access above the site root folder.
|
2011-02-02 14:27:06 +13:00 |
i18nEntityProvider.php
|
ENHANCEMENT Added support for specifying target module in i18nEntitityProvider->provideEntities()
|
2011-02-02 14:26:48 +13:00 |
i18nTextCollector.php
|
BUGFIX: Allow SilverStripe to work when asp_tags is on
|
2011-02-02 14:27:08 +13:00 |
i18nTextCollectorTask.php
|
ENHANCEMENT Allowing textcollection of multiple modules selectively
|
2011-02-02 14:26:49 +13:00 |
ManifestBuilder.php
|
MINOR Removed old references to check-php, which has since been removed
|
2011-02-02 14:26:55 +13:00 |
Object.php
|
MINOR: merged patch from simon_w. Removed unnesscary comments
|
2011-02-02 14:27:01 +13:00 |
Requirements.php
|
BUGFIX: Fix wrong conditional
|
2011-02-02 14:27:06 +13:00 |
Session.php
|
MINOR Removed whitespace after ?> end PHP tag
|
2011-02-02 14:26:45 +13:00 |
SSViewer.php
|
BUGFIX: In SSViewer::parseTemplateContent($content, $template=""), when the $content is a xml template, we should not wrap anything around it, for web browser able to correct parse the xml
|
2011-02-02 14:27:07 +13:00 |
TokenisedRegularExpression.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
ValidationException.php
|
DataObject::write now throws a ValidationException rather than calling user_error if the call to DataObject::validate fails. This allows the validation exception to be caught and handled by tests or other controllers.
|
2008-10-08 20:42:09 +00:00 |
ValidationResult.php
|
BUGFIX: Validation result was ignoring the $valid flag passed as the first argument.
|
2008-10-08 20:40:11 +00:00 |
ViewableData.php
|
MINOR: added empty statics to allow decoration
|
2011-02-02 14:27:00 +13:00 |