stable

Clone or download

Read-only

Please welcome BurningParrot Theme

Part of story #9197: Get rid of Bootstrap in site admin Introduce a new theme. When you choose this theme, there isn't any functional change (it looks like FlamingParrot) except if you are siteadmin and you go to the /admin/ url. Please note that: * the theme is only available in lab mode * there is no css yet (will be done in a next commit) * there is no head/body tags (will be done in a next commit) * plugins that have admin pages are still in FlamingParrot flavour. There isn't any change if you choose FlamingParrot or Tuleap theme. Change-Id: I3c7c93177e0771b2eac4cfa8783bda671f0aa06d

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/layout/BaseLayout.php +38 −0 Go to diff View file
M src/common/layout/DivBasedTabbedLayout.class.php +2 −2 Go to diff View file
D src/common/layout/GForgeLayout.class.php +0 −864 Go to diff View file
M src/common/layout/Layout.class.php +28 −6 Go to diff View file
D src/common/layout/TabbedLayout.class.php +0 −565 Go to diff View file
M src/common/layout/ThemeManager.class.php +72 −17 Go to diff View file
M src/common/widget/Widget_Static.class.php +1 −1 Go to diff View file
M src/www/include/utils.php +9 −3 Go to diff View file
A src/www/themes/BurningParrot/BurningParrotTheme.php +57 −0 Go to diff View file
A src/www/themes/BurningParrot/ChangeLog +1 −0 Go to diff View file
A src/www/themes/BurningParrot/VERSION +1 −0 Go to diff View file
A src/www/themes/BurningParrot/templates/widget.mustache +4 −0 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −2 Go to diff View file
M tools/rpm/Makefile +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +13 −0 Go to diff View file
M tools/rpm/tuleap.spec +13 −0 Go to diff View file