f11bdfa2a7
Grammar fix: followings -> following
2015-04-21 15:08:16 +02:00
ebe6c3e7fa
Merge pull request #8147 from sanchezzzhak/patch-2
...
fix example code [skip ci]
2015-04-21 11:31:57 +03:00
2b41103fef
fix example code
2015-04-21 09:23:46 +01:00
30234292ac
Merge pull request #8071 from klimov-paul/5042-insert-returning
...
Insert into returning alternative
2015-04-21 10:33:01 +03:00
0756d167a0
Fixes #8055 : should take precedence over
2015-04-20 21:46:26 -04:00
631d0ffb66
Merge pull request #8055 from Agrumas/patch-2
...
[REST] extraPatterns should take precedence over patterns
2015-04-20 21:44:20 -04:00
5dd3a14141
Fixes #7851 : removed incorrect phpdoc lines
2015-04-21 00:34:34 +03:00
28dce6c9b6
Fixes #7656 : Fixed yii\rbac\DbManager::getRolesByUser() and yii\rbac\PhpManager::getRolesByUser() to return roles only
2015-04-21 00:29:04 +03:00
1cfc40d6e5
link to the guide on quoting from query phpdoc
...
fixes #8141
2015-04-20 23:24:01 +02:00
10d0ad70af
close output buffer for widget on exception
...
while running bootstrap extension unit tests which were failing first
I found phpunit complaining about risky tests because output buffers
were not closed correctly. This change fixes this problem.
close #7844
2015-04-20 15:17:51 +02:00
8caaba0168
Allow specification of the $key as an array at yii\helpers\ArrayHelper::getValue()
2015-04-20 15:52:32 +03:00
cb88a3c49c
Translated theming guide into Russian
2015-04-20 15:10:17 +03:00
1981a620d1
Merge pull request #7660 from creocoder/response-optimization
...
Light Response refactoring
2015-04-20 15:10:18 +03:00
083c6fe86c
Merge pull request #7879 from onedevlink/little-first-branch
...
fix typo
2015-04-20 14:12:08 +03:00
851a914f67
phpdoc tweak: Model::scenarios()
2015-04-20 13:08:04 +02:00
91147996d5
Merge branch 'master' of github.com:yiisoft/yii2
2015-04-20 13:27:58 +03:00
9c40341d03
'links' and 'meta' envelope names are now configurable at yii\rest\Serializer
2015-04-20 13:27:29 +03:00
296e5816d8
typo #8113
2015-04-20 12:25:19 +02:00
4ac64e47f5
Issue #6442 added to CHANGELOG.md
2015-04-20 13:14:03 +03:00
a3df232655
Merge branch 'improved-mkdir-error'
...
Conflicts:
framework/CHANGELOG.md
2015-04-20 13:13:03 +03:00
95d65b4958
added missing @since tag
2015-04-20 12:56:41 +03:00
55f4342b5c
Merge branch 'master' of github.com:yiisoft/yii2 into 1468-attribute-hint
2015-04-20 12:43:27 +03:00
427ee8dcbf
Automatic encoding at BaseHtml::activeHint() removed
2015-04-20 12:42:41 +03:00
a0b8f74d2e
yii\db\Schema::insert() primary key value composition fixed
2015-04-20 11:48:51 +03:00
1641919643
Fix for tests directory recomposition
2015-04-20 11:28:35 +03:00
aa9399c6c0
Merge branch 'master' of github.com:yiisoft/yii2 into 5042-insert-returning
2015-04-20 11:23:38 +03:00
6751a80ea0
yii\db\Schema::insert() now returns primary key value for empty sequence
2015-04-20 11:22:58 +03:00
e406b026c8
finished theming guide [skip ci]
2015-04-19 23:03:15 -04:00
739cde461a
added some references to the guide
2015-04-19 19:35:02 +02:00
016a1cfd4f
Translated structure-models.md into Russian
...
Create structure-models.md
2015-04-19 20:31:34 +03:00
11e76a09c9
Merge pull request #8127 from mitalcoi/doc_session-and-cooke_ru
...
Docs for session and cookie ru
2015-04-19 20:24:39 +03:00
36ddf670a8
Merge pull request #8124 from howardpanton/patch-1
...
Added missing text for creating EntryModel
2015-04-19 20:24:18 +03:00
561c4a157d
Merge pull request #8126 from zhdanovartur/patch-1
...
Fixed empty($class->method()) style for 5.4
2015-04-19 20:21:57 +03:00
90547b2a60
Merge pull request #8128 from Agrumas/lt-translation
...
Updated Lithuanian translation
2015-04-19 20:17:57 +03:00
82c8f3101e
Updated Lithuanian translation
2015-04-19 16:13:31 +03:00
25c42b3549
Fixed empty($class->method()) style for 5.4
...
Fixed empty($class->method()) style for 5.4, because this feature allowed for php5.5 or high.
2015-04-19 15:41:26 +03:00
ef912f4e43
[REST] specifying a higher priority rule via extraPatterns
2015-04-19 15:19:33 +03:00
ca9417c65a
Merge branch 'master' of git://github.com/yiisoft/yii2 into doc_session-and-cooke_ru
2015-04-19 16:03:23 +04:00
ef6c3bbab9
Add docs(RU) for runtime-sessions-cookies.md
2015-04-19 16:03:17 +04:00
edf4abcdb6
finished data provider guide [skip ci]
2015-04-18 22:55:48 -04:00
8a74eff38c
Added missing text for creating EntryModel
...
Missing "use Yii" when creating EntryModel
2015-04-18 23:24:08 +01:00
b53e1a9828
Merge pull request #8116 from yiijan/docs-ja-0418
...
docs/guide-ja updated [ci skip]
2015-04-17 22:08:34 -04:00
6fe4c067b9
docs/guide-ja/output-sorting.md updated [ci skip]
2015-04-18 10:50:42 +09:00
fd0e9e61d7
docs/guide-ja/output-pagination.md updated [ci skip]
2015-04-18 09:56:56 +09:00
3083fee143
docs/guide-ja updated [ci skip]
2015-04-18 09:05:31 +09:00
85ca8c3712
Added ability to specify hints for model attributes
2015-04-17 14:16:28 +03:00
f21b8511c9
Fixed test
2015-04-17 11:52:57 +03:00
59a9f47f8e
Fixed last page label
2015-04-17 11:52:32 +03:00
a733ecd40c
yii\widgets\LinkPager::$firstPageLabel and yii\widgets\LinkPager::$lastPageLabel now could be set to true in order to use page number as label
2015-04-17 11:51:48 +03:00
9fed791cd9
Merge pull request #8111 from bpteam/master
...
missing function name
2015-04-17 11:46:09 +03:00