art40100
|
9c708d2d06
|
Fix translation of lv messages [skip ci]
|
2019-07-24 11:49:32 +03:00 |
|
Alexander Kartavenko
|
c2eae6cb0e
|
Fix #17457: Fixed phpTypecast() for MSSQL
|
2019-07-23 23:08:31 +03:00 |
|
Sidney Lins
|
9988efc04f
|
Fix #16796: Fixed addition and removal of table and column comments in MSSQL
|
2019-07-23 18:50:57 +03:00 |
|
EndlessDreams
|
c0254d617e
|
Fix #17449: Fixed order of SQL column build syntax for MySQL migration
|
2019-07-23 17:37:16 +03:00 |
|
Bizley
|
e50a07c30c
|
Fix #17437: Fixed generating namespaced migrations
|
2019-07-23 17:28:43 +03:00 |
|
Alexander Kartavenko
|
6fc04a622e
|
Fix #17219: Fixed quoting of table names with spaces in MSSQL
|
2019-07-19 13:48:57 +03:00 |
|
alex-code
|
378f9ad598
|
Fix #17424: Subdomain support for User::loginRequired
|
2019-07-18 11:46:05 +03:00 |
|
Alexander Kartavenko
|
259c496e2e
|
Fix #10020: Fixed quoting of column names with dots in MSSQL
|
2019-07-17 16:46:31 +03:00 |
|
Alexander Makarov
|
ce0c64a2ec
|
prepare for next release
|
2019-07-16 22:44:27 +03:00 |
|
Alexander Makarov
|
4d02666b9e
|
release version 2.0.23
|
2019-07-16 22:44:09 +03:00 |
|
Alexander Makarov
|
a7335bfabf
|
Fix phpdoc for BatchQueryResult::$mssqlNoMoreRowsErrorCode [skip ci]
|
2019-07-16 22:38:18 +03:00 |
|
Alexander Kartavenko
|
0e1f22ae6a
|
Verifying error code instead of message. (#17438)
|
2019-07-16 20:40:19 +03:00 |
|
Alexander Kartavenko
|
a9097dbac3
|
Fix #17435: Fixed i18n_init migration for MSSQL
|
2019-07-15 23:05:26 +03:00 |
|
Alexander Makarov
|
a26f8f6ed2
|
Added since tag
|
2019-07-15 23:00:10 +03:00 |
|
Alexander Kartavenko
|
4bee9a4ed9
|
#10023. Fix codeclimate issue
|
2019-07-15 14:49:11 +03:00 |
|
Alexander Kartavenko
|
25cf331839
|
Closes #10023. Fix MSSQL "There are no more rows" exception when using each() and batch()
|
2019-07-15 13:54:33 +03:00 |
|
Alexander Kartavenko
|
136705c92b
|
MSSQL: fix tests (#17431)
|
2019-07-13 02:27:47 +03:00 |
|
Alexander Makarov
|
331d997185
|
Noted in Security::encrypt* that data returned is byte string [skip ci]
|
2019-07-12 15:13:53 +03:00 |
|
Konstantin
|
5c7db1690e
|
Add type null to @return annotation of findIdentityByAccessToken and findIdentity methods (#17430) [skip ci]
|
2019-07-12 14:15:24 +03:00 |
|
Alexander Makarov
|
dfe58e877c
|
Remove unnecessary use
|
2019-07-10 21:16:39 +03:00 |
|
Alexander Kartavenko
|
869f475dc1
|
Fix #17413, fix #17418: Fixed MSSQL tests
|
2019-07-10 17:30:41 +03:00 |
|
Alexander Kartavenko
|
9f2a87363e
|
Fixes #17420: Fixed loading of column default values for MSSQL
|
2019-07-10 17:29:11 +03:00 |
|
Alexander Kartavenko
|
55b06d2364
|
Fix #17413: Fixed MSSQL tests: QueryBuilderTest::testGetColumnType(), QueryBuilderTest::testResetSequence()
|
2019-07-09 11:47:55 +03:00 |
|
Alexander Kartavenko
|
2b9374558b
|
Fix #17395: Fixed issues with actions that contain underscores in their names
|
2019-07-08 13:46:43 +03:00 |
|
Alexander Makarov
|
4b14800e3a
|
prepare for next release
|
2019-07-02 23:29:09 +03:00 |
|
Alexander Makarov
|
d86fcc8430
|
release version 2.0.22
|
2019-07-02 23:28:40 +03:00 |
|
Alexander Makarov
|
d23537fa26
|
Fix type annotations
|
2019-07-02 21:56:01 +03:00 |
|
Alexander Makarov
|
1f6cc43337
|
Remove unnecessary concatenation
|
2019-07-02 21:34:35 +03:00 |
|
Garth
|
9dcf65e304
|
Fix #17389: Fixed UniqueValidator to work with Active Record having joinWith() in its find()
|
2019-07-02 20:50:53 +03:00 |
|
Alexander Makarov
|
f9a42c6703
|
Fix #17397: Improve UPGRADE note about Query::select()
|
2019-07-02 17:30:24 +03:00 |
|
Alexander Kartavenko
|
6b10bbcec2
|
Closes #17057. \yii\db\mssql\Schema::findTableNames should return quoted table names. (#17409)
|
2019-07-02 17:03:27 +03:00 |
|
Alexander Kartavenko
|
eb65dba796
|
Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL
|
2019-07-02 14:41:56 +03:00 |
|
Alexander Kartavenko
|
757bc42645
|
Fixes #17325: Fixed "Cannot drop view" for MySQL while migrate/fresh
|
2019-06-30 19:53:50 +03:00 |
|
Brandon Kelly
|
f2212a3183
|
Fix #17384: Fixed SQL error when passing DISTINCT ON queries
|
2019-06-29 00:05:22 +03:00 |
|
Alexander Kartavenko
|
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 |
|
Michael Härtl
|
e6d7881bbe
|
Fix #17341 Re-add fix for yii.activeForm.js in strict mode (#17398)
|
2019-06-27 14:44:13 +07:00 |
|
Alexander Kartavenko
|
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 |
|
Alexander Kartavenko
|
2d333b2301
|
Fixes #17382: Added \yii\validators\DateValidator::$strictDateFormat to enable strict validation
|
2019-06-25 15:24:32 +07:00 |
|
stevekr
|
c70a2eb0d6
|
Update Estonian translation (#17394) [skip ci]
|
2019-06-25 15:12:03 +07:00 |
|
Alexander Kartavenko
|
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 |
|
Alexander Makarov
|
27463c1fcf
|
prepare for next release
|
2019-06-18 17:25:51 +03:00 |
|
Alexander Makarov
|
f3d1534125
|
release version 2.0.21
|
2019-06-18 17:25:08 +03:00 |
|
Andriy Borysov
|
662e367cce
|
Fixes #17332: Trigger 'change' for checkboxes in GridView
|
2019-06-18 16:21:20 +03:00 |
|
Sidney Lins
|
fe3ebe2e56
|
Fixes #17356: MSSQL Schema was not detecting string field size
|
2019-06-18 14:25:13 +03:00 |
|
Alexander Kartavenko
|
8fb5b35cc5
|
Closes #17372. Fix documentation for the ArrayHelper::multisort() (#17375)
|
2019-06-18 14:17:16 +03:00 |
|
Alexander Makarov
|
1c919a5ac5
|
Fixes #17377: Add tests that verify there are no false positives
|
2019-06-18 12:22:35 +03:00 |
|
Ashton Schultz
|
1f9131d841
|
Fixes #12080: Fixed afterValidate triggering when any validation occurs
|
2019-06-18 11:55:39 +03:00 |
|
Alexander Kartavenko
|
c8564241d3
|
Remove extra spaces from Html::csrfMetaTags (#17370)
|
2019-06-14 15:02:47 +03:00 |
|
Alexander Kartavenko
|
3275f97684
|
Fixes #16565: Added missing parts of the context message in \yii\log\Target::collect
|
2019-06-13 16:37:46 +03:00 |
|
blolass
|
53e6c321d4
|
Fix typo in sl translation of yii.php (#17368) [skip ci]
Rezultatov instead of Razultatov
|
2019-06-13 16:36:48 +03:00 |
|