Commit Graph

1899 Commits

Author SHA1 Message Date
Alexander Makarov
80e9331fe0 Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups 2016-02-24 23:43:09 +02:00
SilverFire - Dmitry Naumenko
367fddc1f3 ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide 2016-02-24 23:10:07 +02:00
SilverFire - Dmitry Naumenko
66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 2016-02-24 09:05:29 +02:00
Daniel Gomez Pan
7639aee21e fix dcos [skip ci] 2016-02-22 03:02:34 +01:00
Daniel Gomez Pan
dc13fd8cfe fix docs [skip ci] 2016-02-19 21:37:02 +01:00
Lucas Barros
c9cc8fb42f Change link broken by outher file of doc
Related in #10789
2016-02-17 21:18:39 -03:00
Alexander Makarov
1918341a50 Merge pull request #10888 from careykevin/patch-2
Fix spelling [skip ci]
2016-02-18 00:16:48 +03:00
Kevin Carey
75b40c08ea Fix spelling
Misspelling of "maintenance"
2016-02-17 14:35:07 -05:00
Kevin Carey
836a65b697 Fix spelling
Misspelling of "maintenance"
2016-02-17 14:33:36 -05:00
drodata
048b0ba870 Fixed wording
close #10718
2016-02-12 17:34:22 +01:00
Carsten Brandt
997dfa3e11 review guide and UPGRADE file 2016-02-12 15:56:54 +01:00
Carsten Brandt
438be14a8e adjusted the guide on GridView relations for joinWith aliases 2016-02-12 12:40:31 +01:00
Carsten Brandt
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
Carsten Brandt
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
Alexander Makarov
357845ac31 Removed controller action injection from the list of features in the guide and translations 2016-02-07 12:10:30 +03:00
Carsten Brandt
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
David Baker
8279f167ea Added in a link to the GridView widget [ci skip] 2016-02-03 17:35:12 -07:00
Nobuo Kihara
28eb2e6bbf docs/guide/output-data-widgets.md typo fixed [ci skip] 2016-02-03 23:13:15 +09:00
Dmitry Naumenko
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
Nobuo Kihara
7bba63ae19 docs/guide/concept-behaviors.md typo fixed [ci skip] 2016-02-03 20:36:16 +09:00
Alexey Rogachev
a3c7ed63b0 Updated "Separate filter form" section in docs [skip ci] 2016-02-03 17:32:19 +06:00
Alexey Rogachev
e37c213ce4 Fixed word plural form error in docs in "Separate filter form" section [skip ci] 2016-02-03 17:03:33 +06:00
Alexey Rogachev
5f000b7105 Fixed few errors in "Separate filter form" section in docs, added russian translation [skip ci] 2016-02-03 16:45:59 +06:00
Alexey Rogachev
a9404a5161 Updated Separate filter form section in docs [skip ci] 2016-02-03 15:00:03 +06:00
Alexey Rogachev
e209a4b477 Closed #10653: Add info about additional filters for GridView to docs [skip ci] 2016-02-03 11:42:57 +06:00
Carsten Brandt
6d28678433 review property docs guide 2016-02-02 16:16:34 +01:00
Alexander Makarov
4d15aa0685 Removed spaces from ICU examples. #10719 2016-01-31 23:14:49 +03:00
SilverFire - Dmitry Naumenko
fb10ad0f94 Docs-en,ja,ru: fixed i18n date and time formatting examples.
Closes #10719
2016-01-31 22:13:14 +02:00
Alexander Makarov
d412e0b3ba Fixes #6057 2016-01-31 17:02:44 +03:00
Alexander Makarov
feebb80c5b Fixed wording 2016-01-30 21:46:32 +03:00
Dmitry Naumenko
9691d3dcc1 Reverted bf42b24 2016-01-30 18:45:44 +02:00
Dmitry Naumenko
bf42b2442c Merge pull request #10715 from drodata/master
Fixed a typo
2016-01-30 17:39:22 +02:00
drodata
884d259705 Fixed a typo 2016-01-30 21:19:35 +08:00
Carsten Brandt
8da214d264 more docs for #10701 2016-01-29 20:59:02 +01:00
Alexey Rogachev
93e2803c49 Fixed typo in docs [skip ci] 2016-01-29 12:01:40 +06:00
Carsten Brandt
b9087460bb Fixed wrong SQL in the querybuilder docs 2016-01-28 21:12:29 +01:00
drodata
7035ccea66 Guide output-data-providers fixed code example 2016-01-26 17:02:54 +08:00
SilverFire - Dmitry Naumenko
efa72e61ec Guide-ru,-en: output-data-widgets - updated ActionColumn section 2016-01-26 10:17:46 +02:00
SilverFire - Dmitry Naumenko
89f677ba2a Guide db-active-record fixed code example 2016-01-23 09:35:21 +02:00
drodata
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
Alexander Makarov
8ea542cdbf #10581: Improved wording, added note about canGetProperty() and canSetProperty() to properties guide 2016-01-20 02:36:56 +03:00
githubjeka
b87999f6bb Fixes #10581: Add note about overriding get/set methods to behaviors guide 2016-01-20 02:30:17 +03:00
Nikola Kovacs
a61d9f224f fix link to AuthMethod 2016-01-15 11:37:49 +01:00
Carsten Brandt
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
John Kind
77569c8587 Fix typo in documentation. 2016-01-09 19:38:28 +03:00
Dmitry Naumenko
7fc2ea8020 Merge pull request #10514 from johnkind49/master
Fixed documentation.
2016-01-08 12:48:39 +02:00
Carsten Brandt
cdb7d84fea added support for non-gregorian calendar to formatter
fixes #8687
close #10517
2016-01-02 19:42:35 +01:00
John Kind
83d72cddc0 Fix logic in JS code expression in docs. 2016-01-02 02:34:17 +03:00
bfday
90eee9a7c9 Fixes #10504: typo in docs 2015-12-30 13:20:23 +03:00
SilverFire - Dmitry Naumenko
e0f4114d77 Updated guide-events en/ru 2015-12-27 23:07:36 +02:00