[00:23:44] the canonical default value for user.user_newpassword in MW 1.35 seems to be '' so maybe try something like UPDATE user SET user_newpassword = '' WHERE user_newpassword IS NULL? (full disclaimer: take appropriate backups etc. beforehand; I dunno how much things changed between 1.35 -> 1.36 and again between 1.36 -> 1.37...heck, I barely had any idea we're already on 1.37 :) [01:31:01] ashley: Good advice. but now it complains about an error in includes/libs/rdbms/database/Database.php, looks like a syntax error. [01:31:46] that sounds...interesting [01:32:05] I didn't know about 1.37 either. And the migration is not as straight forward as other upgrade [01:42:24] very odd,the error seems to be in the ./includes/installer/PostgresUpdater.php (line 627 but I suspect same problem with line 628) [01:48:22] That's it, the file found here https://github.com/wikimedia/mediawiki/blob/master/includes/installer/PostgresUpdater.php has some correctios that are not in the file bundled in the 1.37.0 tarball [01:50:29] This commit: https://github.com/wikimedia/mediawiki/commit/be574baa568d45d795750f3a24875882194b8e40 [01:54:08] Reedy: ^^ [03:32:27] Hi everyone, Please after submitting a patch, how do one trigger jenkins-bot to check the patch. In my case it does not check automatically [03:51:32] waniccode, to prevent abuse, jenkins-bot only automatically checks patches submitted by contributers who have been added to a trusted list. https://www.mediawiki.org/wiki/Continuous_integration/Allow_list [03:52:34] waniccode, if you give me a link to the changeset, I can start the tests for you [04:20:24] AntiComposite, here is the link https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Cargo/+/746978 [04:20:29] thanks [04:23:15] waniccode, you have some whitespace errors (we use tabs, not spaces) https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP [04:25:58] AntiComposite, Thanks, will check now [04:27:49] AntiComposite, please also trigger jenkis-bot for this too. so i check as well https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PageForms/+/746012 [09:18:50] wctaiwan: Test description and result added to https://phabricator.wikimedia.org/T286291 . [09:19:18] Sorry for the late response. [11:42:16] ashley: It'll be out in the .1 release :P [11:43:38] doug_713705: ^ [11:47:56] awesome \o/ [11:48:19] It's why Amir1 asked me to backport it [11:56:48] surprising but nice to see PGSQL getting some love. maybe one day someone'll implement PGSQL support for Echo in a way that'll get merged in our lifetime...maybe [11:57:21] As before, https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Echo/+/621928 just needs finishing off [11:57:24] you know, in my infinite free time [12:02:11] that's...very ambitious! and nice :) (I can't comment much else on the abstract schema stuff as I have no experience with that; but IIRC my patch predated the whole abstract schema stuff being in core so there was definitely that ;) [12:03:24] imagine mw if Reedy tried to take a sabbatical for a year >.> [12:03:55] :O [12:49:47] ashley: I think I was the one who first reported the postgresupdater bug haha [12:49:55] yeah T286779 [12:49:55] T286779: PostgresUpdater sets watchlist wl_namespace to 0 and is therefore causing duplicated key error - https://phabricator.wikimedia.org/T286779 [12:56:36] every time I open mw/Extension:StructuredDiscussions I weep because is something I really wanted on my wikis but I use postgres ahaha [22:05:40] Hi, what's the easiest way to get list of categories names by prefix? Thanks! [22:08:22] Special:PrefixIndex [22:10:18] Awesome, ty:)