stable

Clone or download

Read-only

Merge 'gerrit #9975' into stable/master

* commit 'e72aa3e951': request #10831 Tracker notifications should be in a dedicated class Change-Id: Ie14692f0c695d517270db6fb43f0072cce6629fd

Modified Files

Name
A plugins/tracker/include/Tracker/Artifact/Changeset/Notification/Notifier.php +508 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +3 −450 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +1 −46 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
A plugins/tracker/tests/Artifact/Changeset/Notification/NotifierTest.php +246 −0 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php +0 −222 Go to diff View file
M src/common/backend/BackendLogger.class.php +11 −0 Go to diff View file
M src/utils/process_system_events.php +1 −3 Go to diff View file