moin icon indicating copy to clipboard operation
moin copied to clipboard

Error creating blog entry

Open ThomasWaldmann opened this issue 10 years ago • 4 comments

Original report by Aayush Ranaut (Bitbucket: aayushranaut, GitHub: Unknown).


Here is what I am trying to do illustrated by the screenshots. Screen Shot 2015-03-06 at 8.01.13 PM.png

Screen Shot 2015-03-06 at 8.01.23 PM.png

ThomasWaldmann avatar Mar 06 '15 14:03 ThomasWaldmann

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 ?

ThomasWaldmann avatar Mar 10 '15 19:03 ThomasWaldmann

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.

ThomasWaldmann avatar Mar 10 '15 19:03 ThomasWaldmann

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.

ThomasWaldmann avatar Mar 08 '15 16:03 ThomasWaldmann

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.

ThomasWaldmann avatar Mar 08 '15 14:03 ThomasWaldmann