8753 Commits (5558ee793bb08383086dadfef264054ad7968427)

Author SHA1 Message Date
Wilmer Arambula 5558ee793b
Fix #18040, fix #15265, fix #18232 database issues (#18225) 4 years ago
parthjani07 72fb200f04
Fix typos in Hindi language (#18276) 4 years ago
DarkDef 4b2af4d2a4
Bug #13973: Correct alterColumn for MSSQL & drop constraints before drop column 4 years ago
Alex 287476465d
Fix #18196: `yii\rbac\DbManager::$checkAccessAssignments` is now `protected` 4 years ago
JesseHines0 db4beebe23
Fix #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception 4 years ago
Maxim Hodyrev 09dc9b70f8
Fix #18066: Fixed `yii\db\Query::create()` wasn't using all info from `withQuery()` 4 years ago
Alexander Makarov e81b0f00a7
Fix #18235: Document inline validator change regarding static closures 4 years ago
Michael Härtl 9aa46136f6
Fix #18248: Render only one stack trace on console for chained exceptions 4 years ago
Vladislav Pototskiy e348c0f460
Fix #18269: Fix integer safe attribute to work properly in `yii\base\Model` 4 years ago
azbuk b680494d6b
Fix typo in message for lang uz (#18272) 4 years ago
Tobias Munk 7423222eae
Add docs about IP blocks for property $ips (#18261) 4 years ago
DarkDef f212925242
Fix #18239: Fix support of no-extension files for `FileValidator::validateExtension()` 4 years ago
Basil 175a201004
Fix #18236: Allow `yii\filters\RateLimiter` to accept a closure function for the `$user` property in order to assign values on runtime 4 years ago
DarkDef 705be8fb85
Fix #18229: Add a flag to set Connection to SyBase mode 4 years ago
Alexander Makarov 40fc68e239
Fix #18233: Add PHP 8 support 4 years ago
Alexander Makarov 38b1eb2c3e
prepare for next release 4 years ago
Alexander Makarov 15e233574c
release version 2.0.37 4 years ago
Michael Härtl aca01e4fec
Fix #18217: Make `yii\console\ErrorHandler` render chained exceptions in debug mode 4 years ago
Mathias f839a02414
Fix #18156: Fix `yii\db\Schema::quoteSimpleTableName()` was checking incorrect quote character 4 years ago
Alexander Makarov 523e4b324b
Fix #18175: Add upgrade note for 2.0.36 about inline validator defined as closure 4 years ago
Alexander Makarov 7e2601fa1c
Fix incorrect source message KB -> kB in several translations 4 years ago
Alex Yashkin 758c27f48f
Use kB instead of KB in Belarusian messages (#18220) 4 years ago
Alexander Makarov 7cc538c0a9
Fix #18203: PDO exception code was not properly passed to `yii\db\Exception` 4 years ago
Alex e49a52f3a1
Fix #18210: Allow strict comparison for multi-select inputs 4 years ago
DarkDef a624c31698
Fix #18198: Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table 4 years ago
Alexander Makarov f34d160179
Remove unused use 4 years ago
Kartik Visweswaran cf364f5e00
Fix #17147: Fix form attribute validations for empty select inputs 4 years ago
Alexander Makarov 1ade4993f9
Fix #18204: Fix 2.0.36 regression in inline validator and JS validation 4 years ago
Sergei Predvoditelev a496eeaf83
Fix #18205: Add `.phpstorm.meta.php` file for better auto-completion in PhpStorm 4 years ago
Bizley c47aed2a7c
ExistValidator info (#18197) 4 years ago
Alexander Makarov b492476e35
Fix #18189: Fix "Invalid parameter number" in `yii\rbac\DbManager::removeItem()` (#18190) 4 years ago
rhertogh c1b033a15f
Using ExpressionInterface instead of Expression in ActiveRecord::findbycondition() (#18188) 4 years ago
Alexander Makarov dab7a6c317
Update phpdoc 4 years ago
rhertogh 931f080aee
Fix #18182: `yii\db\Expression` was not supported as condition in `ActiveRecord::findOne()` and `ActiveRecord::findAll()` 4 years ago
stevekr f3f5312469
Update BaseHtml and Formatter typehints (#18185) 4 years ago
Sohel Ahmed Mesaniya 878dcff08e
Add Hindi language in messages config array (#18177) 4 years ago
DarkDef f1aaa0de89
Fix #18171: Change case of column names in SQL query for `findConstraints` to fix MySQL 8 compatibility 4 years ago
DarkDef 4fa7d4ee48
Fix #18170: Fix regression in passing extra console command arguments to the action 4 years ago
Alexander Makarov 2a7381c498
prepare for next release 4 years ago
Alexander Makarov 700ac02706
release version 2.0.36 4 years ago
Alexander Makarov 38f038175f
Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
Bizley d62590807d
Fix #18051: Fix using `EachValidator` with custom validation function 4 years ago
Alexander Makarov bfc0698b36
Fix #18086: Fix accessing public properties of `ArrayAccess` via `ArrayHelper::getValue()` 4 years ago
rhertogh 6aa0ac1ed0
Fix #18151: Added `Mutex::isAcquired()` to check if lock is currently acquired 4 years ago
DarkDef f944e1f039
Fix #18094: Support for composite file extension validation 4 years ago
Alexander Makarov 7bd2950a9a
Fix #18031: HttpBasicAuth with auth callback now triggers login events same was as other authentication methods 4 years ago
Radosław Skrzypczak c5b1574757
Fix #18147: Fixed parameters binding for MySQL when prepare emulation is off 4 years ago
DarkDef 1faa45c552
Fix #18134: Expression as columnName should not be quoted in likeCondition 4 years ago
DarkDef e478c23bd4
Fix #17985: Convert migrationNamespaces to array if needed 4 years ago
Deryabin Sergey 7eb184eadb
Fix #17999: Fix skipping test case on PHP v >= 7.1 and LibreSSL version >= 2.15 4 years ago