Skip to content

Latest commit

 

History

History
1168 lines (796 loc) · 33.8 KB

File metadata and controls

1168 lines (796 loc) · 33.8 KB

Changelog TYPO3 Crawler

Crawler 13.0.0-dev

Added

Changed

  • Updated symfony-components dependencies to ^7.2
  • Updated PHPUnit to ^11.5
  • sitemap_priority is no longer added from crawler, only when typo3-cms/seo is installed @tomasnorre
  • Switched to NormalizedParams in SubProcessExecutionStrategy @tomasnorre
  • Replace deprecated applicationData with request attributes @tomasnorre
  • Set composer description to TYPO3-expected value @jonaseberle

Fixed

Deprecated

Classes

Functions & Properties

Removed

Classes

  • JsonCompatibilityConverter

Functions & Properties

Crawler 12.0.11

Crawler 12.0.11 was released on May 11th, 2026

Security

Crawler 12.0.10

Crawler 12.0.10 was released on October 28th, 2025

Added

  • Extract error information in SubProcess crawl strategy @cweiske
  • Expose error when crawl response has not X-T3Crawler-Meta header @cweiske
  • RequestHelper to more some of the logic for fetching value from request @tomasnorre
  • Automatic reload process status without page reload @tomasnorre

Changed

  • ProcessCleanUpHook is split into more classes to strive for seperations of concerns @tomasnorre

Fixed

  • Set guzzle connect timeout to 5 seconds @cweiske
  • Prevent warning when guzzle crawl requests return errors @cweiske

Crawler 12.0.9

Crawler 12.0.9 was released on August 21st, 2025

Added

  • Document setup for indexed_search + crawler @cweiske

Fixed

  • Fix usage of no_cache in CrawlerInitialization @luisbecker-gh
  • Ensure that pages are added to queue on clear page cache @tomasnorre
  • Ensure that selections are kept in Crawler Start module, when Updating URLs @tomasnorre
  • Ensure that pageRow['uid'] is set or return with skipMessage @tomasnorre
  • Back link in Crawler Log after visiting details about Queue Item @tomasnorre

Crawler 12.0.8

Crawler 12.0.8 was released on May 23rd, 2025

Fixed

  • Ensure that correct typo3 binary is returned in non-composer installations
  • Adjust path in cli/bootstrap.php to match new folder structure of where extensions are installed
  • Don't wrap empty HTML in table-tag to ensure valid HTML
  • Fix crawling of mount pages
  • Fix indexing of cached pages when "disableFrontendIndexing" is active @cweiske

Crawler 12.0.7

Crawler 12.0.7 was released on January 27th, 2025

Added

  • Support for PHP 8.4

Crawler 12.0.6

Crawler 12.0.6 was released on January 23rd, 2025

Added

  • Support for TYPO3 13 LTS

Changed

  • ProcessRepository doesn't extend from TYPO3\CMS\Extbase\Persistence\Repository anymore
  • QueueRepository doesn't extend from TYPO3\CMS\Extbase\Persistence\Repository anymore
  • PageRepository::DOKTYPE_RECYCLER is removed from disallowedDoctypes in PageService for TYPO3 13 LTS

Crawler 12.0.5

Crawler 12.0.5 was released on January 20th, 2025

Added

  • Possibility to flush all processes from the backend module in process view
  • Information when page does not exists when crawler:buildQueue command is called from cli

Changed

  • Disallow DOKTYPE_BE_USER_SECTION to be crawled
  • CrawlerCsvWriter::CARRIAGE_RETURN constant is now private

Fixed

  • Prevent exception Truncated incorrect DECIMAL value in crawler:processQueue @xyng
  • Typecast PageTS Crawler Configuration force_ssl to int
  • Use proper pid's in EXT:news docs code example

Deprecated

Classes

  • CrawlerObjectException
  • TimeStampException

Functions & Properties

  • CrawlerController->addQueueEntry_callBack()

Crawler 12.0.4

Crawler 12.0.4 was released on June 13th, 2024

Changed

  • Update composer dependencies

Fixed

  • Check queueRec before usages to avoid php-errors

Crawler 12.0.3

Crawler 12.0.3 was released on May 30th, 2024

Fixed

  • CI is fixed for automated TER uploaded

Crawler 12.0.2

Crawler 12.0.2 was released on May 29th, 2024

Fixed

  • Updated composer.json to have prepare-release to enable installations on non-composer projects

Crawler 12.0.1

Crawler 12.0.1 was released on May 29th, 2024

Fixed

  • Prevent undefined array key uid and username in FrontendUserAuthentication

Crawler 12.0.0

Crawler 12.0.0 was released on April 21st, 2024

Added

  • AbstractBackendModuleController
  • BackendModuleController
  • BackendModuleCrawlerLogController
  • BackendModuleCrawlerProcessController
  • BackendModuleStartCrawlingController
  • Support for PHP 8.2
  • Support for PHP 8.3

Changed

  • !!! Switch constants in ProcessQueueCommand from public to private
  • !!! Add interface to CrawlStrategy filename
  • !!! Switch getExtensionIcon() in TcaUtility from protected to private
  • !!! Add Type Hints for id parameters on RequestForm Render method
  • !!! Switch runPollSuccessHooks() in CrawlerInitialization from protected to private
  • !!! Switch isRequestHashMatchingQueueRecord() in FrontendUserAuthenticator from protected to private
  • !!! CrawlerHookInterface doesn't take a CrawlerController as input anymore
  • !!! ResultHandler moved to Controller/Backend/Helper
  • !!! UrlBuilder moved to Controller/Backend/Helper
  • !!! Mark all classes @internal that are not already marked as internal

Fixed

  • If indexed_search is installed activate procInstructions for indexed_search
  • Avoid deprecations in PHP 8.2
  • Prevent undefined array key uid and username in FrontendUserAuthentication
  • Fix loading middleware order to make forced indexing work again @cweiske
  • Change tense in flush command message @cweiske
  • Ensure that directory for lock file for enabling/disabling crawler exits
  • Add missing class for checkboxes for LogModule

Deprecated

Classes

Functions & Properties

  • CrawlerController->drawURLs_PIfilter()

Removed

  • Obsolete columns (first and last time) from Process Overview
  • !!! Remove constructor form RequestFormInterface
  • !!! Support for TYPO3 10
  • !!! Support for TYPO3 11 (Only in main branch, v12.0.0)
  • !!! PHP support for <8.0
  • !!! PHP support for <8.1 (Only in main branch, v12.0.0)
  • Remove CLI_hooks from ProcessQueueCommand
  • !!! ClassAliasMap & LegacyClassesForIde Migrations
  • !!! Remove Symfony Components <6.4 from composer.json

Classes

  • !!! AbstractCommandTests
  • !!! IndexedSearchCrawlerHook
  • !!! CrawlerApi
  • !!! IndexedSearchCrawlerFilesHook
  • !!! BackendModule
  • !!! AbstractRequestForm
  • !!! LogRequestForm
  • !!! RequestFormFactory
  • !!! RequestFormInterface
  • !!! StartRequestForm
  • !!! MultiProcessRequestForm
  • !!! BackendUtility

Functions & Properties

  • !!! CrawlerController->modMenu()
  • !!! ConfigurationRepository->getCrawlerConfigurationRecords()
  • !!! ConfigurationService->getUrlService()
  • !!! FrontendUserAuthenticator->queueRepository
  • !!! ProcessRepository->countActive()
  • !!! ProcessRepository->findByProcessId()
  • !!! ProcessRepository->getLimitFromItemCountAndOffset()
  • !!! ProcessQueueCommandTest->queueRepository
  • !!! QueueRepository->isPageInQueueTimed()
  • !!! QueueRepository->getAvailableSets()
  • !!! QueueRepository->countAllUnassignedPendingItems()
  • !!! QueueRepository->countPendingItemsGroupedByConfigurationKey()
  • !!! QueueRepository->getSetIdWithUnprocessedEntries()
  • !!! QueueRepository->getTotalQueueEntriesByConfiguration()
  • !!! QueueRepository->getLastProcessedEntriesTimestamps()
  • !!! QueueRepository->getLastProcessedEntries()
  • !!! QueueRepository->getPerformanceData()
  • !!! QueueRepository->findByQueueId()

Crawler 11.0.15

Crawler 11.0.15 was released on May 20th, 2026

Changed

  • Disabled automatic deployment to TYPO3 Extension Repository

Crawler 11.0.14

Crawler 11.0.14 was released on May 20th, 2026

Fixed

Crawler 11.0.13

Crawler 11.0.13 was released on May 18th, 2026

Security

Crawler 11.0.12

Crawler 11.0.12 was released on March 23rd, 2026

Added

  • Extract error information in SubProcess crawl strategy @cweiske

Fixed

  • "Scheduled" and "Run-time" column values in backend log cweiske
  • Clear page cache before crawling cweiske

Crawler 11.0.11

Crawler 11.0.11 was released on January 20th, 2025

Fixed

  • Fixed query building when using _ADDTABLE parameter @hawkeye1909
  • Typecast PageTS Crawler Configuration force_ssl to int
  • Catch E_WARNING when unserialize() fails cweiske

Crawler 11.0.10

Crawler 11.0.10 was released on July 4th, 2024

Fixed

  • Check queueRec before usages to avoid php-errors

Crawler 11.0.9

Crawler 11.0.9 was released on May 30th, 2024

Fixed

  • Updated composer.json to have prepare-release to enable installations on non-composer projects

Crawler 11.0.8

Crawler 11.0.8 was released on May 22nd, 2024

Fixed

  • Fix loading middleware order to make forced indexing work again @cweiske
  • Avoid deprecations in PHP 8.2
  • Ensure that directory for lock file for enabling/disabling crawler exits

Crawler 11.0.7

Crawler 11.0.7 was released on November 18th, 2022

Fixed

  • Ensure that array key is set before used in BuildQueueCommand (PHP 8.1)

Crawler 11.0.6

Crawler 11.0.6 was released on November 12th, 2022

Fixed

  • Zip extension with PHP 7.4 builds instead of PHP 8.1

Crawler 11.0.5

Crawler 11.0.5 was released on November 11th, 2022

Fixed

  • If indexed_search is installed activate procInstructions for indexed_search
  • Ensure undefined indexes is not throwing a warning in PHP 8

Crawler 11.0.4

Crawler 11.0.4 was released on February 11th, 2022

Fixed

  • Crawler could not index frontend because of trustedHostPattern mismatch
  • Fatal PHP error is thrown in the backend crawler log
  • Prevent buildQueue from creating entries for non-localized pages
  • CrawlerController checking if URL is correct ObjectType fixed

Deprecated

Functions & Properties

  • ConfigurationRepository->getCrawlerConfigurationRecords()
  • ProcessRepository->findByProcessId()
  • QueueRepository->countAllUnassignedPendingItems()
  • QueueRepository->countPendingItemsGroupedByConfigurationKey()
  • QueueRepository->getSetIdWithUnprocessedEntries()
  • QueueRepository->getTotalQueueEntriesByConfiguration()
  • QueueRepository->getLastProcessedEntriesTimestamps()
  • QueueRepository->getLastProcessedEntries()
  • QueueRepository->getPerformanceData()
  • QueueRepository->isPageInQueueTimed()
  • QueueRepository->getAvailableSets()
  • QueueRepository->findByQueueId()

Crawler 11.0.3

Crawler 11.0.3 was released on January 28th, 2022

Added

  • PHP 8.1 compatibility

Fixed

  • PHP8 undefined array key when creating/updating/saving configuration record
  • RestrictedPages is getting crawled when Crawler Configuration contains the belonging UserGroup

Crawler 11.0.2

Crawler 11.0.2 was released on January 11th, 2022

Added

  • Docs: Troubleshooting - Site based baseVariants not used
  • Docs: Example on how to exclude pages recursively from being crawled
  • Docs: Respecting Categories in News to prevent double indexing
  • Docs: Set correct main branch name

Fixed

  • DateTime parse error in backend module when displaying log
  • PHP8 undefined array keys in CrawlerController, ConfigurationService and middlewares
  • Text not displayed in confirm dialog in backend module

Crawler 11.0.1

Crawler 11.0.1 was released on November 1st, 2021

Changed

  • Use more expressive message for excluded doktypes when building queue

Fixed

  • Set result_data back to json_encode($result) to ensure correct result handling in backend
  • Removes QueueRepository from FrontendUserAuthenticator Middleware, to ensure FE plugins can be rendered
  • PHP 8.0 compatibility problems. Undefined indexes resolved
  • Change requests to write to Header to ensure StaticFileCache is working
  • Switched back to fetch() instead of fetchAssociative() to keep support for legacy TYPO3 installations
  • Crawler Status on direct requests showing correct statuses again

Crawler 11.0.0

Crawler 11.0.0 was released on October 22nd, 2021

Added

  • Support for TYPO3 11 LTS
  • PHP 8.0 Support
  • Display error messages in buildQueue command in CLI
  • PSR-14 ModifySkipPageEvent
  • PSR-14 AfterUrlCrawledEvent
  • PSR-14 InvokeQueueChangeEvent
  • PSR-14 AfterUrlCrawledEvent
  • PSR-14 BeforeQueueItemAddedEvent
  • PSR-14 AfterQueueItemAddedEvent

Changed

  • !!! CrawlerController->drawURLs_addRowsForPage() is now returning an array instead of HTML-string
  • !!! CrawlerController->getPageTreeAndUrls() is now returning an array instead of HTML-string

Fixed

  • Add Process button isn't shown when no entries in queue
  • Calculating the typo3 cli path based on composer is active

Deprecated

  • pageVeto-hook is marked as deprecated, will be removed in 13.0

Classes

Functions & Properties

Removed

  • Support for TYPO3 9
  • PHP support for <7.4
  • SignalSlotUtility::SIGNAL_URL_CRAWLED
  • SignalSlotUtility::SIGNAL_INVOKE_QUEUE_CHANGE
  • SignalSlotUtility::SIGNAL_URL_ADDED_TO_QUEUE
  • SignalSlotUtility::SIGNAL_DUPLICATE_URL_IN_QUEUE
  • SignalSlotUtility::SIGNAL_QUEUEITEM_PREPROCESS
  • SignalSlotUtility::SIGNAL_QUEUEITEM_POSTPROCESS
  • SignalSlotUtility::SIGNAL_QUEUE_ENTRY_FLUSH

Classes

  • SignalSlotUtility

Functions & Properties

  • CrawlerController->accessMode
  • CrawlerController->processFilename
  • CrawlerController->compileUrls()
  • CrawlerController::cleanUpOldQueueEntries()
  • CrawlerController->CLI_buildProcessId()
  • CrawlerController->CLI_checkAndAcquireNewProcess()
  • CrawlerController->CLI_debug()
  • CrawlerController->CLI_releaseProcesses()
  • CrawlerController->CLI_run()
  • CrawlerController->CLI_runHooks()
  • CrawlerController->expandExcludeString()
  • CrawlerController->getAccessMode()
  • CrawlerController->getLogEntriesForPageId()
  • crawlerController::getLogEntriesForSetId()
  • CrawlerController->getLogEntriesForPageId()
  • CrawlerController::flushQueue()
  • CrawlerController->setAccessMode()
  • CrawlerController->getDisabled()
  • CrawlerController->setDisabled()
  • CrawlerController->getProcessFilename()
  • CrawlerController->setProcessFilename()
  • CrawlerController->getDuplicateRowsIfExist()
  • CrawlerController->checkIfPageShouldBeSkipped()
  • CrawlerController->swapIfFirstIsLargerThanSecond()
  • CrawlerController->expandParameters()
  • FlushQueueCommand --page parameter is removed
  • Process->getTimeForFirstItem()
  • Process->getTimeForLastItem()
  • ProcessService->queueRepository
  • ProcessService->crawlerController
  • ProcessService->countInARun
  • ProcessService->processLimit
  • ProcessService->verbose
  • ProcessService->multiProcess()
  • ProcessService->reportItemStatus()
  • ProcessService->startRequiredProcesses()
  • QueueRepository->countUnprocessedItems()
  • QueueRepository->countAllByProcessId()

Crawler 10.0.3

Crawler 10.0.2 was released on September 29th, 2021

Fixed

  • Avoid empty mountpoint parameter in URL when building the queue
  • Add description to crawler:commands for TYPO3 10+

Crawler 10.0.2

Crawler 10.0.2 was released on September 16th, 2021

Added

  • Replace in composer for aoepeople/crawler

Changed

  • Changed composer package name to tomasnorre/crawler

Crawler 10.0.1

Crawler 10.0.1 was released on August 27th, 2021

Fixed

  • Exclude Pages in Crawler configs accepts e.g. 6+3 again, page id 6 & depth 3

Crawler 10.0.0

Crawler 10.0.0 was released on August 3rd, 2021

Added

  • Added information about indexed_search money pool

Fixed

  • Add processId to finished QueueEntries to ensure the process will be seen as successful instead of cancelled.
  • Fix type error when exclude subcfg is not defined
  • Sites/URLs get crawled but not indexed @twestner

Removed

Classes

Functions & Properties

  • CrawlerController->tableName
  • ConfigurationRepository->tableName
  • ProcessRepository->tableName
  • QueueRepository->tableName

Crawler 9.2.6

Crawler 9.2.6 was released on July 14th, 2021

Fixed

  • Added missing symfony/polyfill-php80 to non-composer versions

Crawler 9.2.5

Crawler 9.2.5 was released on May 28th, 2021

Added

  • Added Troubleshooting information about Crawler Module
  • Added PageService

Changed

  • Switch to Constants for Repository TableNames
  • Use ConfigurationRepository function instead of queries in CrawlerController
  • Following classes are marked as internal
    • Backend/BackendModule.php
    • Backend/Helper/ResultHandler.php
    • Backend/Helper/UrlBuilder.php
    • Configuration/ExtensionConfigurationProvider.php
    • ContextMenu/ItemProvider.php
    • Converter/JsonCompatibilityConverter.php
    • Crawler.php
    • Domain/Model/Configuration.php
    • Domain/Model/Process.php
    • Domain/Model/ProcessCollection.php
    • Domain/Model/Queue.php
    • Domain/Model/Reason.php
    • Domain/Repository/ConfigurationRepository.php
    • Domain/Repository/ProcessRepository.php
    • Domain/Repository/QueueRepository.php
    • Hooks/DataHandlerHook.php
    • Hooks/ProcessCleanUpHook.php
    • QueueExecutor.php
    • Service/ConfigurationService.php
    • Service/ProcessService.php
    • Service/QueueService.php
    • Service/UrlService.php
    • Service/UserService.php
    • Service/ProcessService.php
    • Utility/BackendUtility.php
    • Utility/HookUtility.php
    • Utility/MessageUtility.php
    • Utility/PhpBinaryUtility.php
    • Utility/TcaUtility.php
    • Value/CrawlAction.php
    • Value/QueueFilter.php
    • Writer/FileWriter/CsvWriter/CrawlerCsvWriter.php

Fixed

  • Date parsing for immediate queue entries

Deprecated

Classes

Functions & Properties

  • CrawlerController->checkIfPageShouldBeSkipped()
  • CrawlerController->CLI_buildProcessId()
  • CrawlerController->CLI_checkAndAcquireNewProcess()
  • CrawlerController->CLI_run()
  • CrawlerController->compileUrls()
  • CrawlerController->expandExcludeString()
  • CrawlerController->expandParameters()
  • CrawlerController->swapIfFirstIsLargerThanSecond()

Crawler 9.2.4

Crawler 9.2.4 was released on April 9th, 2021

Fixed

  • Date parsing for immediate queue entries

Crawler 9.2.3

Crawler 9.2.3 was released on March 29th, 2021

###Changed

  • Default fields in tx_crawler_configuration are remove from ext_table.sql as they are obsolete, will be added from TCA

###Fixed

  • Removed required for processing_instruction_filter in tx_crawler_configuration

Crawler 9.2.2

Crawler 9.2.2 was released on January 26th, 2021

Added

  • AccessService::hasGroupAccess()

Deprecated

Functions & Properties

  • CrawlerController->CLI_releaseProcesses()
  • CrawlerController->hasGroupAccess()

Fixed

  • buildQueue with --mode exec resulted in a 503
  • Set content in fetchUrlContents() to false if null, to prevent serializing from failing

Crawler 9.2.1

Crawler 9.2.1 was released on December 27th, 2020

Changed

  • Moved HTML from the LogRequestForm->drawLog_addRows() to Fluid-template
  • Extended the Example for PageTS Configuration

Deprecated

Functions & Properties

  • SignalSlotUtility->emitSignal()

Classes

  • SignalSlotUtility

Fixed

  • PageTS Crawler configurations (broken since 9.1.3)

Crawler 9.2.0

Crawler 9.2.0 was released on December 22nd, 2020

Added

  • Add support for TYPO3 11.0

Deprecated

Classes

  • CrawlerApi

Crawler 9.1.5

Crawler 9.1.5 was released on December 19th, 2020

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

Crawler 9.1.4

Crawler 9.1.4 was released on November 27th, 2020

Changed

  • IndexedSearchCrawlerHook::class is marked as deprecated and will be removed when dropping support for TYPO3 9LTS and 10LTS

Deprecated

Classes

  • IndexedSearchCrawlerHook

Functions & Properties

  • CrawlerController->getDuplicateRowsIfExist()

Fixed

  • Auto-loading for non-composer projects fixed

Crawler 9.1.3

Crawler 9.1.3 was released on November 20nd, 2020

Added

  • QueueFilter to operate with Object instead of string/arrays

Deprecated

Classes

Functions & Properties

  • BackendModule->modMenu()
  • CrawlerController->CLI_debug()
  • CrawlerController->getAccessMode()
  • CrawlerController->setAccessMode()
  • CrawlerController->getDisabled()
  • CrawlerController->setDisabled()
  • CrawlerController->getProcessFilename()
  • CrawlerController->setProcessFilename()
  • CrawlerController->accessMode
  • CrawlerController->processFilename

Changed

  • Updated Rector, PHPStan, ECS for better static code analysis
  • BackendModule is splittet into smaller classes to improve readability and maintainability
  • Crawler Class added, this can be used to check whether the crawler is enabled or disabled

Fixed

  • aoe/crawler/initialization (middleware) is moved to before typo3/cms-core/normalizedParams to have crawler being " last" in middleware chain

Crawler 9.1.2

Crawler 9.1.2 was released on November 7th, 2020

Added

  • Progress bar to the crawler:buildQueue command output when using with --mode exec
  • Improve documentation about proper crawler configuration for user with Website Usergroups

Fixed

  • Detailed process views is callable again
  • Makes sure the QueueRepository is always set when needed in Domain/Model/Process
  • Crawling with FE-Groups is correct initialized with both TYPO3 9 & 10

Crawler 9.1.1

Crawler 9.1.1 was released on October 17th, 2020

Added

  • Documentation example for ext:news
  • CrawlStrategyFactory to move logic 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

Crawler 9.1.0

Crawler 9.1.0 was released on August 2nd, 2020

Added

  • Adds light red background color + icons to crawler log rows with errors
  • Crawler processing by page priority
  • Automatically adding pages being edited or a page caches is cleared to the crawler queue

Crawler 9.0.3

Crawler 9.0.2 was released on July 20th, 2020

Added

  • Added more information into CONTRIBUTING.md about development using container

Fixed

  • Load crawler initialization before TSFE rendering preparation

Crawler 9.0.2

Crawler 9.0.2 was released on July 13th, 2020

Added

  • Update specific doktypes for skipping page
  • Configure commands in Services.yaml for TYPO3 v10
  • Tests for BackendModule
  • Add index for tx_crawler_queue.scheduled table field
  • Support for Symfony console 5
  • Add example for pageVeto hook in documentation

Changed

  • Group TCA in tabs and add descriptions to fields

Fixed

  • Handle empty response when fetching URL
  • Set default value when procInstrFilter is not defined

Crawler 9.0.1

Crawler 9.0.1 was released on May 11th, 2020

Added

  • Documentation on how to use the Crawler for cache warmup during deployments
  • Add better error handling to getPhpBinary + More tests for getPhpBinary
  • Add SonarCloud to Pipeline
  • More tests for QueryRepository
  • More tests for ProcessRepository

Changed

  • Switched locallang.xml to xlf for crowdin support
  • Corrected typos in Documentation and signals
  • Cleanup CrawlerController - functions moved to respected Repository
  • Moved HTMl from BackendModule showLog to Fluid template
  • Switched from serialized to json-data for Queue information

Deprecated

Classes

Functions & Properties

  • ProcessService->countInARun
  • ProcessService->crawlerController
  • ProcessService->processLimit
  • ProcessService->queueRepository
  • ProcessService->verbose
  • CrawlerController->cleanUpOldQueueEntries()
  • CrawlerController->flushQueue()
  • CrawlerController->getLogEntriesForSetId()
  • Process->getTimeForFirstItem()
  • Process->getTimeForLastItem()
  • ProcessService->multiProcess()
  • ProcessService->reportItemStatus()
  • ProcessService->startRequiredProcesses()

Removed

Classes

  • EventDispatcher
  • EventObserverInterface

Functions & Properties

  • Process->row
  • Queue->row
  • CrawlerApi->countEntriesInQueueForPageByScheduleTime()

Fixed

  • Changed result handling for Crawling in case of 500 errors on directRequests
  • Set correct tableName for mountPoint queries
  • Fallback to alturl is added to ensure crawling of pages including PDF files
  • Get fe_user from $GLOBALS['TSFE'] instead of $request->getAttribute()
  • Have getTimeForFirstItem() and getTimeForLastItem return 0 is no process found

Crawler 9.0.0

Crawler 9.0.0 was released on April 14th, 2020

Added

  • Support for TYPO3 9.5.14+
  • Support for TYPO3 10LTS
  • Execution Strategy classes @bmack
  • Middleware implementation for Crawler and FE User Authentication @ichhabrecht @bmack
  • GuzzleHttp as http client @bmack
  • symfony/console for CommandController for CLI and Scheduler Tasks
  • Backend Module uses Fluid for templating @bmack
  • Add worker support (e.g. for indexed_search) and change procInstruction registration @cdro
  • _RECURSIVE option to the subpartParams Configuration of the lookup _TABLE instructions @ vzz3
  • Rector to CI Pipeline @TomasVotruba
  • PHPStan to CI Pipeline @TomasVotruba
  • Behaviour Driven Tests to CI Pipeline
  • Depency for typo3/cms-info
  • Code of Conduct
  • DDEV Devbox

Changed

  • Implemented Doctrine for Database handling @cdro
  • Migrated FE hooks to PSR-15 middleware @bmack
  • Switched to Site Handling instead of sys_domain @bmack
  • Use TYPO3 Logging API for CrawlerController @bmack
  • Switched from ClickMenu to ContextMenu API @bmack
  • Migrate access of 'extConf' to TYPO3 9 API tstahn
  • Updated Extension Icons @bmack
  • Documentation is updated
  • From EXT:lang to EXT:core for V10 compatibility

Removed

  • Support for TYPO3 8
  • Support for TYPO3 7
  • PHP support for <7.2 @TomasVotruba
  • Remove root_template_pid option @bmack
  • Dependency for helhum/typo3-console
  • RealURL support
  • "legacy" Scheduler Tasks
  • nc_staticfile_cache hook not needed for TYPO3 9 LTS+
Classes
  • AuthenticationService @bmack
  • CommandLineController
Functions
  • BackendModule->loadExtensionSettings()
  • CrawlerApi->isPageInQueue()
  • CrawlerApi->isPageInQueueTimed()
  • CrawlerApi->getUnprocessedItems()
  • CrawlerApi->countUnprocessedItems()
  • CrawlerApi->removeQueueEntrie()
  • CrawlerController->CLI_deleteProcessesMarkedDeleted()

Sorry !!!

We don't have any changelogs between version 5.1.3 and 9.0.0, version 7 and 8 was never released, we jumped to 9.0.0

Crawler 5.1.3

Crawler 5.1.3 was released on July 21st, 2017.

Changes

[RELEASE] Release of crawler 5.1.3
[TASK] Added Cache to TypoScriptUtility

Crawler 5.1.2

Crawler 5.1.2 was released on November 24th, 2016.

Changes

[RELEASE] Release of crawler 5.1.2
[BUGFIX] Scheduler Tasks broken after upgrade to 5.1.1 (composer) (#154)
[BUGFIX] Fixed incorrect class name in ClassAliasMap (#153)

Crawler 5.1.1

Crawler 5.1.1 was released on November 21th, 2016.

Changes

[RELEASE] Release of crawler 5.1.1
[BUGFIX] It's not possible to "add process" after upgrade to 5.1.0 (#145)
[BUGFIX] #1442236317: MenuItem "" is not valid (More information) (#148)
[BUGFIX] Not possible to add new scheduler tasks (not only Crawler tasks) after upgrade to 5.1.0 (#144)
[BUGFIX] Scheduler Tasks broken after upgrade to 5.1.0 (#142)

Crawler 5.1.0

Crawler 5.1.0 was released on November 15th, 2016.

Changes

[FEATURE] Remove assignment of queue items to process if process gets killed by cleanup hook
[FEATURE] Adjust namespace of ProcessCleanupTask (#138)
[CLEANUP] Streamline ext_emconf.php and ext_localconf.php
[TASK] Convert locallang_db.xml to xlf Resolves #134
[TASK] Auto detect TypoScript Template
[TASK] Moving hooks to Classes/Hooks and create utilities for Hooks and Scheduler tasks
[TASK] Move "scheduler"-classes into "Classes/Tasks"
[TASK] Set version to 5.0.10-dev

Crawler 5.0.9

Crawler 5.0.9 was released on September 16th, 2016.

Changes

[RELEASE] Release of crawler 5.0.9
[BUGFIX] Switch to PHP 5.3 compatible array syntax
[TASK] Set version to 5.0.9-dev

Crawler 5.0.8

Crawler 5.0.8 was released on September 16th, 2016.

Changes

[RELEASE] Release of crawler 5.0.8
[FEATURE] Emit signals before/after a queue item is processed
[TASK] Update README.md
[TASK] Add scheduler task for process cleanup hook
[TASK] Set version to 5.0.8-dev

Crawler 5.0.7

Crawler 5.0.7 was released on September 6th, 2016.

Changes

[RELEASE] Release of crawler 5.0.7
[FEATURE] Adjust autoload configuration for TYPO3 7+ (#117)
[TASK] Update exception for "no typoscript template found" (#114)
[TASK] Remove deprecated API call (#112)
[TASK] Adjust composer psr-4 autoloading - fixes issue #115
[TASK] Set version to 5.0.7-dev

Crawler 5.0.6

Crawler 5.0.6 was released on August 22nd, 2016.

Changes

[RELEASE] Release of crawler 5.0.6
Revert "Merge pull request #104 from AOEpeople/feature/remove-curl"
#107 Fixes deprecated notices (#108)
[TASK] Set version to 5.0.6-dev

Crawler 5.0.5

Crawler 5.0.5 was released on August 15th, 2016.

Changes

[RELEASE] Release of crawler 5.0.5
[FEATURE] Remove option to request pages by HTTP/HTTPS
[FEATURE] Remove option to follow redirects
[FEATURE] Introduce backend utility class to clean up ext_tables.php
[TASK] Remove obsolete validator class (#101)
[BUGFIX] Remove dependency for workspaces (#97)
replace deprecated function call in TCA file, add renderType for select fields (#96)
[BUGFIX] Crawler context menu throws fatal error
[TASK] Deleting old tx_crawler_processes entries ends up in slow query
[BUGFIX] Fix broken displayCond
Revert "[TASK] Re-enable Workspace after Core Issue #70052 fixed"
[TASK] Missing "hide"/"disable" field in the configuration record form
[TASK] config.absRefPrefix not respected by tx_crawler_lib::getFrontendBasePath()
[TASK] Set version to 5.0.5-dev
[TASK] Remove "Add Process"-button when no more queue-item can be assigned

Crawler 5.0.4

Crawler 5.0.4 was released on March 18th, 2016.

Changes

[RELEASE] Release of crawler 5.0.4
[TASK] Replace deprecated parameter
Revert "[TASK] config.absRefPrefix not respected by tx_crawler_lib::getFrontendBasePath()"
[TASK] Re-enable Workspace after Core Issue #70052 fixed
Improve configuration record documentation
[TASK] config.absRefPrefix not respected by tx_crawler_lib::getFrontendBasePath()
[TASK] Add Travis Config for both TYPO3 6 and 7LTS
[TASK] Remove deprecated call of GeneralUtility::loadTCA()
[TASK] Set version to 5.0.4-dev

Crawler 5.0.3

Crawler 5.0.3 was released on March 10th, 2016.

Changes

[RELEASE] Release of crawler 5.0.3
[TASK] Split Unit and Functional tests
Update .travis.yml
Renamed tests -> Tests
[TASK] Update Travis script to be prepared for TYPO3 7 LTS compatibility update later
[TASK] Update Documentation
[TASK] #86620 Add refresh hooks so that the refresh button also removes orphan and old processes.
[BUGFIX] Links on refresh icon/queue id do not work in TYPO3 7.6
Set version to 5.0.2-dev
[FIX] Fixed to ensure traversable else return

Sorry

We don't have any changes logs later than this.