Skip to content

Commit

Permalink
Merge remote branch 'hidenorigoto/translate-UPDATE-file-12tobeta1'
Browse files Browse the repository at this point in the history
* hidenorigoto/translate-UPDATE-file-12tobeta1:
  updated translation of UPDATE file (PR12 to Beta1)
  • Loading branch information
fabpot committed Apr 29, 2011
2 parents 72a5ba7 + ac63610 commit fb61ff5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion UPDATE.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
PR12 から beta1
---------------

* CSRF シークレットの設定は、\ `secret` という必須のグローバル設定に変更されました(また、このシークレット値は CSRF 以外でも利用されます)

変更前:

framework:
csrf_protection:
secret: S3cr3t

変更後:

framework:
secret: S3cr3t

* `File::getWebPath()` メソッドと `File::rename()` メソッドは削除されました。同様に `framework.document_root` コンフィギュレーションも削除されました。

* `session` のコンフィギュレーションがリファクタリングされました

* `class` オプションが削除されました(代わりに `session.class` パラメータを使ってください)
Expand Down Expand Up @@ -44,7 +59,7 @@ PR12 から beta1
$container->removeDefinition('my_definition');
$definition->replaceArgument(0, 'foo');

* rememberme のコンフィギュレーションで、`token_provider key` サービスIDのサフィックスを指定するのではなく、サービスIDそのものを指定するように変更されました。
* rememberme のコンフィギュレーションで、\ `token_provider key` サービスIDのサフィックスを指定するのではなく、サービスIDそのものを指定するように変更されました。

PR11 から PR12
--------------
Expand Down

0 comments on commit fb61ff5

Please sign in to comment.