9 Commits

Author SHA1 Message Date
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
d07cbdaab3 Fix #17975: Fix deleting unused messages with console command if message tables were created manually (auerswald, cebe)
Co-authored-by: AA <auerswald@users.noreply.github.com>
Co-authored-by: Carsten Brandt <mail@cebe.cc>
2020-05-02 13:45:38 +03:00
a9097dbac3 Fix #17435: Fixed i18n_init migration for MSSQL 2019-07-15 23:05:26 +03:00
cc37cd626f Fixes #12599: Fixed MSSQL fail to work with nvarbinary. Enhanced SQL scripts compatibility with older versions 2017-01-23 10:31:52 +03:00
4931f3f123 Adds indexes on message tables which partly fixes #11725 (#11818)
* Adds indexes on message tables which partly fixes #11725

* Adds indexes on for other specific DB languages, which fixes #11725
2016-06-25 15:49:04 +03:00
0b6169858f Fix tables prefix use for i18n migrations (#11748) 2016-06-13 00:22:38 +02:00
b5c52ecbae PHPDoc updates 2016-02-10 00:39:25 +02:00
4f3adc2cb8 Added i18n/migration static migrations 2016-02-10 00:38:45 +02:00
32c424da10 Fixed i18n message sources to load fallback messages in a smarter way
Added migration and unit-tests for `yii\i18n\DbMessageSource`

Closes #7964
2016-02-07 23:08:52 +02:00