.. |
control
|
BUGFIX Checking for existence of FormAction in Form->httpSubmission() to avoid bypassing $allowed_actions definitions in controllers containing this form
|
2011-02-02 14:27:38 +13:00 |
model
|
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
|
2011-09-15 14:40:21 +02: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
|
Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below)
|
2011-02-02 14:27:16 +13:00 |
Convert.php
|
SECURITY Backporting MySQLDatabase->addslashes() to use mysql_real_escape_string() instead of the non-multibyte-safe addslashes() PHP function, and using it in Convert::raw2sql()
|
2011-09-15 14:39:52 +02:00 |
Cookie.php
|
API CHANGE: Improve encapsulation of cookies in Director::test()
|
2011-02-02 14:26:34 +13:00 |
Core.php
|
ENHACENEMENT: Change behaviour of the MenufestBuilder to use spl_autoload_register instead of traditional __autoload.
|
2011-02-02 14:27:36 +13:00 |
Extension.php
|
BUGFIX: Fix edge-case bug with application of decorators
|
2011-02-02 14:27:27 +13:00 |
HTTP.php
|
API CHANGE HTTP::setGetVar() always returns absolute URLs. Use Director::makeRelative() to make them relative again. (merged from r98373)
|
2011-02-02 14:27:35 +13:00 |
i18n.php
|
MINOR Merged from trunk
|
2011-02-02 14:27:24 +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 #4113: Fixed bugs with template processing in i18nTextCollectorTask.
|
2011-02-02 14:27:27 +13:00 |
i18nTextCollectorTask.php
|
API CHANGE: Added increase_time_limit_to(), which respects safe_mode.
|
2011-02-02 14:27:33 +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
|
API CHANGE: Make Object::uninherited_static() have a separate execution path to Object::get_static(), for more reliable operation. The intention is that for any given static, you either use Object::get_static() or you use Object::uninherited_static() - not both. (from r84151, r84155, r84156)
|
2011-02-02 14:27:32 +13:00 |
Requirements.php
|
API CHANGE: Added increase_time_limit_to(), which respects safe_mode.
|
2011-02-02 14:27:33 +13:00 |
Session.php
|
MINOR Removed whitespace after ?> end PHP tag
|
2011-02-02 14:26:45 +13:00 |
SSViewer.php
|
BUGFIX: Added rewriteHashlinks = 'php' option to SSViewer so that static publisher can handle internal hashlinks properly.
|
2011-02-02 14:27:33 +13:00 |
TokenisedRegularExpression.php
|
BUGFIX Object subclasses with a constructor that didn't already will now call parent to respect inheritance
|
2011-02-02 14:27:31 +13:00 |
ValidationException.php
|
Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below)
|
2011-02-02 14:27:16 +13:00 |
ValidationResult.php
|
BUGFIX Object subclasses with a constructor that didn't already will now call parent to respect inheritance
|
2011-02-02 14:27:31 +13:00 |
ViewableData.php
|
MINOR Using SecurityToken in ViewableData->getSecurityID() (from r113274)
|
2011-02-02 14:27:37 +13:00 |