Daniel Gomez Pan
0d0e88bd2e
Fix method [skip ci]
2016-03-26 02:52:02 +01:00
Borales
b399c4091c
Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate
2016-03-24 00:23:27 +01:00
SilverFire - Dmitry Naumenko
7620f673f5
Fixed structure-models guide
2016-03-22 23:35:16 +02:00
SilverFire - Dmitry Naumenko
e16f776406
Updated docs
2016-03-22 23:31:23 +02:00
Borales
d62d1dbffc
[EN] Typo in tutorial-console.md
...
[UK] updating existing chapters
2016-03-19 23:05:46 +01:00
Alexander Makarov
d3b5f4a284
Fixes #3656 : Encode / in "r" query parameter in docs as it really is
2016-03-15 21:52:41 +03:00
Alexander Makarov
82f3a4507a
#11054 : Added note about redirects in error handler
2016-03-10 23:48:28 +03:00
Jitendra Joshi
4f96dd2f53
MySQL default column type for TimestampBehaviour
2016-03-11 00:51:45 +05:30
Jitendra Joshi
7667aa1ce2
Added note about app specific configs to RBAC docs
2016-03-05 18:08:57 +03:00
SilverFire - Dmitry Naumenko
10aee2cfab
[ci skip] updated screenshot in guide start-databases
...
https://github.com/yiisoft/yii/issues/4022
2016-03-04 19:05:43 +02:00
SilverFire - Dmitry Naumenko
89dc2570c2
[ci skip] updated population in guide start-databases
...
https://github.com/yiisoft/yii/issues/4022
2016-03-04 17:07:52 +02:00
Dmitry Naumenko
857eee2451
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
...
WIP #10840
2016-03-04 13:53:28 +02:00
Martijn Hols
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
Carsten Brandt
cdf4dc3861
added ICU data to i18n test script
2016-03-02 13:28:15 +01:00
Daniel Gomez Pan
748cea825c
WIP #10840 : fix grammar [skip ci]
2016-02-28 21:14:01 +01:00
Daniel Gomez Pan
84f42a78e0
WIP #10840 : update docs [skip ci]
2016-02-28 00:44:10 +01:00
Carsten Brandt
e91c92d774
added missing info about asset folders to yii integration guide
2016-02-25 10:29:04 +01:00
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