stable

Clone or download

Read-only

Stop building the condensed stylesheets in the git and pull-request plugin

Part of request #20573: Stop building condensed stylesheets Change-Id: I7b1957635b6e1759c278f361b73cb783c031336e

Modified Files

Name
M plugins/git/include/Git/AdminRouter.class.php +1 −2 Go to diff View file
M plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php +2 −2 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +2 −2 Go to diff View file
D plugins/git/themes/BurningParrot/git-blue-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/git-green-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/git-grey-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/git-orange-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/git-purple-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/git-red-condensed.scss +0 −22 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_gitlab.scss +1 −1 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_repositories.scss +9 −9 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_repository-card.scss +8 −8 Go to diff View file
M plugins/git/themes/BurningParrot/repository/_repository.scss +13 −13 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_blob.scss +8 −8 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_commit.scss +8 −8 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_commitdiff.scss +10 −10 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_shortlog.scss +11 −11 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_tag.scss +5 −5 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_tree.scss +7 −7 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-blue-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-green-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-grey-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-orange-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-purple-condensed.scss +0 −22 Go to diff View file
D plugins/git/themes/BurningParrot/site-admin-red-condensed.scss +0 −22 Go to diff View file
M plugins/git/themes/BurningParrot/site-admin/_git.scss +12 −12 Go to diff View file
M plugins/git/webpack.common.js +0 −6 Go to diff View file
M plugins/pullrequest/include/PullrequestDisplayer.php +2 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +1 −2 Go to diff View file
M plugins/pullrequest/themes/_repository.scss +2 −2 Go to diff View file
M plugins/pullrequest/themes/includes/_commits.scss +5 −5 Go to diff View file
M plugins/pullrequest/themes/includes/_dashboard.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_files.scss +3 −3 Go to diff View file
M plugins/pullrequest/themes/includes/_overview.scss +13 −13 Go to diff View file
M plugins/pullrequest/themes/includes/_pull-request-summary.scss +7 −7 Go to diff View file
M plugins/pullrequest/themes/includes/_pull-request.scss +2 −2 Go to diff View file
M plugins/pullrequest/themes/includes/_reviewers.scss +2 −2 Go to diff View file
M plugins/pullrequest/themes/includes/_timeline.scss +9 −9 Go to diff View file
D plugins/pullrequest/themes/pull-requests-blue-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/pull-requests-green-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/pull-requests-grey-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/pull-requests-orange-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/pull-requests-purple-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/pull-requests-red-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-blue-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-green-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-grey-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-orange-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-purple-condensed.scss +0 −22 Go to diff View file
D plugins/pullrequest/themes/repository-red-condensed.scss +0 −22 Go to diff View file
M plugins/pullrequest/webpack.common.js +0 −4 Go to diff View file