sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Feature: #94489 - Filter for redirects never hit #4416

Closed simonschaufi closed 3 weeks ago

simonschaufi commented 3 weeks ago

Feature: #94489 - Filter for redirects never hit

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.4/Feature-94489-FilterForRedirectsNeverHit.html

Feature: #94489 - Filter for redirects never hit

See 94489

Description

Since 89115 TYPO3 is able to automatically create redirects whenever an editor changes a slug of a page. This is a really handy feature. However on large sites this could quickly lead to a lot of redirects, which may will never be used by any website visitor.

To support editors by managing their redirects, a new filter option Never hit has been added to the Redirects modules' filter. Activating this option therefore filters the list for redirects, which where never hit before.

[!NOTE] The filter option will only be available, if the "Redirects hit count" feature is enabled, see: #83677 <../9.1/Feature-83677-GloballyDisableenableRedirectHitStatistics>.

Impact

A new filter option Never hit is available in the Redirects module, allowing editors to filter for redirects, which were never hit before.

Backend, ext:redirects