stable

Clone or download

Read-only

Merge commit 'refs/changes/49/4949/11' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8698: choose the values to be displayed at project creation from trove cats

Modified Files

Name
M site-content/en_US/admin/admin.tab +3 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +2 −0 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +1 −1 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationPresenter.class.php +1 −1 Go to diff View file
M src/common/trove/TroveCatFactory.php +31 −8 Go to diff View file
M src/common/trove/TrovecatDao.php +12 −0 Go to diff View file
M src/db/mysql/database_initvalues.sql +112 −112 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2016/201601051638_add_trovecat_display_column.php +56 −0 Go to diff View file
M src/www/admin/trove/trove_cat_add.php +22 −3 Go to diff View file
M src/www/admin/trove/trove_cat_edit.php +23 −2 Go to diff View file
M src/www/include/trove.php +3 −3 Go to diff View file
M src/www/scripts/tuleap/trovecat.js +14 −3 Go to diff View file