mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
member모듈에서 쪽지/친구등의 커뮤니케이션 기능을 communication 모듈로 분리. member_extra_info 애드온에서 쪽지/친구와 관련된 기능을 member_communication 애드온으로 분리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7968229e6
commit
08cee6952c
135 changed files with 1980 additions and 1293 deletions
|
|
@ -15,14 +15,6 @@
|
|||
<action name="dispMemberFindAccount" type="view" standalone="true" />
|
||||
<action name="dispSavedDocumentList" type="view" standalone="true" />
|
||||
|
||||
<action name="dispMemberMessages" type="view" standalone="true" />
|
||||
<action name="dispMemberSendMessage" type="view" standalone="true" />
|
||||
<action name="dispMemberNewMessage" type="view" standalone="true" />
|
||||
|
||||
<action name="dispMemberFriend" type="view" standalone="true" />
|
||||
<action name="dispMemberAddFriend" type="view" standalone="true" />
|
||||
<action name="dispMemberAddFriendGroup" type="view" standalone="true" />
|
||||
|
||||
<action name="dispMemberAdminList" type="view" standalone="true" index="true" admin_index="true" />
|
||||
<action name="dispMemberAdminConfig" type="view" standalone="true" />
|
||||
<action name="dispMemberAdminInsert" type="view" standalone="true" />
|
||||
|
|
@ -55,12 +47,6 @@
|
|||
<action name="procMemberDeleteImageName" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteImageMark" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberUpdateAllowMessage" type="controller" standalone="true" />
|
||||
<action name="procMemberSendMessage" type="controller" standalone="true" />
|
||||
<action name="procMemberStoreMessage" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteMessage" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteMessages" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberScrapDocument" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteScrap" type="controller" standalone="true" />
|
||||
<action name="procMemberSaveDocument" type="controller" standalone="true" />
|
||||
|
|
@ -69,14 +55,6 @@
|
|||
<action name="procMemberFindAccount" type="controller" standalone="true" />
|
||||
<action name="procMemberAuthAccount" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberAddFriend" type="controller" standalone="true" />
|
||||
<action name="procMemberMoveFriend" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteFriend" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberAddFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procMemberRenameFriendGroup" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteFriendGroup" type="controller" standalone="true" />
|
||||
|
||||
<action name="procMemberAdminInsert" type="controller" standalone="true" />
|
||||
<action name="procMemberAdminDelete" type="controller" standalone="true" />
|
||||
<action name="procMemberAdminInsertConfig" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue