stable

Clone or download

Read-only

Introduction of tlp-tabs

Part of story #9197: Get rid of Bootstrap in site admin + homogenization of tlp-pagination + div#feedback element is present only if there's at least one feedback (javascript part has been updated) + tlp-tabs have been introduced in following admin parts: * git plugin * tracker plugin * system events Change-Id: I3746869c3ecb9b946906da65fd1fc124a6961966

Modified Files

Name
M plugins/IM/include/IMViews.class.php +81 −81 Go to diff View file
M plugins/admindelegation/www/permissions.php +4 −4 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/AdminGerritPresenter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfig.php +2 −2 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfigPresenter.php +2 −2 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +3 −3 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +1 −1 Go to diff View file
M plugins/git/templates/admin-plugin.mustache +23 −31 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminController.class.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +2 −1 Go to diff View file
M plugins/phpwiki/include/PHPWikiAdminController.class.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +1 −1 Go to diff View file
M plugins/statistics/www/disk_usage.php +26 −26 Go to diff View file
M plugins/statistics/www/frequence_stat.php +4 −4 Go to diff View file
M plugins/statistics/www/index.php +3 −3 Go to diff View file
M plugins/statistics/www/project_over_quota.php +1 −1 Go to diff View file
M plugins/statistics/www/project_quota.php +2 −2 Go to diff View file
M plugins/statistics/www/scm_stats.php +2 −2 Go to diff View file
M plugins/statistics/www/services_usage.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Deprecation/DeprecationController.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +2 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/deprecation.mustache +35 −39 Go to diff View file
M plugins/tracker/templates/siteadmin-config/emailgateway.mustache +7 −13 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +7 −13 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +2 −1 Go to diff View file
M src/common/admin/Homepage/Controller.php +3 −2 Go to diff View file
M src/common/admin/PermissionDelegationController.php +1 −1 Go to diff View file
M src/common/svn/admin/SVN_Admin_Controller.php +2 −2 Go to diff View file
M src/templates/admin/system_events/admin-system-events.mustache +8 −11 Go to diff View file
M src/www/admin/approve-pending.php +28 −28 Go to diff View file
M src/www/admin/approve_license.php +4 −4 Go to diff View file
M src/www/admin/approve_pending_users.php +77 −77 Go to diff View file
M src/www/admin/descfields/desc_fields_edit.php +64 −64 Go to diff View file
M src/www/admin/generic_user.php +1 −1 Go to diff View file
M src/www/admin/groupedit.php +3 −3 Go to diff View file
M src/www/admin/grouplist.php +1 −1 Go to diff View file
M src/www/admin/index.php +1 −1 Go to diff View file
M src/www/admin/lastlogins.php +1 −1 Go to diff View file
M src/www/admin/massmail.php +5 −5 Go to diff View file
M src/www/admin/show_pending_documents.php +6 −6 Go to diff View file
M src/www/admin/system_events/index.php +1 −1 Go to diff View file
M src/www/admin/trove/trove_cat_add.php +4 −4 Go to diff View file
M src/www/admin/trove/trove_cat_delete.php +1 −1 Go to diff View file
M src/www/admin/trove/trove_cat_edit.php +3 −3 Go to diff View file
M src/www/admin/trove/trove_cat_list.php +2 −2 Go to diff View file
M src/www/admin/user_changepw.php +5 −5 Go to diff View file
M src/www/admin/usergroup.php +9 −9 Go to diff View file
M src/www/admin/userlist.php +1 −1 Go to diff View file
M src/www/scripts/codendi/feedback.js +24 −9 Go to diff View file
M src/www/stats/graphs.php +2 −2 Go to diff View file
M src/www/stats/index.php +2 −2 Go to diff View file
M src/www/stats/projects.php +5 −5 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +3 −1 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenter.php +11 −1 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +13 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +10 −2 Go to diff View file
M src/www/themes/BurningParrot/templates/header.mustache +3 −1 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +34 −3 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_pagination.scss +8 −9 Go to diff View file
A src/www/themes/common/tlp/src/scss/components/_tabs.scss +58 −0 Go to diff View file
M src/www/tracker/admin/restore.php +11 −11 Go to diff View file