Page MenuHomePhabricator

Notify user that redirect to local wiki is occurring
Closed, InvalidPublic

Description

Given a user is accessing an event special page on another wiki via URL
When the page loads
They should see a readonly version of the page
Then they receive a notification to warn them that the redirection is required
And they should be given a link to the redirected page.

Given a user is trying to perform an action on event special page on another wiki
When they are click the link
Then they receive a notification to warn them that the redirection is happening.

Event Timeline

Suggested copy:

This page was created and is only accessible on [source wiki name/url]. To access the page, please go to this link (URL of the page in the source wiki).

Wouldn't This page was created at the following address: %s (with %s being the clickable URL) be sufficient?

Wouldn't This page was created at the following address: %s (with %s being the clickable URL) be sufficient?

The copy above is actually not 100% accurate, because it should refer to special pages (that cannot be "created" in the first place). We will get back to this and look for alternatives once T344441 is completed.

@ifried Is this task still relevant? The current proposals (subtasks of T323228) do not involve redirects.