stable

Clone or download

Read-only

refacto: Drop WebImpress/SafeWriter for our own implementation

The code is simple enough to write when using Psl and we only need to cover Linux env. One less 3rd party dep. Closes request #36831 Replace safeWriter by Psl Change-Id: Ie201ece437d94e6f5f66eedd29dc6dc9359d7457

Modified Files

Name
A src/common/File/FileWriter.php +61 −0 Go to diff View file
M src/common/Layout/Logo/CachedCustomizedLogoDetector.php +8 −3 Go to diff View file
M src/common/Plugin/PluginLoader.php +10 −5 Go to diff View file
M src/common/SVNCore/SVNAccessFileWriter.php +1 −1 Go to diff View file
M src/common/language/BaseLanguage.class.php +2 −3 Go to diff View file
M src/composer.json +0 −1 Go to diff View file
M src/composer.lock +1 −60 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/FPMSessionRedis.php +3 −0 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/Gitolite3/SiteDeployGitolite3.php +4 −1 Go to diff View file
M src/tuleap-cfg/Command/TemplateHelper.php +4 −1 Go to diff View file
A tests/unit/common/File/FileWriterTest.php +60 −0 Go to diff View file