[TYPO3-mvc] T3 6.0.x / FLUID / Template naming changes?

Thomas Hucke thucke at web.de
Mon Sep 2 20:33:35 CEST 2013


Hi folks,

is it correct that the naming convention for templates has been changed vom 
T3 4.7 to T3 6.0?

The class Tx_Fluid_View_TemplateView contains the following snippet:

protected function getLayoutPathAndFilename($layoutName = 'Default') {
if ($this->layoutPathAndFilename !== NULL) {
  return $this->layoutPathAndFilename;
}
$paths = 
$this->expandGenericPathPattern($this->layoutPathAndFilenamePattern, TRUE, 
TRUE);
$layoutName = ucfirst($layoutName);

I´m sure that in prior versions the layout name remain unchanged without 
this last UCFIRST command.
Unfortunately this change creates a new hurdle for extensions that should 
provide cross version compatibility.

Thank for your comments

Thomas 



More information about the TYPO3-project-typo3v4mvc mailing list