4680 Commits (10d08268a1aae704928e3693762743ffc4cceae6)

Author SHA1 Message Date
Qiang Xue 7ce6a8a456 Fixed typo [skip ci] 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
Carsten Brandt 2a15ae12e6 refactored number formatting 10 years ago
Carsten Brandt a4e86c02de date formatter iteration 10 years ago
Carsten Brandt 7f1f759472 small doc adjustments 10 years ago
Alexander Makarov 4832760604 Removed unused "use" statements 10 years ago
Qiang Xue b4c4b4053a Fixes #3511: Dropped `yii.allowAction()` and modified `yii.confirm()` in `yii.js` to support callbacks 10 years ago
Qiang Xue ae13b0593f Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically 10 years ago
Qiang Xue 08d4d89930 Fixes #2914: `ActiveForm::fieldConfig` will be merged recursively with the `$options` parameter in `ActiveForm::field()` 10 years ago
Qiang Xue e3ca5a8168 Reverted/fixed some incorrect changes. 10 years ago
Nikola Trifunovic f3f5395132 missing "." sign 10 years ago
Alexander Makarov 11812af1c1 Fixed formatting, initialized options array 10 years ago
Alexander Makarov 91f61bfc3b Fixed phpdoc 10 years ago
Nikola Trifunovic 939ee37fd4 added missing serbian translations 10 years ago
Alexander Makarov 73045c83b9 Simplified ArrayTrait::fields() default implementation since it works fine w/ just field names as values 10 years ago
Alexander Makarov d471f0ba91 Fixes #4288: added a hint on how to specify console boolean values to the output of help 10 years ago
Qiang Xue 155f525e0b Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside 10 years ago