Error creating blog entry
Original report by Aayush Ranaut (Bitbucket: aayushranaut, GitHub: Unknown).
Here is what I am trying to do illustrated by the screenshots.


Original comment by aabs08 (Bitbucket: aabs08, GitHub: Unknown).
@aayushranaut I was able to create the same without any error. what is the error that you are facing ?
Original comment by Aayush Ranaut (Bitbucket: aayushranaut, GitHub: Unknown).
I am not able to create a blog entry as plain text right now. Probably it is an issue which needs to be fixed.
Original comment by Aayush Ranaut (Bitbucket: aayushranaut, GitHub: Unknown).
Thanks for the comment. Well this is something which I can work on during SOC and will include this in my proposal for GSOC.
Original comment by RogerHaase (Bitbucket: RogerHaase, GitHub: RogerHaase).
To create a blog, change browser url to something like http://localhost:8080/MyBlog, follow the create new item dialog choosing Blog.
To create a blog entry, change browser url to something like http://localhost:8080/MyBlog/March08, follow the create new item dialog and choose Blog Entry.
iirc it was intended to make blog entries nameless items, but there is no way to create a nameless item. Hence there is a non-working Create Blog Entry button. One way to workaround this is to do something similar to tickets, fix the button to create a named entry using a timestamp (or ?), ~http://localhost:8080/MyBlog/2015-03-08-12-12-12.
Note a ticket is named when first created, updating a ticket removes its name. Once a ticket's name is removed, there are ugly UI issues in page trail, subscriptions, adding a link in navibar, global history, item history, maybe other places. A plan to resolve these issues is needed.