5439 Commits

Author SHA1 Message Date
543daf099f Added Formatter:$numberFormatterSymbols
this allows to specify custom symbols such as currency symbol.
also improved error reporting in case intl fails

fixes #7915, close #7920
2015-04-30 19:10:17 +02:00
c105622004 example for a link tag: issue #2803
[ci skip]
2015-04-30 18:25:04 +02:00
4496e2c405 preserve configuration of gridview even when called multiple times
fixes #8231
2015-04-30 10:54:45 +02:00
3bef482046 Merge pull request #8218 from vbelogai/master
Update Schema.php
2015-04-28 16:08:15 +03:00
672510d521 Update Schema.php
insert: added $columnSchemas initialization; added size parameter to pdoStatement->bindParam
2015-04-28 15:46:10 +03:00
8c81a15ac9 Fixed yii\helpers\Html::dropDownList() overrides label specified at 'groups' option 2015-04-28 15:45:03 +03:00
2c94bb0899 Fixes #7808: Adjusted Masked input to correctly generate the hash variable to store the plugin options 2015-04-27 22:10:16 -04:00
21f51400ef added information about quoting to batch insert 2015-04-27 10:22:56 +02:00
e6b09bb82f Fixes #7888 doc fix [skip ci] 2015-04-26 23:03:26 -04:00
b0be36668e slight refactoring for #8179 2015-04-26 21:32:50 +02:00
095398f9ce Merge pull request #8179 from thiagotalma/isAttributeChanged
Compare it equals
2015-04-25 22:01:50 -04:00
b13d47f52d changelog 2015-04-25 23:01:12 -03:00
4970fb1e95 if...else 2015-04-25 22:36:40 -03:00
4bb9ec8906 new param 2015-04-24 14:32:09 -03:00
771ff15133 Fixed yii\log\Logger unable to export session id
close #8174
fixes #8036
2015-04-24 18:22:26 +02:00
815ca6b444 Compare it equals 2015-04-24 12:45:15 -03:00
2199565180 Merge branch 'master' of github.com:yiisoft/yii2 2015-04-24 18:03:54 +03:00
a4f760e798 Fixed yii\base\Model does not recognize scenario declared by rules using 'except' 2015-04-24 18:03:34 +03:00
9a5abd923f cleanup after #8171 2015-04-24 15:28:57 +02:00
a0b5652673 yii\console\controllers\MessageController::saveMessagesToDb() updated to use yii\db\Schema::insert() 2015-04-24 15:34:46 +03:00
ca81665b64 Merge branch 'master' of github.com:yiisoft/yii2 2015-04-24 14:34:33 +03:00
faf7bb73fa redundant call chain removed 2015-04-24 14:34:07 +03:00
f13a4809b8 yii\test\ActiveFixture::load() updated to use yii\db\Schema::insert() 2015-04-24 14:30:40 +03:00
be6c619de9 Fixes #8171: Allow the user to enforce the fileSize to allow sending files which are not seekable. Needed when using S3 Stream Wrapper 2015-04-24 14:30:30 +03:00
4503cae876 code style fix 2015-04-24 13:47:44 +03:00
c0fc4596e2 Fixed yii\db\ActiveRelationTrait::populateRelation() fails when link refers to string convertable object attribute, like \MongoId 2015-04-24 13:42:47 +03:00
ef662b57be added missing @since annotations 2015-04-24 12:09:40 +02:00
462bdbfad2 moved CHANGLOG line which belongs to 2.0.4 instead of 2.0.3
698bfddeed
2015-04-24 11:43:10 +02:00
5bc9017267 Update CHANGELOG.md
added line for #8158
2015-04-22 23:56:47 +02:00
70abb9b31c add isset check on index which might not be set
close #8158
2015-04-22 22:25:00 +02:00
f2f211f610 Fallback for object containing \Closure added to yii\helpers\VarDumper::export() 2015-04-22 18:13:40 +03:00
91a6e4bc8e Fixed incorrect URL config processing at yii\web\Application::handleRequest() and yii\widgets\Menu::items if route element is not a first one 2015-04-22 17:43:15 +03:00
4672a8c83f Doc comments at yii\validators\Validator::isEmpty() fixed 2015-04-22 16:32:37 +03:00
1c1cfd5e2d yii\db\BaseActiveRecord::getAttributeLabel() refactored to be recursive 2015-04-22 14:19:46 +03:00
4482d9f8f3 Merge branch 'master' of github.com:yiisoft/yii2 2015-04-22 13:10:45 +03:00
f617618172 yii\db\BaseActiveRecord::getAttributeHint() added 2015-04-22 13:10:25 +03:00
0645622d49 Merge pull request #8151 from nkovacs/following
Grammar fix: followings -> following [skip ci]
2015-04-21 17:58:03 +03:00
5635a97fa2 Update BaseActiveRecord.php
more explicit code for #8149
2015-04-21 16:50:29 +02:00
6d96d3cbee Fixed yii\db\BaseActiveRecord::updateCounters() fails for new record saved with counter attribute not set 2015-04-21 16:23:00 +03:00
f11bdfa2a7 Grammar fix: followings -> following 2015-04-21 15:08:16 +02: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
1981a620d1 Merge pull request #7660 from creocoder/response-optimization
Light Response refactoring
2015-04-20 15:10:18 +03:00
851a914f67 phpdoc tweak: Model::scenarios() 2015-04-20 13:08:04 +02:00