Postponed
Project:
Lost & found issues
Component:
Twig templates conversion (front-end branch)
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2012 at 19:53 UTC
Updated:
14 Feb 2013 at 09:12 UTC
Jump to comment: Most recent
Comments
Comment #1
jenlamptonPostponing until we decide the comment-wrapper template is done.
I'm also not sure about removing any of the the tpl.php files yet, since Bartik still uses PHPTemplate and not Twig for it's engine - committing this patch would break our sandbox. We'll need to replace all the templates in Bartik with one patch, when the time comes :)
Comment #2
thedavidmeister commentedThe bartik tpl.php files cause the testbots to fail for the comment module as the new preprocess functions are incompatible with them - see the failed tests in comment #4 of #1898054: comment.module - Convert PHPTemplate templates to Twig.
Since the converted tpl.php files from Bartik would be identical to the core template files and there is nothing being "overridden" per-se by bartik I removed the Bartik templates altogether in my patch there.