-
-
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 * Documentation example for ext:news * CrawlStrategyFactory to move login out of the QueueExecutor Deprecated Functions & Properties * ProcessRepository->countActive() * ProcessRepository->getLimitFromItemCountAndOffset() * CrawlerController->getUrlFromPageAndQueryParameters() Changed * UrlService->getUrlFromPageAndQueryParameters() moved from CrawlerController Fixed * Frontend User initialization with UserGroups for crawling protected pages * Making sure PageUid added with ExcludeString is kept as integers * Instantiation of ProcessRepository and QueueRepository change to GeneralUtility::makeInstance * Ensure that DataHandlerHook will not add pages to queue that does not exist
- Loading branch information
Tomas Norre Mikkelsen
committed
Oct 17, 2020
1 parent
7a7d347
commit 75dc18f
Showing
3 changed files
with
8 additions
and
10 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.0', | ||
'version' => '9.1.1', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '9.5.14-10.4.99', | ||
|