← Back to team overview

mahara-contributors team mailing list archive

[Bug 1246702] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3723
Committed: http://gitorious.org/mahara/mahara/commit/05c7dc69329e9cecde306d17376a463e98010b9f
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 05c7dc69329e9cecde306d17376a463e98010b9f
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Thu Sep 25 13:51:10 2014 +1200

Install the multirecipientnotification artefact by default

Bug 1246702

Change-Id: I5fcc98779c0a496b64273ebbc7f8f7312d91bfcc

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1246702

Title:
  Notification to more than one recipient

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The current notification system stores the complete message with all meta-data in a single entry in a single table. When the recipient deletes the notification, the message-entry is deleted in the same moment. That has some disadvantages:
  When a notification is deleted that was part of a conversation, the conversation thread is cut at the message.
  When you try to implement an outbox without touching the notification-system, the user cannot delete messages from the outbox. But when the reciever deletes the message, it disappears from the outbox as well.

  The idea is to store the message in a separate table from the user
  relation. This way, the message can be easily extended to reach
  several users. Storing the Deleted-Information in the second table,
  the message remain in the database until all participants have deleted
  it, thus preserving the metadata, from whom and to whom it was sent.

  We startet implement such a message system as a plugin that blends in
  with the former notification system. The bug report serves as
  reference for gerrit

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1246702/+subscriptions


References