stable

Clone or download

Read-only

Merge 'gerrit #27823' into stable/master

* commit '388c93bd10': fix: Close request #11713 Date reminder shall be suspended if the artifact is closed already Change-Id: I941ea6b7f076ee5b9cb3d1e792082c13a5288753

Modified Files

Name
M plugins/tracker/db/install.sql +1 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2023/202302161403_reminder_on_closed_artifacts.php +37 −0 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/DateReminderDao.php +6 −2 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +10 −9 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +86 −14 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +14 −0 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +13 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/DateReminder/Tracker_DateReminderManagerTest.php +20 −31 Go to diff View file