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.
 
 
 
 
 
Robert Korulczyk 63f95fa3ad Fixes #11309: Added `yii\web\Request::getHostName()` method that returns hostname of current request 8 years ago
..
ar added test for #11256 8 years ago
base Make 'safe' validator work on write-only properties 8 years ago
behaviors Added `yii\behaviors\AttributeTypecastBehavior` (#12067) 8 years ago
caching Simplified tests directory structure a bit 10 years ago
console code style fix 8 years ago
data added test for pagination params 8 years ago
db Fixed consistency of `indexBy` handling for `yii\db\Query::column()` 8 years ago
di fixed yii\di\Instance documentation 8 years ago
filters Fixed HttpCache was sending an empty Pragma header (#12100) (#12123) 8 years ago
grid enhance tests for DataColumn (#12615) 8 years ago
helpers Extra truncate HTML tests 8 years ago
i18n fixed formatter to respect grouping separator for currency format 8 years ago
log fix `LoggerTest` to be more reliable 8 years ago
mail Simplified tests directory structure a bit 10 years ago
mutex Fixes #12431: Fix bug when lock file was not removed after `yii\mutex\FileMutex::release()` 8 years ago
rbac Fixes #11245: Added `yii\rbac\ManagerInterface::getRolesByRole($roleName)` method. Implement to `DbManager` and `PhpManager` 8 years ago
requirements Simplified tests directory structure a bit 10 years ago
rest Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence 8 years ago
test use the same db connection for reading and writing data 8 years ago
validators Add tests for custom message for `UniqueValidator` 8 years ago
web Fixes #11309: Added `yii\web\Request::getHostName()` method that returns hostname of current request 8 years ago
widgets DetailView captionOptions & contentOptions attributes 8 years ago
BaseYiiTest.php Added BaseYiiTest tests of the following methods: (#12235) 8 years ago