Page MenuHomePhabricator

Convert RSS to use extension registration
Closed, ResolvedPublic

Description

The RSS extension needs to be converted to use the new extension registration system. More details are available on T87875.

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

This is mostly rather trivial; the only possible issue here could be the EXTENSION_RSS_VERSION constant and how it's used to set $wgRSSUserAgent (apparently the strtok() call there is rather unnecessary and pointless). Maybe we can just set $wgRSSUserAgent to a static string containing the extension version number and require developers to bump it along the actual extension version number when making significant changes to the extension?

MtDu subscribed.

I'll work on this. @Legoktm, when I finish, do you mind if you imported it as a GCI task?
Thanks,
MtDu

Change 264747 had a related patch set uploaded (by MtDu):
Convert RSS to use new extension registration

https://gerrit.wikimedia.org/r/264747

Change 264747 merged by jenkins-bot:
Convert RSS to use new extension registration

https://gerrit.wikimedia.org/r/264747