stable

Clone or download

Read-only

Merge commit 'refs/changes/84/7184/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9729: Do not mix linked list and rank for artifact priority

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +15 −15 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +7 −7 Go to diff View file
M plugins/tracker/db/install.sql +4 −8 Go to diff View file
A plugins/tracker/db/mysql/updates/2016/201612091720_use_only_rank_for_artifact_priority.php +72 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/db_tests/PriorityDaoTest.php +19 −30 Go to diff View file
A plugins/tracker/db_tests/PriorityDaoTestPerformances.php +210 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php +95 −326 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +20 −20 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php +2 −2 Go to diff View file