On Nov 16, 2012, at 3:25 PM, bawolff <[email protected]> wrote: >> >> 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? > > Why would you look at ts_tags? change_tag table is much easier to pull > out as it uses a more normalized layout.
True, sorry, I didn't look closely enough to realize that tag_summary is denormalized change_tag. However, this doesn't deal with the problem that [[Special:Tags]] will get cluttered with this approach. It might work for a "mobileedit" tag, but valid_tag cannot grow arbitrarily. terry chay 최태리 Director of Features Engineering Wikimedia Foundation “Imagine a world in which every single human being can freely share in the sum of all knowledge. That's our commitment.” p: +1 (415) 839-6885 x6832 m: +1 (408) 480-8902 e: [email protected] i: http://terrychay.com/ w: http://meta.wikimedia.org/wiki/User:Tychay aim: terrychay _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
