dev

Forked from tuleap/dev

Clone or download

Read-only

request #6441: Enhance agiledashbord homepage behaviour

* agile dashboard homepage will use status for milestones unless the corresponding tracker uses the date fields (start_date & duration) * Add feedback to end users regarding the last level mistones search process (search by time or by status) Change-Id: I5513f1b73751e06323c196d38e8509f6cb3fc639

Modified Files

Name
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +40 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +32 −8 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +9 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +3 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +3 −0 Go to diff View file
M plugins/agiledashboard/templates/home.mustache +4 −0 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +11 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +17 −0 Go to diff View file