Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Sergei Predvoditelev 50d5fb2bd9
Fix #18304: Added support of constructor parameters with default values to DI container
4 years ago
..
ar Fix #18182: `yii\db\Expression` was not supported as condition in `ActiveRecord::findOne()` and `ActiveRecord::findAll()` 4 years ago
base Fix #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order 4 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix #18263: Fix writing `\yii\caching\FileCache` files to the same directory when `keyPrefix` is set 4 years ago
console Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
data Fix #16418: Fixed `yii\data\Pagination::getLinks()` to return links to the first and the last pages regardless of the current page 4 years ago
db Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
di Fix #18304: Added support of constructor parameters with default values to DI container 4 years ago
filters Fix #18317: Additional PHP 8 compatibility fixes 4 years ago
grid Revert "Fixes #16657: Ensure widgets after run event result contains the result of the rendered widget" 6 years ago
helpers Fix #16831: Fix console Table Widget does not render correctly in combination with ANSI formatting 4 years ago
i18n Fix #17993: Added `yii\i18n\Formatter::$currencyDecimalSeparator` to allow setting custom symbols for currency decimal in IntlNumberFormatter 4 years ago
log Fix #17749: Dispatcher fix if target crashed in PHP 7.0+ 5 years ago
mail Fix BaseMailerTest (#17721) 5 years ago
mutex Fix #18151: Added `Mutex::isAcquired()` to check if lock is currently acquired 4 years ago
rbac Fixed PHPDocs, code and tests for #15422 7 years ago
requirements Refactored tests with PHPUnit assert methods (#15260) 7 years ago
rest Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
test Fix #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception 4 years ago
validators Fix #18351: Added option to change default timezone for parsing formats without time part in `yii\validators\DateValidator` 4 years ago
web Fix #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session` 4 years ago
widgets Fix #16892: Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT 4 years ago
BaseYiiTest.php Fix #17720: DI 3 support for application core components and default object configurations 5 years ago
ChangeLogTest.php Add missing third parameter to preg_match in ChangeLogTest (#17998) 4 years ago