1624 Commits (0e40eaa8acfedd8f680ffd8bad94c70ee4157e01)

Author SHA1 Message Date
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
Qiang Xue ab1f32ef76 Fixes #4492: Support PostgreSQL-specific syntax for `QueryBuilder::alterColumn()` 10 years ago
Carsten Brandt 38d0570843 fixed unlink() for array valued attributes 10 years ago
Carsten Brandt cfe874607f fixed return type for redis simple strings 10 years ago
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