[00:00:57] ok, it looks like I do have access to the password store [00:02:00] right, in now [00:03:29] heh, emergency moderation has been turned off [00:05:23] that means any member can post? [00:06:32] everyone has the moderation flag set [00:06:53] so you usually just ask chad to make you unmoderated? [00:07:08] that's the process, I think [00:07:13] I only did it one time [00:07:36] the way I had it set up, when I managed this list, was to have emergency moderation enabled always, which caused it to hold posts from unmoderated members [00:08:06] so you would post to the list, then log in to the admin interface, and approve the held post [00:08:48] ok, I unmoderated you [00:09:05] quick, post before someone impersonates you to send hundreds of spam messages ;) [00:09:25] thanks, sent [00:11:14] I removed myself as a list owner [00:11:48] that won't stop us from asking, we all know you have root ;) [00:12:26] mediawiki-announce-owner gets large amounts of spam, if chad is reviewing it then there's no need for me to do it too [00:12:57] *nod* just labs-announce gets several a day [00:13:06] pretty obnoxious [14:32:22] tgr|away: I should add you as a maintainer of oauth-hello-world. Any objection? [15:54:36] how did I end up with a wall of meetings for a Friday? [15:54:39] * bd808 weeps [20:34:45] AaronSchulz hi, how do i do an if in database.php [20:34:48] please? [20:35:08] I am trying to do https://gerrit.wikimedia.org/r/#/c/318581/ [20:35:27] But that should fallback to using the drop table for oracle [20:36:59] well, you'd have to at least update the unit test to expect the new query string [20:38:00] also database.php should not do things like <getType() === 'sqlite'>> or such. Rather polymorphism should be used by subclassing methods. [20:39:01] Oh [20:39:59] AaronSchulz i think i found a fix for smw https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/1971 but not sure [20:40:13] But that's why i did https://gerrit.wikimedia.org/r/#/c/318581/ [20:40:30] But i have no idea how i can do that ^^ for mysql, sqlite and postgres [20:43:51] Oh wait AaronSchulz it seems that prefix in postgres is broken [20:44:05] Thats probaly why it failed https://travis-ci.org/paladox/SemanticMediaWiki/builds/171479961 [22:50:15] AaronSchulz hi, for https://gerrit.wikimedia.org/r/#/c/317863/ i left a comment [22:50:19] with mwjames findings [22:50:29] seems CloneDatabase uses the tableName [22:50:34] which is broken in postgres [22:51:44] https://phabricator.wikimedia.org/T149454