dev
Forked from tuleap/dev
Clone or download
Read-only
Merge commit 'refs/changes/02/3102/4' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #7385: Burndown with a big remaining effort tree issues step 1 Conflicts: plugins/tracker/include/autoload.php Change-Id: I297bb3e7850928a2f0e2f653b9b3d2cf731acef4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2014/201410081156_add_burndown_table.php | +46 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +34 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +7 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Burndown.class.php | +0 | −11 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_BurndownDao.class.php | +57 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | 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/www/resources/tracker.rnc | +2 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker.rng | +8 | −0 | Go to diff View file |