Skip to content

Add integration tests for supporting backward compatible URLs #518

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

Closed
4 tasks
php-coder opened this issue Dec 27, 2016 · 1 comment
Closed
4 tasks

Add integration tests for supporting backward compatible URLs #518

php-coder opened this issue Dec 27, 2016 · 1 comment

Comments

@php-coder
Copy link
Owner

php-coder commented Dec 27, 2016

Tech debt for #514:

  • /account/activate/key/{key} -> /account/activate?key={key} (6351bb8)
  • /series/add/category/{slug} -> /series/add?category={slug} (e579d53)
  • /series/add/country/{slug} -> /series/add?country={slug} (e579d53)
  • /series/add?category={slug}&country={slug} (e579d53)
@php-coder
Copy link
Owner Author

As it isn't fixed for about 3 years, I'm going to remove support for these URLs (see #1120), so this issue won't be fixed.

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

1 participant