18870 Commits

Author SHA1 Message Date
9a90f48059 Merge remote-tracking branch 'upstream/master' 2019-03-07 11:37:51 +07: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
7813c268f3 Fixed typo in Russian db-active-record.md (#17182) [skip ci] 2019-03-05 13:40:24 +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
d5894fccc9 Update, add Intro Upgrade from v1 2019-03-01 17:48:04 +07:00
50b7105e8b Update, add Intro Upgrade from v1 2019-03-01 17:39:55 +07: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 2.0.16.1 2019-02-28 10:03:06 +03:00
70c706a293 Exclude 3.0.0 tag from release command [skip ci] 2019-02-28 09:24:33 +03:00
bd1dca7e50 Fixed Russian guide typo (#17160) [skip ci] 2019-02-27 20:11:52 +03:00
46a607fec3 Fixed Russian guide typo (#17163) [skip ci] 2019-02-27 20:10:54 +03:00
da6195b401 Fixed Russian guide typo (#17161) 2019-02-27 20:09:55 +03:00
2e4a8849ed Fixed Russia guide typo (#17164) [skip ci] 2019-02-27 20:09:01 +03:00
4ae663d79a Fixed Russia guide typo (#17165) [skip ci] 2019-02-27 20:07:52 +03:00
4a9bf45264 docs/guide-ja updated [ci skip] (#17162) 2019-02-27 20:03:01 +03:00
e3b2465524 Merge remote-tracking branch 'upstream/master' 2019-02-25 13:19:08 +07:00
f1dd4ac508 Typo (#17155) [skip ci] 2019-02-23 18:39:29 +03:00
1f1319cb9e anchor tag fixed (from <a> to <span>) [ci skip] (#17157) 2019-02-23 18:38:38 +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
2460e7f7ba Update tutorial-yii-integration.md (#17153) 2019-02-22 15:47:06 +03: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
3d878d7e1e Fixed constructor style in docs [skip ci] 2019-02-14 12:18:43 +03:00
d377c14cf1 Fixed docs typo (#17129) [skip ci]
`RUL` -> `URL`
2019-02-14 10:30:06 +03:00
2da6773b68 Fixes #17089: Fixed caching of related records when via() using with callable 2019-02-13 23:22:07 +03:00
6aa6359bbc Fix Chinese db-active-record.md (#17122) [skip ci] 2019-02-11 13:46:15 +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
c64152d014 Update start-installation.md (#17113) [skip ci] 2019-02-07 18:18:07 +03:00
fe3ae964cd Updates pt-BR translation (#17105) [skip ci] 2019-02-06 12:37:48 +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
b904f78f9e Updates translation pt-BR (#17101) [skip ci]
* Translates start prerequisites to pt-BR
* Fixes grammatical and didactic errors
* Updates new topics and fixes minor grammatical errors
* Updates translation and fixes grammatical and conceptual errors
2019-02-04 08:01:43 +03:00
6246185607 Upgrade to newer scrutinizer engine (#17100) 2019-02-04 00:37:59 +03:00
fd3eb699d4 Fixes #17094: Fixed response on 204 status. Now it is empty 2019-02-04 00:10:47 +03:00
247fc330f5 Disabled code lines check and methods count check for Codeclimate 2019-02-03 23:35:53 +03:00
7470eea2e9 Updates translation to fix several gramatical, didatical, conceptual and functional errors (#17097) [skip ci] 2019-02-03 10:04:46 +03:00
0602b06c8d Improves readability, updates topics and fixes broken links (#17096) [skip ci] 2019-02-02 19:31:58 +03:00
39d3b6519c prepare for next release 2019-01-31 00:54:44 +01:00
ed64d65886 release version 2.0.16 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