|
|
869f475dc1
|
Fix #17413, fix #17418: Fixed MSSQL tests
|
2019-07-10 17:30:41 +03:00 |
|
|
|
9f2a87363e
|
Fixes #17420: Fixed loading of column default values for MSSQL
|
2019-07-10 17:29:11 +03:00 |
|
|
|
55b06d2364
|
Fix #17413: Fixed MSSQL tests: QueryBuilderTest::testGetColumnType(), QueryBuilderTest::testResetSequence()
|
2019-07-09 11:47:55 +03:00 |
|
|
|
2b9374558b
|
Fix #17395: Fixed issues with actions that contain underscores in their names
|
2019-07-08 13:46:43 +03:00 |
|
|
|
4b14800e3a
|
prepare for next release
|
2019-07-02 23:29:09 +03:00 |
|
|
|
d86fcc8430
|
release version 2.0.22
|
2019-07-02 23:28:40 +03:00 |
|
|
|
d23537fa26
|
Fix type annotations
|
2019-07-02 21:56:01 +03:00 |
|
|
|
1f6cc43337
|
Remove unnecessary concatenation
|
2019-07-02 21:34:35 +03:00 |
|
|
|
9dcf65e304
|
Fix #17389: Fixed UniqueValidator to work with Active Record having joinWith() in its find()
|
2019-07-02 20:50:53 +03:00 |
|
|
|
f9a42c6703
|
Fix #17397: Improve UPGRADE note about Query::select()
|
2019-07-02 17:30:24 +03:00 |
|
|
|
6b10bbcec2
|
Closes #17057. \yii\db\mssql\Schema::findTableNames should return quoted table names. (#17409)
|
2019-07-02 17:03:27 +03:00 |
|
|
|
eb65dba796
|
Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL
|
2019-07-02 14:41:56 +03:00 |
|
|
|
757bc42645
|
Fixes #17325: Fixed "Cannot drop view" for MySQL while migrate/fresh
|
2019-06-30 19:53:50 +03:00 |
|
|
|
f2212a3183
|
Fix #17384: Fixed SQL error when passing DISTINCT ON queries
|
2019-06-29 00:05:22 +03:00 |
|
|
|
b0a973a8da
|
Fix #17396: Added 'invoked by controller' to the debug log message when \yii\base\Action is used
|
2019-06-28 01:50:44 +03:00 |
|
|
|
e6d7881bbe
|
Fix #17341 Re-add fix for yii.activeForm.js in strict mode (#17398)
|
2019-06-27 14:44:13 +07:00 |
|
|
|
0fcd495583
|
Fixes #16394: Fixed issues in migrate/create when specifying default values with colons and adding multiple columns
|
2019-06-26 12:44:24 +07:00 |
|
|
|
2d333b2301
|
Fixes #17382: Added \yii\validators\DateValidator::$strictDateFormat to enable strict validation
|
2019-06-25 15:24:32 +07:00 |
|
|
|
c70a2eb0d6
|
Update Estonian translation (#17394) [skip ci]
|
2019-06-25 15:12:03 +07:00 |
|
|
|
c5397f8784
|
Closes #16411. Fix windows tests (#17380)
* Fix `\yiiunit\framework\helpers\ConsoleTest::testErrorSummary`
* Fix `\yiiunit\framework\console\controllers\PHPMessageControllerTest::testRemoveUnusedBehavior`
|
2019-06-19 16:48:20 +03:00 |
|
|
|
27463c1fcf
|
prepare for next release
|
2019-06-18 17:25:51 +03:00 |
|
|
|
f3d1534125
|
release version 2.0.21
|
2019-06-18 17:25:08 +03:00 |
|
|
|
662e367cce
|
Fixes #17332: Trigger 'change' for checkboxes in GridView
|
2019-06-18 16:21:20 +03:00 |
|
|
|
fe3ebe2e56
|
Fixes #17356: MSSQL Schema was not detecting string field size
|
2019-06-18 14:25:13 +03:00 |
|
|
|
8fb5b35cc5
|
Closes #17372. Fix documentation for the ArrayHelper::multisort() (#17375)
|
2019-06-18 14:17:16 +03:00 |
|
|
|
1c919a5ac5
|
Fixes #17377: Add tests that verify there are no false positives
|
2019-06-18 12:22:35 +03:00 |
|
|
|
1f9131d841
|
Fixes #12080: Fixed afterValidate triggering when any validation occurs
|
2019-06-18 11:55:39 +03:00 |
|
|
|
c8564241d3
|
Remove extra spaces from Html::csrfMetaTags (#17370)
|
2019-06-14 15:02:47 +03:00 |
|
|
|
3275f97684
|
Fixes #16565: Added missing parts of the context message in \yii\log\Target::collect
|
2019-06-13 16:37:46 +03:00 |
|
|
|
53e6c321d4
|
Fix typo in sl translation of yii.php (#17368) [skip ci]
Rezultatov instead of Razultatov
|
2019-06-13 16:36:48 +03:00 |
|
|
|
3601d512c2
|
Fixes #17070: Strip invalid character from fallback file name
|
2019-06-12 23:41:40 +03:00 |
|
|
|
8fd627c755
|
Added type null to @return annotation of findOne method (#17362) [skip ci]
|
2019-06-12 23:40:29 +03:00 |
|
|
|
cb384f542d
|
Add upgrade note for #17344
|
2019-06-12 00:09:31 +03:00 |
|
|
|
a226b76776
|
Fixes #17341: Allow callable objects to be set to \yii\filters\AccessRule::$roleParams
|
2019-06-12 00:02:07 +03:00 |
|
|
|
54b3d6d8ab
|
Fixes #17344: Improved performance of yii\db\Connection::addSelect()
|
2019-06-11 16:14:38 +03:00 |
|
|
|
1ed6ec1e5c
|
Fixes #17353: Added sameSite support for yii\web\Cookie and yii\web\Session::cookieParams
|
2019-06-11 00:33:36 +03:00 |
|
|
|
b638cc4a4e
|
Fixes #17348: Improved performance of yii\db\Connection::quoteTableName()
|
2019-06-08 21:48:35 +02:00 |
|
|
|
60702e663e
|
Fixes #17345: Improved performance of yii\db\Connection::quoteColumnName()
|
2019-06-07 11:29:24 +02:00 |
|
|
|
3297f207f5
|
Fixes #17341: Fixed error from yii.activeForm.js in strict mode
|
2019-06-06 16:08:00 +02:00 |
|
|
|
869c8aa220
|
prepare for next release
|
2019-06-04 22:11:32 +03:00 |
|
|
|
0e1cdf0980
|
release version 2.0.20
|
2019-06-04 22:10:59 +03:00 |
|
|
|
317a73a59f
|
Fixes #17336: Fixed wildcard matching in Event::hasHandlers()
|
2019-06-04 15:07:51 +02:00 |
|
|
|
2ca8da062c
|
Fixes #17328: Added mime aliases for BMP and SVG files
|
2019-06-03 16:17:08 +02:00 |
|
|
|
8d9947f06a
|
Fixes #17299: Fixed adding of input error class in \yii\widgets\ActiveField::widget
|
2019-05-28 09:03:39 +02:00 |
|
|
|
30e10837ba
|
Fixes #16509: Fixed console command help text wordwrap for multi-byte strings
|
2019-05-22 14:42:12 +03:00 |
|
|
|
4980a72de5
|
prepare for next release
|
2019-05-21 19:01:47 +03:00 |
|
|
|
694a1410e8
|
release version 2.0.19
|
2019-05-21 19:01:16 +03:00 |
|
|
|
a44b307c01
|
Fixes #16918: Console Table widget variables visibility was changed to protected to allow extending it
|
2019-05-21 12:46:08 +03:00 |
|
|
|
3a7779f09a
|
Fixes #17313: Support jQuery 3.4
|
2019-05-21 11:51:14 +03:00 |
|
|
|
e1f6761dfd
|
Fixes #17233: Fixed bug with integer model attribute names in Validator class
|
2019-05-15 18:03:57 +03:00 |
|