4000 Commits

Author SHA1 Message Date
6e41d1c086 Russian guide fixes 2016-03-12 12:59:59 +03:00
82f3a4507a #11054: Added note about redirects in error handler 2016-03-10 23:48:28 +03:00
4f96dd2f53 MySQL default column type for TimestampBehaviour 2016-03-11 00:51:45 +05:30
3b2606d968 fixed broken links to 'Разбор и генерация URL' section 2016-03-10 15:40:02 +02:00
05174c3732 Update "docs/guide-ru". File: README.md: Removed duplicate (tutorial-core-validators.md) link in the "Special Topics" 2016-03-09 04:01:49 +00:00
b14bfa9b4f Update "docs/guide-ru". File: rest-authentication.md: Corrected ending in word, was "каждый" now "каждым" (line 7) 2016-03-09 04:01:16 +00:00
5649a6af2f Fixed caching-overview and rest-rate-limiting zh-CN guide. 2016-03-05 18:09:37 +03:00
7667aa1ce2 Added note about app specific configs to RBAC docs 2016-03-05 18:08:57 +03:00
10aee2cfab [ci skip] updated screenshot in guide start-databases
https://github.com/yiisoft/yii/issues/4022
2016-03-04 19:05:43 +02:00
89dc2570c2 [ci skip] updated population in guide start-databases
https://github.com/yiisoft/yii/issues/4022
2016-03-04 17:07:52 +02:00
857eee2451 Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
2016-03-04 13:53:28 +02:00
1145981c0f Fixed formatting issues in docs for ArrayHelper
The docs formatter at http://www.yiiframework.com/doc-2.0/ does not like code tags starting on the first line after plain text.
2016-03-03 16:38:34 +01:00
cdf4dc3861 added ICU data to i18n test script 2016-03-02 13:28:15 +01:00
748cea825c WIP #10840: fix grammar [skip ci] 2016-02-28 21:14:01 +01:00
84f42a78e0 WIP #10840: update docs [skip ci] 2016-02-28 00:44:10 +01:00
93fda1f975 updated docs/guide-ja [ci skip] 2016-02-27 11:52:14 +09:00
e91c92d774 added missing info about asset folders to yii integration guide 2016-02-25 10:29:04 +01:00
80e9331fe0 Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups 2016-02-24 23:43:09 +02:00
367fddc1f3 ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide 2016-02-24 23:10:07 +02:00
66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 2016-02-24 09:05:29 +02:00
7639aee21e fix dcos [skip ci] 2016-02-22 03:02:34 +01:00
665aa88dbc Update "docs/guide-ru": changed yii2-authclient link "guide" to "guide-ru" 2016-02-20 16:21:25 +00:00
dc13fd8cfe fix docs [skip ci] 2016-02-19 21:37:02 +01:00
2c3e31b580 Merge pull request #10891 from lukBarros/patch-2
grammatical adjustment
2016-02-18 11:10:09 +02:00
af8e792f0d grammatical adjustment 2016-02-17 23:49:47 -03:00
c9cc8fb42f Change link broken by outher file of doc
Related in #10789
2016-02-17 21:18:39 -03:00
1918341a50 Merge pull request #10888 from careykevin/patch-2
Fix spelling [skip ci]
2016-02-18 00:16:48 +03:00
75b40c08ea Fix spelling
Misspelling of "maintenance"
2016-02-17 14:35:07 -05:00
836a65b697 Fix spelling
Misspelling of "maintenance"
2016-02-17 14:33:36 -05:00
f639d63cf9 Sync the file guid, translater, review for ptBR 2016-02-16 23:33:08 -03:00
84a3bc2ebf Merge pull request #10842 from lukBarros/master
Added and translated into Brazil of the Portuguese session of the URL helper
2016-02-16 10:20:42 +02:00
2e50270527 grammatical adjustment
grammatical adjustment
2016-02-15 11:44:49 -03:00
21fe25ff18 finish review ptbr - 100% done 2016-02-14 18:44:13 -03:00
3f6f691e52 partial change for ptBR lang (3/3) 100% done
partial change for ptBR lang (3/3) 100% done
2016-02-14 18:24:47 -03:00
64fb931270 partial change for ptBR lang (2/3)
partial change for ptBR lang (2/3)
2016-02-14 17:56:51 -03:00
a1a77fa7fd partial change for ptBR lang (1/3)
partial change for ptBR lang (1/3)
2016-02-14 17:33:57 -03:00
e1eae343a0 Sync files for doc to ptBR
Sync files for doc to ptBR
2016-02-14 17:18:33 -03:00
048b0ba870 Fixed wording
close #10718
2016-02-12 17:34:22 +01:00
997dfa3e11 review guide and UPGRADE file 2016-02-12 15:56:54 +01:00
31bd0e392b Merge pull request #10828 from yiisoft/activequery-alias2
Activequery::joinWith() alias
2016-02-12 14:30:05 +01:00
438be14a8e adjusted the guide on GridView relations for joinWith aliases 2016-02-12 12:40:31 +01:00
5f19e7aa41 Added Alias Syntax for joinWith()
Add alias syntax to joinWith(), e.g. joinWith('author a').
No need to know the table name for defining an alias for the relation.

fixes #2377, alternative to #8788, which allows later implementation of
getting alias and column name ambiguation.

depends on #10813 to be merged first.
2016-02-12 12:35:28 +01:00
157d6c79cc fixes #4972 by adding and alias() to ActiveQuery
allows defining an alias without knowing the model table name.
2016-02-12 12:34:16 +01:00
ec1dff0823 docs/guide-ja/output-data-widgets.md updated [ci skip] 2016-02-12 20:26:52 +09:00
65efa8c4e8 docs/internals-ja/core-code-style.md updated [ci skip] 2016-02-12 20:21:59 +09:00
b226252e08 Merge pull request #10765 from yiisoft/revert-action-di
Revert DI injection via controller action method signature
2016-02-07 12:28:15 +03:00
357845ac31 Removed controller action injection from the list of features in the guide and translations 2016-02-07 12:10:30 +03:00
42b8569846 Revert DI injection via controller action method signature
reverts b7020065c and related commits.
reverts implementation of #9476

For reasons, see discussion https://github.com/yiisoft/yii2/issues/9476#issuecomment-179749039
2016-02-06 18:40:50 +01:00
4579b8a610 Update core-code-style.md
added missing line
2016-02-06 18:26:10 +01:00
255ec95c49 Update core-code-style.md
adjusted property style rules to match current practise.
2016-02-06 18:25:23 +01:00