GNOME Bugzilla – Bug 166989
The title is not submit as a title
Last modified: 2018-07-01 08:33:15 UTC
Distribution/Version: Debian, testing Add new blog to the blogger.com put title as <Test Blog> put some text as a body submit. go the web-site and check the blog. observe the title is a date-time, and the title that was submit became the first line in the blog. Body starts after one empry line.
Actually Title of the Blog (in the gnome-blogger) do not become title in the blogger.com instead date-time is a title.
*** Bug 171756 has been marked as a duplicate of this bug. ***
Requires Atom API support, bug 151291. I consider this a separate bug -- even if the title is discussed in bug 151291; adding dependancy.
*** Bug 319523 has been marked as a duplicate of this bug. ***
I think this could be marked as fixed in head now, as the patch for bug 151291 should have fixed it, and does in my environment. GNOME Blog titles are now proper Blogger titles using the ATOM API from bug 151291.
I have tested it today (latest Ubuntu), and it is working. The title and body are coming just fine. I believe you can mark the bug as fixed.
Scratch the above, now the Title is coming as part of the body. See here: http://sarmadzhiev.blogspot.com/ Tested on: gnome-blog_0.9.1-4ubuntu1_all.deb
I found this one in the bloggerAPI (postEntry) <code> content = title + "\n" + entry </code> (version 0.9.1)
Yah, 0.9.1 would predate the fix from bug 151291 I think. (0.9.1 was published in 2006?). Please try git head and report if it works.
Unfortunately, I am using a package manager and Ubuntu, so I can test it, only after it comes with the main stream. I am really sorry about that.
gnome-blog is not under active development anymore and has not seen code changes for many years. Its codebase has been archived: https://gitlab.gnome.org/Archive/gnome-blog/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.