You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TASK] Add identifier to site select
In case an instance has multiple sites with the same title,
editors can not distinguish between provided options.
Identifiers are unique by all means, so a combination of
title and identifier solves this problem.
[TASK] Add identifier to site select
In case an instance has multiple sites with the same title,
editors can not distinguish between provided options.
Identifiers are unique by all means, so a combination of
title and identifier solves this problem.
[BUGFIX] Exclude index.php from request
Special requests (like ajax) might query the index.php directly.
We must prevent such requests from being handled like files
which get added a canonical url.
[BUGFIX] Exclude index.php from request
Special requests (like ajax) might query the index.php directly.
We must prevent such requests from being handled like files
which get added a canonical url.