Nobuo Kihara
0947f40125
Merge branch 'master' into docs-ja-0203
2016-02-03 22:49:22 +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
9ff88f24b9
docs/guide-ja updated [ci skip]
2016-02-03 20:49:20 +09: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
5c5cbc3099
Updated "Separate filter form" section in docs [skip ci]
2016-02-03 17:28:49 +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
3c0f4c072c
Merge branch 'master' of git://github.com/yiisoft/yii2 into 10653-grid-extra-filters
2016-02-03 15:01:06 +06:00
Alexey Rogachev
a9404a5161
Updated Separate filter form section in docs [skip ci]
2016-02-03 15:00:03 +06:00
Ilya Sevostyanov
b469510eee
Fixed rest-versioning.md
2016-02-03 10:26:11 +03: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
Evgeniy Moiseenko
574e3190f4
Fixed last commit "Correcting spelling"
2016-02-02 17:55:29 +05:00
Evgeniy Moiseenko
0c00378d4b
Correcting spelling
2016-02-02 17:25:30 +05:00
Dmitry Naumenko
c176360d48
Merge pull request #10720 from brussens/patch-1
...
Update tutorial-start-from-scratch.md
2016-02-01 09:35:59 +02:00
Dmitry Brusenskiy
f89a6ad859
Update tutorial-start-from-scratch.md
2016-02-01 08:14:09 +03:00
Dmitry Brusenskiy
5ed5754552
Update tutorial-start-from-scratch.md
2016-02-01 08:09:05 +03: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
Bizley
b57789dc07
Late addition
2016-01-29 21:51:09 +01:00
Bizley
62c3821785
Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl
2016-01-29 21:43:32 +01:00
Bizley
86f8aa0aa1
Links shortening and fixes
2016-01-29 21:42:41 +01:00
Carsten Brandt
8da214d264
more docs for #10701
2016-01-29 20:59:02 +01:00
Bizley
53b915ed4b
Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl
2016-01-29 18:54:32 +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
Daniel Filipek
bc37eadd84
structure-application-components.md 100%
2016-01-28 11:02:54 +01:00
Nobuo Kihara
74dc2de545
docs/guide-ja updated [ci skip]
2016-01-27 20:03:32 +09:00
Nobuo Kihara
226fe6995a
docs/internals-ja/core-code-style.md updated [ci skip]
2016-01-27 19:33:08 +09:00
Alexander Makarov
ed80bbeff2
Fixed tabs and spaces controversial statement
2016-01-26 14:00:41 +03: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
Evgeniy
08b2aadcf8
Correcting spelling
2016-01-18 11:56:33 +05:00
Nobuo Kihara
1e196e1c11
docs/guide-ja/db-query-builder.md updated [ci skip]
2016-01-17 18:46:09 +09:00
Daniel Filipek
571a936327
tutorial-mailing.md 100%
2016-01-15 13:23:30 +01:00
SilverFire - Dmitry Naumenko
25138d337c
Docs es,ja,pt-BR,ru,zh-CN: fixed link to AuthMethod
2016-01-15 13:15:18 +02: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
Nobuo Kihara
a1170aa033
doc fix - removed unnecessary bar [ci skip]
2016-01-13 20:29:36 +09:00
Bizley
217e944262
Fix
...
Adding the fix from
83d72cddc0
2016-01-10 11:55:55 +01:00