288 Commits (8e725955d37caf1b2427352002917ee7a0f13281)

Author SHA1 Message Date
Klimov Paul 6e50783ea4 `yii\mongodb\Query::select` now allows excluding fields 10 years ago
Ivan Lemeshev 5ab58ac15b Fixes #6991: Fixed exception when using `{use class='yii\bootstrap\Nav' type='function'}` 10 years ago
Carsten Brandt 9ff9cab67f ensure gii tests fail on error and not just print_r 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
Qiang Xue 97e4813929 Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller 10 years ago
Klimov Paul 6fbd710d6c Extra unit test for `yii\mongodb\Query::modify()` added 10 years ago
Alexander Makarov 338b334254 Improved console controller tests 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
Klimov Paul df023545c9 Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty 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
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
Ilya Antipenko 0f5f8e27ae Fix faker test. Add `ё` to regexp 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 982a27db83 removed support for unlinkAll() from elasticsearch 10 years ago
Qiang Xue 1b509ccc37 Mark failed tests as skipped. 10 years ago
Carsten Brandt ece300ac30 removed null value adjustment in redis ActiveQuery 10 years ago
Carsten Brandt df22616c76 finished fix for redis null and boolean value storage 10 years ago
Carsten Brandt 4f0d10c641 fixed test break 10 years ago
Klimov Paul ec19536047 Fixed `yii\mongodb\Collection::buildInCondition()` handles non-sequent key arrays 10 years ago
Qiang Xue 0157964f5f Fixed test breaks. 10 years ago
Carsten Brandt e4446ccf51 removed old test 10 years ago
Carsten Brandt 383b9d32ab skip fixture controller test on HHVM 10 years ago
Alexander Makarov f7fc1faa97 Fixed condition building for booleans 10 years ago
Qiang Xue f21c2c2964 Fixed test breaks. 10 years ago
Mark b8ce6ff6a0 removed unneeded comment 10 years ago
Mark 2410766f9f tests added for faker fixture controller 10 years ago
Klimov Paul 5b0d6f885c `yii\sphinx\ActiveQuery` fixed to be resuable with 'match' condition. 10 years ago
Klimov Paul 10edf5c929 `yii\sphinx\ActiveQuery` fixed to be resuable. 10 years ago
Klimov Paul 981fbaddba Sphinx test skipping code fixed 10 years ago
Klimov Paul 7a418ae9e2 `yii\mongodb\Collection::buildLikeCondition()` fixed to be case insensitive. 10 years ago
Carsten Brandt 3b665fe3c4 improved unit test SKIP detection 10 years ago
Alexander Makarov 892d95a376 Added runtime cleanup for Smarty and Twig tests 10 years ago
Alexander Makarov 739f3b13e4 Fixes #4553: Smarty enhancements 10 years ago
Alexander Makarov 071105e932 Added null AR relation test for Twig extension 10 years ago
Alexander Makarov 59a52d8876 Fixes #4556: Gii was incorrectly generating labels 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov e1bdc9cdc9 Fixes #3674: Various Twig enhancements: 10 years ago
Alexander Makarov 5f49c65510 Added tests that are making sure Gii isn't failing with errors 10 years ago
Carsten Brandt 1c9fc33a40 fixed HHVM test break 10 years ago