cb384f542d
Add upgrade note for #17344
2019-06-12 00:09:31 +03:00
a226b76776
Fixes #17341 : Allow callable objects to be set to \yii\filters\AccessRule::$roleParams
2019-06-12 00:02:07 +03:00
54b3d6d8ab
Fixes #17344 : Improved performance of yii\db\Connection::addSelect()
2019-06-11 16:14:38 +03:00
1ed6ec1e5c
Fixes #17353 : Added sameSite support for yii\web\Cookie and yii\web\Session::cookieParams
2019-06-11 00:33:36 +03:00
b638cc4a4e
Fixes #17348 : Improved performance of yii\db\Connection::quoteTableName()
2019-06-08 21:48:35 +02:00
60702e663e
Fixes #17345 : Improved performance of yii\db\Connection::quoteColumnName()
2019-06-07 11:29:24 +02:00
3297f207f5
Fixes #17341 : Fixed error from yii.activeForm.js in strict mode
2019-06-06 16:08:00 +02:00
869c8aa220
prepare for next release
2019-06-04 22:11:32 +03:00
0e1cdf0980
release version 2.0.20
2019-06-04 22:10:59 +03:00
317a73a59f
Fixes #17336 : Fixed wildcard matching in Event::hasHandlers()
2019-06-04 15:07:51 +02:00
2ca8da062c
Fixes #17328 : Added mime aliases for BMP and SVG files
2019-06-03 16:17:08 +02:00
8d9947f06a
Fixes #17299 : Fixed adding of input error class in \yii\widgets\ActiveField::widget
2019-05-28 09:03:39 +02:00
30e10837ba
Fixes #16509 : Fixed console command help text wordwrap for multi-byte strings
2019-05-22 14:42:12 +03:00
4980a72de5
prepare for next release
2019-05-21 19:01:47 +03:00
694a1410e8
release version 2.0.19
2019-05-21 19:01:16 +03:00
a44b307c01
Fixes #16918 : Console Table widget variables visibility was changed to protected to allow extending it
2019-05-21 12:46:08 +03:00
3a7779f09a
Fixes #17313 : Support jQuery 3.4
2019-05-21 11:51:14 +03:00
e1f6761dfd
Fixes #17233 : Fixed bug with integer model attribute names in Validator class
2019-05-15 18:03:57 +03:00
aa0f09b3e2
Fixes #17306 : Added ".mjs" extensions to mimetypes meta
2019-05-14 23:11:25 +03:00
56215d58e1
Fixes #12077 , #12135 , #17263 : Fixed PostgreSQL version of alterColumn() to accept properly ColumnSchemaBuilder definition of column
2019-04-30 21:08:00 +04:00
0f30174ae6
Fix typo in ExitCode ( #17294 )
...
A missing letter, nothing more
2019-04-30 01:36:01 +04:00
95c2e4a48f
prepare for next release
2019-04-23 15:48:55 +03:00
c286648494
release version 2.0.18
2019-04-23 15:48:26 +03:00
58761b4411
Fixes #16820 : yii\filters\Cors::prepareHeaders() now accepts Access-Control-Allow-Headers in preflight response
2019-04-16 17:27:26 +03:00
77d70bfbe6
Fixes #16589 : Fixed not using defaultValue in BlameableBehavior for console app
2019-04-15 18:06:16 +03:00
33405fa4a5
Fixes #17268 : Fixed Formatter didn't take power into account
2019-04-15 17:48:32 +03:00
703644864e
Fix Cache phpdoc example [skip ci]
2019-04-02 20:25:40 +03:00
9c37016dac
Fixes #17235 : yii\helpers\FileHelper::normalizePath() now accepts stream wrappers
2019-03-29 18:26:31 +03:00
e9b33916b6
Fixes #17220 : Fixed error when using non-InputWidget in active form field
2019-03-28 12:57:44 +03:00
caf9a28657
Added upgrade step for Yii 2.0.17 about yii\web\DbSession ( #17228 ) [skip ci]
...
https://github.com/yiisoft/yii2/pull/17188 might brake existing projects when the yii\web\DbSession class is extended.
2019-03-26 20:34:23 +03:00
f7fcc0043e
Revert "Fixes #17220 : Fixed widgets with no options"
...
This reverts commit a7f98964151d5894d9862fb0a1bf80040de86b69.
2019-03-24 15:57:46 +03:00
a7f9896415
Fixes #17220 : Fixed widgets with no options
2019-03-23 11:29:38 +03:00
1c0bfee6d8
prepare for next release
2019-03-23 00:27:01 +03:00
ffe38a920f
release version 2.0.17
2019-03-23 00:26:26 +03:00
d2c2f63686
Fixes #17127 : yii\db\ActiveRecord::findOne() now accepts table aliases
2019-03-22 15:59:26 +03:00
7a82f7d88d
Refactored EmailValidator DNS validation to take get_dns_record() into account
2019-03-20 21:48:19 +03:00
72b4e6d47c
kB instead of KB ( #16368 )
...
* kB instead of KB
When kilobyte is referred to 1000 bytes the abbreviation should be written with lower case "k" as kB. Upper case K is usually intended to refer to 1024 multiplier
See this page: https://en.wikipedia.org/wiki/Kilobyte
2019-03-20 21:04:43 +03:00
dafaff0a02
Fixes #16158 : Fix multiple select validation was trigged on other fields blur event
2019-03-20 20:09:34 +03:00
a3b6d227ba
Fixes #16335 : Fixed in yii\filters\AccessRule::matchIP() user IP validation with netmask in rule
2019-03-20 14:44:22 +03:00
55418776d4
Fixes #17215 : Improved security for servers running PHP 7.0.0+
2019-03-20 14:38:12 +03:00
a7276f6b72
Fixes #17152 : Fixed error page when using traceline option
2019-03-18 00:34:47 +03:00
8bb334b9ae
Fixes #9438 , #13740 , #15037 : Handle DB session callback custom fields before session closed
2019-03-09 15:54:39 +03:00
a8d4f8538e
Fixes #16681 : ActiveField::inputOptions were not used during some widgets rendering
2019-03-09 15:39:58 +03:00
5b5150ae62
Fixes #17133 : Fixed aliases rendering during help generation for a console command
2019-03-09 15:35:19 +03:00
687f15fbd2
Remove extra space char in comments ( #17198 ) [skip ci]
2019-03-09 00:55:30 +03:00
e6513a2c9e
Fixes #17124 : Fixed ErrorException when run ./yii fixture/unload without arguments
2019-03-06 17:34:34 +03:00
fc98a95a90
Fixes #17185 : Fixed AssetManager timestamp appending when a file is published manually
2019-03-05 18:11:27 +03:00
81f7d381e5
Fixes #17180 : Do not populate yii\web\Response::$response when response code is 204
2019-03-05 12:34:40 +03:00
bf89d95d6a
Fixes #17083 : Fixed yii\validators\EmailValidator::$checkDNS tells that every domain is correct on alpine linux
2019-03-04 22:35:21 +03:00
6d5d2dd3b2
Fixed Bokmål message translation ( #17183 ) [skip ci]
2019-03-04 22:29:10 +03:00