stable

Clone or download

Read-only

Git repositories should not load site admin css

Part of story #10408 have a burning parrot git repository list How to test: - Git repositories on Burning Parrot correctly loads its CSS - Site admin's Git administration correctly loads its CSS - BurningParrot CSS files are now revisioned Change-Id: Idb81e3c9da7df608115f1daf7252073bea4b449b

Modified Files

Name
M plugins/git/build-manifest.json +26 −13 Go to diff View file
M plugins/git/include/gitPlugin.class.php +11 −5 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git.scss +19 −153 Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-blue-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-blue.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-green-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-green.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-grey-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-grey.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-orange-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-orange.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-purple-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-purple.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-red-condensed.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin-red.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/site-admin/_git.scss +153 −0 Go to diff View file
R plugins/git/www/themes/BurningParrot/css/_gitolite.scss Go to diff View file