dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/91/3491/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7496: Add an option in Tracker "general settings" to enable the display of priority changes in follow-ups Change-Id: I1a4e5a6caaceb3411a4e28075e829727cd2159f1

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