silverstripe-framework/core
Ingo Schommer e818f89962 ENHANCEMENT Setting default level for ContentController->getMenu($level = 1) to allow for calls without arguments
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64144 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-13 20:08:59 +00:00
..
control ENHANCEMENT Setting default level for ContentController->getMenu($level = 1) to allow for calls without arguments 2008-10-13 20:08:59 +00:00
model ENHANCEMENT Ability to add title constructor arguments to Tab and TabSet classes to resolve i18n issues with untranslated or unreferencable Tabs (see #2359) 2008-10-10 16:00:50 +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 Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Convert.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
Cookie.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Core.php ENHANCEMENT Using $locale in _t() instead of repeatedly calling i18n::get_locale() 2008-10-10 17:36:13 +00:00
Extension.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HTTP.php BGFIX: #2587 Fix HTTPS detection on IIS (mackeyn) 2008-10-08 22:53:20 +00:00
i18n.php MINOR Documentation in i18n class 2008-10-10 17:36:31 +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 Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +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 FEATURE: #2601 - More template handlers 2008-10-12 21:27:52 +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 ENHANCEMENT Added support for customize parameters to ViewableData->renderWith() to avoid unnecessary chaining ($this->customize($params)->renderWith($template)) 2008-10-05 19:19:07 +00:00