dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/68/1868/2' of http://gerrit.tuleap.net/tuleap into HEAD

* http://gerrit.tuleap.net/tuleap: story #5984 - see open/closed cards percentage fallback Change-Id: I8b0bffe347b2e86877d775fbbf792c6c1c416c6e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php +43 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +4 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneStatusCounterTest.php +73 −12 Go to diff View file
A plugins/cardwall/include/EffortProgressPresenter.class.php +39 −0 Go to diff View file
A plugins/cardwall/include/OpenClosedEffortProgressPresenter.class.php +89 −0 Go to diff View file
M plugins/cardwall/include/Pane.class.php +53 −1 Go to diff View file
M plugins/cardwall/include/PaneContentPresenter.class.php +5 −80 Go to diff View file
A plugins/cardwall/include/RemainingEffortProgressPresenter.class.php +101 −0 Go to diff View file
M plugins/cardwall/include/autoload.php +5 −2 Go to diff View file
M plugins/cardwall/site-content/en_US/cardwall.tab +6 −2 Go to diff View file
M plugins/cardwall/site-content/fr_FR/cardwall.tab +6 −2 Go to diff View file
M plugins/cardwall/templates/agiledashboard-milestone-info.mustache +19 −17 Go to diff View file
M plugins/cardwall/www/js/cardwall.js +32 −6 Go to diff View file
M plugins/cardwall/www/js/fullscreen.js +4 −1 Go to diff View file
M plugins/cardwall/www/js/script.js +4 −0 Go to diff View file