16965 Commits (dc42a59b71d55818610bc756d1ac199baecc4726)
 

Author SHA1 Message Date
Alexander Makarov dc42a59b71
Removed reference to APC from docs [skip ci] 7 years ago
Klimov Paul 08e5e1e71b `CHANGELOG.md` fix 7 years ago
Klimov Paul c39a1ba4c3 missing "psr/log" added to `composer.json` 7 years ago
Paul Klimov 3e6f8b1c19 Fix #13702 PSR Logger (#14611) 7 years ago
Paul Klimov 4d9204d9f3 Fixes #879: Caching implementation refactored according to PSR-16 'Simple Cache' specification 7 years ago
Paul Klimov 28b26fb74b fix unit test 7 years ago
Ruitang Du 003d83c6e0 Fixes #14671: use `random_int()` instead of `mt_rand()` to generate cryptographically secure pseudo-random integers 7 years ago
Paul Klimov a015795c7b Refactor CAPTCHA extracting Driver (#14632) 7 years ago
Paul Klimov f590670ac9 Fix #9260 introduce `yii\mail\Template` class, allowing view rendering in isolation (#13809) 7 years ago
Boudewijn Vahrmeijer 209bcf0773 fix broken PHPDefaultFormat test with correct expected outputs (#14560) 7 years ago
Boudewijn Vahrmeijer 6605d9830b Fix risky test by add expects assertions (#14559) 7 years ago
Boudewijn Vahrmeijer 31a405bf80 Recreate test based on naming & consistency with previous test (#14557) 7 years ago
Alexander Makarov 42a7f2b012 Use APCu instead of APC in travis 7 years ago
Alexander Makarov cc869d2587
Fixed some OS-dependent checks in tests 7 years ago
Alexander Makarov 2875624600
::className() -> ::class 7 years ago
Alexander Makarov 0b421596a0
Fixed AssetBundleTest to work on Windows 7 years ago
Alexander Makarov e52e1124c1
Fixed ViewTest to use OS-dependent newline under Windows 7 years ago
Alexander Makarov 1b45ed9691
Merge branch 'master' into 2.1 7 years ago
Alexander Makarov a94e804ae4 Cleaned up everything that isn't needed for PHP 7.1 (#14511) 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
Dmitry Dorogin 8ae2223c6a Fixes #14370: Fixed creating built-in validator in model with same function name 7 years ago
Evgeniy Tkachenko a55de109aa Update input-validation.md (#14514) 7 years ago
Alexander Makarov adca091fbf
Added note about APCu config to upgrade guide 7 years ago
Alexander Makarov fc47291b7e Fixes #13885: Removed APC support in ApcCache. APCu works as before 7 years ago
Alexander Makarov 85df384e8f Fixes #14178: Removed HHVM-specific code 7 years ago
Alexander Makarov ceaf101151
Merge branch 'master' into 2.1 7 years ago
Alexander Makarov f9121fc2e0 Removed HHVM status from readme since service providing it seems to be down for a while [skip ci] 7 years ago
Alexander Makarov b1a49a18a7
Fixes #14509: clarified on when AJAX validation is triggered 7 years ago
Alexander Makarov 6100194bf7 Removed PHPUnit6 compatibility polyfill, fixed some tests 7 years ago
Robert Korulczyk 6782ad96f0 Reduce `Segmentation fault` errors for PHP 5.4 tests on travis. (#14092) 7 years ago
Alexander Makarov d4e7cf0171
Merge branch 'master' into 2.1 7 years ago
Robert Korulczyk 462b5f5b50 Use new trusty images on travis (#14508) 7 years ago
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Alexander Makarov 3e688c1a6b
Updated composer.json 7 years ago
Alexander Makarov d98f0aff1a
Merged master 7 years ago
Alexander Makarov acf29e0001 Fixes #14492: Fixed error handler not escaping error info debug mode 7 years ago
Dmitry Dorogin 21d2d72534 Fixes #14487: Changed i18n message error to warning 7 years ago
Alexander Makarov 0297c4e2aa
Fixed DataColumn 7 years ago
Sergey Makinen 92d2245ca6 Add support for an older SQLite in constraints (fixes #14483) (#14497) 7 years ago
Alexander Makarov 2a9d4efc45
Additional merge fixes 7 years ago
Alexander Makarov 207f8cc0d5
Merge fixes 7 years ago
Alexander Makarov 66095fb89a
Merged master 7 years ago
Dmitry Dorogin 6d2e0aff82 Fixes #14406: Fixed caching rules in `yii\web\UrlManager` with different `ruleConfig` configuration 7 years ago
Carsten Brandt 393fc2744a Added yii\base\Object for backwards compatibility 7 years ago
Carsten Brandt 758f01934f Make PHPUnit run on PHP 7.2 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago