Issue Details (XML | Word | Printable)

Key: MDL-17683
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Martin Dougiamas
Reporter: Vlas Voloshin
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Deleted forum posts/discussions stay in forum's RSS feed until any other posts/discussions are added

Created: 18/Dec/08 08:13 PM   Updated: 14/May/09 09:39 PM
Return to search
Component/s: Forum, RSS
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3
Fix Version/s: None

File Attachments: 1. Text File forumrss.patch (3 kB)


Participants: Martin Dougiamas, Richard Burton and Vlas Voloshin
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
When deleting posts or discussions from a forum with RSS, no editions are made to the feed. As cron tests whether to refresh forum's RSS feed by checking the most recent post's date/time and comparing it to date/time of RSS XML file, it doesn't refresh the feed when posts/discussions are deleted, so they stay in the feed, causing confusion to users (especially by link to deleted discussions). The solution may be to force refreshing of the feed when user has deleted post or discussion, but not in the post deleting function in the library, because the system might end up refreshing the same feed many times due to recursive deleting of child posts or whole discussion.
The attached patch introduces this solution (applied with -p0).

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No commits have yet been performed on this issue.