mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
module.xml에서 standalone="true" 제거
XE 최신 버전에서 standalone 속성은 더 이상 사용되지 않고 있습니다. 이 부분을 삭제하면 xml parsing 속도가 미미하게나마 향상될 것으로 기대됩니다.
This commit is contained in:
parent
b0ad8c2ae5
commit
a5f408e05f
25 changed files with 370 additions and 373 deletions
|
|
@ -3,31 +3,31 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispCommunicationMessages" type="view" standalone="true" />
|
||||
<action name="dispCommunicationSendMessage" type="view" standalone="true" />
|
||||
<action name="dispCommunicationNewMessage" type="view" standalone="true" />
|
||||
<action name="dispCommunicationMessages" type="view" />
|
||||
<action name="dispCommunicationSendMessage" type="view" />
|
||||
<action name="dispCommunicationNewMessage" type="view" />
|
||||
|
||||
<action name="dispCommunicationFriend" type="view" standalone="true" />
|
||||
<action name="dispCommunicationAddFriend" type="view" standalone="true" />
|
||||
<action name="dispCommunicationAddFriendGroup" type="view" standalone="true" />
|
||||
<action name="dispCommunicationMessageBoxList" type="mobile" standalone="true" />
|
||||
<action name="dispCommunicationFriend" type="view" />
|
||||
<action name="dispCommunicationAddFriend" type="view" />
|
||||
<action name="dispCommunicationAddFriendGroup" type="view" />
|
||||
<action name="dispCommunicationMessageBoxList" type="mobile" />
|
||||
|
||||
<action name="procCommunicationUpdateAllowMessage" type="controller" standalone="true" />
|
||||
<action name="procCommunicationSendMessage" type="controller" standalone="true" ruleset="sendMessage" />
|
||||
<action name="procCommunicationStoreMessage" type="controller" standalone="true" />
|
||||
<action name="procCommunicationDeleteMessage" type="controller" standalone="true" />
|
||||
<action name="procCommunicationDeleteMessages" type="controller" standalone="true" />
|
||||
<action name="procCommunicationUpdateAllowMessage" type="controller" />
|
||||
<action name="procCommunicationSendMessage" type="controller" ruleset="sendMessage" />
|
||||
<action name="procCommunicationStoreMessage" type="controller" />
|
||||
<action name="procCommunicationDeleteMessage" type="controller" />
|
||||
<action name="procCommunicationDeleteMessages" type="controller" />
|
||||
|
||||
<action name="procCommunicationAddFriend" type="controller" standalone="true" ruleset="addFriend" />
|
||||
<action name="procCommunicationMoveFriend" type="controller" standalone="true" ruleset="deleteCheckedFriend" />
|
||||
<action name="procCommunicationDeleteFriend" type="controller" standalone="true" ruleset="deleteCheckedFriend" />
|
||||
<action name="procCommunicationAddFriend" type="controller" ruleset="addFriend" />
|
||||
<action name="procCommunicationMoveFriend" type="controller" ruleset="deleteCheckedFriend" />
|
||||
<action name="procCommunicationDeleteFriend" type="controller" ruleset="deleteCheckedFriend" />
|
||||
|
||||
<action name="procCommunicationAddFriendGroup" type="controller" standalone="true" ruleset="addFriendGroup" />
|
||||
<action name="procCommunicationRenameFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procCommunicationDeleteFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procCommunicationAddFriendGroup" type="controller" ruleset="addFriendGroup" />
|
||||
<action name="procCommunicationRenameFriendGroup" type="controller" />
|
||||
<action name="procCommunicationDeleteFriendGroup" type="controller" />
|
||||
|
||||
<action name="getCommunicationAdminColorset" type="model" standalone="true" />
|
||||
<action name="procCommunicationAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
|
||||
<action name="dispCommunicationAdminConfig" type="view" standalone="true" admin_index="true" />
|
||||
<action name="getCommunicationAdminColorset" type="model" />
|
||||
<action name="procCommunicationAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="dispCommunicationAdminConfig" type="view" admin_index="true" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue