An open API service indexing awesome lists of open source software.

https://github.com/in2code-de/realurlconflicts

Show realurl conflicts in a backend module
https://github.com/in2code-de/realurlconflicts

extension realurl typo3 typo3-cms-extension

Last synced: 2 months ago
JSON representation

Show realurl conflicts in a backend module

Awesome Lists containing this project

README

        

# TYPO3 Extension realurlconflicts

Show realurl conflicts in a backend module.
There are some possibilities to delete caching entries from realurl, but the main goal of this extension is, to just
show where the conflicts are. Solving conflicts must be done without just deleting caches.
To resolve a conflict, an editor should rename or move a page in backend.
Features in realurl like `Speaking URL path segment`, `Exclude from speaking URL` or `Override the whole page path`
make this task even harder for editors.

## Installation

* Install this extension like `composer require in2code/realurlconflicts`
* Just use the backend module

## Screenshots

## Requirements

| Software | Versions |
| ----------- | ---------- |
| TYPO3 | 8.7 |
| PHP | 7.0 - 7.x |
| Realurl | 2.0 - 2.99 |

## Changelog

| Version | Date | State | Description |
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
| 1.0.2 | 2017-09-22 | Task | Change extension icon |
| 1.0.1 | 2017-09-01 | Bugfix | Set dependencies to realurl |
| 1.0.0 | 2017-09-01 | Task | Official release |
| 0.1.0 | 2017-08-31 | Initial | Initial release |

## Todo

This extension was originally build for a customer with just one rootpage. So different rootpages are supported in
realurl but not yet in this extension.
BTW: Feel free to do a PR on this issue