Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: when page url changes, we should be notified of wrong links in texts #656

Closed
siesqo opened this issue Feb 13, 2014 · 5 comments
Assignees

Comments

@siesqo
Copy link

siesqo commented Feb 13, 2014

Problem

When somebody changes a page title, the URL is also redefined.
This gives problems when people already had linked to that page.

Possible Solution

  • A module which checks for wrong links in pages (or in other external modules).
@jeroendesloovere
Copy link
Member

@Diewy - Doesn't Wijs have a module for this problem?

@tijsverkoyen
Copy link
Member

I don't think this is something that should be available in Fork itself. There are multiple tools out there to check for broken links.

@jeroendesloovere
Copy link
Member

Well, thinking about the Fork CMS "user friendly" part.
I would find this very useful if it is in the core.

@tijsverkoyen
Copy link
Member

The problem is you have a modular system, where modules don't know about each other. So you would need to create a system where all modules can notify ALL other modules that the url for an item is changes, and each module should implement methods that will check if their content contains links to an item.
Which I believe is a very complicated thing to implement.

The only thing that requires little work is that your module shows a warning when the url changes, so people are aware of the fact that there may be broken links.

@WouterSioen
Copy link
Member

duplicate #1052

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants