stable

Clone or download

Read-only

Git > Display repositories for a mirror

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