9226 Commits (2150fa3239818bbe8df93a3ee5a00ffbed8ca0b2)
 

Author SHA1 Message Date
Qiang Xue 2150fa3239 Fixes #4970: `joinWith()` called by a relation was ignored by `yii\db\ActiveQuery` 10 years ago
Stephen Seliuk 70ed5d5c01 Test for fix 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
Alexander Makarov 353cf1b345 Merge pull request #4981 from SDKiller/patch-2 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 c1d98722aa Update tutorial-i18n.md 10 years ago
Qiang Xue 0e4da43838 Merge pull request #3906 from cebe/Erik-r-2359-formatter-refactored 10 years ago
Carsten Brandt 2b38d6ab33 Merge branch 'master' into Erik-r-2359-formatter-refactored 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
Stephen Seliuk 3847630994 Fixes #4971: Fixed hardcoded table names in `viaTable` expression in model generator 10 years ago
Qiang Xue 00e4d63e57 Fixed test break. 10 years ago
Qiang Xue d4a54e58eb Merge pull request #4978 from thiagotalma/patch-1 10 years ago
Qiang Xue f50f840a55 Fixes #4955: Replaced callbacks with events for `ActiveForm` 10 years ago
Thiago Talma cc40fb5b13 Fix brackets 10 years ago
Qiang Xue 071c2e55a0 Merge pull request #4977 from creocoder/web-user-param-rename1 10 years ago
Alexander Kochetov 090e550a3d Rename `\yii\web\User` component param for consistency 10 years ago
Qiang Xue 09395ed2ec Merge pull request #4974 from creocoder/html-button-type-fix 10 years ago
Alexander Kochetov ed251d8993 Html::button() type is `button` by default 10 years ago
Alexander Makarov 26526ff075 Merge pull request #4963 from stevekr/master 10 years ago
Steve d90fc6ced5 Fix bug in Estonian translation 10 years ago
Qiang Xue e8e53883ff Merge pull request #4961 from creocoder/fix-typos-1 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
Qiang Xue c4141f94f6 Fixed test break. 10 years ago
Qiang Xue 0a95c49149 Fixed test case. 10 years ago
Carsten Brandt 91e973ce7b note about validation rules order 10 years ago
Carsten Brandt 6e6fc1ec7a Merge pull request #4953 from janisto/message_fi_update-3 10 years ago
Carsten Brandt 8c07086b51 Merge pull request #4951 from TriAnMan/testdbcleanup 10 years ago
Anton Andersen 8e66325fa1 Return a fixtures cleanup in case of a failing test 10 years ago
Jani Mikkonen 77091123e6 Update finnish translation 10 years ago
Carsten Brandt 383b9d32ab skip fixture controller test on HHVM 10 years ago
Anton Andersen 09ae5fb595 Make unit tests cleanup a DB after finish 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 92f7b3fb06 minor doc adjustment [skip ci] 10 years ago
Alexander Makarov abb807bd9d Fixes #4948. Thanks, @johan162 10 years ago
Alexander Makarov 06a3f5ff8a Fixes #4947 10 years ago
Carsten Brandt 98079b84a2 Merge branch 'master' into Erik-r-2359-formatter-refactored 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 8ff4db3c02 added anchor [skip ci] 10 years ago
Qiang Xue b1e7c753ae Fixes #2702: added doc about customizing error response format [skip ci] 10 years ago