1447 Commits (d0d884c39d90f6b83b6ed52364fc133a90b1297a)

Author SHA1 Message Date
Qiang Xue 5ab1d1a0d1 Fixes #6992. 10 years ago
Ivan Lemeshev 5ab58ac15b Fixes #6991: Fixed exception when using `{use class='yii\bootstrap\Nav' type='function'}` 10 years ago
Qiang Xue fe19243da1 Fixes #6969: `yii\helpers\ArrayHelper::htmlEncode()` and `htmlDecode()` should not remove non-string data 10 years ago
Qiang Xue 52f4006c11 Fixed Url::current() implementation. 10 years ago
Alexander Makarov 9c7e4e514d Fixes #6697: Added `yii\helpers\Url::current()` method that allows adding or removing parameters from current URL 10 years ago
Alexander Makarov 440eeea8cc Fixes #6106: Added ability to specify `encode` for each item of `yii\widgets\Breadcrumbs` 10 years ago
Carsten Brandt aa9fe57fd7 removed date that is not well defined from tests 10 years ago
Carsten Brandt ec1e8e94ee Updated travis 10 years ago
Carsten Brandt 802c384551 let travis show some information on versions 10 years ago
Carsten Brandt 9ff9cab67f ensure gii tests fail on error and not just print_r 10 years ago
Carsten Brandt 0300683bfc improved db test, avoid error by accessing db directlry 10 years ago
Carsten Brandt f177f1701a fixed failure on sqlite version check 10 years ago
Carsten Brandt 08531312ef fixed HHVM test break 10 years ago
Carsten Brandt 03351ccba3 added explicit test for the Y2K38 problem 10 years ago
Carsten Brandt 2a19b3caa0 fixed whitespace in tests 10 years ago
Carsten Brandt 9415c7921d date formatter fall back to PHP impl. to solve Y2K38 issue 10 years ago
Carsten Brandt 05cc9ae405 improved HTML to Text fallback in BaseMailer 10 years ago
Klimov Paul b3c6d70cda Unit test for `yii\console\controllers\AssetController` advanced 10 years ago
Klimov Paul 94f702fe6e `yii\console\controllers\AssetController` now handles bundle files from external resources properly 10 years ago
Carsten Brandt b7c315f3d6 skip requirements checker test on HHVM 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
Carsten Brandt 792746883e urlManager: ensure route is trimmed by / on empty pattern 10 years ago
Qiang Xue cc3209cf26 Fixes #4502: Added alias support to URL route when calling `Url::toRoute()` and `Url::to()` 10 years ago
pana1990 7aae667e28 Fixes #6618: Added Model::addErrors() 10 years ago
Qiang Xue 166cb99be0 Fixes #6632: `yii\di\Container::get()` did not handle config parameter correctly when it is passed as a constructor parameter 10 years ago
Paul Klimov 0adcd06ca2 Fixed lazy load of relations to `yii\mongodb\file\ActiveRecord` 10 years ago
Carsten Brandt 3250586c0c added failing test for #6547 10 years ago
Carsten Brandt 983fadf400 Update mongodb-setup.sh 10 years ago
Qiang Xue ca5b874561 Fixes #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown` 10 years ago
Paul Klimov 8632882312 Plain `echo` replaced by `stdout()` at `yii\console\MessageController` 10 years ago
Paul Klimov 19e79ad4b4 Plain `echo` replaced by `stdout()` at `yii\console\AssetController` 10 years ago
Paul Klimov 70ca76d4a3 Added `yii\web\AssetConverter::$forceConvert` 10 years ago
Qiang Xue 97e4813929 Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller 10 years ago
Carsten Brandt 0633cb0957 Update mongodb-setup.sh 10 years ago
Carsten Brandt 6e7dc26b38 added support for DateTimeImmutable to Formatter 10 years ago
Klimov Paul 6fbd710d6c Extra unit test for `yii\mongodb\Query::modify()` added 10 years ago
Carsten Brandt ae1bd39377 adjusted missing return for fix #6263 10 years ago
Carsten Brandt 7325fdd7ed better fix for #5448 not using customized DateTime class 10 years ago
Carsten Brandt 41fca90cce split formatter test 10 years ago
Alexander Makarov 338b334254 Improved console controller tests 10 years ago
Alexander Makarov eaf8ece568 Fixes #5627: Added `yii cache/flush-schema` console command to flush DB schema cache of a given database connection 10 years ago
Alexander Makarov c2ef433ef9 Fixes #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions` 10 years ago
Alexander Makarov e6450be665 Fixes #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly 10 years ago
Carsten Brandt 6a8f4b0e50 fixed date formatter to display date-only values correctly 10 years ago
Alex-Code b2797b0370 truncate $asHtml tests 10 years ago
Carsten Brandt cc8ffe364e added support for yii\db\Expression to querybuilder BETWEEN and LIKE 10 years ago
Alexander Makarov e88a5d9cc4 Fixes #4823 and #6005: `yii message` accuracy and error handling were improved by using PHP tokenizer instead of regular expressions. Removed eval() as well. 10 years ago
Carsten Brandt 8039026ae2 added Formatter::defaultTimeZone to allow non UTC-values in DB 10 years ago
Klimov Paul df023545c9 Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty 10 years ago
Qiang Xue 2782adcca4 Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks 10 years ago