9425 Commits (aa8c013ebf70bede5ea30576a8a2a8f00421e171)
 

Author SHA1 Message Date
Qiang Xue d1bfc01f72 reverted a previous change . 10 years ago
Alexander Makarov 46af48e598 Merge pull request #4995 from mikehaertl/master 10 years ago
Michael Härtl e28edb3ed1 Improve docs for CheckboxColumn::$checkboxOptions 10 years ago
Alexander Makarov 2938cf727e Merge pull request #4993 from creocoder/aliases-to-bootstrap 10 years ago
Alexander Makarov 24b74e2b18 Merge pull request #4992 from Skysplit/pl-messages 10 years ago
Alexander Kochetov 5190fbfe37 `aliases.php` renamed to `bootstrap.php` (introduced to specific applications too) 10 years ago
Tomek Romik 4b940c5b41 Added "other" rules to polish translations 10 years ago
Alexander Makarov fe71bc38af Edited Russian guide sections about caching and autoloading 10 years ago
Alexander Makarov 229b7581ee Renamed translations → translation-workflow.md 10 years ago
Alexander Makarov d752ca1849 Updated Russian framework messages 10 years ago
Tomek Romik dbf63a45af Update polish translation 10 years ago
Qiang Xue 6db5126515 send accept header for debug toolbar. [skip ci] 10 years ago
Qiang Xue ee3fc7f866 Fixes #4986 10 years ago
Carsten Brandt e4446ccf51 removed old test 10 years ago
Paul Klimov e060f3ad96 Merge pull request #4982 from diiimonn/feature 10 years ago
Qiang Xue de63a46d82 Fixes #4984. 10 years ago
Qiang Xue b604bc56ff updated UPGRADE [skip ci] 10 years ago
Carsten Brandt 9655e3bd94 CHANGELOG 10 years ago
tvdavid cc10725c2b Add support for elasticsearch delete by query 10 years ago
tvdavid 259b8c901f Add support for elasticsearch suggestions 10 years ago
Carsten Brandt 3fb680964c add aggregation, stats and suggester to elasticsearch 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 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
dima 97b4c505ad fix authchoice.js 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