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.
 
 
 
 
 
Tigrov 2b7e8be1e8
Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL
7 years ago
..
ar Remove unused imports. (#14096) 8 years ago
base Fixes #14089: Added tests for `yii\base\Theme` 7 years ago
behaviors Fixes #13586: Added `$preserveNonEmptyValues` property to the `yii\behaviors\AttributeBehavior` 7 years ago
caching `yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
console make migrationPath accept an array 7 years ago
data Added support for sorting by expression to `\yii\data\Sort` 7 years ago
db Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL 7 years ago
di Fixes #13848: `yii\di\Instance::ensure()` wasn't throwing an exception when `$type` is specified and `$reference` object isn't instance of `$type` 8 years ago
filters Fixes #4999: Added support for wildcards at `yii\filters\AccessRule::$controllers` 7 years ago
grid Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
helpers Add test coverage of yii\helpers\Html (#14220) 7 years ago
i18n added example for using unsupported PHP format in yii formatter 7 years ago
log Fixes #14264: Fixed a bug where `yii\log\Logger::calculateTimings()` was not accepting messages with array tokens 7 years ago
mail compatibility with PHPUnit 6.x added 8 years ago
mutex Remove unused imports. (#14096) 8 years ago
rbac skip failing HHVM test 7 years ago
requirements Used more specific unit test assertions in framework tests 8 years ago
rest Fixes #13350, #14094, #11288 7 years ago
test Fixes #5442: Fixed problem on load fixture dependencies with database related tests 7 years ago
validators Fixes #5108 `DateValidator` resets `$timestampAttribute` value on empty attribute (#14242) 7 years ago
web Fixes #13350, #14094, #11288 7 years ago
widgets Do not render empty row in GridView when data is empty and emptyText set to false 7 years ago
BaseYiiTest.php compatibility with PHPUnit 6.x added 8 years ago