8386 Commits

Author SHA1 Message Date
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
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
8cc74f5c57 Fixes #17156: Fixes PHP 7.2 warning when a data provider has no data as a parameter for a GridView 2019-02-28 11:02:08 +03:00
b77e3ea0e7 Added missing changelog entry [skip ci] 2019-02-28 10:56:36 +03:00
67f0c88bd2 prepare for next release 2019-02-28 10:08:17 +03:00
5a0df13dcc release version 2.0.16.1 2019-02-28 10:03:06 +03:00
26789ed04e Fixes #17093 by reverting #16891 (#17154) 2019-02-23 00:29:20 +03:00
1cc83f02f5 Fixes #17150: Fixed yii\helpers\BaseInflector::camel2words() splitting ALLCAPS words on each letter 2019-02-22 23:41:14 +03:00
67c6da0152 Update yii.php
Fixed German spelling for email address.
2019-02-22 17:23:20 +01:00
fbadefecae Fixed reference to mailer application component in docs
The application component is named "mailer" by default, not "mail".
2019-02-22 14:49:57 +01:00
bf73b9e80f Issue #17109: better phpdoc for yii\caching\Cache::getOrSet() [skip ci] (#17134) 2019-02-17 18:33:29 +03:00
03b94989f8 Fixes #17109: Removed misleading line from Cache::getOrSet() phpdoc [skip ci] 2019-02-15 16:05:25 +03:00
2da6773b68 Fixes #17089: Fixed caching of related records when via() using with callable 2019-02-13 23:22:07 +03:00
b867cb7fd3 Fix comment space (#17115) [skip ci] 2019-02-08 12:47:39 +03:00
905cfd9725 Fixes #17098: Fixed message/extract when using message params returned from method calls 2019-02-07 20:44:11 +03:00
c776cf6240 Update UrlManager.php (#17102)
change >>'POST <controller:[\w-]+>s' => '<controller>/create'<< to >>'POST <controller:[\w-]+>' => '<controller>/create'<<
In POST we don't have 's' so  '<controller>/create but not '<controller>s/create
2019-02-05 23:08:32 +03:00
fd3eb699d4 Fixes #17094: Fixed response on 204 status. Now it is empty 2019-02-04 00:10:47 +03:00
39d3b6519c prepare for next release 2019-01-31 00:54:44 +01:00
ed64d65886 release version 2.0.16 2019-01-31 00:54:16 +01:00
768d590eef added missing @since annotations 2019-01-31 00:45:25 +01:00
1128a6d609 added missing documentation 2019-01-31 00:20:44 +01:00
6bd04093db Sync french translations (#17081) 2019-01-29 10:56:22 +03:00
0d39d1cd4d Updated framework package composer.json 2019-01-29 00:36:14 +03:00
e4eaccc14d Merge branch 'security' 2019-01-28 22:50:38 +02:00
353cc7ac92 PL messages update (#17078) [skip ci] 2019-01-28 14:00:03 +03:00
3d0ec35865 Updated Russian translation strings 2019-01-28 01:12:51 +03:00
5544d31bb3 Fix #17049: Use var instead of let (#17055) 2019-01-21 15:21:47 +03:00
de5b903806 Fixed regression in #16817 (#17056) 2019-01-21 15:20:43 +03:00