stable

Clone or download

Read-only

Centralize all project creation related configurations

Re-organize side admin side bar so project related stuff is in projects and user related stuff is in users. story #11576 limit who can request a project Change-Id: I53143c0304685987d9b35ef9916172392e207b73

Modified Files

Name
M site-content/en_US/admin/admin.tab +3 −3 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +3 −3 Go to diff View file
M site-content/tuleap-core.pot +6 −0 Go to diff View file
M src/common/Request/FrontRouter.php +24 −0 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +0 −3 Go to diff View file
M src/common/admin/AdminSidebarPresenterBuilder.php +0 −6 Go to diff View file
A src/common/admin/ProjectCreation/ProjectCategoriesDisplayController.php +83 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectFieldsDisplayController.php +83 −0 Go to diff View file
A src/common/admin/ProjectCreation/ProjectFieldsUpdateController.php +156 −0 Go to diff View file
A src/common/admin/ProjectCreation/WebhooksDisplayController.php +99 −0 Go to diff View file
A src/common/admin/ProjectCreation/WebhooksUpdateController.php +117 −0 Go to diff View file
M src/common/admin/ProjectCreationNavBarPresenter.php +17 −0 Go to diff View file
M src/common/autoload.php +7 −2 Go to diff View file
M src/common/project/Admin/DescriptionFields/FieldsListPresenter.php +4 −0 Go to diff View file
M src/common/project/Admin/WebhooksPresenter.php +5 −1 Go to diff View file
M src/common/trove/TroveCatListController.php +46 −12 Go to diff View file
M src/common/trove/TroveCatListPresenter.php +3 −1 Go to diff View file
D src/common/trove/TroveCatRouter.php +0 −126 Go to diff View file
D src/templates/admin/description_fields/description_fields_list.mustache +0 −96 Go to diff View file
R src/templates/admin/description_fields/add_description_field_modal.mustache Go to diff View file
M src/templates/admin/projects/configuration.mustache +176 −178 Go to diff View file
M src/templates/admin/projects/creation-settings-tabs.mustache +5 −0 Go to diff View file
R src/templates/admin/description_fields/delete_description_field_modal.mustache Go to diff View file
A src/templates/admin/projects/description_fields_list.mustache +101 −0 Go to diff View file
R src/templates/admin/description_fields/edit_description_field_modal.mustache Go to diff View file
M src/templates/admin/projects/templatelist.mustache +1 −1 Go to diff View file
R src/templates/admin/trovecategories/trovecat-modal-add.mustache Go to diff View file
R src/templates/admin/trovecategories/trovecat-modal-delete.mustache Go to diff View file
R src/templates/admin/trovecategories/trovecat-modal-edit.mustache Go to diff View file
A src/templates/admin/projects/trovecatlist.mustache +66 −0 Go to diff View file
M src/templates/admin/sidebar_configuration.mustache +0 −14 Go to diff View file
M src/templates/admin/sidebar_projects.mustache +6 −1 Go to diff View file
M src/templates/admin/sidebar_users.mustache +1 −0 Go to diff View file
D src/templates/admin/trovecategories/trovecatlist.mustache +0 −61 Go to diff View file
D src/www/admin/descfields/desc_fields_edit.php +0 −176 Go to diff View file
D src/www/admin/project-configuration.php +0 −132 Go to diff View file
D src/www/admin/trove/.htaccess +0 −1 Go to diff View file
D src/www/admin/trove/trove_cat_list.php +0 −41 Go to diff View file