Explicitly delete old file
authorMatthias Schmidt <gravatronics@live.com>
Wed, 9 Jun 2021 15:43:42 +0000 (17:43 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 9 Jun 2021 15:43:42 +0000 (17:43 +0200)
These files were deleted in the repository so that they are not part of releases after that point in time. In older installations that were updated, these obsolete files might still exist, however.

acpTemplateDelete.xml [new file with mode: 0644]
fileDelete.xml [new file with mode: 0644]
templateDelete.xml [new file with mode: 0644]

diff --git a/acpTemplateDelete.xml b/acpTemplateDelete.xml
new file mode 100644 (file)
index 0000000..3c9210d
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/acpTemplateDelete.xsd">
+       <delete>
+               <template>__userGroupAddCanBeAddedAsParticipant</template>
+       </delete>
+</data>
diff --git a/fileDelete.xml b/fileDelete.xml
new file mode 100644 (file)
index 0000000..10bd623
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/fileDelete.xsd">
+       <delete>
+               <file>acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</file>
+               <file>acp/update_com.woltlab.wcf.conversation_3.1_addColumn.php</file>
+               <file>acp/update_com.woltlab.wcf.conversation_5.2.php</file>
+               <file>js/require.build.min.js</file>
+               <file>lib/form/ConversationMessageAddForm.class.php</file>
+               <file>lib/form/ConversationMessageEditForm.class.php</file>
+               <file>lib/page/ConversationLogPage.class.php</file>
+               <file>lib/system/user/online/location/ConversationLocation.class.php</file>
+       </delete>
+</data>
diff --git a/templateDelete.xml b/templateDelete.xml
new file mode 100644 (file)
index 0000000..f1379e8
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/templateDelete.xsd">
+       <delete>
+               <template>__userStartConversation</template>
+               <template>conversationListUnread</template>
+               <template>conversationLog</template>
+               <template>conversationMessageAdd</template>
+               <template>conversationMessageEdit</template>
+               <template>searchResultConversationMessage</template>
+       </delete>
+</data>