1162 Commits (d5a79df680bb26708e84e1287d329d98753a79f1)

Author SHA1 Message Date
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
David Renty 91e4ad5978 PSR-2 compliance 11 years ago
Zhandos Nuftiev 202e3ae0ca Fixed typo in FilterValidator for skipping array values. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 08f6003c1d Fixed test break. 11 years ago
Qiang Xue e5031dfd5f test break fix. 11 years ago
Qiang Xue 9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; 11 years ago
David Renty cb3eb9c6d8 Added support for inverted intervals (future time) and unit tests 11 years ago
Carsten Brandt f944278a74 Update ActiveFormTest.php 11 years ago
Carsten Brandt 5d309c2075 added unit tests for boolean attributes 11 years ago
Alexander Pletnev b9c0871218 tabs vs spaces 11 years ago
Qiang Xue bcf5b4644e Fixes #2687: ActiveQuery::joinWith() has problem when the query is used twice. 11 years ago
Zhandos 385ee5550a Update FileValidatorTest.php 11 years ago
Zhandos 780c5aa36c Update FakedValidationModel.php 11 years ago
Zhandos Nuftiev b3b9bd353e fix isEmpty method for file validator. 11 years ago
Alexander Makarov 2ceab799e2 Removed unneeded config from tests 11 years ago
Alexander Makarov 842e7eb573 Added tests, final Url helper adjustments 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
AlexGx 183819abfd fix phpDoc method signature 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
Qiang Xue 203bc5ea05 Fixed test break. 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue 65bfd1633b Fixes #2646: Added support for specifying hostinfo in the pattern of a URL rule 11 years ago
Qiang Xue 9b8ffdfacc Fixes #2653: Fixed the bug that unsetting an unpopulated AR relation would trigger exception (qiangxue) 11 years ago
Alexander Makarov c5ec3550de Removed unused "use" statements 11 years ago
Alexander Makarov 71835d977e More short syntax for arrays 11 years ago
Carsten Brandt ecc066ac34 fixed condition for HHVM test 11 years ago
Alexander Mohorev 1676d914fa Add unit tests 11 years ago
Alexander Makarov fc4098b89a Code style 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Carsten Brandt f90a369932 Skipping CUBRID on HHVM 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Carsten Brandt b6e0c2b26f skipping memcache on HHVM 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Qiang Xue f22d409e8b test break fix. 11 years ago
Qiang Xue b9743ef65b fixed test break. 11 years ago
Qiang Xue a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 11 years ago
Qiang Xue 24e086deaf Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` 11 years ago
Carsten Brandt 8a32379537 fixed test break 11 years ago
Qiang Xue d3ff343e5e try to fix test break. 11 years ago
Qiang Xue 6659919ad7 Fixed test break. 11 years ago
Carsten Brandt c21e01930e added unit test for #2568 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 11 years ago
Carsten Brandt 683a46d9ee test for deeply nested relation 11 years ago
Qiang Xue 04bf51b01a Fixes #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` 11 years ago
Qiang Xue 9f37e133e3 Fixed test break. 11 years ago