Created as a result of the discussion in #1898054-57: comment.module - Convert PHPTemplate templates to Twig.

There are still two calls to theme() in template_preprocess_comment() that have not been converted to render arrays as part of the Twig conversion. This is because changing them causes test failures, and the concern is that there may be other failures elsewhere that are out of the scope of the Twig conversion process.

This is a separate issue for removing the final uses of theme() in the comment preprocess functions once the conversion has been committed.

CommentFileSizeAuthor
#2 comment-remove-theme-1972702-2.patch28.22 KBshanethehat

Comments

shanethehat’s picture

Assigned: Unassigned » shanethehat

I'll build a patch based on #1898054-61: comment.module - Convert PHPTemplate templates to Twig to see how many test fails we're looking at.

shanethehat’s picture

Status: Active » Needs review
StatusFileSize
new28.22 KB
thedavidmeister’s picture

Issue tags: +Twig

tagging so we don't lose this.

Status: Needs review » Needs work

The last submitted patch, comment-remove-theme-1972702-2.patch, failed testing.

shanethehat’s picture

Assigned: shanethehat » Unassigned

Seems like the only tests that fail are part of the comment module.

joelpittet’s picture

Status: Needs work » Closed (duplicate)
joelpittet’s picture

Issue summary: View changes

fix typo