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

Allow pound sign in legacy url #1980

Merged
merged 2 commits into from Dec 12, 2020

Conversation

robinboening
Copy link
Contributor

What is this pull request for?

Currently its not possible to add a LegacyPageUrl with an anchor (e.g foo/bar.php#baz).
This change allows to add such HTML anchors (hash/pound signs) when adding/updating LegacyPageUrl objects.

I believe this is a tiny but legit addition since # signs are valid URI characters and it is a valid use case for the LegacyPageUrl feature.

Checklist

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have added tests to cover this change

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳 Robin! Long time no see. Thank you for this very useful addition. 🙏🏻

@robinboening
Copy link
Contributor Author

Hey 👋 I might become more active in 2021.

@robinboening
Copy link
Contributor Author

@tvdeyen it seems travis is still a required check. I thought I've seen github actions for CI activated already, no?

@tvdeyen
Copy link
Member

tvdeyen commented Dec 12, 2020

@tvdeyen it seems travis is still a required check. I thought I've seen github actions for CI activated already, no?

@robinboening I just merged to PR that activated GH actions again since Travis has changed their OpenSource plans. A rebase with latest main (the new default branch) should fix your build

@tvdeyen
Copy link
Member

tvdeyen commented Dec 12, 2020

Hey 👋 I might become more active in 2021.

We would love to have you back!

@tvdeyen tvdeyen merged commit 2f60295 into AlchemyCMS:main Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants