683 Commits (66abd5b8abd9549786ea7e93fc1f316217597e3a)

Author SHA1 Message Date
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
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 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 32d0768919 style fixes with phpcs:yii2 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 71835d977e More short syntax for arrays 11 years ago
Carsten Brandt ecc066ac34 fixed condition for HHVM test 11 years ago
Alexander Makarov fc4098b89a Code style 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 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
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
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
Carsten Brandt c229ba729a fixed a bug in MessageSource and missingtranslation event 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Qiang Xue ddb7141ea6 doc update about behavior. 11 years ago
Qiang Xue 02d5b20bda Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior` 11 years ago
Qiang Xue c92a260a3d Fixes #2415: Added support for inverse relations 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue c0bac44f10 Fixes #1186: Changed `Sort` to use comma to separate multiple sort fields and use negative sign to indicate descending sort 11 years ago
Qiang Xue 9a068f50f4 Refactored batch query. 11 years ago
Qiang Xue 3a930bd675 Finished batch query feature. 11 years ago
Qiang Xue 1571c72251 Fixes #2409: Added support for fetching data from database in batches 11 years ago
Florian Fackler 6e1ec30906 Added missing Object.php unit tests for 100% code coverage 11 years ago
Florian Fackler c600572f34 The missing Component.php tests 11 years ago
Carsten Brandt 614ac19c5c exclude test with invalid PHP code from HHVM 11 years ago
Carsten Brandt 77fec9c25b fixed BaseMailer test to work on APC and HHVM 11 years ago