stable

Clone or download

Read-only

Refactoring: Introduce ConfigValueFileProvider

This is a first step to be able to read configuration from database (in another changeset). Implements: story #7813: grant restricted users access to git repositories Change-Id: Ia77781f92f9af687302d45d93a3d97dd08ec235a

Modified Files

Name
M plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommand.class.php +0 −2 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php +0 −1 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/GerritTestInterfaces.php +0 −1 Go to diff View file
M plugins/openid/include/driver/ConnexionDriver.class.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +0 −1 Go to diff View file
R src/common/include/Config.class.php Go to diff View file
A src/common/Config/ConfigValueFileProvider.php +41 −0 Go to diff View file
A src/common/Config/ConfigValueProvider.php +27 −0 Go to diff View file
M src/common/autoload.php +5 −3 Go to diff View file
M src/common/dao/include/DataAccess.class.php +0 −1 Go to diff View file
M src/common/mail/MailManager.class.php +0 −1 Go to diff View file
M src/common/templating/TemplateRendererFactory.class.php +0 −1 Go to diff View file
M src/www/include/pre.php +8 −9 Go to diff View file
M tests/lib/DBTestAccess.php +2 −2 Go to diff View file
M tests/lib/DatabaseInitialisation.class.php +2 −2 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +2 −2 Go to diff View file
R tests/simpletest/common/include/ConfigTest.php Go to diff View file
R tests/simpletest/common/include/_fixtures/config/local.inc Go to diff View file
R tests/simpletest/common/include/_fixtures/config/other_file.inc.dist Go to diff View file
M tests/simpletest/common/backend/BackendLoggerTest.php +1 −1 Go to diff View file
M tests/simpletest/common/language/BaseLanguageFactoryTest.php +1 −1 Go to diff View file
M tests/simpletest/common/language/BaseLanguageTest.php +0 −1 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +0 −1 Go to diff View file