1554 Commits (ec920d2881fe5a2fd657bfea5413ea69a160682d)

Author SHA1 Message Date
Carsten Brandt f9bb1e21cb fixed elasticsearch test break 10 years ago
Klimov Paul 63e434b473 Safe real path resolving added to `yii\console\controllers\AssetController::combineCssFiles()` 10 years ago
Klimov Paul 112ad80d6e Fixed `yii\console\controllers\AssetController` breaks CSS URLs, which start from '/' 10 years ago
Qiang Xue cf0c8c37dd Fixes #5983: Added `Inflector::sentence()` 10 years ago
pana1990 d86da1d38e add tests for sentence method 10 years ago
Carsten Brandt b8c12307f1 added test for #5962 10 years ago
Paul Klimov 12f9180b40 Method 'oneWithModify' renamed to 'modify' at `yii\mongodb\Query` 10 years ago
Klimov Paul da000165cf Method 'oneWithUpdate' renamed to 'oneWithModify' at `yii\mongodb\Query` 10 years ago
Klimov Paul 5dffd72c58 Added support for 'findAndModify' operation at `yii\mongodb\Query` and `yii\mongodb\ActiveQuery` 10 years ago
Klimov Paul 001d5b1603 Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification 10 years ago
Alexander Makarov b0c88d337e Fixed typo in test class 10 years ago
Qiang Xue 2a6c0b7799 Fixed test break. 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Alexander Makarov 50fd1f586c Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters 10 years ago
Qiang Xue 35e7f27d43 Fixes test break. 10 years ago
Ilya Antipenko 0f5f8e27ae Fix faker test. Add `ё` to regexp 10 years ago
Carsten Brandt 1feb09b6ff refactored querybuilder test to reuse quote replacement 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Carsten Brandt 292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
Alexander Makarov c7a7a312e6 Fixed schema cache test 10 years ago
Carsten Brandt f6d621d34e skip mongodb on HHVM 10 years ago
Carsten Brandt 6d97ef1374 fixed cubrid build script 10 years ago
Carsten Brandt 50c0449d1a ensure tests are failing when build scripts fail 10 years ago
Carsten Brandt 23918f3ec3 upgrade cubrid PDO version in tests 10 years ago
Klimov Paul f5c5c2fd8b Fixed `yii\console\controllers\AssetController` breaks CSS URLs in case target file localed at `yii\web\AssetManager::basePath` root 10 years ago
Klimov Paul 13bc95ae52 Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows 10 years ago
Alexander Makarov 327dde72f4 Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter` 10 years ago
Alexey Kolmakov ce4bf84452 #5467 Allow pass options to Html:a in Formatter:asUrl 10 years ago
Klimov Paul 15c8935db1 Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` 10 years ago
Klimov Paul 4c843671ea Additional check added to `yiiunit\extensions\authclient\BaseClientTest::testNormalizeUserAttributes()` 10 years ago
Klimov Paul 165e9ede6d Added ability to operate nested and complex attributes via `yii\authclient\BaseClient::normalizeUserAttributeMap` 10 years ago
Klimov Paul 3abefac692 Fixed `yii\mongodb\Collection` unable to fetch default database name from DSN with parameters 10 years ago
Klimov Paul eb1b557827 `yii\sphinx\Query` updated to be more consistent with `yii\db\Query` 10 years ago
Carsten Brandt 280f499ae1 skip test on travis 10 years ago
Carsten Brandt 52c315e6a3 added test for web\User authTimeout 10 years ago
Alexander Makarov 7592dcc7f1 Added test for #5361 10 years ago
Alexander Makarov 6d8aa2d4d4 Fixed tests 10 years ago
Alexander Makarov d06f849a85 Another test attempt for #5356 10 years ago
Alexander Makarov 1bea489f98 Added test for #5356 10 years ago
armab ef127f6855 Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
Carsten Brandt 1b4d894c9d created test for #5341 10 years ago
Carsten Brandt dfc4de877f ensure integer is formatted without fraction digits 10 years ago
Qiang Xue d6b797e236 Fixes #5252: Null values are not properly handled by `RangeValidator` 10 years ago
Carsten Brandt 0df9a82a7f updated documentation and tests 10 years ago
Serge Bezborodov 76ade0f6b0 Changed order of attributes setting in Formatter 10 years ago
Carsten Brandt 2fbce2fa25 improved formatter test coverage 10 years ago
Carsten Brandt e305f0842c skip unsupported things on 32bit system 10 years ago
Carsten Brandt 6267b9ee1a Fixed issue with timezone conversion in formatter 10 years ago
Carsten Brandt 45e472ccb0 added unit tests for #5249 10 years ago