]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Move utils classes to Shaarli\Helper namespace and folder
authorArthurHoaro <arthur@hoa.ro>
Fri, 16 Oct 2020 11:34:59 +0000 (13:34 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 27 Oct 2020 18:41:38 +0000 (19:41 +0100)
commitc2cd15dac2bfaebe6d32f7649fbdedc07400fa08
treec450feedcf731a5fc74ea26375e6e4861b545f37
parent977db7eabc30cd9d84f22330a114cb9d904cb514
Move utils classes to Shaarli\Helper namespace and folder
15 files changed:
application/History.php
application/front/controller/visitor/InstallController.php
application/helper/ApplicationUtils.php [moved from application/ApplicationUtils.php with 99% similarity]
application/helper/FileUtils.php [moved from application/FileUtils.php with 99% similarity]
application/legacy/LegacyLinkDB.php
application/legacy/LegacyUpdater.php
application/render/PageBuilder.php
application/security/BanManager.php
composer.json
init.php
tests/helper/ApplicationUtilsTest.php [moved from tests/ApplicationUtilsTest.php with 99% similarity]
tests/helper/FileUtilsTest.php [moved from tests/FileUtilsTest.php with 99% similarity]
tests/security/BanManagerTest.php
tests/utils/FakeApplicationUtils.php
tests/utils/ReferenceHistory.php