Skip to content

Commit f121258

Browse files
committed
Mark files for cleanup during the upgrade
1 parent caf6d31 commit f121258

3 files changed

Lines changed: 13 additions & 44 deletions

File tree

acpTemplateDelete.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

fileDelete.xml

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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/6.0/fileDelete.xsd">
33
<delete>
4-
<file>acp/database/update_com.woltlab.wcf.conversation_5.5_step1.php</file>
5-
<file>acp/database/update_com.woltlab.wcf.conversation_5.5_step2.php</file>
6-
<file>acp/install_com.woltlab.wcf.conversation.php</file>
7-
<file>acp/install_com.woltlab.wcf.conversation_2.0.0.php</file>
8-
<file>acp/update_com.woltlab.wcf.conversation_3.0_dropColumns.php</file>
9-
<file>acp/update_com.woltlab.wcf.conversation_3.1_addColumn.php</file>
10-
<file>acp/update_com.woltlab.wcf.conversation_5.2.php</file>
11-
<file>acp/update_com.woltlab.wcf.conversation_5.4_deleteLanguageItems.php</file>
12-
<file>acp/update_com.woltlab.wcf.conversation_5.5_cleanup_orphaned_attachments.php</file>
13-
<file>js/WoltLab/Conversation/UI/Participant/Add.js</file>
14-
<file>js/WoltLab/Conversation/Ui/Participant/Add.js</file>
15-
<file>js/WoltLab/Conversation/Ui/Message/Quote.js</file>
16-
<file>js/require.build.js</file>
17-
<file>js/require.build.min.js</file>
18-
<file>lib/form/ConversationMessageAddForm.class.php</file>
19-
<file>lib/form/ConversationMessageEditForm.class.php</file>
20-
<file>lib/page/ConversationLogPage.class.php</file>
21-
<file>lib/system/message/quote/ConversationMessageQuoteHandler.class.php</file>
22-
<file>lib/system/event/listener/UserGroupAddCanBeAddedAsParticipantListener.class.php</file>
23-
<file>lib/system/user/online/location/ConversationLocation.class.php</file>
24-
<file>style/conversation.less</file>
25-
<file>lib/system/clipboard/action/ConversationClipboardAction.class.php</file>
26-
<file>js/WoltLabSuite/Core/Api/Conversations/AssignConversationLabels.js</file>
27-
<file>js/WoltLabSuite/Core/Api/Conversations/GetConversationLabels.js</file>
28-
<file>js/WoltLabSuite/Core/Api/Conversations/GetConversationLeaveDialog.js</file>
29-
<file>js/WoltLabSuite/Core/Api/Conversations/GetConversationLabelManager.ts</file>
30-
<file>js/WoltLabSuite/Core/Api/Conversations/LeaveConversation.js</file>
31-
<file>js/WoltLabSuite/Core/Conversation/Component/EditorHandler.js</file>
32-
<file>js/WoltLabSuite/Core/Conversation/Component/Leave.js</file>
33-
<file>js/WoltLabSuite/Core/Conversation/Component/Label/Editor.js</file>
34-
<file>js/WoltLabSuite/Core/Conversation/Component/Subject/Editor.js</file>
35-
<file>js/WoltLabSuite/Core/Conversation/Clipboard.js</file>
36-
<file>js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js</file>
37-
<file>js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js</file>
384
<file>js/WCF.Conversation.js</file>
395
<file>js/WCF.Conversation.min.js</file>
406
<file>js/WCF.Conversation.tiny.min.js</file>
41-
<file>lib/system/endpoint/controller/core/conversations/GetConversationLabelManager.class.php</file>
7+
<file>js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js</file>
8+
<file>js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js</file>
9+
<file>js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js</file>
10+
<file>js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js</file>
11+
<file>js/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.js</file>
12+
<file>lib/data/conversation/ViewableConversation.class.php</file>
13+
<file>lib/system/clipboard/action/ConversationClipboardAction.class.php</file>
14+
<file>lib/system/message/quote/ConversationMessageQuoteHandler.class.php</file>
4215
</delete>
4316
</data>

templateDelete.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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/6.0/templateDelete.xsd">
33
<delete>
4-
<template>conversationListUserPanel</template>
5-
<template>conversationLabelAssignment</template>
6-
<template>conversationLeave</template>
4+
<template>__userProfileStartConversation</template>
75
<template>conversationAddParticipants</template>
6+
<template>conversationLabelAssignment</template>
87
<template>conversationLabelManagement</template>
8+
<template>conversationLeave</template>
9+
<template>conversationMessagePreview</template>
10+
<template>userCard_buttons_conversationButton</template>
911
</delete>
1012
</data>

0 commit comments

Comments
 (0)