Releases: sypets/brofix
Releases · sypets/brofix
v7.0.0
Important
Should run upgrade wizard
What's Changed
- [TASK] Add unit tests again by @sypets in #467
- [FEATURE] Introduce a new field to always contain page id by @sypets in #469
- [BUGFIX] Fix initialization of pagination page by @sypets in #471
- [TASK] Remove unused test fixtures by @sypets in #473
- [BUGFIX] Fix empty pageinfo by @sypets in #476
- Add logging for email by @sypets in #477
- Fix SQL text defaults for MySQL by @sypets in #479
Full Changelog: v6.5.4...v7.0.0
v6.5.4
What's Changed
- [TASK] Force TYPO3 v13 in CI, update PHP version by @sypets in #458
- [TASK] Raise php-cs-fixer dev dependency by @sypets in #463
- [BUGFIX] Replace deprecated addPageTsConfig for v13 support by @sypets in #461
- [TASK] Check more files in phpstan by @sypets in #464
- [TASK] CI add rector by @sypets in #465
Full Changelog: v6.5.2...v6.5.4
v6.5.2
v6.5.1
v6.5.0
What's Changed
- Fix exception with PHP 8.4 in DataHandlerHook by @sypets in #441
- [TASK] ci: Test with v12 and PHP 8.4 by @sypets in #442
- [BUGFIX] Do not call querybuilder::execute() by @sypets in #444
- [TASK] Fix GitHub CI to use TYPO3 v13 by @sypets in #445
- [FEATURE] Add configure form control for cache in extconf by @sypets in #447
- Add extconf to configure form controls by @sypets in #448
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What changed (for editors)
The most visible changes (which also affect editors) are:
- It is now possible to select "how to traverse". Previously, the link list could only be displayed for the current page and all subpages. Now it is possible to select "All" (for admins) or "All mountspoints" (for non-admins). This way, it is less tedious to get a list of all broken links when working with several mountpoints (as editors). For the admins, it is possible to load the list without loading the page tree which should speed up performance.
DELETE tx_brofix_broken_links WHERE last_check < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 30 DAY));
- significant improvement in loading of page tree, which should result in better load time of link list with many subpages. This is additionally improved by using a cache of the pages. This can be turned off. (will be made configurable in extension configuration)
What's Changed
- [BUGFIX] Allow checking of record links by @sypets in #423
- [BUGFIX] Fixed detection of several record links by @sypets in #424
- [TASK] Improve handling of filter in report by @sypets in #425
- [TASK] Enable phpstan again and fix warnings by @sypets in #426
- Add howtotraverse: allmountpoins by @sypets in #427
- [BUGFIX] Fix pagetree cache for mountpoints by @sypets in #428
- [BUGFIX] Fix command by @sypets in #429
- [FEATURE] Handle HTTP status code 429 and 503 by @sypets in #430
- [FEATURE] Make it possible to filter by several URLs by @sypets in #431
- [FEATURE] The redirect target is now displayed (if there are redirects) by @sypets in #432
- [TASK] Make rechecking links after editing optional by @sypets in #434
- Bug fix - fixing "Manage exclusions" module labels by @atigiti in #438
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
- [TASK] Remove unused function by @sypets in #402
- [BUGFIX] Parse page links with anchor correctly by @sypets in #404
- [BUGFIX] Additional fix in parse page links by @sypets in #405
- [BUGFIX] Exlude rtehtmlarea_images softref parser by @sypets in #407
- [TASK] Fix cgl by @sypets in #409
- [DOCS] Remove Settings.cfg by @sypets in #410
- Update Quickstart.rst by @ttg-wolfhoel in #411
- Fix Event triggered message by @atigiti in #412
New Contributors
- @ttg-wolfhoel made their first contribution in #411
Full Changelog: v6.3.0...v6.3.1
v6.3.0
What's Changed
- [TASK] Remove requirejs by @sypets in #389
- Use ContextualFeedbackSeverity for message severity by @sypets in #390
- [TASK] No longer use \PDO::PARAM_INT by @sypets in #391
- [TASK] Replace getLLL by @sypets in #392
- [TASK] Do not provide FormDataGroup in constructor by @sypets in #393
- [TASK] Replace getSchemaManager by @sypets in #394
- [TASK] Change argument for tablesExist by @sypets in #395
- [TASK] Replace getLLL by @sypets in #396
- [TASK] Replace GeneralUtility::_GP by @sypets in #397
- [FEATURE] Make ready for v13 by @sypets in #387
- [TASK] Change requirements for PHP by @sypets in #400
- Add PHP 8.4 by @sypets in #399
Full Changelog: v6.2.0...v6.3.0
v6.2.0
What's Changed
- [FEATURE] Add settings to make page callouts configurable by @sypets in #381
- Use tab "Broken links" for user settings by @sypets in #383
- [TASK] Update to remove deprecated code for v12 by @sypets in #384
- [FEATURE] Performance improvement for RTE fields by @sypets in #386
Full Changelog: v6.0.6...v6.2.0