stable
Clone or download
Read-only
Merge 'gerrit #14638' into stable/master
* commit 'bf01c4e1e6': request #13227: Convert git to gettext
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/CIToken/Presenter.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git.class.php | +35 | −48 | Go to diff View file |
M | plugins/git/include/Git/AdminAllowedProjectsGerritPresenter.class.php | +17 | −17 | Go to diff View file |
M | plugins/git/include/Git/AdminAllowedProjectsPresenter.class.php | +18 | −18 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritPresenter.class.php | +29 | −29 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfigPresenter.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorAddPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +24 | −24 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorEditPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorListPresenter.class.php | +16 | −16 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorPresenter.class.php | +10 | −10 | Go to diff View file |
M | plugins/git/include/Git/AdminPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Ci.class.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/IndexController.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/Pane/AccessControl.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/Pane/AccessControlPresenter.php | +38 | −104 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/Pane/Mirroring.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/Pane/MirroringPresenter.php | +5 | −11 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritLegacy.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/GeneralSettingsController.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/GeneralSettingsPresenter.php | +3 | −3 | Go to diff View file |
A | plugins/git/include/Git/GitService.php | +50 | −0 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorPresenter.php | +6 | −10 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorSystemEventQueue.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php | +1 | −5 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php | +1 | −5 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionReplicator.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionSaver.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/TemplateFineGrainedPermissionReplicator.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/TemplateFineGrainedPermissionSaver.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/TemplatePermissionsUpdater.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/Restrictor.php | +8 | −12 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Repository/DescriptionUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/SettingsController.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookAddController.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookController.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookDeleteController.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Repository/Settings/WebhookEditController.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/SystemEventQueue.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Webhook/CreateWebhookButtonPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Webhook/CreateWebhookModalPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Webhook/EditWebhookModalPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Webhook/WebhookModalPresenter.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Webhook/WebhookPresenter.php | +6 | −6 | Go to diff View file |
M | plugins/git/include/Git/Webhook/WebhookSettingsPresenter.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +65 | −73 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +9 | −21 | Go to diff View file |
M | plugins/git/include/GitLog.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPluginDescriptor.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AccessControlPresenter.class.php | +35 | −86 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php | +19 | −19 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateMirroringPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminPresenter.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/GitPresenters/GerritAsThirdPartyPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitPresenters/MirroringPresenter.php | +6 | −6 | Go to diff View file |
M | plugins/git/include/GitPresenters/RepositoryPaneNotificationPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +6 | −10 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +13 | −17 | Go to diff View file |
M | plugins/git/include/GitViews/GitViewHeader.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/CIToken.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Delete.class.php | +6 | −6 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/GeneralSettings.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php | +26 | −32 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Mirroring.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/Content.class.php | +2 | −6 | Go to diff View file |
M | plugins/git/include/Git_LastPushesGraph.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git_PostReceiveMailManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git_Widget_ProjectPushes.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git_Widget_UserPushes.class.php | +11 | −11 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +32 | −26 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +0 | −560 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +1590 | −46 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +0 | −554 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +15 | −30 | Go to diff View file |
M | plugins/git/tests/GitRepositoryManagerTest.php | +6 | −9 | Go to diff View file |
M | plugins/git/tests/Git_ForkCrossProject_Test.php | +13 | −13 | Go to diff View file |