stable

Clone or download

Read-only

UI for default settings

Part of story #11661: define a merge strategy for my repositories Go to project ยป git ยป admin ยป git settings template ยป pull requests You can now set the default settings for pull requests. Change is applied for new repositories. Change is reflected in project history. Change-Id: I65b99687e77f96c18599b3bd1c09092856f51b37

Modified Files

Name
M plugins/git/include/Git/DefaultSettings/IndexController.php +23 โˆ’11 Go to diff View file
A plugins/git/include/Git/DefaultSettings/Pane/DefaultSettingsPanesCollection.php +74 โˆ’0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +2 โˆ’1 Go to diff View file
A plugins/pullrequest/include/PullRequest/DefaultSettings/DefaultSettingsController.php +82 โˆ’0 Go to diff View file
A plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPane.php +76 โˆ’0 Go to diff View file
A plugins/pullrequest/include/PullRequest/DefaultSettings/PullRequestPanePresenter.php +42 โˆ’0 Go to diff View file
M plugins/pullrequest/include/PullRequest/MergeSetting/MergeSettingDAO.php +17 โˆ’0 Go to diff View file
M plugins/pullrequest/include/PullRequest/MergeSetting/MergeSettingRetriever.php +17 โˆ’1 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +40 โˆ’1 Go to diff View file
M plugins/pullrequest/site-content/en_US/pullrequest.tab +2 โˆ’0 Go to diff View file
M plugins/pullrequest/site-content/fr_FR/LC_MESSAGES/tuleap-pullrequest.po +3 โˆ’0 Go to diff View file
M plugins/pullrequest/site-content/fr_FR/pullrequest.tab +2 โˆ’0 Go to diff View file
M plugins/pullrequest/site-content/tuleap-pullrequest.pot +3 โˆ’0 Go to diff View file
A plugins/pullrequest/templates/default-settings.mustache +19 โˆ’0 Go to diff View file
M src/common/autoload.php +3 โˆ’2 Go to diff View file
A src/common/project/Admin/GetProjectHistoryEntryValue.php +72 โˆ’0 Go to diff View file
M src/www/project/admin/project_admin_utils.php +5 โˆ’1 Go to diff View file