silverstripe-framework/core
2008-11-06 02:50:14 +00:00
..
control BUGFIX #2992: Fixed T_PAAMAYIM_NEKUDOTAYIM error in RequestHandler 2008-11-05 01:59:27 +00:00
model BUGFIX Reverted text replacement performance improvement in SQLQuery - it was replacing more ocurrences via str_replace() than the previous implementation based on arrays, which broke queries augmented by Translatable (originally committed in r60468 and r54044) 2008-11-05 14:23:17 +00: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 ENHANCEMENT Added ClassInfo::classes_for_file() 2008-10-17 15:18:26 +00:00
Convert.php #2957 - Fixed entity decoding in Convert::html2raw 2008-10-25 06:05:27 +00:00
Cookie.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Core.php BUGFIX Using include_once() instead of include() for _ss_environment.php in install.php and Core.php to avoid PHP notice errors about double constant defines (see r64561) 2008-10-20 13:26:52 +00:00
Extension.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HTTP.php MINOR Misc deprecation notices 2008-10-16 08:44:08 +00:00
i18n.php BUGFIX Added SSViwer support for i18n namespaces in templates with <% _t('MyNamespace.MyEntity', ... %>, to work around magically added namespaces from the parsed template file. Those auto-namespaces were logically not working in includes, as the parsing context is always the including template. Legacy support for auto-namespaces is still present due to its high usage. 2008-11-06 02:50:14 +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 BUGFIX: Allow use of ClassInfo methods in _config.php when manifest is being rebuilt 2008-10-09 05:29:34 +00:00
Object.php MINOR Restructured code in Object.php to consistently have properties and important methods like __call() at the top of definitions (no logic changes). Added minor documentation. 2008-11-02 00:12:23 +00:00
Requirements.php BUGFIX Only include i18n.js if javascript files are included - and to be safe, include the required prototype.js along with the library 2008-10-07 00:27:46 +00: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 BUGFIX Added SSViwer support for i18n namespaces in templates with <% _t('MyNamespace.MyEntity', ... %>, to work around magically added namespaces from the parsed template file. Those auto-namespaces were logically not working in includes, as the parsing context is always the including template. Legacy support for auto-namespaces is still present due to its high usage. 2008-11-06 02:50:14 +00: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 #2243: Fixed ViewableData::Odd 2008-11-05 04:31:53 +00:00