Commit Graph

8965 Commits

Author SHA1 Message Date
Mikk Tendermann
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
sirisoma
6d5d2dd3b2 Fixed Bokmål message translation (#17183) [skip ci] 2019-03-04 22:29:10 +03:00
Pavel Dovlatov
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
evilito
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
Alexander Makarov
b77e3ea0e7 Added missing changelog entry [skip ci] 2019-02-28 10:56:36 +03:00
Alexander Makarov
67f0c88bd2 prepare for next release 2019-02-28 10:08:17 +03:00
Alexander Makarov
5a0df13dcc release version 2.0.16.1 2019-02-28 10:03:06 +03:00
Alexander Makarov
26789ed04e Fixes #17093 by reverting #16891 (#17154) 2019-02-23 00:29:20 +03:00
Brandon Kelly
1cc83f02f5 Fixes #17150: Fixed yii\helpers\BaseInflector::camel2words() splitting ALLCAPS words on each letter 2019-02-22 23:41:14 +03:00
Carsten Brandt
67c6da0152 Update yii.php
Fixed German spelling for email address.
2019-02-22 17:23:20 +01:00
Carsten Brandt
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
Pavel Ivanov
bf73b9e80f Issue #17109: better phpdoc for yii\caching\Cache::getOrSet() [skip ci] (#17134) 2019-02-17 18:33:29 +03:00
Alexander Makarov
03b94989f8 Fixes #17109: Removed misleading line from Cache::getOrSet() phpdoc [skip ci] 2019-02-15 16:05:25 +03:00
Pavel Ivanov
2da6773b68 Fixes #17089: Fixed caching of related records when via() using with callable 2019-02-13 23:22:07 +03:00
Success Gao
b867cb7fd3 Fix comment space (#17115) [skip ci] 2019-02-08 12:47:39 +03:00
Pavel Ivanov
905cfd9725 Fixes #17098: Fixed message/extract when using message params returned from method calls 2019-02-07 20:44:11 +03:00
pdynarowski
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
Nikolay
fd3eb699d4 Fixes #17094: Fixed response on 204 status. Now it is empty 2019-02-04 00:10:47 +03:00
Carsten Brandt
39d3b6519c prepare for next release 2019-01-31 00:54:44 +01:00
Carsten Brandt
ed64d65886 release version 2.0.16 2019-01-31 00:54:16 +01:00
Carsten Brandt
768d590eef added missing @since annotations 2019-01-31 00:45:25 +01:00
Carsten Brandt
1128a6d609 added missing documentation 2019-01-31 00:20:44 +01:00
Mehdi Achour
6bd04093db Sync french translations (#17081) 2019-01-29 10:56:22 +03:00
Alexander Makarov
0d39d1cd4d Updated framework package composer.json 2019-01-29 00:36:14 +03:00
SilverFire - Dmitry Naumenko
e4eaccc14d Merge branch 'security' 2019-01-28 22:50:38 +02:00
Bizley
353cc7ac92 PL messages update (#17078) [skip ci] 2019-01-28 14:00:03 +03:00
Alexander Makarov
3d0ec35865 Updated Russian translation strings 2019-01-28 01:12:51 +03:00
Mehdi Achour
5544d31bb3 Fix #17049: Use var instead of let (#17055) 2019-01-21 15:21:47 +03:00
Bizley
de5b903806 Fixed regression in #16817 (#17056) 2019-01-21 15:20:43 +03:00
Dmytro Naumenko
adf8f9a32f Fixes #15931: yii\db\ActiveRecord::findOne() now accepts quoted table and column names using curly and square braces respectively 2019-01-20 17:20:43 +03:00
SilverFire - Dmitry Naumenko
025dd072c6 Replaces commit dfcf037c7. The prvious idea was wrong and broke some tests 2019-01-20 13:50:27 +02:00
SilverFire - Dmitry Naumenko
dfcf037c76 ActiveQuery::viaTable() now throws exception on wrongly prepared query
Closes #15876
2019-01-20 12:33:26 +02:00
Vladimir Votinov
3c091b802a When uses filter \yii\filters\PageCache, then yii\web\JsonResponseFor… (#17044)
* When uses filter \yii\filters\PageCache, then yii\web\JsonResponseFormatter sets Response::$content as null, howerer \yii\filter\PageCache has been restore content
2019-01-18 06:06:08 -05:00
SilverFire - Dmitry Naumenko
659b3d4b77 Fixing DB session override problems
See #16959
2019-01-15 12:42:13 +02:00
Pavel Ivanov
4333b90186 Fixes #15482: AR::find()->with() missing data when using string identifiers for relations 2019-01-14 18:50:56 -05:00
Alexander Makarov
63faf5f593 Fixes #16703: Updated upgrade notes mentioning important change made in 2.0.14 2019-01-15 02:37:35 +03:00
Pavel Ivanov
7ccadb4a79 Fixes #15167: Fixed loading of default value current_timestamp() for MariaDB >= 10.2.3 2019-01-11 17:47:40 -05:00
Nikolay
c59df914c1 Fixes #16253: Fixed empty checkboxlist validation 2019-01-10 09:17:37 -05:00
Pavel Ivanov
22d30f1999 Fixes #15286: Fixed incorrect formatting of time with timezone information 2019-01-09 09:59:56 -05:00
Evgeniy Moiseenko
e3b7581bca Fixes #15145: Fixed Validator::skipOnEmpty documentation [skip ci] 2019-01-09 06:51:31 -05:00
Albert Borsos
ec1809bed2 Fix to do not delete used message files with nested category names (#17021) 2019-01-06 16:20:25 -05:00
Nikolay
a140b2b468 Fixes #16991: Removed usage of utf8_encode() from Request::resolvePathInfo() 2019-01-03 17:36:16 -05:00
Dzhuneyt
4c88805f85 Translated Yii2 core messages in Bulgarian language (#17010) [skip ci] 2019-01-03 15:21:29 -05:00
Dzhuneyt
a790685e66 Fixes #16974: Regular Expression Validator to include support for 'u' (UTF-8) modifier 2019-01-03 15:12:42 -05:00
Nikolay
1a34f61e56 Fixes #16941: Set yii\console\controllers\MigrateController::useTablePrefix to true as default value 2019-01-03 12:16:42 -05:00
Alexander Makarov
a4b12b14ca Removed unneeded changelog line [skip ci] 2019-01-03 00:51:41 +03:00
Dmytro Naumenko
698e45ac1e Fixed code style 2019-01-02 18:24:16 +02:00
GHopper
a5182e5d5e Merge branch 'master' of git://github.com/yiisoft/yii2 into 16966-add-array_expression-support-to-relation-data 2019-01-01 22:33:52 +03:00
taobig
e1623868f9 Fixes #16891: Fixed Pagination::totalCount initialized incorrectly 2019-01-01 13:24:14 -05:00
GHopper
d02fb4e3dd Reduce the Cyclomatic Complexity level 2019-01-01 13:01:12 +03:00