-
Bug
-
Resolution: Fixed
-
Major
-
3.4.3, 3.5, 3.5 regressions
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-62543-master -
-
Privacy Sprint 1
Since 3.4.3 all our rss feeds are empty. With the implementation of the Privacy API the 'deleted' field was added to forum posts. In the rsslib.php this was added to two sql queries, which determine the posts, which should be displayed in the feed. However, both queries check for <> 0 instead of <> 1 and thus do not exclude all deleted queries, but all non deleted queries instead. In the lib.php, where this deleted flag is also used for filtering posts, it is correctly used with <> 1.
This is a regression from MDL-61309.
- has a non-specific relationship to
-
MDLSITE-5467 RSS content is missing
- Resolved
- is a regression caused by
-
MDL-61309 Implement 'request' interface for mod_forum
- Closed
- is duplicated by
-
MDL-62595 Forum RSS feeds broken
- Closed