Slugs can be empty #97

Closed
opened 2018-06-28 20:43:53 +00:00 by elegaanz · 6 comments
elegaanz commented 2018-06-28 20:43:53 +00:00 (Migrated from github.com)

Making articles unreachable. Try to read the article called 🤔 here: https://plume.mastodon.host/@/test1234/

May be related to #91

Making articles unreachable. Try to read the article called :thinking: here: https://plume.mastodon.host/@/test1234/ May be related to #91
acrisci commented 2018-06-30 20:35:23 +00:00 (Migrated from github.com)

Interesting 🤔. What should the slug be for the article called "🤔"?

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?

I guess emojis should get striped, and if slug collide or is empty, then tell user to use another title?
acrisci commented 2018-06-30 20:58:13 +00:00 (Migrated from github.com)

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.

> 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.
acrisci commented 2018-06-30 21:03:52 +00:00 (Migrated from github.com)

Oh nevermind, it's putting the chinese characters in the slug as utf8. That seems like a mistake.

Oh nevermind, it's putting the chinese characters in the slug as utf8. That seems like a mistake.
acrisci commented 2018-06-30 21:35:40 +00:00 (Migrated from github.com)

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.

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.
elegaanz commented 2018-07-08 12:29:10 +00:00 (Migrated from github.com)

Fixed by #111

Fixed by #111
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#97
No description provided.