TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
153 stars 93 forks source link

need for Uppercase filenames for Layouts and Partials is puzzeling for newcommers #371

Open nchiapol opened 6 years ago

nchiapol commented 6 years ago

It took me quiet some time to figure this out. I strongly try to avoid uppercase filenames in all my projects. So obviously I run into this.

Of course I would prefer to get rid of all the ucfirst calls as I do not understand the supposed advantages of this. However things that might help in the present situation:

mbrodala commented 2 years ago

At least for TYPO3 this is a regression since this was changed a long time ago for the then embedded Fluid:

34812: [BUGFIX] Standalone- and TemplateView must not require ucfirst file names | https://review.typo3.org/c/Packages/TYPO3.CMS/+/34812