Changes between Initial Version and Version 1 of Ticket #6005, comment 23
- Timestamp:
- 11/18/2014 04:31:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6005, comment 23
initial v1 5 5 It add supports for marking a single message thread as read/unread, as well as bulk management (read/unread/delete) of messages. 6 6 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. 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. Seeing as this is quite big, I'm certain there's some stupid stuff in there, so please bear with me regarding that. :) 8 8 9 9 This 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.