-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added * Error-Handling when Page 0 is used for crawler:buildQueue Changed * Removed all references to cHash as it is not used anymore. Deprecated Functions & Properties * CrawlerController->getLogEntriesForPageId() * CrawlerController->CLI_runHooks() * QueueRepository->countAllByProcessId() * QueueRepository->countUnprocessedItems() * FlushQueueCommand --page option Fixed * Typecasting port number in cli/bootstrap to have processQueue working with non-standard ports * Flush entire queue works again * Check if PageRow['uid'] is integer before handing it on to next function
- Loading branch information
Tomas Norre Mikkelsen
committed
Dec 19, 2020
1 parent
6344975
commit b1813f2
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen, Tizian Schmidlin', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'AOE GmbH', | ||
'version' => '9.1.4', | ||
'version' => '9.1.5', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '9.5.14-10.4.99', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters