silverstripe-framework/core
2007-09-16 16:15:47 +00:00
..
control bfojcapell: If we are visiting a multilingual site Translatable::get_one should be used 2007-09-16 16:14:01 +00:00
model bfojcapell: These changes add the ability to versionize suffixed tables, that have names that are not dataobject descendants. Some extensions might want to create new tables, for example Translatable creates SiteTree?_lang, and want versioning support to these new tables 2007-09-16 16:15:47 +00:00
ArrayData.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ArrayLib.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ClassInfo.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Convert.php lperera: Fixed error message - Convert::raw2html is deprecated. (merged from branches/gsoc) 2007-09-14 01:21:37 +00:00
Cookie.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Core.php fixed bugs introduced during merging 2007-09-16 02:44:10 +00:00
Debug.php mlanthaler: Don't show a error message and don't quit the script when the error was expected (statement with an @ in front to suppress the error). (merged from branches/gsoc) 2007-09-14 03:19:34 +00:00
Email.php elofgren: *Blacklist bounced newsletter recipient emails by default* in order to comply with spec: 'Bounces report with tickboxes ticked by default (to not send to in the future, unticking resends)' 2007-09-16 02:00:28 +00:00
Extension.php Moved extension/decorator system from DataObject to Object, so that any object in the system can be extended 2007-08-16 06:32:49 +00:00
HTTP.php mlanthaler: Added support for the ETag header. 2007-09-16 15:54:16 +00:00
i18n.php bfojcapell: better i18n support and more flexibility allowed in templates. Also fixed some possible warnings in 2.02rc1 if more than one language file is found with the same name. ManifestBuilder? now skips language files - they cannot be autoloaded and they are already loaded on demand, so no need to be in the manifest 2007-09-15 20:06:42 +00:00
ManifestBuilder.php mlanthaler: Add support for _manifest_exclude files (http://support.silverstripe.com/gsoc/ticket/36). 2007-09-15 21:29:52 +00:00
Object.php mlanthaler: Bugfix: Fixed bug "Fatal error: Access to undeclared static property: Controller::$db in ../sapphire/core/Object.php(282) : eval()'d code on line 1". Could be implemented better if we require support for PHP 5.1 because then we can avoid the exception by calling ReflectionClass::hasProperty() respectively ReflectionClass::getStaticPropertyValue() (http://www.php.net/manual/en/language.oop5.reflection.php). 2007-09-16 00:19:54 +00:00
Requirements.php Normal requirements fails quietly when there is no css, so themed requirements should do the same 2007-08-06 23:24:22 +00:00
Session.php Updated controller model so that sessions are linked to controllers, and current-controller is represented as a stack 2007-08-17 05:45:15 +00:00
SSViewer.php bfojcapell: i18n part modified to avoid the final semicolon 2007-09-16 16:14:28 +00:00
ViewableData.php Added '<% if HasPerm(PERM_CODE() %>' to ViewableData for template 2007-08-31 00:27:34 +00:00