]> git.mxchange.org Git - friendica.git/commit
Move Console namespace one level up
authorPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:17:35 +0000 (23:17 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 2 May 2019 21:17:35 +0000 (23:17 +0200)
commitd716a3326f4e7846e19ec2454054f6d20a71507a
tree30315b724030ec0ab16316191592b9ce0278ae52
parent2628da422a57f573466f08ca3eb5791bf2bc35cf
Move Console namespace one level up
45 files changed:
src/Console/ArchiveContact.php [new file with mode: 0644]
src/Console/AutomaticInstallation.php [new file with mode: 0644]
src/Console/Cache.php [new file with mode: 0644]
src/Console/Config.php [new file with mode: 0644]
src/Console/CreateDoxygen.php [new file with mode: 0644]
src/Console/DatabaseStructure.php [new file with mode: 0644]
src/Console/DocBloxErrorChecker.php [new file with mode: 0644]
src/Console/Extract.php [new file with mode: 0644]
src/Console/GlobalCommunityBlock.php [new file with mode: 0644]
src/Console/GlobalCommunitySilence.php [new file with mode: 0644]
src/Console/Maintenance.php [new file with mode: 0644]
src/Console/NewPassword.php [new file with mode: 0644]
src/Console/PhpToPo.php [new file with mode: 0644]
src/Console/PoToPhp.php [new file with mode: 0644]
src/Console/PostUpdate.php [new file with mode: 0644]
src/Console/ServerBlock.php [new file with mode: 0644]
src/Console/Storage.php [new file with mode: 0644]
src/Console/Typo.php [new file with mode: 0644]
src/Core/Console.php
src/Core/Console/ArchiveContact.php [deleted file]
src/Core/Console/AutomaticInstallation.php [deleted file]
src/Core/Console/Cache.php [deleted file]
src/Core/Console/Config.php [deleted file]
src/Core/Console/CreateDoxygen.php [deleted file]
src/Core/Console/DatabaseStructure.php [deleted file]
src/Core/Console/DocBloxErrorChecker.php [deleted file]
src/Core/Console/Extract.php [deleted file]
src/Core/Console/GlobalCommunityBlock.php [deleted file]
src/Core/Console/GlobalCommunitySilence.php [deleted file]
src/Core/Console/Maintenance.php [deleted file]
src/Core/Console/NewPassword.php [deleted file]
src/Core/Console/PhpToPo.php [deleted file]
src/Core/Console/PoToPhp.php [deleted file]
src/Core/Console/PostUpdate.php [deleted file]
src/Core/Console/ServerBlock.php [deleted file]
src/Core/Console/Storage.php [deleted file]
src/Core/Console/Typo.php [deleted file]
tests/src/Console/AutomaticInstallationConsoleTest.php [new file with mode: 0644]
tests/src/Console/ConfigConsoleTest.php [new file with mode: 0644]
tests/src/Console/ConsoleTest.php [new file with mode: 0644]
tests/src/Console/ServerBlockConsoleTest.php [new file with mode: 0644]
tests/src/Core/Console/AutomaticInstallationConsoleTest.php [deleted file]
tests/src/Core/Console/ConfigConsoleTest.php [deleted file]
tests/src/Core/Console/ConsoleTest.php [deleted file]
tests/src/Core/Console/ServerBlockConsoleTest.php [deleted file]