silverstripe-framework/src
Joe Harvey bf2cee3989 Bugfix - Correct duplicate nesting of 'Content' to be returned to template
In scenarios where:

- No member is logged in
- An 'AutoLoginHash' is provided via the 't' (token) query param
- The token isn't valid (determined by Member::validateAutoLoginToken())

The message which is intended to be returned to the end-user via $Content
in the template, is mistakenly double nested in ['Content' => ['Content' => 'Message']]
this leads to "The method forTemplate() doesn't exist on ArrayData" errors.

See - https://github.com/silverstripe/silverstripe-framework/issues/7866
2018-03-07 14:14:05 +00:00
..
conf API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Control BUG Fix Director::test() not persisting removed session keys on teardown 2018-02-13 11:35:16 +13:00
Core Added comment about array_merge() not working 2018-02-27 09:52:42 +13:00
Dev BUG Fix issue with CLIDebugView failing on class name of existing class 2018-02-09 09:52:32 +13:00
Forms BUG Files dataobjects with missing asset shouldn't un-attach themselves from parent object on save 2018-03-07 11:17:17 +13:00
i18n Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
includes Add PUBLIC_* constants to constants.php for easier backwards compatible support of 4.0 and 4.1 2018-01-17 15:16:15 +00:00
Logging ENHANCEMENT Don't infer trace if explicitly provided 2017-11-16 11:03:01 +13:00
ORM Fix "mb_stripos(): Empty delimiter" warning when no search-keywords are given for DBText::ContextSummary. 2018-03-01 11:39:30 +01:00
Security Bugfix - Correct duplicate nesting of 'Content' to be returned to template 2018-03-07 14:14:05 +00:00
View FIX Allow cleanup marker regex to handle self closing HTML5 tags 2018-01-30 11:16:21 +13:00