Skip to content

Commit

Permalink
Merge branch '2.7'
Browse files Browse the repository at this point in the history
* 2.7:
  [TwigBridge] fixed AppVariable compat with older Symfony versions
  [Validator] re-added support for 2.4 API version in tests
  fixed typos
  fixed typo
  fixed typo
  fixed BC layer
  [SecurityBundle] decouple the logout PHP helper and Twig extension
  [Validator] added Japanese translation for unresolvable host (id: 79)
  [Serializer] Fix PHPDoc

Conflicts:
	src/Symfony/Bridge/Twig/AppVariable.php
  • Loading branch information
fabpot committed Jan 25, 2015
2 parents 69d0e42 + bdcea46 commit afb207a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/translations/validators.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
<source>An empty file is not allowed.</source>
<target>空のファイルは許可されていません。</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>ホストを解決できませんでした。</target>
</trans-unit>
</body>
</file>
</xliff>
1 change: 1 addition & 0 deletions Tests/Constraints/AbstractConstraintValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ protected function createContext()
$translator
);
break;
case Validation::API_VERSION_2_4:
case Validation::API_VERSION_2_5_BC:
$context = new LegacyExecutionContext(
$validator,
Expand Down

0 comments on commit afb207a

Please sign in to comment.