]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Optimize and cleanup imports 1248/head
authorVirtualTam <virtualtam@flibidi.net>
Sat, 12 Jan 2019 22:55:38 +0000 (23:55 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 12 Jan 2019 23:04:42 +0000 (00:04 +0100)
commitdea72c711ff740b3b829d238fcf85648465143a0
tree5e926e36816d510e3b3a10e20b94c23f43b55092
parenta43e7842e44068584302ec1d6349155b571d9c96
Optimize and cleanup imports

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
41 files changed:
application/Languages.php
application/Thumbnailer.php
application/api/ApiMiddleware.php
application/api/ApiUtils.php
application/api/controllers/ApiController.php
application/api/controllers/HistoryController.php [moved from application/api/controllers/History.php with 97% similarity]
application/api/controllers/Tags.php
application/api/exceptions/ApiLinkNotFoundException.php
application/api/exceptions/ApiTagNotFoundException.php
application/bookmark/LinkDB.php
application/feed/FeedBuilder.php
application/netscape/NetscapeBookmarkUtils.php
application/render/PageBuilder.php
application/updater/Updater.php
tests/LanguagesTest.php
tests/TimeZoneTest.php
tests/UtilsTest.php
tests/api/ApiMiddlewareTest.php
tests/api/ApiUtilsTest.php
tests/api/controllers/history/HistoryTest.php
tests/api/controllers/info/InfoTest.php
tests/api/controllers/links/DeleteLinkTest.php
tests/api/controllers/links/GetLinkIdTest.php
tests/api/controllers/links/GetLinksTest.php
tests/api/controllers/links/PostLinkTest.php
tests/api/controllers/links/PutLinkTest.php
tests/api/controllers/tags/DeleteTagTest.php
tests/api/controllers/tags/GetTagNameTest.php
tests/api/controllers/tags/GetTagsTest.php
tests/api/controllers/tags/PutTagTest.php
tests/bookmark/LinkDBTest.php
tests/config/ConfigJsonTest.php
tests/config/ConfigManagerTest.php
tests/config/ConfigPhpTest.php
tests/config/ConfigPluginTest.php
tests/feed/FeedBuilderTest.php
tests/languages/fr/LanguagesFrTest.php
tests/plugins/WallabagInstanceTest.php
tests/render/ThemeUtilsTest.php
tests/security/LoginManagerTest.php
tests/security/SessionManagerTest.php