10000 updated translation of UPDATE file (Japanese RC5 added) by hirocaster · Pull Request #1867 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

updated translation of UPDATE file (Japanese RC5 added) #1867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions UPDATE.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
RC4 から RC5
------------

* `MapFileClassLoader` は削除され `MapClassLoader` が採用されました。

* `exception_controller` の設定は、 `framework` セクションの `twig` へ移動しました。

* カスタムエラーページは、現在 `TwigBundle` の代わりに `FrameworkBundle` を参照する必要があります。(参照 http://symfony.com/doc/2.0/cookbook/controller/error_pages.html)

* `EntityUserProvider` クラスは Bridge へ移動されました。
FQCN は `Symfony\Component\Security\Core\User\EntityUserProvider` から
`Symfony\Bridge\Doctrine\Security\User\EntityUserProvider` に変更になります。
Expand Down
0