git-svn-id: http://xe-core.googlecode.com/svn/trunk@935 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 10:50:43 +00:00
parent 185992e125
commit 66d16556e8
13 changed files with 70 additions and 41 deletions

View file

@ -12,6 +12,11 @@
<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="dispMemberFriendGroup" 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" />
@ -40,6 +45,13 @@
<action name="procMemberDeleteMessage" type="controller" standalone="true" />
<action name="procMemberDeleteMessages" type="controller" standalone="true" />
<action name="procMemberAddFriend" 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" />