121f817618
docs/guide pjax descriptions improved.
2016-04-13 22:50:43 +09:00
02329a4f65
[docs] pjax examples and explanations ( #11316 )
...
* [docs] pjax examples and explanations
* minor fixes
* other minor changes
* documentation for pjax and activeform
* style fix
* fix #2414 small change
* gramatic changes
2016-04-11 23:35:47 +03:00
b07c51dcb9
Update input-forms.md ( #11304 )
...
Fixed typo, made spelling of "drop-down" consistent with other documentation. Removed `use yii\helpers\ArrayHelper` from code example as ArrayHelper is no longer used in example.
2016-04-07 18:52:57 +03:00
e5bcbf4e1d
Closes #11228 : yii.activeForm.js - AJAX validation will not be triggered if client side validation failed
2016-04-06 23:53:52 +03:00
9b00e791ae
Added note about not using yii\caching\Cache::exists() along with dependencies to data caching guide
2016-04-06 12:33:46 +03:00
49aec24ae1
Enh: Migrate command now supports foreign keys
...
Fixes #11207 : migrate command can create foreign keys
2016-04-05 01:02:52 +03:00
7dc984d359
Fixed #8779 : Automatically set enctype form option when using file input field
2016-03-27 23:47:19 +03:00
0d0e88bd2e
Fix method [skip ci]
2016-03-26 02:52:02 +01:00
b399c4091c
Merge branch 'master' of https://github.com/yiisoft/yii2 into uk_translate
2016-03-24 00:23:27 +01:00
7620f673f5
Fixed structure-models guide
2016-03-22 23:35:16 +02:00
e16f776406
Updated docs
2016-03-22 23:31:23 +02:00
d62d1dbffc
[EN] Typo in tutorial-console.md
...
[UK] updating existing chapters
2016-03-19 23:05:46 +01:00
d3b5f4a284
Fixes #3656 : Encode / in "r" query parameter in docs as it really is
2016-03-15 21:52:41 +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
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
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