2504 Commits

Author SHA1 Message Date
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
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
dc13fd8cfe fix docs [skip ci] 2016-02-19 21:37:02 +01: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
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
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
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
8279f167ea Added in a link to the GridView widget [ci skip] 2016-02-03 17:35:12 -07:00
28eb2e6bbf docs/guide/output-data-widgets.md typo fixed [ci skip] 2016-02-03 23:13:15 +09:00
baf0ba5ef3 Merge pull request #10735 from arogachev/10653-grid-extra-filters
Add info about additional filters for GridView to docs [skip ci]
2016-02-03 13:56:49 +02:00
7bba63ae19 docs/guide/concept-behaviors.md typo fixed [ci skip] 2016-02-03 20:36:16 +09:00
a3c7ed63b0 Updated "Separate filter form" section in docs [skip ci] 2016-02-03 17:32:19 +06:00
e37c213ce4 Fixed word plural form error in docs in "Separate filter form" section [skip ci] 2016-02-03 17:03:33 +06:00
5f000b7105 Fixed few errors in "Separate filter form" section in docs, added russian translation [skip ci] 2016-02-03 16:45:59 +06:00
a9404a5161 Updated Separate filter form section in docs [skip ci] 2016-02-03 15:00:03 +06:00
e209a4b477 Closed #10653: Add info about additional filters for GridView to docs [skip ci] 2016-02-03 11:42:57 +06:00
6d28678433 review property docs guide 2016-02-02 16:16:34 +01:00
4d15aa0685 Removed spaces from ICU examples. #10719 2016-01-31 23:14:49 +03:00
fb10ad0f94 Docs-en,ja,ru: fixed i18n date and time formatting examples.
Closes #10719
2016-01-31 22:13:14 +02:00
d412e0b3ba Fixes #6057 2016-01-31 17:02:44 +03:00
feebb80c5b Fixed wording 2016-01-30 21:46:32 +03:00
9691d3dcc1 Reverted bf42b24 2016-01-30 18:45:44 +02:00
bf42b2442c Merge pull request #10715 from drodata/master
Fixed a typo
2016-01-30 17:39:22 +02:00
884d259705 Fixed a typo 2016-01-30 21:19:35 +08:00
8da214d264 more docs for #10701 2016-01-29 20:59:02 +01:00
93e2803c49 Fixed typo in docs [skip ci] 2016-01-29 12:01:40 +06:00
b9087460bb Fixed wrong SQL in the querybuilder docs 2016-01-28 21:12:29 +01:00
7035ccea66 Guide output-data-providers fixed code example 2016-01-26 17:02:54 +08:00
efa72e61ec Guide-ru,-en: output-data-widgets - updated ActionColumn section 2016-01-26 10:17:46 +02:00
89f677ba2a Guide db-active-record fixed code example 2016-01-23 09:35:21 +02:00
c94bd36e89 Fixed a wrong method calling.
If using `all()`, the value of `$customer` will be an array of
`Customer` instances, not a `Customer` instance.  Consequently,

```
$customer->unlink('orders', $customer->orders[0]);
```

will throw a PHP Fatal Error: Call to a member function unlink() on array.
2016-01-23 11:11:02 +08:00
8ea542cdbf #10581: Improved wording, added note about canGetProperty() and canSetProperty() to properties guide 2016-01-20 02:36:56 +03:00
b87999f6bb Fixes #10581: Add note about overriding get/set methods to behaviors guide 2016-01-20 02:30:17 +03:00
a61d9f224f fix link to AuthMethod 2016-01-15 11:37:49 +01:00
b9d8344d84 updated db guide
string format in where() is not only for simple cases but also for the complex ones that need raw SQL.
2016-01-14 19:30:09 +01:00
77569c8587 Fix typo in documentation. 2016-01-09 19:38:28 +03:00