7634 Commits (f2e3312dbc9002264c2cd1791c7a1a4b9c993050)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 79ad74f763
Fixed wrong PHPDoc annotaion in ActiveRecordInterface 7 years ago
Erkan Karataş aaedd200b0 Formatter asDatetime() documentation $format fix (#14708) 7 years ago
Sam 4081a4b203 Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
Carsten Brandt 8ff3756d55
remove loop over an array with one element 7 years ago
Carsten Brandt f87ddd48b8
added note about opcache and PHPDoc annotations to Markdown helper 7 years ago
Carsten Brandt 9e713dba29
break if a matching trusted host is found 7 years ago
SilverFire - Dmitry Naumenko 0e2b6c41b8
Simplified API of `Formatter::asWeight()` and `Formatter::asLength()` methods 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Robert Korulczyk 4d5aa9a6cf Fix self-ignored .gitignore files. 7 years ago
Herbert Maschke 58792cdac5 Fixes #14664: Add migrate/fresh command to truncate database and apply migrations again 7 years ago
Daniel Gómez Pan 3bd813339e Updated messages for ES [skip ci] 7 years ago
Robert Korulczyk 9b118aafa0 Enable `non_printable_character` rule in php-cs-fixer config (#14667) 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Alone 4b9d7a6bdd Fixes #14596: Fix event call on init in `yii\widgets\BaseListView` 7 years ago
Sam 0017d9c660 Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
SilverFire - Dmitry Naumenko b9f582dbf3
Try to fix tests on Travis 7 years ago
SilverFire - Dmitry Naumenko 7c73b0b79d
Enhanced tests, updated CHNAGELOG 7 years ago
SilverFire - Dmitry Naumenko b577e302f7
Enhanced PHPDocs, added tests 7 years ago
Alexander Makarov e9fad56381
#14151: Added attribute name to AttributesBehavior callback signature 7 years ago
SilverFire - Dmitry Naumenko e4601e5a91
Fixed changelog 7 years ago
Alexander Makarov 6ffa5fb087
Additional fixes for #14151 7 years ago
bscheshirwork 2b9b0c7166 Fixes #14151: Added `AttributesBehavior` that assigns values specified to one or multiple attributes of an AR object when certain events happen 7 years ago
Carsten Brandt cda3089623 Fixed batchInsert casting of double values according to locale (#14448) 7 years ago
SilverFire - Dmitry Naumenko 368540f8d0
Added tests 7 years ago
shirase b6a5697c00
User can login by cookie only once when `autoRenewCookie` is set to false 7 years ago
forevermatt 1d44de7b15 Fix abstract column type for unsigned primary key (#14626) [skip ci] 7 years ago
TerraSkye af71e0fca0 Fixing example in the documentation (#14613) [skip ci] 7 years ago
Alexander Makarov 648971a82b Fixes #14542: Ensured only ASCII characters are in CSRF cookie value since binary data causes issues with ModSecurity and some browsers 7 years ago
Dmitry V. Alexeev 1761a10c13 Added phpdoc to migration template [skip ci] 7 years ago
bscheshirwork 0c0cc1074d fix current time in formatter (#14203) 7 years ago
Wanderson Bragança 5a1b12afa4 Updates the translations of messages into Brazilian Portuguese [skip ci] (#14580) 7 years ago
Alexander Makarov 89d8c0f20c Fixed changelog [skip ci] 7 years ago
Alexander Makarov ff2bde4939 Added CVE number to escaping issue in changelog [skip ci] 7 years ago
Dmitry Dorogin f7fb7cdd87 Fixes #14022: Added posibility to use aliases in yii\web\UrlManager::setBaseUrl() (#14540) 7 years ago
Dmitry Dorogin e18e98ffb3 Fixes #14363: Added `yii\widgets\LinkPager::$linkContainerOptions` and possibility to override tag in `yii\widgets\LinkPager::$options` 7 years ago
PowerGamer1 459721d471 Fixes #14471: `ContentNegotiator` will always set one of the configured server response formats even if the client does not accept any of them 7 years ago
Alexey Rogachev 8f2d9baf98 Fixes #14186, Fixes #14510: yiiActiveForm regressions 7 years ago
Ondřej Vašíček 203e3d3441 Updates Czech translations (#14547) [skip ci] 7 years ago
Michaël Arnauts e472b4e29c Fixes #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` 7 years ago
rhertogh 2ada766d83 Restored part of original Yii::trace documentation (#14534) [skip ci] 7 years ago
Klimov Paul 2466d397ae Fixed `yii\validators\ExistValidator` and `yii\validators\UniqueValidator` throw exception in case they are set for `yii\db\ActiveRecord` with `$targetClass` pointing to NOSQL ActiveRecord 7 years ago
Dmitry Dorogin a731fd4142 Fixes #14318: Trigger `yiiActiveForm.events.afterValidateAttribute` after updating attribute 7 years ago
Dmitry Dorogin d4ded67f69 Fixes #14513: Updated phpdoc and added tests for yii\rbac\ManagerInterface::assign and yii\rbac\ManagerInterface::revoke functions (#14528) 7 years ago
Dmitry Dorogin 1ee29c630d Fixes #14493: Fixed getting permissions in `yii\rbac\Dbmanger::getPermissionsByUser` by user with id equals 0 7 years ago
Dmitry Dorogin e2ba94abd6 Fixes #7823: Added `yii\filters\AjaxFilter` filter 7 years ago
Klimov Paul 578b2caf42 Added `yii\web\MultipartFormDataParser::$force` option allowing to enforce parsing even on 'POST' request 7 years ago
Alexander Makarov 915c78facd
Fixed ExitCode::getReason() 7 years ago
PowerGamer1 8a6f5829d4 Fix for invalid example in Request phpdoc [skip ci] 7 years ago