Commit Graph

8965 Commits

Author SHA1 Message Date
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
Carsten Brandt
d2dd232b6f message improvement and test for #11323 2016-07-06 14:27:50 +02:00
PowerGamer1
e0ace833d0 Added Error message for combined attributes to unique validator
- error message `$comboNotUnique` to include model attribute labels instead of attribute names.
- Fixes #11322

close #11323
2016-07-06 14:09:56 +02:00
Carsten Brandt
bcc19e97cb added note about Oracle DB connection charset
close #11387
2016-07-06 13:00:18 +02:00
Carsten Brandt
8c17e4a6c1 updated jQuery dependency to include 1.12.x
close #11364
2016-07-06 00:33:30 +02:00
Carsten Brandt
7fb447506d fix mixed case column names for unique indexes in postgres
fixes #10613
2016-07-06 00:11:07 +02:00
Alexander Makarov
65232792b9 #10503: Added note about flusing APC and OpCache from CLI 2016-07-05 23:05:39 +03:00
Carsten Brandt
1c20062628 fixed changelog position 2016-07-04 15:16:45 +02:00
Carsten Brandt
bfba387653 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Fixes #11212: Added headers to PO file in `yii\i18n\GettextPoFile::save()`
2016-07-04 15:13:25 +02:00