]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
DirectMessage moved into a plugin, not done yet
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 14:47:10 +0000 (15:47 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 14:53:35 +0000 (15:53 +0100)
commit68143ff916b07e8188d1a8ff6cba3ad31c34a2ad
treee4a5ad1d593dc1ac91fe00b498c023d9f3c73e98
parentfaae9d069abd09b28646e2100a289dd27b618c94
DirectMessage moved into a plugin, not done yet

We still have to move some API calls into the new plugin.
30 files changed:
actions/apidirectmessage.php [deleted file]
actions/apidirectmessagenew.php [deleted file]
actions/inbox.php [deleted file]
actions/newmessage.php [deleted file]
actions/outbox.php [deleted file]
actions/showmessage.php [deleted file]
classes/Message.php [deleted file]
classes/Profile.php
db/core.php
lib/accountprofileblock.php
lib/mailbox.php [deleted file]
lib/mailboxmenu.php [deleted file]
lib/messageform.php [deleted file]
lib/messagelist.php [deleted file]
lib/messagelistitem.php [deleted file]
lib/personalgroupnav.php
lib/router.php
plugins/DirectMessage/DirectMessagePlugin.php [new file with mode: 0644]
plugins/DirectMessage/actions/apidirectmessage.php [new file with mode: 0644]
plugins/DirectMessage/actions/apidirectmessagenew.php [new file with mode: 0644]
plugins/DirectMessage/actions/inbox.php [new file with mode: 0644]
plugins/DirectMessage/actions/newmessage.php [new file with mode: 0644]
plugins/DirectMessage/actions/outbox.php [new file with mode: 0644]
plugins/DirectMessage/actions/showmessage.php [new file with mode: 0644]
plugins/DirectMessage/classes/Message.php [new file with mode: 0644]
plugins/DirectMessage/lib/mailbox.php [new file with mode: 0644]
plugins/DirectMessage/lib/mailboxmenu.php [new file with mode: 0644]
plugins/DirectMessage/lib/messageform.php [new file with mode: 0644]
plugins/DirectMessage/lib/messagelist.php [new file with mode: 0644]
plugins/DirectMessage/lib/messagelistitem.php [new file with mode: 0644]