Commit Graph

6746 Commits

Author SHA1 Message Date
Klimov Paul
90b9ed87bd Added yii\data\Sort::setAttributeOrders() 2016-08-31 14:03:34 +03:00
Klimov Paul
56cc97ae42 Added yii\console\controllers\AssetController::deleteSource 2016-08-31 13:06:19 +03:00
Robert Korulczyk
8142de23d4 Improve normalizer for URL manager 2016-08-30 21:25:23 +02:00
Cronfy
a7f63b6da3 Add normalizer for URL manager. 2016-08-30 21:22:58 +02:00
Klimov Paul
75439d367d Fixed canGetProperty() and canSetProperty() returns false for yii\db\BaseActiveRecord attributes 2016-08-30 17:39:23 +03:00
Carsten Brandt
cd26cbf11a added docs example to HttpBasicAuth filter
fixes #8740
2016-08-30 15:06:33 +02:00
Klimov Paul
c41ced6f1a PhpDoc for \yii\web\View::registerJsFile() improved 2016-08-30 15:47:06 +03:00
Klimov Paul
4f7b1b0817 Fixed yii\db\BaseActiveRecord::refresh() may set incorrect oldAttributes values at some cases 2016-08-30 14:42:46 +03:00
Klimov Paul
e0882a864d Added argument to yii\grid\ActionColumn::urlCreator callback, which holds reference to the column instance 2016-08-30 13:57:09 +03:00
Klimov Paul
09b1fd47e0 Fixed yii\log\FileTarget does not apply fileMode for rotated via copy files 2016-08-30 13:41:54 +03:00
Carsten Brandt
e97c798a4f fixed wrong docs about behaviors
fixes #12392
2016-08-30 11:40:15 +02:00
Aleksey Loban
5307d50852 Typos yii\validators\Validator::$whenClient [skip ci] 2016-08-30 10:23:11 +03:00
Klimov Paul
cd8c01f555 Fixed yii\rest\Serializer::serialize() serializes DataProvider incorrectly, if models keys do not compose integer sequence 2016-08-29 18:20:16 +03:00
Roman Grinyov
0187c09a84 Cosmetic changes 3 2016-08-28 18:14:14 +03:00
Dmitry Naumenko
6d12d79962 Merge pull request #12359 from w3lifer/patch-13
Cosmetic changes 2
2016-08-28 10:56:42 +03:00
Roman Grinyov
10462f1a81 Cosmetic changes 2016-08-28 03:28:57 +03:00
Roman Grinyov
389054dde1 Cosmetic changes 2 2016-08-28 02:17:17 +03:00
Dmitry Naumenko
213715731c Merge pull request #12356 from w3lifer/patch-11
Cosmetic changes
2016-08-27 20:58:33 +03:00
Roman Grinyov
a6fa576aab Cosmetic changes 2016-08-27 20:36:32 +03:00
Roman Grinyov
b5b674995c Cosmetic changes 2016-08-27 20:05:33 +03:00
SilverFire - Dmitry Naumenko
1e1723a741 Updated PHPDoc in BaseActiveRecord
Closes #12349
2016-08-26 22:11:35 +03:00
SilverFire - Dmitry Naumenko
0f568807e5 Updated PHPDoc in ActiveRecordInterface 2016-08-26 22:11:09 +03:00
Roman Grinyov
ba43ef370d Cosmetic changes 2016-08-26 16:00:51 +03:00
hAppywAy_
cac514e8e9 Fixes #12293: Fixed MSSQL Schema::resolveTableNames() when using linked database tables 2016-08-25 23:08:37 +03:00
SilverFire - Dmitry Naumenko
7ebf625be1 Merge branch 'master' of https://github.com/h0ckeypl4yer/yii2 into h0ckeypl4yer-master 2016-08-25 21:58:13 +03:00
Carsten Brandt
469c0548b6 fixed formatter to respect grouping separator for currency format
fixes #12331
2016-08-25 20:29:50 +02:00
Dmitriy Makarov
2d9b659777 Fixes #12296: Added value validation to yii\log\Target::setLevels() 2016-08-25 20:47:03 +03:00
SilverFire - Dmitry Naumenko
3ff988a761 CHANGELOG updated 2016-08-25 20:25:05 +03:00
Anatoly Rugalev
fa5baf3275 [#9989] Added support of formaction, formmethod and formenctype submit button attributes 2016-08-25 20:25:05 +03:00
Dmitry Naumenko
fa3e65ccd8 Merge pull request #12181 from githubjeka/patch-5
Added PageCache info of in log
2016-08-25 20:12:26 +03:00
Liam Davies
98b6851c41 Update User.php
A Few spelling corrections.
2016-08-25 09:59:58 +01:00
Roman Grinyov
926a238595 Removed duplicate sentence in docblock (#12290) [skip ci] 2016-08-24 13:31:53 +03:00
Roman Grinyov
f0e999e017 Cosmetic changes (#12292) [skip ci] 2016-08-24 13:10:03 +03:00
Roman Grinyov
434a4ce632 Typos in class docblock (#12270) 2016-08-23 22:23:30 +02:00
Sergey Gonimar
4c2301b782 Rename tj to tg according to ISO 639-1 (#12261) 2016-08-23 11:08:34 +02:00
Carsten Brandt
4b40417972 improved docs about sendFile() in Request 2016-08-23 10:00:01 +02:00
Roman Grinyov
00e4470c42 Cosmetic changes 2016-08-23 09:46:22 +03:00
Dmitry Naumenko
f35f94bd3e Merge pull request #12230 from RangelReale/activelistvalue
Allows BaseHtml::activeListInput to override the field value
2016-08-22 17:34:18 +03:00
SilverFire - Dmitry Naumenko
623f30324d Added tests for ActiveField::hint(), fixed code formatting 2016-08-22 16:59:09 +03:00
Roman Grinyov
b54ef3f9e3 Typos in docblock of $errorAction (#12250) [skip ci] 2016-08-22 16:38:58 +03:00
Rangel Reale
9a2b6e48ad * Changelog 2016-08-22 10:17:01 -03:00
Roman Grinyov
d8e0694aec Added missing square bracket 2016-08-22 13:26:44 +03:00
Nate Sanden
d33227ab85 typo fix (#12217) [skip ci] 2016-08-21 12:58:11 +03:00
Rangel Reale
13c05ef3fa * Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it 2016-08-20 13:33:12 -03:00
Evgeniy Tkachenko
89bcda97fe PHPDoc: Add @param $value to MemCache::addValue() (#12215) [skip ci] 2016-08-19 19:50:08 +03:00
Evgeniy Tkachenko
3ce36573b6 Fix 12188 (#12202)
* PHPDoc: \yii\caching\Cache::$serializer

* PHPDoc: \yii\caching\Cache::getValue

* PHPDoc: Review implementations of \yii\caching\Cache with considering $serializer

* PHPDoc: fix typos
2016-08-19 15:55:03 +03:00
Evgeniy Tkachenko
bbeebaa11e Update PageCache.php 2016-08-19 12:20:59 +03:00
Evgeniy Tkachenko
a9eee3f243 Update Cache.php 2016-08-18 08:22:07 +03:00
Evgeniy Tkachenko
3e680f9311 Update FragmentCache.php (#12179) [skip ci] 2016-08-17 11:58:09 +03:00
AS
665a12b25c Fix typo detaild -> detailed (#12177) [skip ci] 2016-08-17 11:56:25 +03:00