Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
4b61c4f1
Commit
4b61c4f1
authored
Jan 20, 2015
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6941 from softark/docs-guide-ja-update
Docs guide ja update [ci skip]
parents
2efe52c4
e728600d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
README.md
docs/guide-ja/README.md
+1
-2
security-auth-clients.md
docs/guide-ja/security-auth-clients.md
+0
-0
design-decisions.md
docs/internals-ja/design-decisions.md
+6
-0
No files found.
docs/guide-ja/README.md
View file @
4b61c4f1
...
...
@@ -111,7 +111,7 @@ All Rights Reserved.
*
[
認証
](
security-authentication.md
)
*
[
権限付与
](
security-authorization.md
)
*
[
パスワードを扱う
](
security-passwords.md
)
*
**TBD**
[
Auth
クライアント
](
security-auth-clients.md
)
*
[
認証
クライアント
](
security-auth-clients.md
)
*
[
ベストプラクティス
](
security-best-practices.md
)
...
...
@@ -195,4 +195,3 @@ RESTful ウェブサービス
*
[
ArrayHelper
](
helper-array.md
)
*
[
Html
](
helper-html.md
)
*
[
Url
](
helper-url.md
)
docs/guide-ja/security-auth-clients.md
View file @
4b61c4f1
This diff is collapsed.
Click to expand it.
docs/internals-ja/design-decisions.md
View file @
4b61c4f1
...
...
@@ -12,3 +12,9 @@
技術者でないエンドユーザに対して表示され、また、そういうユーザに対して意味を持つメッセージは翻訳されるべきである。
HTTP ステータスメッセージ、コードに関する例外などは翻訳されるべきではない。
コンソールメッセージは、エンコーディングとコードページの処理に困難が伴うため、常に英語で表示されるものとする。
3.
**[Auth クライアントのサポートの追加](https://github.com/yiisoft/yii2/issues/1652)**
保守性を高めるために、コアエクステンションに Auth クライアントをこれ以上追加しない。
Auth クライアントの追加はユーザエクステンションの形でなされるべきである。
4.
**クロージャを使うときは**
、たとえ使用されないものがある場合でも、
**渡されたすべてのパラメータをシグニチャに含める**
ことが推奨される。
このようにすると、全ての情報が直接に見えるので、コードの修正やコピーがより容易になり、どのパラメータが実際に利用できるかをドキュメントで調べる必要がなくなる。
(
[
#6584
](
https://github.com/yiisoft/yii2/pull/6584
)
,
[
#6875
](
https://github.com/yiisoft/yii2/issues/6875
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment