220 Commits (871ae29c9cb88229932607bb209517c4b10a66ce)

Author SHA1 Message Date
Carsten Brandt 8904066519 skip Imagine test on HHVM 10 years ago
Klimov Paul 603127712b Escaping of the special characters at 'MATCH' statement reworked 10 years ago
Carsten Brandt 59b9065cec ES: fixed issue with storing empty records 10 years ago
Carsten Brandt d92281dcda refactored ActiveRecord::unlinkAll() to work will noSQL 10 years ago
Klimov Paul 804aded508 `yii\sphinx\Connection::escapeMatchValue()` fixed 10 years ago
Klimov Paul 62fdaeec6a Extra quote escaping at `yii\sphinx\Connection::escapeMatchValue()` fixed 10 years ago
Klimov Paul adb36e42c4 Usage of `yii\db\Expression` for the 'MATCH' statement fixed 10 years ago
Klimov Paul 3f001aeed0 Escaping of the special characters at 'MATCH' statement added 10 years ago
Alexander Makarov 9c564808e5 Added missing models for Redis tests 10 years ago
Alexander Makarov ed041f7ade Added missing imports 10 years ago
Alexander Makarov 0003b10b02 ElasticSearch tests fix 10 years ago
Klimov Paul 243f0134c9 OpenId return URL comparison advanced to prevent url encode problem 10 years ago
Alexander Makarov 905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 11 years ago
Carsten Brandt 676b366928 adjusted elasticsearch extension to version 1.0 of ES 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue a6aaafd3e6 Fixed test break. 11 years ago
Qiang Xue 3ba9dcbedc Fixed test break. 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt 03e208e59d removed wrong test 11 years ago
Carsten Brandt d97996c354 added tests for redis 11 years ago
Carsten Brandt e9c364d2f2 added proper tests for elasticsearch 11 years ago
Carsten Brandt c572c23c2f adjusted tests 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue f7a6cb9f7a Refactored AR tests. 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Dirk Adler e0edca24a9 Improves mongodb nested and in condition test 11 years ago
Dirk Adler 70d495bcd4 Adds more mongodb tests for combination conditions 11 years ago
Dirk Adler 3dd8a039be Adds mongodb test for combination conditions 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Alexander Makarov 19327ebd14 Added tests for Query::filter() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Paul Klimov bc73a2481c MongoDB log fixed to handle Mongo objects correctly 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Paul Klimov 866ba85010 yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format. 11 years ago
Paul Klimov 8d5536ac12 yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file. 11 years ago
Alexander Makarov c5ec3550de Removed unused "use" statements 11 years ago
Alexander Makarov 71835d977e More short syntax for arrays 11 years ago
Alexander Mohorev 1676d914fa Add unit tests 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Carsten Brandt 8a32379537 fixed test break 11 years ago
Carsten Brandt aedfef1e79 added tests for smarty and worked around a small bug 11 years ago
Paul Klimov db6d0a57f9 Unit test for yii\sphinx\Query::count() added. 11 years ago