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 |
|
Laszlovl
|
0f640c7138
|
Make sure inverseOf relations are also populated during dynamic relational queries
Refs #6347
|
2016-07-04 15:07:37 +02:00 |
|
stevekr
|
8ca845b680
|
Fixes #11212: Added headers to PO file in yii\i18n\GettextPoFile::save()
|
2016-07-04 15:13:38 +03:00 |
|
Nikola Kovacs
|
43fddc74c9
|
remove unnecessary gettimeofday system call
close #9628
|
2016-07-04 12:41:58 +02:00 |
|
Carsten Brandt
|
93f6ddfbe9
|
document the fact that widgets use output buffering
so they may break ob stack when end() and begin() are called in
different views.
close #11687
|
2016-07-04 12:12:44 +02:00 |
|
stevekr
|
73bc7aab71
|
Fixes #11878: Fixed i18n gettext fallback language message loading
|
2016-07-04 12:53:54 +03:00 |
|
Robert Korulczyk
|
5992eea571
|
Fixes #11808: _table and _column suffixes are now required when generating migration
|
2016-07-04 12:50:37 +03:00 |
|
Carsten Brandt
|
b0bb8649a3
|
HHVM compatible fix for messageformatter error
fixes #11528
|
2016-07-04 11:01:24 +02:00 |
|
Carsten Brandt
|
91f1ac1d99
|
fixed exception on malformed message in Messageformatter
this exception is thrown since PHP7
fix is compatible with older versions.
close #11644
fixes #11528
|
2016-07-04 10:42:39 +02:00 |
|
Kostas Thermos
|
d219b17e65
|
Test for MessageFormatter with broken pattern
close #11644
|
2016-07-04 10:42:39 +02:00 |
|
Carsten Brandt
|
7126209037
|
make AccessRule::matchVerb() more reliable
related to #11857
|
2016-07-03 12:47:56 +02:00 |
|
Kanin Peanviriyakulkit
|
c66121d2b6
|
update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876)
|
2016-07-03 12:05:42 +02:00 |
|
Carsten Brandt
|
d9122a74a9
|
improved tests and docs for #11857
|
2016-07-03 11:02:25 +02:00 |
|
Carsten Brandt
|
0895f212c6
|
improved docs about tag option in HTML options
|
2016-07-03 10:57:47 +02:00 |
|
Alexander Makarov
|
4fd4ac04b1
|
Minor adjustments for #11462
|
2016-07-03 02:05:13 +03:00 |
|
Viktor Pikaev
|
30bb9bd7c8
|
Fixes #11462: Added support of filtering rules to yii\log\Target::$logVar, added \yii\helpers\BaseArrayHelper::filter() method
|
2016-07-03 01:56:05 +03:00 |
|
Alexander Makarov
|
16e4cab8f1
|
Fixes #11865: Fixed setting selected for dropdown list using options
|
2016-07-03 01:43:50 +03:00 |
|
DrDeath72
|
2c021f5ab8
|
Update CHANGELOG.md (#11871) [skip ci]
|
2016-07-02 21:32:31 +03:00 |
|
Alexander Makarov
|
3b5634bf8b
|
Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0
|
2016-07-02 21:06:39 +03:00 |
|