19718 Commits (aad14cabc99e6311c2f36df073cab4f5feea10f2)
 

Author SHA1 Message Date
theonedemon 42e8aa4ea5
Fix #18325: Fix `yii\db\pgsql\Schema` to respect non-default PgSQL schema name for data types 4 years ago
Aaron Mueller 3593696b93 Fixing Email Validator to handle edge case where email address is valid but fails ascii conversion. 4 years ago
Bizley a03fb0c01e
Fix #17631: Fix `yii\widgets\BaseListView` to properly render custom summary 4 years ago
Pigo 14a581562a
Fix #18566: Throw the original exception when `yii\web\Controller::bindInjectedParams()` catches HttpException 4 years ago
simialbi 45a81c1eeb
Minified SVGs (#18573) 4 years ago
Bizley 34441ca549
Fix #14343: Fix `yii\test\ActiveFixture` to use model's DB connection instead of the default one 4 years ago
Bizley 83c876ae3d
Merge pull request #18575 from Mignar/18574-bugfix-dbsession-using-correct-db 4 years ago
Alexander Krug 74d1842dee Use the correct db if strict mode is used in DbSession fixes #18574 4 years ago
Bizley ef6d45d0b1
Merge pull request #18571 from simialbi/master 4 years ago
Simon Karlen 06f1917b9c
fixed test 4 years ago
Simon Karlen 1ef65a9f7c
fixed icon sizes (inline css) and added link to fontawesome 4 years ago
Bizley ba6e3278d6
Merge pull request #18565 from darkdef/mssql_dbcache 4 years ago
Bizley 3dd3692b7c
Update CHANGELOG.md 4 years ago
DarkDef d92fd370ee add lines to CHANGELOG.md 4 years ago
DarkDef 7017903fe4 Storing check on `varbinary` the result in a private property 4 years ago
DarkDef 64ecbf10b1 Fix for issue #18526 4 years ago
Bizley 54f25c4b04
Fix #17174: Fix `yii\db\BaseActiveRecord::unlink()` to not ignore `on` conditions in `via` relations 4 years ago
Bizley 9a7f778194
Fix #18557: Fix `yii\data\ActiveDataProvider` to handle DB connection configuration of different type than just `yii\db\Connection` 4 years ago
Daniil Sazhin db47207018
Fix #18534: Added `prepareSearchQuery` property in `yii\rest\IndexAction` 4 years ago
simialbi ba9366be0d
Fix #17479: Fix `yii\grid\ActionColumn` to render icons when no glyphicons are available 4 years ago
Dmitry Eliseev 4479c66522
Fixed phpdoc types 4 years ago
Bizley cfe782b3f5
Fix #18544: Fix `yii\validators\NumberValidator` to disallow values with whitespaces 4 years ago
Bizley bd2b1f25f0
Fix #18552: Fix bug with `yii\data\SqlDataProvider` not properly handling SQL with `ORDER BY` clause 4 years ago
Bizley 7f6671cdfc
Update OWASP link 4 years ago
Alexander Makarov 426c84ae1b
prepare for next release 4 years ago
Alexander Makarov 5fbd28e056
release version 2.0.41.1 4 years ago
stevekr 6182284039
Update Formatter types 4 years ago
Bizley 4997c51152
Fix #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly 4 years ago
Bizley 6dad27d4a1
Reversed #18499 (#18546) 4 years ago
Alexander Makarov cd9cc45845
prepare for next release 4 years ago
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
Alexander Makarov 1ace064848
Pre-release adjustments 4 years ago
Alexander Makarov 6b1750d35f
Add note about updating cacert.pem 4 years ago
Alexander Makarov 3883d73cea
Fix #9718: Fix user staying authorized despite authKey change 4 years ago
Alexander Makarov b3546e6fdb
Fix #18535: Set Cookie SameSite to Lax by default 4 years ago
XPOHOC dfef7f8365
Fix #18539: Fix "driver does not support quoting" when using the driver pdo_odbc 4 years ago
Alexander Makarov daafa44d57
Add "Configuring SSL peer validation" to security best practices guide 4 years ago
Alexander Makarov 50831e6f08
Travis leftovers cleanup 4 years ago
Bizley d610853fdf
Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 4 years ago
Bizley 14f1138441
Correct #18499 4 years ago
Bizley 2774f3ea6c
Fix #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs 4 years ago
Brandon Kelly 5b93c1a144
Fix TableTest namespace 4 years ago
Brandon Kelly 1bdbe80bfb
Execute tests/bootstrap.php via autoload-dev 4 years ago
Insolita fbd932903c
Fix #18508: Fix Postgres SQL query for load table indexes with correct column order 4 years ago
Mohamed Abdel-Monem Hussein b8e31c0d31
Fix #18460: `compareValue` in `CompareValidator` can now take a closure returning a value 4 years ago
Ondřej Vašíček d1037db68d
Fix #18499: When using `yii\db\Query::all()` and `yii\db\Query::$indexBy`, the `yii\db\Query::$indexBy` is auto inserted into `yii\db\Query::$select` - the same as in `yii\db\Query::column()` 4 years ago
stevekr 4ed14bb738
Update QueryTrait property types 4 years ago
Brandon Kelly f935065bca
Fix #18518: Add support for ngrok’s `X-Original-Host` header 4 years ago
Wilmer Arambula 920fda176a
Add separate workflow for MSSQL 4 years ago
Valerii Gorbachev ad6daecdfe
Add test for issue #14663 4 years ago