@@ -40,7 +40,6 @@ |
||
| 40 | 40 | use TYPO3\CMS\Backend\Tree\View\PageTreeView; |
| 41 | 41 | use TYPO3\CMS\Backend\Utility\BackendUtility; |
| 42 | 42 | use TYPO3\CMS\Beuser\Domain\Model\BackendUser; |
| 43 | -use TYPO3\CMS\Beuser\Domain\Model\Demand; |
|
| 44 | 43 | use TYPO3\CMS\Beuser\Domain\Repository\BackendUserRepository; |
| 45 | 44 | use TYPO3\CMS\Core\Authentication\BackendUserAuthentication; |
| 46 | 45 | use TYPO3\CMS\Core\Configuration\ExtensionConfiguration; |
@@ -29,10 +29,8 @@ |
||
| 29 | 29 | use AOE\Crawler\Domain\Model\Queue; |
| 30 | 30 | use TYPO3\CMS\Core\Database\ConnectionPool; |
| 31 | 31 | use TYPO3\CMS\Core\Database\Query\QueryBuilder; |
| 32 | -use TYPO3\CMS\Core\Exception; |
|
| 33 | 32 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
| 34 | 33 | use TYPO3\CMS\Core\Utility\MathUtility; |
| 35 | -use TYPO3\CMS\Extbase\Persistence\Generic\QueryResult; |
|
| 36 | 34 | |
| 37 | 35 | /** |
| 38 | 36 | * Class QueueRepository |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | ***************************************************************/ |
| 27 | 27 | |
| 28 | 28 | use AOE\Crawler\Domain\Repository\ConfigurationRepository; |
| 29 | -use TYPO3\CMS\Backend\Utility\BackendUtility; |
|
| 30 | 29 | use TYPO3\CMS\Core\Messaging\FlashMessage; |
| 31 | 30 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
| 32 | 31 | use TYPO3\CMS\Core\Utility\MathUtility; |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | |
| 28 | 28 | use AOE\Crawler\Domain\Model\ProcessCollection; |
| 29 | 29 | use AOE\Crawler\Utility\ButtonUtility; |
| 30 | -use TYPO3\CMS\Backend\Utility\BackendUtility; |
|
| 31 | 30 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
| 32 | 31 | use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; |
| 33 | 32 | |
@@ -27,7 +27,6 @@ discard block |
||
| 27 | 27 | |
| 28 | 28 | use AOE\Crawler\Command\CrawlerCommandLineController; |
| 29 | 29 | use AOE\Crawler\Command\FlushCommandLineController; |
| 30 | -use AOE\Crawler\Command\QueueCommandLineController; |
|
| 31 | 30 | use AOE\Crawler\Domain\Model\Reason; |
| 32 | 31 | use AOE\Crawler\Domain\Repository\ProcessRepository; |
| 33 | 32 | use AOE\Crawler\Domain\Repository\QueueRepository; |
@@ -39,11 +38,9 @@ discard block |
||
| 39 | 38 | use TYPO3\CMS\Core\Authentication\BackendUserAuthentication; |
| 40 | 39 | use TYPO3\CMS\Core\Database\Connection; |
| 41 | 40 | use TYPO3\CMS\Core\Database\ConnectionPool; |
| 42 | -use TYPO3\CMS\Core\Database\DatabaseConnection; |
|
| 43 | 41 | use TYPO3\CMS\Core\Database\Query\QueryBuilder; |
| 44 | 42 | use TYPO3\CMS\Core\Log\Logger; |
| 45 | 43 | use TYPO3\CMS\Core\Log\LogLevel; |
| 46 | -use TYPO3\CMS\Core\TimeTracker\NullTimeTracker; |
|
| 47 | 44 | use TYPO3\CMS\Core\TimeTracker\TimeTracker; |
| 48 | 45 | use TYPO3\CMS\Core\Utility\DebugUtility; |
| 49 | 46 | use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; |
@@ -51,7 +48,6 @@ discard block |
||
| 51 | 48 | use TYPO3\CMS\Core\Utility\MathUtility; |
| 52 | 49 | use TYPO3\CMS\Extbase\Object\ObjectManager; |
| 53 | 50 | use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; |
| 54 | -use TYPO3\CMS\Frontend\Page\PageGenerator; |
|
| 55 | 51 | use TYPO3\CMS\Frontend\Page\PageRepository; |
| 56 | 52 | use TYPO3\CMS\Frontend\Utility\EidUtility; |
| 57 | 53 | use TYPO3\CMS\Lang\LanguageService; |