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.
 
 
 
 
 
Michaël Arnauts 1d7f9d8d2d
Fix #18898: Fix `yii\helpers\Inflector::camel2words()` to work with words ending with 0
3 years ago
..
ar Fix #17174: Fix `yii\db\BaseActiveRecord::unlink()` to not ignore `on` conditions in `via` relations 4 years ago
base Fix #18858: Reduce memory usage in `yii\base\View::afterRender` method 3 years ago
behaviors Fixes #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app 6 years ago
caching Fix for issue #18526 4 years ago
console Fix #18845: Fix duplicating `id` in `MigrateController::addDefaultPrimaryKey()` 3 years ago
data Add ability to turn the sorting off for a clicked column in GridView with multisort (#18826) 3 years ago
db don't convert int to string if db type of column is numeric (#18741) 3 years ago
di Fix #18624: Fix `yii\di\Container` to properly resolve dependencies in case of PHP 8 union types 3 years ago
filters Issue #18646 Cleanup auth data from session if findIdentity() returns… (#18649) 3 years ago
grid Minified SVGs (#18573) 4 years ago
helpers Fix #18898: Fix `yii\helpers\Inflector::camel2words()` to work with words ending with 0 3 years ago
i18n Fix #18674: Added more user-friendly exception messages for `yii\i18n\Formatter` 3 years ago
log Revert changes in dispatcher 18841 (#18843) 3 years ago
mail Fix BaseMailerTest (#17721) 5 years ago
models Minor tests cleanup (#18811) 3 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 #18534: Added `prepareSearchQuery` property in `yii\rest\IndexAction` 4 years ago
test Fix #14343: Fix `yii\test\ActiveFixture` to use model's DB connection instead of the default one 4 years ago
validators Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
web Fix header collection from array (#18883) 3 years ago
widgets Fix #17631: Fix `yii\widgets\BaseListView` to properly render custom summary 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