Comment 5 for bug 1468156

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4920
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/dd0e1dab78a50239829e8605f5623519b70b0f09
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit dd0e1dab78a50239829e8605f5623519b70b0f09
Author: Tobias Zeuch <email address hidden>
Date: Sun Jul 5 11:22:45 2015 +0200

Bug 1468156: Change plugin type of plugin multirecipientnotification to module

To change the plugin type from artefact to module, the code is moved and the
superclass reference is changed to PluginModule. Obsolete classes for the
former unused artefact types are deleted. The references to the old script
paths are changed. Plugin Tables are renamed and references updated.
The new plugin mustn't be installed when the old plugin is still active, but on
upgrade, the database tables are renamed and references in artefact_installed
and artefact_event_subscription and the triggers are changed.

Change-Id: Id5f1198b780ffb92181f7d60785aad9ffe2259da
Signed-off-by: Tobias Zeuch <email address hidden>