#9203 closed (fixed)
LatestCommentFeed syndicates old comments
| Reported by: | hanksims | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.comments | Version: | dev |
| Severity: | Keywords: | syndication, rss | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
LatestCommentFeed is actually OldestCommentFeed.
It selects and returns the 40 oldest comments, ordering them by ascending submit_date. It should select and return the 40 newest comments, ordering them by descending submit_date.
Attachments (2)
Change History (7)
comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
| Has patch: | set |
|---|
Sorry -- I can't attach my patch, for whatever reason. Here it is on dpaste:
comment:3 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.0 → SVN |
Replying to hanksims:
Sorry -- I can't attach my patch, for whatever reason. Here it is on dpaste:
Your patch is available don't worry about it. I am enclosing your patch once more.
comment:4 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
LatestCommentFeed? is actually OldestCommentFeed?.
It selects and returns the 40 oldest comments, ordering them by ascending submit_date. It should select and return the 40 newest comments, ordering them by descending submit_date.
Seems to be a cousin of #8917.