stable

Clone or download

Read-only

Remove usage of git_repository_bp

Part of story #10409: have a burning parrot git repository view Remove $git_repository_bp variable from your local.inc. Browse a git repository. You should have the new interface. Change-Id: I111cca4c6571670a845fbfe0b5c9717b6d65115a

Modified Files

Name
M plugins/git/include/Git/GitPluginDefaultController.php +2 −11 Go to diff View file
M plugins/git/include/Git/GitRepositoryBrowserController.php +4 −15 Go to diff View file
M plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php +5 −20 Go to diff View file
D plugins/git/include/GitPresenters/RepositoryClonePresenter.class.php +0 −191 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +1 −5 Go to diff View file
D plugins/git/include/GitViews/ShowRepo/ContentGerrit.php +0 −98 Go to diff View file
D plugins/git/include/GitViews/ShowRepo/RepoHeader.php +0 −285 Go to diff View file
M plugins/git/include/constants.php +0 −28 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −23 Go to diff View file
M plugins/git/site-content/en_US/git.tab +0 −8 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +0 −8 Go to diff View file
M plugins/git/templates/repository/header.mustache +5 −1 Go to diff View file
D plugins/git/templates/repository_clone.mustache +0 −96 Go to diff View file
D plugins/git/www/scripts/clone_url.js +0 −122 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/repository/_repository.scss +0 −1 Go to diff View file
M plugins/git/www/themes/default/css/style.scss +0 −329 Go to diff View file
D plugins/pullrequest/include/PullRequest/AdditionalActionsPresenter.php +0 −109 Go to diff View file
D plugins/pullrequest/include/PullRequest/AdditionalHelpTextPresenter.php +0 −64 Go to diff View file
D plugins/pullrequest/include/PullRequest/AdditionalInfoPresenter.php +0 −65 Go to diff View file
M plugins/pullrequest/include/PullRequest/GitExec.php +0 −7 Go to diff View file
D plugins/pullrequest/include/PullRequest/LegacyRouter.php +0 −201 Go to diff View file
M plugins/pullrequest/include/PullrequestDisplayer.php +2 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +0 −109 Go to diff View file
M plugins/pullrequest/site-content/en_US/pullrequest.tab +0 −24 Go to diff View file
M plugins/pullrequest/site-content/fr_FR/pullrequest.tab +0 −24 Go to diff View file
D plugins/pullrequest/templates/additional-actions.mustache +0 −50 Go to diff View file
D plugins/pullrequest/templates/additional-help-text.mustache +0 −14 Go to diff View file
D plugins/pullrequest/templates/additional-info.mustache +0 −6 Go to diff View file
M plugins/pullrequest/tests/GitExecTest.php +22 −30 Go to diff View file