Page MenuHomePhabricator

Re-implement Interwiki based on the sites table.
Open, LowPublic

Description

The sites table is more flexible than the old interwiki table, but is currently largely unused. Updating all code that uses the old Interwiki class would be hard, so we should re-implement the functionality of Interwiki based on the sites table (plus memcached and CDB - the new implementation should be very simmilar to the old one), and make the old static methods in Interwiki delegate to the new implementation.