silverstripe-framework/src/View
Bram de Leeuw ecb233012d
Fix error when executing method SSViewer::templates() when $subTemplates is still null
Without the fix this causes the framework to throw a 500 error:
`ERROR [Warning]: array_merge(): Expected parameter 2 to be an array, null given`

I noticed the error while doing a search with the `GridFieldAddExistingAutocompleter`. The error probably gets supressed on live environments.
2021-08-05 12:10:06 +02:00
..
Dev Reset test state for modified config options 2017-09-28 17:24:32 +13:00
Embed Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
Parsers Merge branch '4.7' into 4 2021-03-01 20:37:04 +13:00
Shortcodes FIX Cache duplicate embeds separately 2021-06-29 12:17:07 +12:00
ArrayData.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
GenericTemplateGlobalProvider.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
HTML.php FIX Add 'legal empty attributes' to allow empty alt values on imgs 2019-09-24 11:44:12 +12:00
PublicThemes.php API Implement support for public/ webroot folder (#7741) 2018-01-12 16:25:02 +13:00
Requirements_Backend.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
Requirements_Minifier.php Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
Requirements.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
SSTemplateParseException.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
SSTemplateParser.peg PHPDoc in PEG parser 2021-01-14 11:07:58 +13:00
SSTemplateParser.php PHPDoc in PEG parser 2021-01-14 11:07:58 +13:00
SSViewer_BasicIteratorSupport.php Update deprecation notice to 5.0.0 2020-06-18 21:40:20 +01:00
SSViewer_DataPresenter.php ENH Replace E_USER_ERROR errors with exceptions 2020-09-24 23:51:21 -07:00
SSViewer_FromString.php rename TEMP_FOLDER to TEMP_PATH 2017-10-09 12:41:34 +13:00
SSViewer_Scope.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
SSViewer.php Fix error when executing method SSViewer::templates() when $subTemplates is still null 2021-08-05 12:10:06 +02:00
TemplateGlobalProvider.php Use short array syntax across the framework's codebase 2020-05-16 10:34:45 +01:00
TemplateIteratorProvider.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
TemplateParser.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
ThemeList.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
ThemeManifest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ThemeResourceLoader.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ViewableData_Customised.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ViewableData_Debugger.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ViewableData.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00