stable

Clone or download

Read-only

Mark some .tab entries as overridable

Some existing users have customized some .tab entries and we should not loose those customization during the tab2gettext automatisation. .tab entries that are removed are not anymore used. There is also a refactoring work on the global search, that used in the past a selectbox to let the user choose in which part of the application the search should be performed. Since this selectbox is not anymore used, we can remove the corresponding labels. Part of request #14979: Identifiy overridable strings with getOverridableText() Change-Id: I5c5ea0953c52d1c74ab87e2a685522f6ca16cee1

Modified Files

Name
M plugins/agiledashboard/include/Planning/ImportTemplateFormPresenter.class.php +1 −1 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +0 −1 Go to diff View file
M plugins/forumml/site-content/en_US/forumml.tab +1 −2 Go to diff View file
M plugins/forumml/site-content/fr_FR/forumml.tab +1 −2 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LoginPresenter.class.php +1 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +0 −20 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +1 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Presenter.php +1 −1 Go to diff View file
M site-content/en_US/account/account.tab +1 −1 Go to diff View file
M site-content/en_US/file/file.tab +1 −1 Go to diff View file
M site-content/en_US/include/include.tab +1 −13 Go to diff View file
M site-content/en_US/themes/gforge-compat.tab +0 −13 Go to diff View file
M site-content/fr_FR/file/file.tab +1 −1 Go to diff View file
M site-content/fr_FR/include/include.tab +1 −13 Go to diff View file
M site-content/fr_FR/themes/gforge-compat.tab +0 −13 Go to diff View file
M src/common/Event/Event.class.php +0 −11 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationApprovalPresenter.class.php +1 −1 Go to diff View file
M src/common/User/LoginPresenter.class.php +2 −2 Go to diff View file
M src/common/User/UserGroup/DescriptionTranslator.php +1 −1 Go to diff View file
M src/common/admin/Admin_UserListExporter.class.php +1 −1 Go to diff View file
M src/common/layout/Layout.class.php +10 −75 Go to diff View file
M src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectNotificationPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectOneStepRegisterPresenter.class.php +4 −4 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +4 −4 Go to diff View file
M src/common/trove/SoftwareMapPresenter.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/SearchFormPresenter.class.php +15 −17 Go to diff View file
M src/themes/FlamingParrot/templates/navbar-search-form.mustache +1 −1 Go to diff View file
M src/www/admin/generic_user.php +1 −1 Go to diff View file
M src/www/file/file_utils.php +3 −3 Go to diff View file
M src/www/include/utils.php +1 −1 Go to diff View file
M src/www/mail/index.php +1 −1 Go to diff View file
M src/www/project/admin/editgenericmember.php +1 −1 Go to diff View file
M src/www/project/admin/permission_request.php +2 −2 Go to diff View file
M src/www/project/export/access_logs_export.php +1 −1 Go to diff View file
M src/www/softwaremap/trove_list.php +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −28 Go to diff View file