[20:34:36] Azxiana: context? [20:37:02] @legoktm: I just converted Hydra's database updater to stop calling to update.php on the command line and run all database updates against a wiki using DatabaseUpdater. This is only possibly easily since ExtensionRegistry lets the queue be read(to store it momentarily), clear it, load the child wiki context of extensions, do updates, and then restore the original queue. [20:37:53] hmm, interesting [20:38:37] It uses some of the same tricks the *Installer classes do to override the global configuration. [20:40:30] However, it does check if the wiki loads any legacy require() extensions(SMW) so it can fall back to using the CLI updater. [22:02:11] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @tgr & @nuria - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [22:51:14] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @tgr & @nuria - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [23:10:23] How can I track that someone is logged in or editing a wikipage? [23:13:44] Oh, I want to get an email when someone is editing, so I can go in a watch it straigt away in the wikilist of changes. [23:21:08] I guess it boils down to enable smtp? [23:34:28] Sander^home: as in, get notified that they are editing it before they have saved a change?