#120 — Viewing a weblog entry in the archive gives an incorrect breadcrumb path

by Tim Hicks last modified Jan 09, 2009 12:59 PM
State Resolved
Version: 1.6
Area User interface
Issue type Bug
Severity Medium
Submitted by Tim Hicks
Submitted on Oct 28, 2007
Responsible
Target release: 1.7
When viewing a weblog entry at an archive URL like http://localhost:8080/[…]/first-post, the breadcrumb/path-bar looks like:

  Home -> weblog -> First Post

It should look like:

  Home -> weblog -> Year 2007 -> Month 10 -> Day 13 -> First Post

N.B. The path bar looks *correct* when just viewing an archive folder listing like http://localhost:8080/test/plone/weblog/2007/10/.

I guess we need to over-ride the path-bar viewlet for weblog entries.
Added by Jan Hackel on Nov 04, 2008 08:55 PM
Issue state: unconfirmedopen
Target release: 1.72.0
Confirmed. It is still there in 1.7.
Added by Tim Hicks on Dec 16, 2008 08:47 PM
Issue state: openresolved
Test and fix commited at http://dev.plone.org/collective/changeset/77711 .
Added by Jan Hackel on Dec 19, 2008 10:00 AM
Issue state: resolvedopen
Target release: 2.01.7
Yes, it works. But why is it not in quills.app? It should work for Quills just as well as for QuillsEnabled from what I see.
Added by Tim Hicks on Dec 19, 2008 11:33 AM
Ah, good point. I had assumed that the problem didn't exist for Quills because WeblogEntry objects were really contained in the archive folder hierarchy. I forgot that we removed that a while ago and do the traversal faking for Products.Quills, too.

I'll see about moving things to quills.app.
Added by Tim Hicks on Jan 09, 2009 12:59 PM
Issue state: ConfirmedResolved
This should now be done as of http://dev.plone.org/collective/changeset/78068 .

No responses can be added.