stable

Clone or download

Read-only

story #7886 - rename Config to ForgeConfig for Mediawiki 1.23

Change-Id: Ida41eb790b9daaa61c4608030131f89a6d1b10e2

Modified Files

Name
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactCreationControllerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneControllerTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneSelectorControllerTest.php +3 −3 Go to diff View file
M plugins/cardwall/include/QrCode.class.php +2 −2 Go to diff View file
M plugins/cardwall/tests/CardControllerTest.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php +1 −1 Go to diff View file
M plugins/docman/include/soap.php +1 −1 Go to diff View file
M plugins/fusionforge_compat/include/fusionforge/forge_get_config.php +1 −1 Go to diff View file
M plugins/fusionforge_compat/include/include/plugins_utils.php +1 −1 Go to diff View file
M plugins/git/include/Git.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommand.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/HTTP/Command.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/HTTP/CommandFactory.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/HTTP/Wrapper.class.php +2 −2 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestManager.class.php +2 −2 Go to diff View file
M plugins/git/include/GitBackendLogger.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php +1 −1 Go to diff View file
M plugins/git/include/exceptions/GitAuthorizedKeysFileException.class.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +2 −2 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php +3 −3 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php +5 −5 Go to diff View file
M plugins/git/tests/Git/GitViews/RepoManagement/Pane/GerritTest.php +3 −3 Go to diff View file
M plugins/git/tests/GitActionsTest.php +3 −3 Go to diff View file
M plugins/git/tests/GitTest.php +3 −3 Go to diff View file
M plugins/ldap/include/LDAP_BackendSVN.class.php +1 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +2 −2 Go to diff View file
M plugins/ldap/tests/LDAPTest.php +3 −3 Go to diff View file
M plugins/ldap/tests/LDAP_DirectorySynchronizationTest.php +6 −6 Go to diff View file
M plugins/ldap/tests/LDAP_UserManagerTest.php +3 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminPresenter.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiInstantiater.class.php +1 −1 Go to diff View file
M plugins/mediawiki/www/DatabaseForgeMysql.php +1 −1 Go to diff View file
M plugins/openid/include/AccountManager.class.php +2 −2 Go to diff View file
M plugins/openid/include/driver/ConnexionDriver.class.php +2 −2 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +1 −1 Go to diff View file
M plugins/statistics/include/ProjectsOverQuotaTableHeaderPresenter.class.php +1 −1 Go to diff View file
M plugins/statistics/include/ProjectsOverQuotaTablePresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/bin/import_artifacts_xml.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/SOAP/TemporaryFile.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileCreator.class.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +2 −2 Go to diff View file
M plugins/tracker/include/workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/Tracker/SOAPServerTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileCreatorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +6 −6 Go to diff View file
M plugins/tracker/www/soap/index.php +2 −2 Go to diff View file
M plugins/webdav/include/WebDAVAuthentication.class.php +1 −1 Go to diff View file
M plugins/webdav/tests/WebDAVAuthenticationTest.php +4 −4 Go to diff View file
R src/common/Config/Config.php Go to diff View file
M src/common/ForgeAccess/AdminController.php +2 −2 Go to diff View file
M src/common/Http/Client.class.php +1 −1 Go to diff View file
M src/common/REST/AuthenticatedResource.class.php +2 −2 Go to diff View file
M src/common/REST/GateKeeper.class.php +2 −2 Go to diff View file
M src/common/admin/Homepage/Controller.php +1 −1 Go to diff View file
M src/common/admin/Homepage/LogoFinder.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationController.php +1 −1 Go to diff View file
M src/common/autoload.php +3 −3 Go to diff View file
M src/common/backend/BackendCVS.class.php +1 −1 Go to diff View file
M src/common/backend/BackendLogger.class.php +1 −1 Go to diff View file
M src/common/backend/BackendMailingList.class.php +1 −1 Go to diff View file
M src/common/backend/BackendSVN.class.php +4 −4 Go to diff View file
M src/common/backend/BackendSystem.class.php +3 −3 Go to diff View file
M src/common/dao/include/DataAccess.class.php +2 −2 Go to diff View file
M src/common/include/Codendi_Request.class.php +1 −1 Go to diff View file
M src/common/include/CookieManager.class.php +2 −2 Go to diff View file
M src/common/include/URLVerification.class.php +1 −1 Go to diff View file
M src/common/language/BaseLanguageFactory.class.php +2 −2 Go to diff View file
M src/common/layout/Layout.class.php +7 −7 Go to diff View file
M src/common/layout/ThemeVariant.class.php +2 −2 Go to diff View file
M src/common/mail/Codendi_Mail.class.php +1 −1 Go to diff View file
M src/common/mail/DiskQuotaWarningFormPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailManager.class.php +1 −1 Go to diff View file
M src/common/mail/MassmailFormPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MassmailSender.class.php +1 −1 Go to diff View file
M src/common/mvc2/Controller.class.php +1 −1 Go to diff View file
M src/common/mvc2/PluginController.class.php +1 −1 Go to diff View file
M src/common/news/ChooseNewsItemController.class.php +1 −1 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationCompletePresenter.class.php +1 −1 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +5 −5 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationPresenter.class.php +2 −2 Go to diff View file
M src/common/project/Project.class.php +1 −1 Go to diff View file
M src/common/project/ProjectManager.class.php +1 −1 Go to diff View file
M src/common/search/SearchController.class.php +2 −2 Go to diff View file
M src/common/soap/SOAP_RequestLimitatorFactory.class.php +1 −1 Go to diff View file
M src/common/soap/SOAP_WSDLRenderer.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_Apache_Auth_Factory.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_Apache_SvnrootConf.class.php +1 −1 Go to diff View file
M src/common/svn/SVN_Hooks.class.php +1 −1 Go to diff View file
M src/common/svn/hook/PreCommit.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventQueue.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php +2 −2 Go to diff View file
M src/common/templating/TemplateRendererFactory.class.php +1 −1 Go to diff View file
M src/common/tour/CustomToursFactory.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactFile.class.php +1 −1 Go to diff View file
M src/common/user/GenericUserFactory.class.php +1 −1 Go to diff View file
M src/common/user/LoginPresenter.class.php +4 −4 Go to diff View file
M src/common/user/PasswordExpirationChecker.class.php +1 −1 Go to diff View file
M src/common/user/PendingUserNotifier.php +3 −3 Go to diff View file
M src/common/user/PreferencesPresenter.class.php +1 −1 Go to diff View file
M src/common/user/UserManager.class.php +1 −1 Go to diff View file
M src/common/user/UserStatusManager.class.php +1 −1 Go to diff View file
M src/common/user/User_SSHKeyValidator.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_MyProjects.class.php +1 −1 Go to diff View file
M src/www/account/change_avatar.php +2 −2 Go to diff View file
M src/www/account/register.php +2 −2 Go to diff View file
M src/www/admin/approve_pending_users.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/usergroup.php +1 −1 Go to diff View file
M src/www/api/index.php +1 −1 Go to diff View file
M src/www/include/database.php +1 −1 Go to diff View file
M src/www/include/html.php +1 −1 Go to diff View file
M src/www/include/menu.php +1 −1 Go to diff View file
M src/www/include/pre.php +8 −8 Go to diff View file
M src/www/include/utils_soap.php +1 −1 Go to diff View file
M src/www/index.php +3 −3 Go to diff View file
M src/www/mail/admin/index.php +6 −6 Go to diff View file
M src/www/project/admin/project_admin_utils.php +1 −1 Go to diff View file
M src/www/project/create_project.php +1 −1 Go to diff View file
M src/www/soap/project/wsdl-viewer.php +2 −2 Go to diff View file
M src/www/soap/svn/wsdl-viewer.php +2 −2 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +5 −5 Go to diff View file
M tests/integration/tracker_v3_to_v5/MigrateTrackerTest.php +5 −5 Go to diff View file
M tests/lib/DBTestAccess.php +7 −7 Go to diff View file
M tests/lib/DatabaseInitialisation.class.php +7 −7 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +7 −7 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −1 Go to diff View file
M tests/simpletest/common/Config/ConfigTest.php +27 −27 Go to diff View file
M tests/simpletest/common/Http/ClientTest.php +4 −4 Go to diff View file
M tests/simpletest/common/backend/BackendCVSTest.php +5 −5 Go to diff View file
M tests/simpletest/common/backend/BackendLoggerTest.php +2 −2 Go to diff View file
M tests/simpletest/common/backend/BackendSVNTest.php +8 −8 Go to diff View file
M tests/simpletest/common/backend/BackendSystemTest.php +7 −7 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +7 −7 Go to diff View file
M tests/simpletest/common/language/BaseLanguageFactoryTest.php +6 −6 Go to diff View file
M tests/simpletest/common/project/ProjectManagerTest.php +8 −8 Go to diff View file
M tests/simpletest/common/svn/PreCommitTest.php +2 −2 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_Auth_FactoryTest.php +4 −4 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +6 −6 Go to diff View file
M tests/simpletest/common/system_event/SystemEventProcessor_RootTest.php +4 −4 Go to diff View file
M tests/simpletest/common/templating/TemplateRendererFactoryTest.php +4 −4 Go to diff View file
M tests/simpletest/common/tour/CustomToursFactoryTest.php +2 −2 Go to diff View file
M tests/simpletest/common/tour/TourFactoryTest.php +1 −1 Go to diff View file
M tests/simpletest/common/tracker/ArtifactXMLExporterTestPHP53.php +3 −3 Go to diff View file
M tests/simpletest/common/user/GenericUserFactoryTest.php +4 −4 Go to diff View file
M tests/simpletest/common/user/PasswordExpirationCheckerTest.php +3 −3 Go to diff View file
M tests/simpletest/common/user/UserManagerTest.php +4 −4 Go to diff View file
M tests/simpletest/common/user/UserStatusManagerTest.php +9 −9 Go to diff View file
M tools/utils/frs_find/find_frs_files.php +2 −2 Go to diff View file