8957 Commits (3f597fd45d68309bddabd24055c49665361fd4d8)
 

Author SHA1 Message Date
Alexander Makarov 3dd516e486 Fixes #4701 10 years ago
Vadim Belorussov 7f38f49dfa Translated rest-rate-limiting.md into Russian 10 years ago
Vadim Belorussov e5224f2bff Add rest-rate-limiting.md to translate into Russian 10 years ago
Damian Dennis aec7dca2cd added source map generation so that styling can be debugged easily. 10 years ago
Qiang Xue 7cf358af03 Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively 10 years ago
Alex-Code 25c2f9bf85 Made error message encoding configurable for ActiveForm 10 years ago
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
Carsten Brandt 87427294fe fixed broken NOT condition in elasticsearch 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
Klimov Paul 0a709b10a0 Model parameter added to `yii\behaviors\Sluggable::uniqueSlugGenerator` callback 10 years ago
Paul Klimov 0f4d8ac4ba Merge pull request #4675 from klimov-paul/4630-sluggable 10 years ago
Carsten Brandt accd2d3124 Update README.md 10 years ago
Carsten Brandt dd225fb628 try running against postgres 9.3 for #4672 10 years ago
Carsten Brandt 9d4e3612e0 fixed test break 10 years ago
Carsten Brandt 3b665fe3c4 improved unit test SKIP detection 10 years ago
Carsten Brandt 869d7b7cfc Improved test config 10 years ago
Carsten Brandt 47b42ca808 Merge pull request #4680 from yiisoft/array-cache 10 years ago
Klimov Paul c072cc2eaf `yii\behaviors\Sluggable` adjusted 10 years ago
Klimov Paul ce18373221 CHANGELOG updated 10 years ago
Klimov Paul 823bfc977d merge with upstream 10 years ago
Klimov Paul 101d771ecf `yii\behaviors\Sluggable::validateSlug()` fixed to respect updating record 10 years ago
Klimov Paul f27254b9aa `yii\behaviors\Sluggable` simplified 10 years ago
Klimov Paul d362af6ede `yii\behaviors\Sluggable` optimized 10 years ago
Alexander Makarov cbb52eb702 Merge pull request #4685 from bevalorous/docs-guide-russian-translation 10 years ago
Vadim Belorussov f6968f89dd Translated rest-authentication.md into Russian 10 years ago
Vadim Belorussov 701991f06c Add rest-authentication.md to translate into Russian 10 years ago
Qiang Xue 9f155de82d removed the key from the array in the fix for #4371 10 years ago
Qiang Xue 5fe6c55d6b Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 10 years ago
Qiang Xue 19b98948e4 Use 0666 to set files as writable. 10 years ago
Qiang Xue 00232f7aec Merge branch 'master' of git://github.com/yiisoft/yii2 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 10 years ago
Carsten Brandt 92d65ab78b fix issue with postgreSQL and batch inserting boolean values 10 years ago
Nikitin Vitaly f1dd83e2a9 Added test that are making sure batchInsert boolean values in PostgreSQL isn't failing with errors 10 years ago
Carsten Brandt 70e0115d5a changelog for #4656 10 years ago
Alex-Code 9b6f84ca58 BaseHtmlPurifier config can now be a closure 10 years ago
Alexander Makarov 7728274ce6 Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages 10 years ago
Alexander Makarov 1070344278 Adjusted data column docs 10 years ago
Carsten Brandt a2e8083beb Created ArrayCache class 10 years ago
Evgeniy Tkachenko 564c53f790 Added information about format of Data column 10 years ago
abrahamy b7cad9df3d Fixes #4371: Active form client validation wasn't working in case of two models having same named fields 10 years ago
Alexander Makarov ba606d06eb Fixes #4673 10 years ago
Alexander Makarov 546bd5a44a Merge pull request #4679 from bevalorous/docs-guide-russian-translation 10 years ago
Vadim Belorussov a2800fe52e Translated rest-routing.md into Russian 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
Vadim Belorussov b4a9ea8f8a Add rest-routing.md to translate into Russian 10 years ago
Alexander Makarov a4e4c1e04e Merge pull request #4678 from bevalorous/master 10 years ago
Vadim Belorussov fcf25cbf7f Translated rest-controllers.md into Russian 10 years ago
Vadim Belorussov 299f0fc441 Add rest-controllers.md to translate into Russian 10 years ago
Carsten Brandt 316317c87f Add note about smarty SVN 10 years ago
Klimov Paul b062a6601d Default event for `yii\behaviors\Sluggable` with `unique` enabled changed to 'insert'. 10 years ago