stable

Clone or download

Read-only

Merge commit 'refs/changes/71/7571/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9927: Site admin should be able to easily configure templates Change-Id: I48bea376f58d02ad1640c30cbb1c52e5022b5d0d

Modified Files

Name
M plugins/tracker/include/trackerPlugin.class.php +19 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +20 −2 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +18 −0 Go to diff View file
M site-content/en_US/admin/admin.tab +0 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +17 −5 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −1 Go to diff View file
M site-content/tuleap-core.pot +15 −3 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +1 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/project/Admin/TemplateListPresenter.php +42 −0 Go to diff View file
A src/common/project/Admin/TemplatePresenter.php +54 −0 Go to diff View file
A src/templates/admin/projects/templatelist.mustache +49 −0 Go to diff View file
M src/templates/admin/sidebar_configuration.mustache +1 −1 Go to diff View file
A src/www/admin/templates.php +43 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-templates.scss +22 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file