X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=761e92830fd54666f9c9b69cc4f41e2398937391;hb=b0df641d31ce0faa4c77db5678ca3c8393778dec;hp=4ddc23e261ebc03f604900fd931a764400490e16;hpb=b83157af8f5579e214377aa9868d03780fbc70eb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4ddc23e261..761e92830f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8848,6 +8848,8 @@ $wgCSPReportOnlyHeader = false; * Extensions should add their messages here. The list is used for access control: * changing messages listed here will require editsitecss and editsitejs rights. * + * Message names must be given with underscores rather than spaces and with lowercase first letter. + * * @since 1.32 * @var string[] */ @@ -9026,7 +9028,7 @@ $wgExpiryWidgetNoDatePicker = false; * @since 1.32 * @var int One of the MIGRATION_* constants */ -$wgChangeTagsSchemaMigrationStage = MIGRATION_OLD; +$wgChangeTagsSchemaMigrationStage = MIGRATION_WRITE_BOTH; /** * Temporarily flag to use change_tag_def table as backend of change tag statistics.