stable
Clone or download
Read-only
Part of story #11254: reduce notification sent by tracker to status change In order to prepare introduction of a third option (notif on status change), stop_notification is not anymore relevant. This refactoring change in database the name of the column, and in the code. XML import accept both names to not reject existing export. Should be completely removed in few release. No functional changes in the interface. Change-Id: I39f2616d2ea3c8fe1e0a1ec9caaed155a8b84f68 TODO: use trang to generate the rng
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +1 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201806111646_rename_stop_notification.php | +42 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/Dao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +36 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +10 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/TrackerDao.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +21 | −3 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +2 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +10 | −1 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +10 | −1 | Go to diff View file |