1601 Commits (d3bd7af956da98b70c05bfe6e57569f74af941ce)

Author SHA1 Message Date
Alexander Makarov b7a29e38d9 Fixes #6895: Added `ignoreCategories` config option for message command to ignore categories specified 10 years ago
Carsten Brandt 65a2c54974 fixed unicode in FormatConverter escaping 10 years ago
pana1990 db8a6104b9 Deleted spaces [skip ci] 10 years ago
SilverFire 12fe0c7b85 Fixes #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements 10 years ago
Carsten Brandt 0772f0ebb2 fixed postgres tests 10 years ago
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes 10 years ago
Carsten Brandt ba6bce4e2d fixed DateValidator to work with multibyte strings 10 years ago
Yoyon Cahyono 8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value 10 years ago
Nikolay Bogolubov 2e414632be fix EmailValidator - added unit tests 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago
Anton Ivanov 36aa65287a Enh #7449: HtmlTest improvements 10 years ago
Alexander Makarov 187322052d Fixed converting double to PHP type 10 years ago
Alexander Makarov 384607832f Added failing test for #7384 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Carsten Brandt db37d03e32 added more tests for russian plurals 10 years ago
Alexander Makarov 54ccd388fe Added tests for Nav and Dropdown 10 years ago
tom-- 4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 10 years ago
Qiang Xue a3ea7b774d Fixes #7350: Added `yii\helpers\Html::$dataAttributes` to support customizing data attributes. 10 years ago
Qiang Xue e56bf03130 Fixed test break. 10 years ago
Alexander Makarov 00aafc82ef Fixes #7258: Response was sending HTML content type when formatter was set to JSON or XML, nulls were handled wrong 10 years ago
Alexander Makarov 106d6d5e4c Added JsonResponseFormatterTest 10 years ago
Alexander Makarov c74ea7d54c Fixes #7326: Fixed CollapseTest to run properly on Windows 10 years ago
Qiang Xue 8c444d407b Fixed test break. 10 years ago
Qiang Xue dd15857eda Fixed test break. 10 years ago
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
Alexander Makarov c80da0722e Fixed more tests on Windows failing because of line endings 10 years ago
Alexander Makarov a831271d29 Moved assertEqualsWithoutLE() to \yiiunit\TestCase, fixed some test failures on Windows 10 years ago
Qiang Xue d188dd10c0 Fixes #3168: Improved the performance of `yii\rbac\DbManager::checkAccess()` by caching mechanism 10 years ago
pana1990 f85e8f9901 Added group for bootstrap tests 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
Jan Waś f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
Alexander Makarov 51ace2861c Added test for using source language for missing translation formatting 10 years ago
Alexander Makarov 7e868555c5 Closes #7093 10 years ago
Carsten Brandt 754660ef7b added urlmanager test for default action 10 years ago
Klimov Paul 6e50783ea4 `yii\mongodb\Query::select` now allows excluding fields 10 years ago
Carsten Brandt e5e48cd484 added test for Json::encode() and JsonSerializable 10 years ago
Klimov Paul 5bda2fe073 `yii\console\controllers\AssetController` now correctly handles relative image URLs if source and target CSS are under same directory 10 years ago
pana1990 bf4a35a2a4 Added to test for Collapse class 10 years ago
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