Opened 10 years ago
Last modified 9 years ago
#5316 in_progress defect
disallow creating blog post without title
Reported by: | ayleph | Owned by: | ayleph |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | blog, title, slug, error |
Cc: | Parent Tickets: | 5438 |
Description
The blog plugin allows users to create a blog post without a title. This also causes the slug to be empty. The server throws an error goblin when a user clicks on a blog entry with no title and no slug.
Change History (3)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 9 years ago
I've got a changeset for this and some other blog issues. I'll roll it into a branch and rebase off latest master. The change substitutes the string 'untitled blog' or 'untitled blog post' as appropriate when no title is provided (or when the title is removed during editing).
comment:3 by , 9 years ago
Parent Tickets: | → 5438 |
---|
I'm working on this.