rhymix/modules/communication/conf/module.xml
SMaker a5f408e05f module.xml에서 standalone="true" 제거
XE 최신 버전에서 standalone 속성은 더 이상 사용되지 않고 있습니다. 이 부분을 삭제하면 xml parsing 속도가
미미하게나마 향상될 것으로 기대됩니다.
2013-11-15 17:10:02 +09:00

33 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispCommunicationMessages" type="view" />
<action name="dispCommunicationSendMessage" type="view" />
<action name="dispCommunicationNewMessage" type="view" />
<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" />
<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" ruleset="addFriend" />
<action name="procCommunicationMoveFriend" type="controller" ruleset="deleteCheckedFriend" />
<action name="procCommunicationDeleteFriend" type="controller" ruleset="deleteCheckedFriend" />
<action name="procCommunicationAddFriendGroup" type="controller" ruleset="addFriendGroup" />
<action name="procCommunicationRenameFriendGroup" type="controller" />
<action name="procCommunicationDeleteFriendGroup" type="controller" />
<action name="getCommunicationAdminColorset" type="model" />
<action name="procCommunicationAdminInsertConfig" type="controller" ruleset="insertConfig" />
<action name="dispCommunicationAdminConfig" type="view" admin_index="true" />
</actions>
</module>