Manual:$wgTagStatisticsNewTable
Appearance
この機能は、バージョン 1.33.0 で完全に除去されました。 |
その他の設定: $wgTagStatisticsNewTable | |
---|---|
Temporarily flag to use change_tag_def table as backend of change tag statistics. |
|
導入されたバージョン: | 1.32.0 (Gerrit change 445179; git #9fed3f0f) |
除去されたバージョン: | 1.33.0 (Gerrit change 467957; git #bb07b4a3) |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
For example in case of Special:Tags.
If set to false, it will use change_tag
table.
Before setting it to true
set $wgChangeTagsSchemaMigrationStage to MIGRATION_WRITE_BOTH and run PopulateChangeTagDef maintaince script.
It's redundant when Manual:$wgChangeTagsSchemaMigrationStage is set to MIGRATION_NEW.