-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.0
-
None
-
MOODLE_20_STABLE
1) Atom and RSS feeds have unnecessary validation warnings due to blank title tags.
2) Atom feed contains a bunch of htmlpurifierwarnings, probably due to recent version upgrade.
Solution is to add in titles and make sure the htmlpurifier is not called directly (clean_text instead).
atomlib is also shared by ForumNG so this change may also affect that component.