|
|
ad2ce6ad4f
|
Fix event namespace in yii\db\Connection phpdoc (#18608)
|
2021-04-20 09:53:48 +03:00 |
|
|
|
a6dba47963
|
Fix #18590: Fix yii\web\UrlManager to instantiate cache only when it's actually needed
|
2021-04-10 13:02:23 +03:00 |
|
|
|
5ad809e815
|
Fix #18593: Fix setting the maxlength attribute for Html::activeInput() and Html::activeTextArea() based on length parameter of validator
|
2021-04-09 20:15:14 +03:00 |
|
|
|
9cea743191
|
Merge pull request #18588 from ihitbuttons/18585-email-validator-idn-fix
Fixing Email Validator to handle edge case
|
2021-04-07 21:55:40 +03:00 |
|
|
|
2f051bc441
|
Add Since PHPDoc
|
2021-04-07 21:55:25 +03:00 |
|
|
|
269b6c4fe6
|
Merge branch 'master' into 18585-email-validator-idn-fix
|
2021-04-07 18:23:55 +02:00 |
|
|
|
5ee38777bc
|
Removed not used lines and duplicated tests run
|
2021-04-07 19:15:53 +03:00 |
|
|
|
b57d48692a
|
:Merge branch 'master' of git://github.com/yiisoft/yii2 into 18585-email-validator-idn-fix
|
2021-04-06 07:50:17 -07:00 |
|
|
|
63cb61f591
|
Refactoring so regex has it's own variables
|
2021-04-06 07:49:57 -07:00 |
|
|
|
054e259861
|
Fixed typo in console/Application.php (#18596)
|
2021-04-06 12:33:16 +03:00 |
|
|
|
f48fc452af
|
Merge branch 'master' into 18585-email-validator-idn-fix
|
2021-04-02 10:27:48 +02:00 |
|
|
|
6a04ac9651
|
Merge pull request #18592 from sartor/fix/db-pgsql-raw-sql-params
Db Pgsql getRawSql params replace fix
|
2021-04-02 10:26:54 +02:00 |
|
|
|
6809523cc2
|
Db pgsql getRawSql params replace fix changelog line
|
2021-04-02 10:26:03 +03:00 |
|
|
|
88de58c537
|
Merge branch '18585-email-validator-idn-fix' of github.com:ihitbuttons/yii2 into 18585-email-validator-idn-fix
|
2021-04-01 16:28:50 -07:00 |
|
|
|
6659e6a187
|
Refactor based on suggestion
|
2021-04-01 16:27:59 -07:00 |
|
|
|
ddde2c2e0f
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 18585-email-validator-idn-fix
|
2021-04-01 16:24:48 -07:00 |
|
|
|
395dc70468
|
Merge branch 'master' into fix/db-pgsql-raw-sql-params
|
2021-04-01 23:49:53 +03:00 |
|
|
|
335385d7ba
|
Db pgsql getRawSql params replace fix
|
2021-04-01 19:37:50 +03:00 |
|
|
|
2be3c721c4
|
Merge branch 'master' into 18585-email-validator-idn-fix
|
2021-04-01 09:37:20 +03:00 |
|
|
|
d02d60e070
|
Limiting explode to 2
|
2021-03-31 15:21:19 -07:00 |
|
|
|
808c64d900
|
Refactoring method per request
|
2021-03-31 15:15:46 -07:00 |
|
|
|
2650948e87
|
Fix #18323: Fix client validation of RadioList when there are disabled items
|
2021-04-01 01:13:53 +03:00 |
|
|
|
10bb71a822
|
Fix #17203: Fix yii\db\Connection to persist customized queryBuilder configuration after the close() → open() cycle
|
2021-04-01 01:10:16 +03:00 |
|
|
|
42e8aa4ea5
|
Fix #18325: Fix yii\db\pgsql\Schema to respect non-default PgSQL schema name for data types
Co-authored-by: SilverFire - Dmitry Naumenko <d.naumenko.a@gmail.com>
|
2021-04-01 00:52:02 +03:00 |
|
|
|
3593696b93
|
Fixing Email Validator to handle edge case where email address is valid but fails ascii conversion.
|
2021-03-31 11:50:24 -07:00 |
|
|
|
a03fb0c01e
|
Fix #17631: Fix yii\widgets\BaseListView to properly render custom summary
|
2021-03-26 13:53:42 +03:00 |
|
|
|
14a581562a
|
Fix #18566: Throw the original exception when yii\web\Controller::bindInjectedParams() catches HttpException
|
2021-03-23 21:38:52 +03:00 |
|
|
|
45a81c1eeb
|
Minified SVGs (#18573)
|
2021-03-22 11:43:58 +03:00 |
|
|
|
34441ca549
|
Fix #14343: Fix yii\test\ActiveFixture to use model's DB connection instead of the default one
|
2021-03-22 00:37:54 +03:00 |
|
|
|
83c876ae3d
|
Merge pull request #18575 from Mignar/18574-bugfix-dbsession-using-correct-db
Use the correct db if strict mode is used in DbSession fixes #18574
|
2021-03-18 17:17:55 +01:00 |
|
|
|
74d1842dee
|
Use the correct db if strict mode is used in DbSession fixes #18574
|
2021-03-18 15:39:57 +01:00 |
|
|
|
ef6d45d0b1
|
Merge pull request #18571 from simialbi/master
#17479 icon size fix (inline styles)
|
2021-03-18 11:18:36 +01:00 |
|
|
|
06f1917b9c
|
fixed test
|
2021-03-18 08:27:12 +01:00 |
|
|
|
1ef65a9f7c
|
fixed icon sizes (inline css) and added link to fontawesome
|
2021-03-18 08:25:38 +01:00 |
|
|
|
ba6e3278d6
|
Merge pull request #18565 from darkdef/mssql_dbcache
Fix for issue #18526
|
2021-03-17 12:52:32 +01:00 |
|
|
|
3dd3692b7c
|
Update CHANGELOG.md
|
2021-03-17 11:12:02 +01:00 |
|
|
|
d92fd370ee
|
add lines to CHANGELOG.md
|
2021-03-17 09:00:42 +03:00 |
|
|
|
7017903fe4
|
Storing check on varbinary the result in a private property
|
2021-03-16 20:48:25 +03:00 |
|
|
|
64ecbf10b1
|
Fix for issue #18526
DbCache doesn't working using MSSQL/SqlServer
|
2021-03-15 22:47:54 +03:00 |
|
|
|
54f25c4b04
|
Fix #17174: Fix yii\db\BaseActiveRecord::unlink() to not ignore on conditions in via relations
|
2021-03-14 19:04:07 +03:00 |
|
|
|
9a7f778194
|
Fix #18557: Fix yii\data\ActiveDataProvider to handle DB connection configuration of different type than just yii\db\Connection
|
2021-03-14 18:43:25 +03:00 |
|
|
|
db47207018
|
Fix #18534: Added prepareSearchQuery property in yii\rest\IndexAction
|
2021-03-13 00:05:49 +03:00 |
|
|
|
ba9366be0d
|
Fix #17479: Fix yii\grid\ActionColumn to render icons when no glyphicons are available
|
2021-03-12 23:58:20 +03:00 |
|
|
|
4479c66522
|
Fixed phpdoc types
|
2021-03-12 23:41:48 +03:00 |
|
|
|
cfe782b3f5
|
Fix #18544: Fix yii\validators\NumberValidator to disallow values with whitespaces
|
2021-03-11 00:40:34 +03:00 |
|
|
|
bd2b1f25f0
|
Fix #18552: Fix bug with yii\data\SqlDataProvider not properly handling SQL with ORDER BY clause
|
2021-03-10 23:28:45 +03:00 |
|
|
|
7f6671cdfc
|
Update OWASP link
|
2021-03-10 22:51:34 +03:00 |
|
|
|
426c84ae1b
|
prepare for next release
|
2021-03-04 18:45:37 +03:00 |
|
|
|
5fbd28e056
|
release version 2.0.41.1
2.0.41.1
|
2021-03-04 18:45:04 +03:00 |
|
|
|
6182284039
|
Update Formatter types
|
2021-03-04 17:03:03 +03:00 |
|