Skip to content

Commit 2502436

Browse files
authored
Merge pull request #211 from WoltLab/6.2-form-builder
Use FormBuilder for conversations
2 parents d6c1022 + c16a975 commit 2502436

File tree

88 files changed

+2474
-5257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2474
-5257
lines changed

clipboardAction.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/clipboardAction.xsd">
3-
<import>
3+
<delete>
44
<!-- conversation -->
55
<action name="assignLabel">
66
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
@@ -51,5 +51,5 @@
5151
<page>wcf\page\ConversationListPage</page>
5252
</pages>
5353
</action>
54-
</import>
54+
</delete>
5555
</data>

fileDelete.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,22 @@
2222
<file>lib/system/event/listener/UserGroupAddCanBeAddedAsParticipantListener.class.php</file>
2323
<file>lib/system/user/online/location/ConversationLocation.class.php</file>
2424
<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/GetConversationLabelManager.js</file>
28+
<file>js/WoltLabSuite/Core/Api/Conversations/GetConversationLabels.js</file>
29+
<file>js/WoltLabSuite/Core/Api/Conversations/GetConversationLeaveDialog.js</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/Label/Manager.js</file>
35+
<file>js/WoltLabSuite/Core/Conversation/Component/Subject/Editor.js</file>
36+
<file>js/WoltLabSuite/Core/Conversation/Clipboard.js</file>
37+
<file>js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js</file>
38+
<file>js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js</file>
39+
<file>js/WCF.Conversation.js</file>
40+
<file>js/WCF.Conversation.min.js</file>
41+
<file>js/WCF.Conversation.tiny.min.js</file>
2542
</delete>
2643
</data>

0 commit comments

Comments
 (0)