sluggi icon indicating copy to clipboard operation
sluggi copied to clipboard

The TYPO3 CMS slug helper

Results 37 sluggi issues
Sort by recently updated
recently updated
newest added

Hi :) When excluding sysfolder page type in configuration, I thought that it would have set the sync to off, but it just removes some fields in the page properties...

Each editors change on page record leads to slug update, if it contains some path segments from admin. ### How to reproduce: 1. Apply provided EXT:sluggi settings 2. As admin:...

bug

EXT:sluggi always(on each pages change) rewrites the slug with path segments to the last path segment, even the slug is locked and not changed by editor. Also from `/virtual-parent-slug/my-test-page` to...

Uncaught TYPO3 Exception TYPO3\CMS\Redirects\Service\SlugService::rebuildSlugsForSlugChange(): Argument #2 ($changeItem) must be of type TYPO3\CMS\Redirects\RedirectUpdate\SlugRedirectChange Item, null given, called in /var/www/typo3/tum-zit/_folder_tum_zit_b/vendor/wazum/sluggi/Classes/DataHandler/HandlePageUpdate.php on line 110

EXT:sluggi always(on each pages change) rewrites the slug with path segments to the last path segment, even the slug is locked and not changed by editor. Also from `/virtual-parent-slug/my-test-page` to...

Sometimes the first letter is missing, but in an other case the hole segment between slashes was missing (see screenshot). ![verkrueppelte-urls](https://github.com/wazum/sluggi/assets/122789468/6ad78eed-9843-4317-80c1-0db86fd5e805) TYPO3 11.5.32 sluggi 11.1.2 last_segment_only = 1 pages_fields =...

bug

I noticed that some of the pages created by editors had shortened URLs like /pagetitle, when they were actually located several levels deep in the page tree. That was odd,...

Same as #40 Using TYPO3 11.5.28 and Sluggi 3.0.2 When i rename a page via page tree and have tx_sluggi_sync enabled, the slug is not updated.

I have a problem with TYPO3 11.5.25. Subpages of a freshly copied page tree will not be auto-updated anymore, if the parent page changes its slug. Consider the following page...

bug
enhancement

Hi all, when renaming a page, Sluggi creates a redirect from the previous name to the new one. When renaming the page back to its previous name, the redirect still...