stable
Clone or download
Read-only
Part of story #9585: Get rid of Bootstrap in site admin / plugins Go to Git ยป Mirrors. If a mirror does not have any repositories, then an empty property is displayed "None". Else the number is displayed (always in plural). It is a link, when the user click on it then a modal opens and display the list of repositories (grouped by project). This introduces in TLP the notion of tlp-modal-subtitle, and it fixes also the rendering of the modal structure in the documentation. Change-Id: I038342564b5bd184c29f104e85cfead59261d46b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/AdminMirrorController.class.php | +1 | โ19 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorListPresenter.class.php | +9 | โ4 | Go to diff View file |
D | plugins/git/include/Git/AdminRepositoryListPresenter.class.php | +0 | โ76 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDao.class.php | +0 | โ16 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDataMapper.class.php | +5 | โ10 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorPresenter.php | +23 | โ2 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +5 | โ3 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +5 | โ3 | Go to diff View file |
M | plugins/git/templates/admin-plugin-list-repositories.mustache | +34 | โ36 | Go to diff View file |
M | plugins/git/templates/admin-plugin-mirrors.mustache | +31 | โ10 | Go to diff View file |
M | plugins/git/www/scripts/modal-mirror-configuration.js | +14 | โ20 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/_git.scss | +9 | โ1 | Go to diff View file |
M | src/www/themes/common/tlp/doc/css/_demos.scss | +1 | โ1 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/flyover/modals/structure/example.html | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/flyover/modals/types/example.html | +5 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/flyover/modals/usage/example.html | +3 | โ1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_modal.scss | +6 | โ0 | Go to diff View file |