stable

Clone or download

Read-only

chore: ReminderDao now uses PDO

This is part of request #11713 Date reminder shall be suspended if the artifact is closed already No functional change expected here. Change-Id: Ic1a3f0032f0c9c1dc82c46dd65e015aa371131fc

Modified Files

Name
A plugins/tracker/include/Tracker/DateReminder/DateReminderDao.php +229 −0 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +92 −69 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +3 −1 Go to diff View file
D plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php +0 −259 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +5 −9 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +4 −4 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +4 −4 Go to diff View file
M tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php +41 −8 Go to diff View file