75 Commits (6a36fa82c7cba8303c57b8d64a5dbcc555c4715a)

Author SHA1 Message Date
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
Alexey Rogachev 552593ca3b
Prepare for new apidoc (part 2) (#19010) 3 years ago
Bizley 82be8b61cf
Replacing deprecated `::className()` with `::class` (#18671) 3 years ago
Bizley 34441ca549
Fix #14343: Fix `yii\test\ActiveFixture` to use model's DB connection instead of the default one 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
JesseHines0 db4beebe23
Fix #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception 4 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
CedricYii 3555633223 Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
Carsten Brandt 2e192ae4ea Fixes #16091: Make `yii\test\InitDbFixture` work with non-SQL DBMS 7 years ago
Leandro Gehlen c484792084 Fixes #15840: Fixed regression on load fixture data file 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
SilverFire - Dmitry Naumenko 3ed5e35701
Fixed PHPDocs, code and tests for #15422 7 years ago
Leandro Gehlen 810e9e5337 Fixes #14546: Added `dataDirectory` property into `BaseActiveFixture` 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Andrey Akimov 0973117de2 Fixed phpdoc `yii\test\ActiveFixture::load` (#14292) [skip ci] 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Leandro Gehlen 25242adb91 Fixes #5442: Fixed problem on load fixture dependencies with database related tests 7 years ago
Dmitry Eliseev d7fad8a555 Fixes #14059: Removed unused AR instantiating for calling of static methods 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
SilverFire - Dmitry Naumenko 8c2a70b3e7 Moved TraversableObject to yiiunit\data\base namespace 9 years ago
Sam Mousa baab8d6a68 QueryBuilder now supports `Traversable` objects for `IN` clauses. 9 years ago
Alexander Makarov 8260cfa4ea Compare with null instead of isset 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Klimov Paul f13a4809b8 `yii\test\ActiveFixture::load()` updated to use `yii\db\Schema::insert()` 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Qiang Xue 205400f118 Fixes #5176: `ActiveFixture` will reset table in its `load()` method instead of `unload()` 10 years ago
Qiang Xue 377cb09aa8 Fixes #4945: Added `yii\test\ArrayFixture` 10 years ago
Ragazzo a5245ad048 added array fixture class 10 years ago
Qiang Xue 62b08a0959 Fixes #4755: `yii\test\BaseActiveFixture::unload()` does not clean up the internal cached data 10 years ago
Vadim Belorussov 97a6fb3b60 Fixes indents 10 years ago
Vadim Belorussov d1b4e6c6d2 Fixed #4754 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago