Slugs can be empty #97
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#97
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Making articles unreachable. Try to read the article called 🤔 here: https://plume.mastodon.host/@/test1234/
May be related to #91
Interesting 🤔. What should the slug be for the article called "🤔"?
I guess emojis should get striped, and if slug collide or is empty, then tell user to use another title?
Then it is not possible to have articles with a title in Chinese.
Oh nevermind, it's putting the chinese characters in the slug as utf8. That seems like a mistake.
Well actually I think that's ok because wikipedia seems to be putting chinese characters in their urls.
Yeah maybe we should just give a validation error if the title can't be turned into a slug.
Fixed by #111