]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Show private messages to groups in a list
authorEvan Prodromou <evan@status.net>
Mon, 7 Feb 2011 14:46:26 +0000 (09:46 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Feb 2011 14:46:26 +0000 (09:46 -0500)
commit143cc4bdd08ee363518219f1d0b769028c508e11
tree5c98ce659f61624304687c23edc8e10b1c17ef15
parentcd536e30991c61bcfc432fa48b8d31b2b0f8e41a
Show private messages to groups in a list

Shows the messages to a private group in a list. New classes for
showing a group private message and list of group private messages.

New actions for showing a stream of group private messages and a
single group private message.
plugins/PrivateGroup/Group_message.php
plugins/PrivateGroup/PrivateGroupPlugin.php
plugins/PrivateGroup/groupinbox.php
plugins/PrivateGroup/groupmessagelist.php [new file with mode: 0644]
plugins/PrivateGroup/groupmessagelistitem.php [new file with mode: 0644]
plugins/PrivateGroup/showgroupmessage.php [new file with mode: 0644]