Modify ↓
#334 closed defect (fixed)
BlogShow doesn't display blog posts until they have been updated
Reported by: | anonymous | Owned by: | John Hampton |
---|---|---|---|
Priority: | normal | Component: | TracBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
After creating a new blog post, a wiki page for the post is created and can be visited directly or via the recent changes page, but the post does not show up in the BlogShow macro output until I go to its wiki page and do an "Edit This Page" followed by a "Submit Changes".
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Not quite the same, but I've noticed occasionally that after I create a new post and it redirects to /blog
, the post is not there. Refreshing the page makes it turn up.
comment:3 Changed 19 years ago by
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 19 years ago by
Please update to the latest trunk and tell me if the error persists. It appears that I was parsing tags incorrectly such that if you entered multiple tags separated by a space, it treated it as a single tag.
comment:6 Changed 19 years ago by
Cc: | anonymous added; public.trac-hacks@… removed |
---|
[r756] fixes it on my end as well. Thanks.
Note: See
TracTickets for help on using
tickets.
I just tested this again on 0.9.4 and I can't duplicate this behavior.
Will you please try the latest trunk and let me know what you experience?