This sitecontroller documentation can be improved. There are instances where you won't return in an email for Facebook (when someone registers via phone). In addition, you may not return a login as well therefore you get an error. I added a check to make sure that they returned. In my personal instance, I returned a message where they had to use another login/register method if it didn't have an email. I also used email as the login.
in previous example this
Url::to(['post/index', 'year' => 2014, 'category' => 'php'])
will not create `/index.php/posts/2014/php`
because it will be handled by first find rule 'posts' => 'post/index' and url will be '/index.php/posts?year=2014&category=php'
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
On a 64bit system the intl formatter is used in all cases if installed.
fixes#5577
* 'master' of github.com:yiisoft/yii2: (23 commits)
datepicker should show empty field when value is empty string
complete docs about Nav to include the style
Update tutorial-mailing.md
Reverted #3665 (reverted from commit 2aa394996371c2b081bce4adfbc3f1c7a18b15cc)
Unit test for `yii\console\controllers\AssetController` advanced
Doc comments for `yii\console\controllers\AssetController` extended
`yii\console\controllers\AssetController` now handles bundle files from external resources properly
skip requirements checker test on HHVM
Update README.md in guide-es [skip ci]
Add helper-array.md in guide-es [skip ci]
a note about database naming style
Add syntax highlighting [skip ci]
docs/guide-ja/tutorial-core-validators.md - completed [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token
`\yii\authclient\AuthAction::defaultCancelUrl()` changed to use `yii\web\User::loginUrl`
MongoDB PHP extension min version raised up to 1.5.0
Были различные ссылки в русском гайде - привел все к английскому виду ссылки. Файлы по этим ссылкам еще не существуют поэтому переименовывать их и не нужно.
Fixed typo.
...