Deprecated AMP support
authorMarcel Werk <burntime@woltlab.com>
Fri, 13 May 2022 11:19:15 +0000 (13:19 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 13 May 2022 11:19:15 +0000 (13:19 +0200)
com.woltlab.wcf/option.xml
wcfsetup/install/files/lib/page/ArticleAmpPage.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 361692e21372a5226fa40c4e03e111d6a0f6a0b6..104b637a03655f9e1a27956bd4049603327e17ca 100644 (file)
                                <optiontype>boolean</optiontype>
                                <defaultvalue>1</defaultvalue>
                        </option>
-                       <option name="module_amp">
+                       <option name="module_amp"><!-- deprecated: Support for AMP will be removed in 6.0 -->
                                <categoryname>module.content</categoryname>
                                <optiontype>boolean</optiontype>
-                               <defaultvalue>1</defaultvalue>
+                               <defaultvalue>0</defaultvalue>
                        </option>
                        <option name="module_smiley">
                                <categoryname>module.customization</categoryname>
index 1e058aeed338feebcce0747a9b5be8594a23fc5f..10bbe6836ae2ac5007eea755ee1dfb3b075865e7 100644 (file)
@@ -15,6 +15,7 @@ use wcf\system\WCF;
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package WoltLabSuite\Core\Page
  * @since   3.0
+ * @deprecated 5.5 Support for AMP will be removed in 6.0
  */
 class ArticleAmpPage extends AbstractArticlePage
 {
index f1c7916fae2f581e9aecd6777119da23d429598f..3577ac84853b9549ddd2eb79afa34999215adabf 100644 (file)
@@ -1759,8 +1759,8 @@ Die Datenbestände werden sorgfältig gepflegt, aber es ist nicht ausgeschlossen
                <item name="wcf.acp.option.blacklist_sfs_action.block"><![CDATA[Blockieren]]></item>
                <item name="wcf.acp.option.blacklist_sfs_action.description"><![CDATA[Es besteht immer das Risiko eines fehlerhaften Eintrages, daher wird die Einstellung <strong>Deaktivierung, erfordert manuelle Freischaltung</strong> ausdrücklich empfohlen.]]></item>
                <item name="wcf.acp.option.blacklist_sfs_action.disable"><![CDATA[Deaktivierung, erfordert manuelle Freischaltung]]></item>
-               <item name="wcf.acp.option.module_amp"><![CDATA[AMP]]></item>
-               <item name="wcf.acp.option.module_amp.description"><![CDATA[Aktiviert <abbr title="Accelerated Mobile Pages">AMP</abbr>-Versionen von bestimmten Seiten (z. B. Artikeln).]]></item>
+               <item name="wcf.acp.option.module_amp"><![CDATA[AMP (Obsolet)]]></item>
+               <item name="wcf.acp.option.module_amp.description"><![CDATA[Aus Datenschutzgründen ist die Verwendung von <abbr title="Accelerated Mobile Pages">AMP</abbr> nicht empfohlen. Die Funktion wird in einer zukünftigen Version entfernt.]]></item>
                <item name="wcf.acp.option.message_enable_user_consent"><![CDATA[Inhalte von externen Anbietern erst nach Zustimmung anzeigen]]></item>
                <item name="wcf.acp.option.modification_log_expiration"><![CDATA[Speicherzeit für Änderungen]]></item>
                <item name="wcf.acp.option.modification_log_expiration.description"><![CDATA[Zeitraum, nachdem alte Änderungen aus dem Änderungsprotokoll entfernt werden [0, um die Entfernung gänzlich zu deaktivieren]]]></item>
index a46592b2f23e37e331c774634c4faa48a22c26a0..b23344442d25acf810b6d0b5cabb6bedaaff2604 100644 (file)
@@ -1745,8 +1745,8 @@ The database is carefully maintained, but there will be always be a margin of er
                <item name="wcf.acp.option.blacklist_sfs_action.block"><![CDATA[Block]]></item>
                <item name="wcf.acp.option.blacklist_sfs_action.description"><![CDATA[There is always the risk of a false-positive match, therefore it is highly recommended to set it to <strong>Disable and require manual approval</strong>.]]></item>
                <item name="wcf.acp.option.blacklist_sfs_action.disable"><![CDATA[Disable and require manual approval]]></item>
-               <item name="wcf.acp.option.module_amp"><![CDATA[AMP]]></item>
-               <item name="wcf.acp.option.module_amp.description"><![CDATA[Enables <abbr title="Accelerated Mobile Pages">AMP</abbr> versions of certain pages (e.g. articles).]]></item>
+               <item name="wcf.acp.option.module_amp"><![CDATA[AMP (Not Recommended)]]></item>
+               <item name="wcf.acp.option.module_amp.description"><![CDATA[Enabling <abbr title="Accelerated Mobile Pages">AMP</abbr> is not recommended due to privacy concerns. This function will be removed in a future version.]]></item>
                <item name="wcf.acp.option.message_enable_user_consent"><![CDATA[Prompt users before displaying content from external sources]]></item>
                <item name="wcf.acp.option.modification_log_expiration"><![CDATA[Storage Time for Modification Logs]]></item>
                <item name="wcf.acp.option.modification_log_expiration.description"><![CDATA[Modification logs will be deleted after the entered amount of days. To disable deleting old modification logs, enter “0”.]]></item>