Bug #47188
Fluid tries to render folders as templates partials and layouts
Added by Marc Bastian Heinrichs about 9 years ago. Updated over 7 years ago.
100%
Description
The file_exists check in TemplateView is true also for folders. This leads to unrendered partials with resorted paths.
Solution: add additional is_dir check
Updated by Tymoteusz Motylewski over 8 years ago
it was fixed in the CMS Fluid
see https://review.typo3.org/#/c/19920/
(replace file_exist with is_file)
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23951
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23951
Updated by Bastian Waidelich over 8 years ago
- Category set to View
- Status changed from Under Review to Accepted
- Assignee set to Bastian Waidelich
Thanks for the report. I'll take care
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23968
Updated by Bastian Waidelich over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b1041e1c0b1f38fe321096b5130ac0baf1df4e45.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 2.0 of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/27194
Updated by Bastian Waidelich over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 2bf6363234ad0b7795b3c617c6c4136549666e96.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/23951
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/23951
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33195
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33196
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33196
Updated by Bastian Waidelich over 7 years ago
- Status changed from Under Review to Resolved
FYI: This has been re-opened because the TYPO3 CMS changesets referenced this ticket. But in the meantime this has been merged in all affected versions including the fluid extension