stable

Clone or download

Read-only

story #7496: Add an option in Tracker "general settings" to enable the display of priority changes in follow-ups

Change-Id: Ic0bde3cba48af37b8e739d96a943ab392be4d426

Modified Files

Name
M plugins/tracker/db/install.sql +1 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2015/201501201037_add_show_priority_changes_in_tracker_table.php +44 −0 Go to diff View file
M plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/NullTracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +11 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +8 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/templates/tracker-general-settings.mustache +50 −44 Go to diff View file
M plugins/tracker/tests/TrackerFactoryTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aTracker.php +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker.rnc +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker.rng +9 −0 Go to diff View file