Friday, December 21, 2007

The preview of your blog on the “Fonts and Colors” page may incorrectly show your posts and sidebar in the same column.

Friday, December 14, 2007

Archives page elements set to “Hierarchy” are not showing posts for any months beyond the first three.

Update, 12/19: This has been fixed.
OpenID and Blogger icons are not appearing correctly for comments on blogs with Classic templates.

Update, 7PM: This has been fixed.

Thursday, December 06, 2007

Some comment notification emails are not being sent. We are investigating this issue.

Update, 12/6: This has been fixed.

Tuesday, December 04, 2007

Clicking on image uploaded through the post editor will show a file download box instead of showing the full-size image in the browser. We are currently working to fix this issue. In the meantime, a workaround is to make two changes to the first URL in the image <a> tag:

Update, 12/4: We pushed a fix for this late last night. Uploaded image click-throughs now work correctly again.

1. Replace "-R" with "-h".
2. Replace the image location folder (preceeding something like "s1600-R") with the folder in the second URL.

Old code:
<a href="http://.../uvkJJAw53aw/s1600-R/PICTURE.JPG">
<img src="http://.../sDRgJ2i-NLo/s320/PICTURE.JPG" /></a>


New Code:
<a href="http://.../sDRgJ2i-NLo/s1600-h/PICTURE.JPG">
<img src="http://.../sDRgJ2i-NLo/s320/PICTURE.JPG"/></a>

Monday, December 03, 2007

OpenID

Blogger has removed the URL field for unauthenticated comments. Instead, we're rolling out support for OpenID, a technology for "signing" your comments with your own URL. OpenID lets you comment with the URL you want, while preventing others from impersonating you. Blog admins can turn on OpenID now on Blogger in Draft. Learn more.