4868 Commits (e831785d8bb411c2357880db1bdd8d6480d1e56b)

Author SHA1 Message Date
Qiang Xue b1bb796ee0 Fixed wrong instruction. 10 years ago
Qiang Xue f253817b92 Fixes #4454: Improved asset bundle managed and used composer-asset-plugin to manage the dependencies on 3rd-party JS libraries 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
Qiang Xue a187d47aec Fixes #5049: `ActiveForm::validationDelay` should be applied to user types only 10 years ago
Qiang Xue 8d082c11a1 Fixes #5050. 10 years ago
Carsten Brandt 9edf938bf1 Added tests for empty values 10 years ago
Carsten Brandt be655d4f39 extracted date format converting to a helper class 10 years ago
Qiang Xue b6a53e3046 WIP 10 years ago
Qiang Xue 72a81b8e31 Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 10 years ago
Qiang Xue 0fc46760b0 Fixes #4905: ActiveForm::$validationDelay doesn't delay after keyrelease when $validateOnType=true 10 years ago
Qiang Xue 11132cee1a Fixes #5006. 10 years ago
Qiang Xue b9b6fbc94b Fixes #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope 10 years ago
Qiang Xue 00cfe93b20 Finished console Gii feature. 10 years ago
Qiang Xue 6a9b3c7774 Finished console Gii. 10 years ago
Qiang Xue 7ce6a8a456 Fixed typo [skip ci] 10 years ago
Qiang Xue bfb9aa84f7 WIP 10 years ago
Qiang Xue b9c97ff2aa Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated 10 years ago
Qiang Xue 91e41b0470 Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors 10 years ago
Michael Härtl e28edb3ed1 Improve docs for CheckboxColumn::$checkboxOptions 10 years ago
Tomek Romik 4b940c5b41 Added "other" rules to polish translations 10 years ago
Alexander Makarov d752ca1849 Updated Russian framework messages 10 years ago
Tomek Romik dbf63a45af Update polish translation 10 years ago
Qiang Xue de63a46d82 Fixes #4984. 10 years ago
Qiang Xue b604bc56ff updated UPGRADE [skip ci] 10 years ago
Carsten Brandt 9dfca990a0 updated german translation 10 years ago
Carsten Brandt b5af2f6ab3 fixed size format plural rule to not format number itself 10 years ago
Qiang Xue 2150fa3239 Fixes #4970: `joinWith()` called by a relation was ignored by `yii\db\ActiveQuery` 10 years ago
Stephen Seliuk 35b54345b5 Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ``` 10 years ago
Qiang Xue b835422479 Fixes #4897: Added `yii\helpers\FileHelper::mimeMagicFile 10 years ago
Qiang Xue 44b5e8ef60 Fixes #4954: MSSQL column comments are not retrieved correctly 10 years ago
Serge Postrash 286e8efe9f Updated phpdoc for \yii\widgets\DetailView [ckip ci] 10 years ago
Carsten Brandt 0723f409ab finished the first structure of the guide on formatting 10 years ago
Carsten Brandt c8f8f654ce fixed paragraph formatting 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 10 years ago
Qiang Xue f50f840a55 Fixes #4955: Replaced callbacks with events for `ActiveForm` 10 years ago
Alexander Kochetov 090e550a3d Rename `\yii\web\User` component param for consistency 10 years ago
Alexander Kochetov ed251d8993 Html::button() type is `button` by default 10 years ago
Steve d90fc6ced5 Fix bug in Estonian translation 10 years ago
Alexander Kochetov 1bd738243c Typo fixed inside \yii\rest\CreateAction 10 years ago
Carsten Brandt 47648a4b9f final cleanup 10 years ago
Carsten Brandt 3f75728083 refactored size format 10 years ago
Carsten Brandt 916d2c182d ensure some BC 10 years ago
Carsten Brandt 9418c9d236 unit tests and some locale depended fixes 10 years ago
Carsten Brandt 8d397e7f0e finished currency formatter 10 years ago
Jani Mikkonen 77091123e6 Update finnish translation 10 years ago
Qiang Xue 377cb09aa8 Fixes #4945: Added `yii\test\ArrayFixture` 10 years ago
Ragazzo a5245ad048 added array fixture class 10 years ago
Carsten Brandt f8f0ff5445 moved formatter to i18n namespace 10 years ago
Carsten Brandt 065db64db3 finsihed formatter implementation 10 years ago
Qiang Xue b1e7c753ae Fixes #2702: added doc about customizing error response format [skip ci] 10 years ago