Issue #2334319 by thenchev, joelpittet, andypost, calebtr, DuaelFr: {% trans...
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 77e6a87b - Fix test using old assertIdentical() method.
added 1 commit
added 4464 commits
-
ca940e72...bf98f857 - 4459 commits from branch
project:11.x
- b19c65ce - Issue #2334319 by thenchev, joelpittet, andypost, calebtr, DuaelFr: {% trans...
- 39e39036 - Fix test using old assertIdentical() method.
- 943b904d - Bring back change dropped in #86 and fix tests.
- a7e3bbbe - Use an inline template for test instead.
- f34c2d4f - renderVar() returns MarkupInterface object.
Toggle commit list-
ca940e72...bf98f857 - 4459 commits from branch
- Resolved by Alex Pott
- Resolved by Alex Pott
added 64 commits
-
5f8710eb...19f88bd3 - 55 commits from branch
project:11.x
- d859f3c0 - Issue #2334319 by thenchev, joelpittet, andypost, calebtr, DuaelFr: {% trans...
- 129ae679 - Fix test using old assertIdentical() method.
- 87c34b8e - Bring back change dropped in #86 and fix tests.
- 25b8295b - Use an inline template for test instead.
- 85415ad2 - renderVar() returns MarkupInterface object.
- fb472d2f - Clean up @todos.
- 3b232a0a - PHPCS
- f2577ebd - Apply 2 suggestion(s) to 1 file(s)
- 48f05716 - Missing semicolon.
Toggle commit list-
5f8710eb...19f88bd3 - 55 commits from branch
added 99 commits
-
48f05716...66097f2a - 90 commits from branch
project:11.x
- 324968af - Issue #2334319 by thenchev, joelpittet, andypost, calebtr, DuaelFr: {% trans...
- 0d2326f3 - Fix test using old assertIdentical() method.
- 242ca367 - Bring back change dropped in #86 and fix tests.
- f509f1b7 - Use an inline template for test instead.
- c87e4596 - renderVar() returns MarkupInterface object.
- 35f8c7de - Clean up @todos.
- ae96cc9f - Apply 2 suggestion(s) to 1 file(s)
- 7dc31eb3 - Missing semicolon.
- 9a979136 - Make revisions uncacheable again
Toggle commit list-
48f05716...66097f2a - 90 commits from branch
193 193 '#template' => '{% trans %}{{ date }} by {{ username }}{% endtrans %}{% if message %}<p class="revision-log">{{ message }}</p>{% endif %}', 194 194 '#context' => [ 195 195 'date' => $link, 196 'username' => $this->renderer->renderInIsolation($username), 196 'username' => $username, 197 197 'message' => ['#markup' => $revision->revision_log->value, '#allowed_tags' => Xss::getHtmlTagList()], 198 198 ], 199 // @todo Fix this properly in https://www.drupal.org/project/drupal/issues/3227637. 200 '#cache' => [ 201 'max-age' => 0, 202 ],
Please register or sign in to reply