On Nov 15, 2012, at 2:51 PM, MZMcBride z@mzmcbride.com wrote:
Right, which is why a revision tagging system exists in MediaWiki core currently. If someone wanted to, for example, modify the MobileFrontend extension to add a "mobile" tag to edits, it would be trivial to do. The tagging infrastructure is already in place.
I misread this, I didn't realize MZMcBride is talking about RecentChanges.
How unreasonable would it be to call ChangeTag::AddTags('mobile', $rc_id); for mobile edits? On first blush, the only major consequences is extracting the data since it'd be buried in a ts_tags blob?