Commit Graph

6664 Commits

Author SHA1 Message Date
Klimov Paul
f1af3133c9 composer.lock restored 2016-08-04 17:43:52 +03:00
Alexander Zlakomanov
9d5bf60a89 Added Oracle mutex 2016-08-04 17:35:50 +03:00
Robert Korulczyk
993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in ArrayHelper::merge() 2016-08-03 22:49:49 +03:00
Dmitriy Makarov
51d9c288cb Added missing 'LEVEL_PROFILE' (#12068) 2016-08-03 11:11:50 +03:00
Aris Karageorgos
1c65516153 Update AuthMethod.php (#12063) [skip ci] 2016-08-02 11:30:01 +03:00
Klimov Paul
01e2ba1d28 BC for JsonSerializable at BaseJson::processData() restored 2016-08-01 10:38:51 +03:00
Klimov Paul
acfe21b400 Fixed yii\helpers\Json::encode() encodes empty array returned by JsonSerializable::jsonSerialize() as object 2016-08-01 10:31:10 +03:00
Alexander Makarov
9f71bf400e Fixes #12038: Introduced yii\base\ViewNotFoundException which is thrown when views file doesn't exists, used it in ViewAction 2016-07-30 15:07:56 +03:00
Alexander Makarov
ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 2016-07-30 01:18:52 +03:00
Alexander Makarov
b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 2016-07-30 01:09:39 +03:00
Alexander Makarov
25e0a879d6 Added output check for session handler #10583 2016-07-30 00:57:49 +03:00
Alexander Makarov
ffb7ca2a78 Removed unused import 2016-07-30 00:18:14 +03:00
Alexander Makarov
876ef142c1 Remove explicit property initialization with null 2016-07-30 00:18:05 +03:00
Alexander Makarov
9b1b4fc5fa Added missing phpdoc 2016-07-30 00:02:51 +03:00
Alexander Makarov
33a45b196c Additional optimization for #12048 2016-07-29 23:37:41 +03:00
Alexander Makarov
0dbe589bf5 Fixes #12048: Improved message extraction command performance 2016-07-29 23:35:09 +03:00
Alexander Makarov
c7d5e69cda Eliminated unused variables 2016-07-29 23:06:38 +03:00
Alexander Makarov
ef4885f478 Removed unnecessary semicolon 2016-07-29 22:57:47 +03:00
Alexander Makarov
0061692e60 Replaced unnecessary double quotes with single quotes 2016-07-29 22:56:38 +03:00
Alexander Makarov
7c6f76cb1a Fixes #10583: Do not silence session errors in debug mode 2016-07-29 22:44:04 +03:00
Alexander Makarov
c249cf5652 Changelog for #12045 2016-07-29 16:27:38 +03:00
Dmitriy Makarov
5189693560 Added 'LEVEL_PROFILE' to the map of levels (#12045) 2016-07-29 16:25:03 +03:00
SilverFire - Dmitry Naumenko
9a82e1a01f CHANGELOG updated 2016-07-29 12:02:09 +03:00
Alexander Makarov
c584acd296 Reverted accidental change 2016-07-29 00:57:10 +03:00
Alexander Makarov
edc62172fa Fixes #12037: Fixed 2.0.7 regression in memcahe/memcached cache backend 2016-07-28 23:35:31 +03:00
Егор Малыгин
a2123d8bb9 Fixed typo in BaseMigrateController.php (#12033) 2016-07-28 16:34:48 +03:00
SilverFire - Dmitry Naumenko
aaff45ebf1 Revert "Fixes #11972: Fixed active form afterValidate wasn't triggered in some cases"
This reverts commit 8211dcc41b.
2016-07-28 13:13:09 +03:00
Klimov Paul
8de6a5117c Fixed yii\base\Model::offsetExists() throws an exception on un-existing field 2016-07-28 12:33:16 +03:00
Daniel Gómez Pan
83496853c8 Fixes #11461: Fixed migration tool error when create migrate with comma in defaultValue 2016-07-28 01:15:55 +03:00
Alexander Makarov
fa845ee481 Fixes #11726: DbSession was echoing database errors in production mode 2016-07-26 15:36:08 +03:00
SilverFire - Dmitry Naumenko
6263eeba69 Updated PHPDoc 2016-07-25 23:33:42 +03:00
lynicidn
8211dcc41b Fixes #11972: Fixed active form afterValidate wasn't triggered in some cases 2016-07-21 18:19:13 +03:00
Ilya Sevostyanov
91c67262ce Fix typo (#11998) [skip ci] 2016-07-21 15:02:54 +03:00
Nobuo Kihara
1d478bdd14 framework/messages/ja/yii.php updated [ci skip] 2016-07-19 21:30:29 +09:00
Alexander Makarov
6728d5d0e0 Fixes #11965: fixed docs for MessageController only and except 2016-07-15 21:46:14 +03:00
Egor Verbitskiy
c99acb6182 Fixes #11950: Improve BaseArrayHelper::keyExists speed 2016-07-15 14:53:25 +03:00
Egor Verbitskiy
2fbd55b634 Fixes #11949: Fixed ActiveField::end generates close tag when it's option['tag'] is null 2016-07-14 12:38:26 +03:00
Roman Grinyov
f7f24d3c47 Fix code block in phpDoc of BaseArrayHelper::filter (#11948) [skip ci] 2016-07-14 12:21:42 +03:00
pavlm
355d83ac58 Fixes #11947: Fixed gridData initialization in yii.gridView.js 2016-07-13 23:48:45 +03:00
Shaig Khaligli
23fae0a7f9 Updated "az" translations (#11942) [skip ci]
Minor changes in Azerbaijani translation - more fluent.
2016-07-13 11:16:02 +03:00
Carsten Brandt
952d6cbe9a updated german translation 2016-07-12 12:43:47 +02:00
Evgeniy
ad796dbf22 #11912: Postgresql negative default values support for integer/float/decimal columns (#11933)
* fixes #11912: Postgresql negative default values support for integer/float/decimal columns

* added more tests

* updated CHANGELOG.md
2016-07-11 23:49:43 +02:00
Carsten Brandt
39ca04b5ab prepare for next release 2016-07-11 15:38:16 +02:00
Carsten Brandt
ee92cfa7ba release version 2.0.9 2016-07-11 15:36:42 +02:00
Carsten Brandt
bda42b68ce fixed yii\di\Instance documentation
fixes #11637
2016-07-11 15:01:17 +02:00
Carsten Brandt
217d50e4ff improved PHPdoc and @since annotations 2016-07-11 12:58:43 +02:00
Alberto Barradas Spezzia
b019d23281 Fix #11896 DROP TRIGGER for migrate/down in RBAC (#11919) 2016-07-07 23:34:36 +03:00
Angel Guevara
8c240ed067 Fixes #11683: Fixed fixture command to work with short syntax. yii fixture "*, -User" should be used instead of yii fixture "*" -User 2016-07-07 01:30:06 +03:00
Carsten Brandt
326cdfeb52 added test for #11256 2016-07-06 14:51:59 +02:00
Angel Guevara
6b6fa96319 Fix #11252 use strict comparison on hasAttribute()
close #11256
2016-07-06 14:48:38 +02:00