Modify ↓
Opened 18 years ago
Closed 12 years ago
#477 closed enhancement (wontfix)
Option adding updated posts in [[BlogShow]] macro
Reported by: | Owned by: | John Hampton | |
---|---|---|---|
Priority: | normal | Component: | TracBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Akshay Guleria, varmasoft@… | Trac Release: | 0.10 |
Description
It would be nice to have an option to add updated posts in BlogShow definition macro. I use BlogShow macro for news and it could be useful to take into account of an old updated post as a new one.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
TracBlogPlugin is only for 0.10, as noted on the wiki page. Trac 0.10 is dead now. For blog support, see FullBlogPlugin, which works for Trac 0.11 and later.
Note: See
TracTickets for help on using
tickets.
Ok, I think this is a good idea as an option to the
BlogShow
macro. Unfortunately, it's not super easy as it requires that I keep track of both the original post date and the modification dates.I'll have to refactor a few things, but I'll try to get this in sometime soon.