Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6005, comment 23


Ignore:
Timestamp:
11/18/2014 04:31:43 PM (10 years ago)
Author:
lakrisgubben
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6005, comment 23

    initial v1  
    55It add supports for marking a single message thread as read/unread, as well as bulk management (read/unread/delete) of messages.
    66
    7 The patch grew quite big since I had to write lots of template functions, almost all of them where inspired by the notifications component.
     7The patch grew quite big since I had to write lots of template functions, almost all of them where inspired by the notifications component. Seeing as this is quite big, I'm certain there's some stupid stuff in there, so please bear with me regarding that. :)
    88
    99This patch doesn't have any js/ajax support (except for selecting all, and disabling the submit button if no bulk action is choosen), this have to come later. :) The thing is that the current ajax support for deleting and bulk managing messages is quite broken since it doesn't take into account pagination etc. So I'd say that this is more complete than what exists.