.. |
control
|
MINOR Added isset($_SERVER['HTTP_HOST']) checks to Director->isDev() and Director->isTest() - these environment variables are not available in CLI mode, and show up as PHP notices in a default cli-script/sake execution
|
2011-02-02 14:26:35 +13:00 |
model
|
BUGFIX Fixed flaw logic checking for $member variable, since it's always set the alternative for choosing Member::currentUser() would never work.
|
2011-02-02 14:26:37 +13:00 |
ArrayData.php
|
Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField.
|
2008-10-08 02:00:12 +00: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
|
BUGFIX: Better initial-site-setup boundary condition checking needed after the manifest builder update
|
2008-11-09 22:11:25 +00:00 |
Convert.php
|
#2957 - Fixed entity decoding in Convert::html2raw
|
2008-10-25 06:05:27 +00:00 |
Cookie.php
|
API CHANGE: Improve encapsulation of cookies in Director::test()
|
2011-02-02 14:26:34 +13:00 |
Core.php
|
Update sapphire so that it can run with the default .htaccess and mysite/_config.php files provided in the phpinstaller. If database config is missing, then redirect to install.php
|
2011-02-02 14:26:32 +13:00 |
Extension.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
HTTP.php
|
BUGFIX Fixed incorrect class name in user_error message for deprecated function HTTP::sendFileToBrowser()
|
2011-02-02 14:26:37 +13:00 |
i18n.php
|
Merged from branches/2.2
|
2008-11-10 03:51:35 +00:00 |
i18nEntityProvider.php
|
BUGFIX Collecting i18n entities for decorators separately from the decorated classes, as decorated properties like $db have to be stored in the module of the decorated, not in the module of the decorated class.
|
2008-11-01 23:16:45 +00:00 |
i18nTextCollector.php
|
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65064 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2008-11-02 00:29:11 +00:00 |
i18nTextCollectorTask.php
|
BUGFIX Fixed $module parameter for i18nTextCollectorTask
|
2008-10-17 15:19:10 +00:00 |
ManifestBuilder.php
|
#2635 - More informative errors in DataObject (simon_w)
|
2011-02-02 14:26:34 +13:00 |
Object.php
|
Merge pre-2.3-oct08 into 2.3 (via trunk)
|
2011-02-02 14:26:36 +13:00 |
Requirements.php
|
MINOR: added setter function to write_js_on_body() so I can override the settings
|
2011-02-02 14:26:36 +13:00 |
Session.php
|
Add checks to see if REMOTE_ADDR is set before making use of it.
|
2008-08-13 01:43:49 +00:00 |
SSViewer.php
|
ENHANCEMENT: Added comments in rendered templates to indicate the source .ss files, on dev sites only:
|
2011-02-02 14:26:36 +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
|
BUGFIX $cache flag wasn't passend through from ViewableData_Customised->XML_val() to ViewableData->XML_val()
|
2011-02-02 14:26:33 +13:00 |