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
cb7131ed
Commit
cb7131ed
authored
Dec 23, 2014
by
Paul Klimov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:yiisoft/yii2
parents
5ad6ba5c
00968a9a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
docs/guide-pt-BR/README.md
+1
-1
start-looking-ahead.md
docs/guide-pt-BR/start-looking-ahead.md
+2
-0
structure-views.md
docs/guide-pt-BR/structure-views.md
+0
-0
design-decisions.md
docs/internals/design-decisions.md
+3
-0
No files found.
docs/guide-pt-BR/README.md
View file @
cb7131ed
...
...
@@ -112,7 +112,7 @@ Segurança
*
[
Autorização
](
security-authorization.md
)
*
[
Trabalhando com Senhas
](
security-passwords.md
)
*
**TBD**
[
Auth Clients
](
security-auth-clients.md
)
*
**TBD**
[
Melhores Práticas
](
security-best-practices.md
)
*
[
Melhores Práticas
](
security-best-practices.md
)
Cache
...
...
docs/guide-pt-BR/start-looking-ahead.md
View file @
cb7131ed
...
...
@@ -43,3 +43,4 @@ usando o framework.
-
Facebook:
<https://www.facebook.com/groups/yiitalk/>
-
Twitter:
<https://twitter.com/yiiframework>
-
LinkedIn:
<https://www.linkedin.com/groups/yii-framework-1483367>
-
Stackoverflow:
<http://stackoverflow.com/questions/tagged/yii2>
\ No newline at end of file
docs/guide-pt-BR/structure-views.md
0 → 100644
View file @
cb7131ed
This diff is collapsed.
Click to expand it.
docs/internals/design-decisions.md
View file @
cb7131ed
...
...
@@ -12,3 +12,6 @@ the core developers.
messages should be translated when these are displayed to non-tech end user and make sense to him. HTTP status messages,
exceptions about the code etc. should not be translated. Console messages are always in English because of encoding
and codepage handling difficulties.
3.
**[Adding new auth client support](https://github.com/yiisoft/yii2/issues/1652)**
For better maintenability, we will not add any additional auth clients to the core extension. They should be done
in terms of user extensions.
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