]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Create and use MessageList widget
authorEvan Prodromou <evan@status.net>
Tue, 8 Feb 2011 16:11:21 +0000 (11:11 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 8 Feb 2011 16:11:21 +0000 (11:11 -0500)
commitf500d4ea5be3583e7c2e9ad21d0c300bceda83f2
treea3fe9d7a75cbc4c3c04809b45aefd33a37bc1324
parentc858e2bc3484d58833650cf64bb2fbe2a4871cf8
Create and use MessageList widget

Our mailbox actions (inbox and outbox) were doing their own display of
messages. This was causing issues with especially showmessage, which
since the more rigourous nickname checks were added, no longer works as
a mailbox subclass.

I've taken the time to rip out the message listing code from MailboxAction
and moved it to a MessageList widget. The different mailboxes now have their
own subclasses that show the correct profile in the list.
actions/inbox.php
actions/outbox.php
lib/mailbox.php
lib/messagelist.php [new file with mode: 0644]
lib/messagelistitem.php [new file with mode: 0644]