[00:02:48] 03(mod) Empty Wikidata entries showing in RSS feed on recent changes in wikipedia - 10https://bugzilla.wikimedia.org/47219 +wikidata (10Edin) [00:03:42] I moved to a new server and when I import my database my page titles (only) are corrupted, jumbled on the Chinese characters. [00:08:15] New patchset: Tim Starling; "Removed old cache update b/c code from 2007." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58726 [00:10:11] silly2: I hope you still have the old server, or at least its mysql data directory [00:10:33] yes [00:11:36] it's possible to store UTF-8 data in columns marked with a latin-1 charset [00:11:52] the wiki will appear to work, but the mysqldump output will be garbled [00:12:13] for a few years, the MW installer even let you choose to create this broken situation [00:13:03] 03(NEW) Black background for thumb, full-size image is fine - 10https://bugzilla.wikimedia.org/47226 normal; MediaWiki: File management; () [00:13:09] Ok, but my Chinese wiki was only utf8, i think i remember,, backwards compatable something but no longer. [00:13:34] The Chinese portal was set up brand new with 1.19.x' [00:13:43] so all the tables were utf8 [00:14:32] can you pastebin the output of SHOW CREATE TABLES LIKE 'page' ? [00:15:20] let me see [00:15:25] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58726 [00:15:59] by the way, is there something I can do to normalize all my tables, all my wikis to be unicode for all future moved? [00:16:06] sorry that should be "SHOW CREATE TABLE page" [00:16:23] yes [00:16:34] I was seeing some pretty squirrely stuff on my other wikis.. [00:16:46] but we have to confirm that that is what the problem is first [00:17:07] ok [00:17:14] im going there now [00:18:33] if that's what the problem is, the fix is to convert all the tables to binary [00:19:49] I am looking in phpMyAdmin for SHOW CREATE TABLE, is that correct? [00:20:45] IIRC phpMyAdmin has a query window where you can just paste this query in [00:21:02] have you not got shell access? [00:21:26] I have shell [00:22:20] do you know the mysql root password? [00:22:39] yes i use shell' [00:22:44] i am going there [00:23:04] so you can just type mysql [00:23:07] I have the query window open i just need to know the column [00:23:18] then: SHOW CREATE TABLE page\G [00:24:40] ok i am there now [00:24:49] one moment pls [00:25:39] Must https://bugzilla.wikimedia.org/show_bug.cgi?id=47112 still be marked as a security bug? I think highlight.php was rolled back. [00:26:19] do i have to add the password too with a switch? [00:26:53] Where are you? At a shell prompt? [00:26:59] you can use "-p" with no password [00:27:02] then it will ask you to type it [00:27:13] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N O) [00:27:13] $ mysql -uroot -p databasename [00:27:23] Replace "databasename" with the name of your database. [00:27:27] that's more secure than specifying the password on the command line [00:27:34] ok [00:28:13] but typing it gets old pretty fast, so the best thing to do is create a ~/.my.cnf file [00:28:56] it just looks like this: http://paste.tstarling.com/p/gdZzAR.html [00:29:37] TimStarling: Can you take a look at sometime this week? [00:30:25] 03(mod) action=delete fails with internal_api_error_DBQueryError - 10https://bugzilla.wikimedia.org/46086 +comment (10b) [00:30:32] looks like some sort of shouting match? [00:30:54] please dont leave me tim, im almost there [00:31:03] I think the Commons admins are annoyed that their deletions regularly result in a database query error. [00:31:12] yeah, I would be annoyed about that too [00:31:15] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) [00:31:36] You typed in the wrong root password. [00:32:46] ok im in [00:33:05] Now enter this into the mysql prompt: [00:33:12] SHOW CREATE TABLE page\G [00:33:20] Hi I am looking for an internship with Wikimedia as a part of the GSoC-2013 /OPW-round 6 program..are there any mentors around ?? [00:33:33] Hi Pods. [00:33:43] SHOW: command not found [00:33:44] Hi Susan [00:33:50] Pods: You probably want to talk to sumanah or qgil. I doubt either is around right now. [00:34:03] They're usually around Monday to Friday during business hours. [00:34:13] silly2: From the mysql prompt? [00:34:19] Should I come back after a while then ?? [00:34:38] Probably. [00:34:40] Or you can e-mail them. [00:34:46] Susan : Thanks :) [00:35:03] No problem. [00:36:33] i guess im not there [00:36:46] http://p.defau.lt/?9PPXecE_RfQ0i5cXiY96PQ [00:36:52] Example output. ^ [00:37:04] Perhaps someone else should administer your wiki? :-) [00:37:36] I dont have anyone else Susan [00:38:03] I'm sorry to hear that. [00:39:25] Susan : I might have been introduced to sumanah by marina at opw chat, maybe i could mail her. could I get her ID here ?? [00:39:29] ok i am finally there [00:39:48] there are two dashes before yser [00:39:54] --user [00:39:58] ok [00:40:47] ERROR 1146 (42S02): Table 'mydatabase_zh.page' doesn't exist [00:41:11] Pods: https://www.mediawiki.org/wiki/User:Sharihareswara_%28WMF%29 [00:41:14] that is what i got when i typed SHOW CREATE TABLE page\G [00:41:37] Run... [00:41:41] SHOW TABLES; [00:42:13] ok [00:42:30] done [00:42:37] all tables show [00:42:39] Do you see the page table listed there? [00:42:44] What's the page table called? [00:42:54] ok yes [00:43:03] zh-page [00:43:09] Then run... [00:43:15] zh_page i mean [00:43:15] SHOW CREATE TABLE ah-page\G [00:43:17] Err. [00:43:22] SHOW CREATE TABLE zh_page\G [00:43:48] now you want me to pastebin this and paste it here? [00:44:04] Yes, please. [00:44:52] .play 3s [00:45:01] mysql> SHOW CREATE TABLE zh_page\G [00:45:01] *************************** 1. row *************************** [00:45:01] Table: zh_page [00:45:01] Create Table: CREATE TABLE `zh_page` ( [00:45:01] `page_id` int(10) unsigned NOT NULL AUTO_INCREMENT, [00:45:02] `page_namespace` int(11) NOT NULL, [00:45:02] `page_title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, [00:45:03] `page_restrictions` tinyblob NOT NULL, [00:45:03] `page_counter` bigint(20) unsigned NOT NULL DEFAULT '0', [00:45:04] `page_is_redirect` tinyint(3) unsigned NOT NULL DEFAULT '0', [00:45:04] `page_is_new` tinyint(3) unsigned NOT NULL DEFAULT '0', [00:45:05] `page_random` double unsigned NOT NULL, [00:45:05] `page_touched` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0', [00:45:06] `page_latest` int(10) unsigned NOT NULL, [00:45:53] What's after page_latest? [00:46:00] 03(mod) action=delete fails with internal_api_error_DBQueryError - 10https://bugzilla.wikimedia.org/46086 +comment (10tstarling) [00:47:55] could be phpmyadmin's fault [00:48:19] > archive/dberror.log-20130207.gz:27084 [00:48:19] that is all that shows [00:48:47] maybe it has a charset option when you export or something [00:49:40] if it was set incorrectly then it would replace the chinese characters with some placeholder [00:49:41] i chose the option allow 1.20.3 to update my tables and i got this [00:50:02] Warning: The intl PECL extension is not available to handle Unicode normalization, falling back to slow pure-PHP implementation. [00:50:02] If you run a high-traffic site, you should read a little on Unicode normalization. [00:50:22] so i exported incorrectly? [00:50:57] silly2: how big is the dump? [00:51:35] let me see [00:51:38] internal_api_error_DBQueryError <-- Is this related to WikiPage::updateCategoryCounts? [00:51:44] Susan: yeah, that spike probably had a different cause [00:52:11] 8,180KB [00:52:37] I'm still not sure I understand https://bugzilla.wikimedia.org/show_bug.cgi?id=46086 [00:52:45] Susan: if you sort out silly2, I'll keep looking at these query errors [00:52:53] Heh. [00:52:59] silly2 has been here for the past few days. [00:53:19] Short of moving his wiki for him, I'm not sure I can help. :-/ [00:53:38] silly2: How did you export the database? [00:53:51] through shell [00:53:57] Using what command? [00:54:41] they are backed up by a script [00:54:48] and were in a directory [00:54:57] What command does the script run? [00:55:08] then i download the databases to my hd [00:55:30] Can you paste the backup script to http://paste.tstarling.com/ ? [00:56:32] its an sh file so i have to open it [00:57:14] ok [00:57:18] its there [00:58:53] do you see it [01:01:39] Its sad that no one has ever published a comment on TimStarlings about me page [01:04:36] actually there was one, but I premoderate and it didn't have very good grammar [01:05:36] "I discovered you from WikiMedia. Properly Discovered it a few days back, never knew what it was even though I'm surfing wikipedia now and then." [01:05:52] caps fail [01:07:40] Heh. [01:07:46] So did my database export incorrectly? [01:07:52] silly2: Please provide a link to the paste. [01:08:04] EVening [01:08:06] Evening* [01:08:12] Hi TK-426. [01:08:34] sooory [01:08:35] Can anyone help with the whole innoDB/myISAM stuff? [01:08:38] http://paste.tstarling.com/p/bjMiOZ.html [01:09:46] silly2: Okay. So the mysqldump command isn't being passed --default-charset=. [01:09:51] That's probably your issue. [01:10:12] You should manually re-export the database and specify --default-charset appropriately. [01:10:22] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/58107 [01:10:37] TK-426: Be more specific? Generally you should prefer InnoDB unless you need MySQL fulltext search, which only MyISAM has. [01:11:05] well i also dumped them individually but did not set a switch to tell it utf8 so your right, i wish i had extra funding to manage my wikis [01:11:07] Well I have a phpBB installation and various other databases installed with mySQL [01:11:37] but is there a way I can have only the wiki's database as innoDB? [01:11:51] and leave the other databases as they are? [01:12:28] when i imported the German wiki, the categorys were all red links, (incorrect characters) then when I clicked the red links and went back to refresh the category list page they were gone. [01:12:43] All the German articles were fine and categories were fine [01:12:59] i guess this all has to do with the dump [01:13:36] Probably. [01:14:07] anyway, it will take me about 10 hours to manually streighten out the Chinese wiki [01:14:21] My ubuntu isnt working too well suddenly , is it possible to work on windows and develop ?? [01:14:24] but what do i do to correctly dump them? [01:15:14] Pods: yes [01:15:32] New patchset: MarkAHershberger; "Consistency tweak: Wrap variable names into " [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/58135 [01:15:45] Chinese wiki is purly utf8 but my other wiki databases are a mix of latin1_bin, latin1_sweedish. What can I do to normalize them? OR should i [01:15:45] any documentations for the same ?? not too familiar with development in windows [01:16:45] 03(mod) action=delete fails with internal_api_error_DBQueryError - 10https://bugzilla.wikimedia.org/46086 +comment (10Tim Starling) [01:16:46] Pods: probably that much, you will still need a wamp stamp, and git setup, if Reedy_ was around he would be prefect for this question [01:16:47] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10Tim Starling) [01:16:54] anybody? [01:17:05] yes i have both [01:17:09] I develop under windows, but I don't commit from windows [01:17:20] And I do MW testing via Ubuntu [01:17:22] git and wamp setup ..so using a database and repos isnt a problem [01:17:23] :) [01:17:50] git review under windows is apparently a PITA [01:18:02] Where would i look to pay someone to sort out our wiki tables? [01:18:39] Reedy_ : i thought so..maybe will figure ubuntu out by tomorrow [01:19:09] silly2: did you export it with a defined charset like Susan said? [01:19:19] no [01:19:19] I am looking at fixing small bugs ..could I edit code in the git repos online and do away with it for the time being [01:19:33] What? [01:20:04] Pods: Not really. [01:20:09] Unfortunately you need to edit locally. [01:20:18] Reedy_: He's asking about editing server-side, similar to GitHub. [01:20:21] Or Gerrit's commit messages. [01:20:21] silly2: That would be a good place to start, then import that onto the new server [01:20:40] Susan : *she :) [01:20:46] Susan do you have any idea? [01:20:55] And yes, was asking precisely that [01:21:26] She's asking * [01:21:30] I guess OPW was a giveaway there. ;-) [01:21:34] Ok I will do that. [01:21:56] TK-426: I believe InnoDB/MyISAM setting is per-table, not per-database or per-host. [01:22:12] So should I install the wiki and then change the tables one-by-one? [01:22:18] How do I change my wiki databases that are a mix of latin1_bin, latin1_sweedish? [01:22:35] I mean that one database has both charactersets in them [01:22:54] I did not do this, they are databases from 1.5.x [01:23:06] Create them all as innodb, then drop and recreate the searchindex table as myisam [01:23:09] simplest way of doing it [01:23:26] what do you mean Reedy? [01:23:41] the wiki installation page is warning me about mySQL being myISAM [01:24:01] it says to choose innoDB [01:24:28] I'm not sure where the difficult to understand part is in this... [01:24:31] TK-426: Be more specific? Generally you should prefer InnoDB unless you need MySQL fulltext search, which only MyISAM has. [01:24:43] ^ in which case, only the searchindex table is myisam [01:25:32] Okay you're saying to create all the tables as innoDB [01:25:43] but how am I supposed to do that if wiki is warning me about myISAM [01:26:01] If I click continue right now won't it install everything as myISAM? [01:29:13] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10Tim Starling) [01:30:55] New patchset: Krinkle; "(bug 39607) user preference for maxSimultaneousUpload" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/52981 [01:32:34] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10tstarling) [01:50:34] 03(mod) Word boundry parameter \b not working with Unicode devanagari words - 10https://bugzilla.wikimedia.org/46773 +comment (10mahitgar) [02:36:14] New patchset: MarkAHershberger; "1.20.0rc2" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59101 [02:36:17] New patchset: MarkAHershberger; "PHP Fatal error: Call to a member function isLocal() on a non-object in Title.php" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59102 [02:36:19] 03(mod) PHP Fatal error: Call to a member function isLocal() on a non-object in Title.php - 10https://bugzilla.wikimedia.org/42649 +comment (10gerritadmin) [02:46:14] New review: Krinkle; "recheck" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/52981 [02:46:23] New patchset: MarkAHershberger; "1.20.0rc2" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59101 [02:47:30] New review: Legoktm; "Any reason this can't be +2'd and merged?" [mediawiki/extensions/DynamicPageList] (master) - https://gerrit.wikimedia.org/r/59071 [02:49:57] 03(NEW) sudden drop in pageviews - 10https://bugzilla.wikimedia.org/47227 normal; Analytics: General/Unknown; () [03:05:23] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10tstarling) [03:08:32] 03(mod) sudden drop in pageviews - 10https://bugzilla.wikimedia.org/47227 +comment (10dvanliere) [03:26:19] 03(mod) Inappropriate things being done in Title::invalidateCache() - 10https://bugzilla.wikimedia.org/46816 +comment (10tstarling) [03:26:19] 03(NEW) morebots has gone missing from #wikimedia-operations - 10https://bugzilla.wikimedia.org/47228 normal; Wikimedia: General/Unknown; () [03:52:06] New patchset: Pastakhov; "add if construct without else & blocks (version 0.0.10)" [mediawiki/extensions/Foxway] (master) - https://gerrit.wikimedia.org/r/58864 [03:59:45] New review: Massaf; "(2 comments)" [mediawiki/core] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/59019 [04:05:11] Amgine_: http://dpaste.org/fD4ko/ [04:05:18] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10Tim Starling) [04:07:32] [04:08:06] wth, DanielFriesen? [04:08:51] Amgine_: That Python v8 embedding from before... ^_^ with accessing JavaScript object properties from python. [04:09:26] Congratulations! [04:09:41] Oh, and did you see YuviPanda's comments earlier? [04:09:54] Was detached [04:10:25] Ah, xe has gh -> Garret tools, says they should be trivial to implement to Gareth as it's all api... [04:11:59] Amgine_: Don't see it in the past two days of logs [04:12:31] Meh; not sure where it is... [04:13:53] 03(mod) Acquire the enwp.org domain - 10https://bugzilla.wikimedia.org/30861 +comment (10p858snake) [04:15:00] DanielFriesen: http://paste.kizmut.com/145 [04:15:51] Ah GitHub pull requests [04:16:03] Yeah, I suppose that would work [04:16:35] ;) After all... Gareth's code review is fundamentally much more like a GitHub pull requests than Gerrit patch sets are [04:16:50] It's to normalize gh and gerrit, including comments, for MW [04:17:07] If I understood correctly. [04:21:25] New patchset: Krinkle; "(bug 39929) "copy metadata" should update the view." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/55110 [04:33:57] New patchset: Krinkle; "Sample commit for Jenkins" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [04:51:34] 03(NEW) Aramaic WebFonts - 10https://bugzilla.wikimedia.org/47229 enhancement; MediaWiki extensions: WebFonts; () [04:54:52] 03(mod) Aramaic WebFonts - 10https://bugzilla.wikimedia.org/47229 +comment (10bashar.hanna) [04:55:18] New review: Krinkle; "recheck, reverted phplint back to using php -l." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [04:55:36] 03(NEW) Flag users with undefined values in raw and aggregate responses - 10https://bugzilla.wikimedia.org/47230 critical; Analytics: User Metrics; () [04:56:47] 03(mod) Flag users with undefined values in raw and aggregate responses - 10https://bugzilla.wikimedia.org/47230 04CRIT->major (10Dario Taraborelli) [04:57:30] New review: Krinkle; "recheck" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [05:01:31] 03(NEW) Cannot access cached results for "all" requests - 10https://bugzilla.wikimedia.org/47231 normal; Analytics: User Metrics; () [05:03:01] 03(mod) Cannot access cached results for "all" requests - 10https://bugzilla.wikimedia.org/47231 (10Dario Taraborelli) [05:05:04] 03(NEW) New metric: pages created - 10https://bugzilla.wikimedia.org/47232 enhancement; Analytics: User Metrics; () [05:05:31] 03(mod) New metric: pages created - 10https://bugzilla.wikimedia.org/47232 +comment (10Dario Taraborelli) [05:08:34] 03(NEW) Add permalink to response - 10https://bugzilla.wikimedia.org/47233 enhancement; Analytics: User Metrics; () [05:08:58] New patchset: Pastakhov; "add if & else construct without blocks (version 0.0.10)" [mediawiki/extensions/Foxway] (master) - https://gerrit.wikimedia.org/r/58864 [05:09:06] 03(mod) Add permalink to response - 10https://bugzilla.wikimedia.org/47233 15enhancement->normal; +comment (10Dario Taraborelli) [05:12:52] 03(NEW) Add controls for user authentication in frontend - 10https://bugzilla.wikimedia.org/47234 enhancement; Analytics: User Metrics; () [05:13:08] 03(mod) Add controls for user authentication in frontend - 10https://bugzilla.wikimedia.org/47234 (10Dario Taraborelli) [05:15:21] 03(mod) API. Handling invalid cohort or metrics in URL - 10https://bugzilla.wikimedia.org/46648 (10Dario Taraborelli) [05:15:27] 03(NEW) 'Show diff' button doesn't work for modules - 10https://bugzilla.wikimedia.org/47235 normal; MediaWiki extensions: Scribunto; () [05:18:29] New review: Tim Starling; "I'm slightly concerned about memory usage in LocalisationCache. Maybe to be on the safe side, could ..." [mediawiki/extensions/WikimediaMaintenance] (master) C: -1; - https://gerrit.wikimedia.org/r/58909 [05:18:55] 03(NEW) Kill jobs from the UI - 10https://bugzilla.wikimedia.org/47236 enhancement; Analytics: User Metrics; () [05:29:20] 03(NEW) Add job review screen - 10https://bugzilla.wikimedia.org/47237 enhancement; Analytics: User Metrics; () [05:29:32] 03(mod) Add job review screen - 10https://bugzilla.wikimedia.org/47237 (10Dario Taraborelli) [05:42:47] New patchset: Pastakhov; "add if & else construct (version 0.0.10)" [mediawiki/extensions/Foxway] (master) - https://gerrit.wikimedia.org/r/58864 [05:44:27] New review: Krinkle; "recheck" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [05:44:45] New review: Krinkle; "re-applied change to mwext-UploadWizard-lint to use phplint" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [05:45:12] 03(mod) Increase account creation limits for itwiki GLAM event (2013-04-15) - 10https://bugzilla.wikimedia.org/47221 +comment (10gerritadmin) [05:51:17] 03(mod) Increase account creation limits for itwiki GLAM event (2013-04-15) - 10https://bugzilla.wikimedia.org/47221 +comment (10Ori Livneh) [05:52:11] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:14] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:15] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:20] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:20] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:21] New patchset: SuchABot; "Jshint fixes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59108 [05:52:22] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:52:25] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [05:53:04] hrm [05:53:47] New patchset: SuchABot; "Jshint fixes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59108 [05:56:58] there's a patch to fix the duplicate notifications upstream, in case anyone is wondering https://bugzilla.wikimedia.org/show_bug.cgi?id=46997 [06:01:28] Did Yuvi write a bot to push GitHub pull requests to Gerrit? [06:01:41] Does anyone know Yuvi's irc nick? [06:01:45] (if he has one) [06:01:54] he's zz_YuviPanda [06:01:59] aha [06:02:04] now so asleep :) [06:02:19] I hope he doesn't enable that for all repos. Last I checked there is disagreement on whether we should do it automatically [06:03:12] I for one think it is bad to do automatically, causes more problems than it solves. [06:03:23] no idea. iirc he's one of the main contributors to uploadwizard, so i don't see a sign that he has run amok or anything. i don't have an opinion about it myself. [06:04:48] Even if just for one repo, the principle is the same. I doubt he'll want to automate it as well. [06:05:42] Although it is fairly simple from command line to submit a change from github to gerrit, creating a helper script for that is useful. [06:11:09] Krinkle: btw, I don't think any linting tool will be able to comprehensively detect things like duplicate resource titles, because names can be generated dynamically during a puppet run based on (for example) environment variables [06:12:06] ori-l: Indeed, though in this case it was a literal name. And it appeared in two classes that were both included on the same node. [06:13:33] Since node names can be regexes, I suppose a proper test would be to have a sample list of node names, and then it would do a silent / dry run for each of those, fully interpreting it. [06:13:40] Krinkle: if you're interested in making that detectable, look at punch.rb in the puppet repo root. i wrote that to faidon's specs a while back. [06:13:57] I haven't the slightest clue where to start. [06:14:00] it outputs json out of puppet manifests, but it shows how to interact with the parser [06:14:05] 03(mod) VisualEditor: For article namespace, disable Heading-1s, others? - 10https://bugzilla.wikimedia.org/43334 +comment (10rogerhc) [06:15:03] and although I'm interested in learning, I feel this is too far away from me to further invest it. if ops wants better testing, this is probably the kind of test they'd be able to write themselves much faster. [06:15:38] i don't know, you're pretty quick :P [06:15:45] but fair enough [06:16:42] 03(mod) VisualEditor: For article namespace, disable Heading-1s, others? - 10https://bugzilla.wikimedia.org/43334 +comment (10rogerchrisman) [06:17:10] pff, jenkins-job-builder is so slow. It takes at least 4 hours to push all configurations to jenkins. [06:17:45] Generating the configuration files from YAML is only a few seconds, Jenkins isn't too quick in responding to HTTP but its XML API is 10x worse than the regular http requests. [06:17:52] And it won't take it any other way [06:20:19] New review: Krinkle; "recheck" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [06:24:30] New patchset: Krinkle; "Sample commit for Jenkins" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [06:28:03] New review: Krinkle; "recheck" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [06:34:40] New patchset: Pastakhov; "add if & else construct (version 0.0.10)" [mediawiki/extensions/Foxway] (master) - https://gerrit.wikimedia.org/r/58864 [06:40:33] 03(mod) Book Creator should allow newly-registered accounts to save a book to user space - 10https://bugzilla.wikimedia.org/46944 (10john_of_reading) [06:45:04] Change abandoned: SuchABot; "(no reason)" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59108 [06:52:24] Change abandoned: Krinkle; "parsekit is crap, going back to ant." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59104 [06:53:26] 03(NEW) Special:Import fails - 10https://bugzilla.wikimedia.org/47238 normal; MediaWiki: Export/Import; () [06:53:46] New review: Tpt; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20683 [06:55:23] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:29] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:30] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:30] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:32] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:33] New patchset: SuchABot; "Jshint fixes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59111 [06:55:35] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:55:36] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10gerritadmin) [06:56:25] New review: Liangent; "Maybe better to use Special:ListUser's approach?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59083 [06:56:31] New patchset: SuchABot; "Jshint fixes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59111 [06:58:31] 03(mod) Notification bot posts the same info twice - 10https://bugzilla.wikimedia.org/46997 +comment (10liangent) [07:03:50] Segfaults for doing basic things in v8 aren't fun to debug [07:03:53] Krinkle: no, not planning on automating it. Apologize on the spam for that, since the test repo from gerrit isn't replicated to github [07:03:56] Krinkle: err, as in - not planning on automating it for *all* repos [07:04:12] OK [07:04:14] Krinkle: opt-in. People can opt-in to these. [07:04:19] but it'll be automated. [07:05:07] YuviPanda: That's ok, but I'd recommend continuing the discussion thread on it. Whatever reason against it is very unlikely to be related to a repository, and very much to the workflow people have in general. [07:05:25] Krinkle: sure, but I'd rather start the discussion once I've something running [07:05:43] which I don't right now. Either labs is being wonky or there's a ghost somewhere. [07:05:50] Seems backwards to me as nobody is complaining about how it'll work. but do as you like. [07:06:14] Starting threads about how things should be without a working sample tends to cause bikesheds [07:06:27] New patchset: IAlex; "Special:BlockList now handles correctly user names with spaces when passed as subpage" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59083 [07:06:29] and besides, if people don't want to use it, they don't have to. [07:06:59] I guess the point is that the people who use it either don't have problems with it or are willing to sacrifice. That is interesting. [07:07:19] sacrifice what? [07:07:27] I mean, there are lots of people who have problems with using GitHub [07:07:47] The issues raised were not related to implementation but to workflow. I don't see how any implementation can change that. [07:07:49] they don't have to. I intend to implement proper two way comment syncing, so they don't need a GH account to comment on patches in GH. [07:07:57] For example, if it auto-submits to gerrit. Where will discussion be? [07:08:10] If on gerrit, the user who created the pull request can't particupate [07:08:12] two way syncing -> either place. doesn't matter. [07:08:25] You can't change a pull request on gerrit. [07:08:29] Krinkle: wrote it up on mediawiki.org/wiki/User:Yuvipanda/G2G [07:08:35] I've seen taht [07:08:38] that's the one kicker. You can't submit a new patchset on Gerrit [07:08:42] and have it reflect on GitHub [07:08:43] Aaagh... I can't make sense of this segfault [07:08:44] So if someone amends on gerrit, you can't update on github. github will always override it. [07:08:52] yup. [07:09:06] Krinkle: so, there is one incredibly hacky way around that :) [07:09:15] but I don't want to do it [07:09:17] And update inline comments? [07:09:22] Krinkle: yes, inline comments too [07:09:25] k [07:09:28] Krinkle: I checked the APIs of both Gerrit and GitHub [07:09:33] (that'd be a nice to have, not a deal breaker) [07:09:35] Krinkle: easily doable. [07:09:41] I know [07:09:47] Krinkle: so, the way you can have Gerrit -> GH *code* updates [07:10:01] Krinkle: is to take the patchset from Gerrit, take the squashed one from GitHub and do a diff on the diffs. [07:10:08] I know how to do it [07:10:10] Krinkle: and make a new commit of that and push it to GitHub [07:10:21] so I'm saying it is not impossible [07:10:21] I'm curious about how you do it, but not worried in any way. [07:10:22] :) [07:10:35] but I'm not planning on doing that... at least not for now [07:10:36] New review: Siebrand; "(1 comment)" [mediawiki/extensions/UploadWizard] (master) C: -1; - https://gerrit.wikimedia.org/r/52981 [07:10:37] 03(mod) Uploading just spins - 10https://bugzilla.wikimedia.org/47175 +comment (10Nischay Nahata) [07:11:05] I gues that something working is better than nothing at all [07:11:28] and it's always better to improve a running service than to talk about the best way [07:12:08] YuviPanda: Like I said, from what I call the main concerns raised were not about implementation. So what it features wouldn't make a difference. [07:12:26] Krinkle: hmm, were these on wikitech? [07:12:46] don't remember, but I think the same people were in both discussions [07:12:57] hmm, searching [07:13:07] Anyhow, when done right, the people who are comfortable doing it this way will be able to opt in. [07:13:15] New review: Nischayn22; "(1 comment)" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/52981 [07:13:39] YuviPanda: btw are you submitting this from another labs ldap account or your main one? [07:13:46] another one Krinkle [07:13:51] Afaik regular users are not able to 'fake' the author. [07:14:04] no, but I think it's okay since Committer and Author are different [07:14:18] New review: IAlex; "@Parent5446: done" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59083 [07:14:22] it's submitted as SuchABot, but retains original author info [07:15:03] Sure, that's how it should be [07:15:11] yup [07:15:24] Krinkle: so that causes problems when a GitHub Pull request contains commits from multiple authors :) [07:15:29] Krinkle: not common, but certainly possible [07:15:37] right now I just pick the first commit's author though [07:15:42] I assume you'll use the author of the pull request, not? [07:16:11] Though that could be different too, though. When you submit a patch to github from someone else [07:16:16] 3-level indirect [07:16:27] hmm, yes. [07:16:39] * DanielFriesen snickers at how complicated Gerrit makes such a basic part of git [07:16:52] hmm, I could do that too, but GitHub Email not necessarily same as what the commit's email is [07:17:05] DanielFriesen: I don't think I can ever forgiving them for repuprosing amend. [07:17:06] YuviPanda: Anyhow, I was asking under which account with regards to the zuul authentication. [07:17:14] Krinkle: SuchABot. [07:17:17] Need to make sure we're not exposing arbitrary code execution. [07:17:19] is the account. [07:17:29] zuul - I havent' gotten there yet [07:17:35] Jenkins-bot [07:17:47] I haven't even checked it out properly - I only know from talking to hashar that this is possible [07:17:50] Depends on whether it uses committer or author as auth [07:17:59] aah [07:18:06] you're talking about the test triggering? [07:18:07] Well, there is nothing you need to do. It runs on any gerrit event. [07:18:22] It has already run on stuff your bot submitted for review. [07:18:33] right. I was thinkign of something else. [07:18:49] I suppose that's something I'll have to ask hashar. [07:18:49] But whether it runs the 'check' pipeline or 'test' pipeline depends on whether the authenticated user email is whitelisted. [07:19:04] hashar and I run it together [07:19:15] Krinkle: so does it use commiter? [07:19:16] or author? [07:19:38] I think it changed recently, dont' remember which way around. [07:20:03] hmm, that should work for now, I think. If it's committer, then SuchaABot so jenkins will run just check [07:20:10] if it's author it'll mostly work as intended [07:20:18] It didn't used to matter because only repository owners are allowed to submit git commits to gerrit from a different commiter address others. [07:20:31] Indeed [07:20:33] New patchset: SuchABot; "Jshint fixes" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59111 [07:20:54] Hence I asked whether you created a different gerrit account for it, because I can't see [07:21:07] (since owners can use a different comitter address) [07:21:09] yes yes. SuchABot is a separate account [07:21:20] https://gerrit.wikimedia.org/r/#/c/59111/ [07:21:34] helllo [07:21:43] git-cli allows overriding it easily but gerrit re-evaluates this before taking the push. [07:21:47] ok, so its fine then. [07:21:59] hashar: Did you know parsekit sucks? (DUH!) [07:22:05] Krinkle: indeed. I discovered this when trying to test from my local, which rejects it since the emails don't match [07:22:16] New review: Liangent; "Code in that page is as follows. I just wrote an over-simplified version above." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59083 [07:22:17] Krinkle: I know it does segfault on PHP errors :-D [07:22:26] hashar: :O [07:22:30] hashar: How long have you known [07:22:31] Krinkle: and need to be recompiled each time php is recompiled :-] [07:22:38] Krinkle: for ever? :-] [07:22:45] -_- [07:23:01] hashar: I'm going build a git from source to see if that is the problem. [07:23:05] Krinkle: but that is not too much a problem. If segfault then echo "PHP linting Error" :-] [07:23:09] hashar: seems to be a ghost in tools labs [07:23:25] hashar: yes, but you need to know which error [07:23:32] and it doesn't always segfault after outputting all errors [07:23:45] YuviPanda: if you are in labs, also consider using /mnt (which is /dev/vdb) instead of your /home (which is glusterFS) [07:24:04] hashar: oh, for the repostiroy? [07:24:04] Krinkle: yeah that is partly why I have stuck to php -l :/ [07:24:06] *repositroy [07:24:14] hashar: check integration/* changes recently [07:24:29] hashar: this is toolslabs, and I sadly don't have permissions on /mnt [07:24:46] Krinkle: I am going to refresh most jobs with JJB this morning. To change the Git plugin branch specifier from ZUUL_BRANCH to ZUUL_COMMIT [07:24:58] Krinkle: do you have any specific hacks not merged in JJB-config yet? [07:24:59] hashar: Wait 30 minutes. [07:25:07] Krinkle: sure :-] [07:25:11] Then I'll be asleep. [07:25:36] Krinkle: also I found out a possible cause of JJB slowness during the weekend. For each job, it renegotiate an SSL connection. The API queries do not reuse the TCP connection :/ [07:25:53] Krinkle: that needs some rewrite in the python-jenkins plugin [07:26:18] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10Ori Livneh) [07:27:37] * YuviPanda builds git [07:27:37] New review: Liangent; "Anyway -1'ing because some other standard normalization, such as ucfirst, is not applied. Searching ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/59083 [07:29:34] New patchset: Ori.livneh; "(Bug 46577) Do not blindly assume article_page_id corresponds to an existing page" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/59113 [07:29:35] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10gerritadmin) [07:29:36] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10gerritadmin) [07:33:04] New patchset: Siebrand; "Handle usernames with spaces when passed as subpage on BlockList" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59083 [07:34:01] 03(mod) Implement a way to bring GitHub pull requests into Gerrit - 10https://bugzilla.wikimedia.org/35497 +comment (10yuvipanda) [07:34:19] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10ori) [07:36:00] 03(mod) Enable Universal Language Selector on Wikimania 2013 wiki - 10https://bugzilla.wikimedia.org/47220 +shell (10Nemo) [07:38:06] 03(mod) Enable Universal Language Selector for anons on Wikimania 2013 wiki - 10https://bugzilla.wikimedia.org/47220 summary; +comment (10Nemo) [07:40:48] New review: Ori.livneh; "I tried to be careful and exact but did not have a chance to test this before having to run off for ..." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/59113 [07:42:25] New review: Krinkle; "Should this be squashed into I0e334d910a3? Looks like similar kind of changes, same commit subject ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/59079 [08:04:30] Change merged: MaxSem; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/51325 [08:10:13] New patchset: Amire80; "Implement empty state indicators for proofread mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59116 [08:10:13] 03(mod) [TUX] Incorrect message when nothing to proofread - 10https://bugzilla.wikimedia.org/46786 +comment (10gerritadmin) [08:13:03] New patchset: Nischayn22; "User preference for maxSimultaneousUpload" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/52981 [08:15:04] 03(mod) skipped item IDs - 10https://bugzilla.wikimedia.org/42362 +comment (10Nemo) [08:19:58] ori-l, .ung [08:20:00] ping [08:23:25] 03(mod) protection bubbles tell you you're blocked - 10https://bugzilla.wikimedia.org/45140 (10tobias.gritschacher) [08:23:33] yurik: ori-l said he 'had to run' a while back, but considering he's almost omnipresent.... [08:23:51] YuviPanda, hehe, thanks :) [08:28:25] yurik: hallo fellow dvorak typist. [08:28:55] jkitchen, hehe, all it takes is a two misstyped chars :) [08:29:45] for some reason I have an obsession with figuring out how typos happened [08:30:01] like someone hit the wrong keys [08:30:13] err [08:30:18] obviously they did [08:30:37] but I meant like if they had their fingers offset from homerow or something [08:31:01] 03(mod) Please add me to several default CC lists - 10https://bugzilla.wikimedia.org/47225 +comment (10spam) [08:31:55] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/58885 [08:35:00] YuviPanda: i'm not omnipresent, god damn it [08:35:06] :D [08:35:07] lol [08:35:09] hih ori-l [08:35:19] * YuviPanda adds that to quips [08:35:30] hey yurik [08:35:33] 03(NEW) getEditToken in mediawiki.api.edit.js should try to use mw.user.tokens first - 10https://bugzilla.wikimedia.org/47239 normal; MediaWiki: JavaScript; () [08:36:07] ori-l, i was reading your JsonSchemaHooks [08:36:22] and realized that registerHandlers should not be part of it [08:36:27] did you like the plot twist in chapter six? [08:36:28] oh [08:36:42] because it defeats the whole purpose of the loader [08:36:43] sshhhhh, no spoilers! :P [08:36:49] lol [08:37:23] that whole file should not be loaded unless you are in the wiki that supports namespace editor [08:38:04] but in order to find that out, registerHandler should really be a lambda expression in your eventlogging.php [08:38:58] yep [08:39:01] good catch [08:39:39] * ori-l fixes. [08:39:51] thanks for spotting it, no thanks for being an enabler of my insomnia [08:40:02] * hashar sends ori-l to bed. [08:40:35] aww [08:40:42] fine [08:40:47] i'll fix it tomorrow [08:41:20] does the o in ori-l stand for omnipreseent? [08:41:21] hmm [08:41:29] omnipresent R insomniac - l [08:41:32] need R and l [08:42:29] raging [08:42:32] lunatic [08:44:11] hehe, ori, you should sleep :) Its 10am here :) [08:53:22] I should write a jenkins job to ban ori automatically past 1am. [08:57:38] exactly! We don't want his personal life to fall apart because of this [08:58:53] * yurik contemplates getting ori's wife some honorary award for putting up with his schedule :) [08:59:23] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10ori) [09:04:24] New review: Krinkle; "Improve documentation" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/56762 [09:06:40] 03(mod) Make it possible to completely disable IME from the keyboard icon - 10https://bugzilla.wikimedia.org/46044 +comment (10Siebrand) [09:07:46] 03(mod) Return key doesn't work with the "Add Reviewer" button in Gerrit - 10https://bugzilla.wikimedia.org/44932 (10christian) [09:08:45] 03(mod) Return key doesn't work with the "Add Reviewer" button in Gerrit - 10https://bugzilla.wikimedia.org/44932 (10christian) [09:11:14] 03(NEW) Allow input method tools to be enabled/disabled from user preferences - 10https://bugzilla.wikimedia.org/47240 normal; MediaWiki extensions: UniversalLanguageSelector; () [09:14:07] 03(mod) IME layout name is incorrectly aligned in RTL - 10https://bugzilla.wikimedia.org/46778 +comment (10s.mazeland) [09:20:22] how do i get the quality ratijng of a wp page? [09:21:10] 03(NEW) Input language is not shown as selected when system input method is used - 10https://bugzilla.wikimedia.org/47241 normal; MediaWiki extensions: UniversalLanguageSelector; () [09:21:52] * hashar *** Jenkins died, not tests will be triggered for the next half hour or so *** [09:23:49] New patchset: Jeroen De Dauw; "Introduced top level factory class for the extension" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/49697 [09:23:54] New patchset: Jeroen De Dauw; "Cleanup of the EPArticle code" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/56203 [09:27:05] 03(mod) Blacklist IME from Captcha and username field for user registration, to enter Latin letters - 10https://bugzilla.wikimedia.org/41675 +comment (10pginer) [09:27:55] New patchset: Aude; "Revert "add htmlform-no and htmlform-yes messages for generic yes-no questions"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59045 [09:29:35] 03(mod) Input methods button should not play peekaboo on the edit form - 10https://bugzilla.wikimedia.org/44030 +comment (10Siebrand) [09:31:08] 03(mod) Make rate limits work with Wikibase - 10https://bugzilla.wikimedia.org/47158 +comment (10gerritadmin) [09:31:13] 03(mod) Blacklist IME from Captcha and username field for user registration, to enter Latin letters - 10https://bugzilla.wikimedia.org/41675 +comment (10psubhashish) [09:34:27] New review: Jeroen De Dauw; "This might be fine to be backported into the deployment branch, though for master it is this one we ..." [mediawiki/extensions/EducationProgram] (master) C: -2; - https://gerrit.wikimedia.org/r/59113 [09:40:25] 03(mod) Special:BlockList doesn't accept username with spaces via URL - 10https://bugzilla.wikimedia.org/47218 +patch-in-gerrit (10Andre Klapper) [09:42:13] 03(mod) Argument 1 passed to LoginForm::userBlockedMessage() must be an instance of Block, null given - 10https://bugzilla.wikimedia.org/47138 +comment (10Andre Klapper) [09:45:58] 03(mod) Black background for thumb, full-size image is fine - 10https://bugzilla.wikimedia.org/47226 +comment (10Andre Klapper) [09:47:29] Change abandoned: SuchABot; "(no reason)" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/59111 [09:48:45] 03(mod) skipped item IDs - 10https://bugzilla.wikimedia.org/42362 +comment (10daniel.kinzler) [09:48:54] 03(mod) Empty Wikidata entries showing in RSS feed on recent changes in wikipedia - 10https://bugzilla.wikimedia.org/47219 (10Andre Klapper) [09:50:12] 03(mod) skipped item IDs - 10https://bugzilla.wikimedia.org/42362 +comment (10daniel.kinzler) [09:50:30] 03(mod) Page with many styles shows javascript error in IE8 - 10https://bugzilla.wikimedia.org/47224 +comment (10Andre Klapper) [09:50:51] New review: Denny Vrandecic; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58728 [09:56:11] 03(mod) Blacklist IME from Captcha and username field for user registration, to enter Latin letters - 10https://bugzilla.wikimedia.org/41675 +comment (10federicoleva) [09:56:24] 03(NEW) Http-Request to external wikis will use wrong URL when using wfScript( 'api' ) to construct the URL - 10https://bugzilla.wikimedia.org/47242 normal; MediaWiki: Sites; () [09:56:35] 03(mod) Http-Request to external wikis will use wrong URL when using wfScript( 'api' ) to construct the URL - 10https://bugzilla.wikimedia.org/47242 (10tobias.gritschacher) [09:56:38] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +platformeng (10Andre Klapper) [09:59:33] New patchset: Tobias Gritschacher; "Get rid of wfScript in MediaWikiSite::normalizePageName" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59120 [09:59:36] 03(mod) Http-Request to external wikis will use wrong URL when using wfScript( 'api' ) to construct the URL - 10https://bugzilla.wikimedia.org/47242 +comment (10gerritadmin) [10:00:32] 03(mod) Book Creator should allow newly-registered accounts to save a book to user space - 10https://bugzilla.wikimedia.org/46944 -shellpolicy +shell (10Andre Klapper) [10:02:44] 03(mod) Special:Import fails: "Can't save non-default content model with $wgContentHandlerUseDB disabled: model is wikitext, default for Module:Math is Scribunto" - 10https://bugzilla.wikimedia.org/47238 summary; +comment (10Andre Klapper) [10:03:47] New patchset: Amire80; "Removed repeated function calls." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59121 [10:05:49] 03(mod) Please add me to several default CC lists - 10https://bugzilla.wikimedia.org/47225 +comment (10aklapper) [10:07:58] New review: Nikerabbit; "It has already been changed in http://translatewiki.net/wiki/MediaWiki:Sp-translate-data-SpecialPage..." [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/57418 [10:07:58] 03(mod) getEditToken in mediawiki.api.edit.js should try to use mw.user.tokens first - 10https://bugzilla.wikimedia.org/47239 +performance (10Andre Klapper) [10:07:58] 03(mod) 'Show diff' button doesn't work for modules - 10https://bugzilla.wikimedia.org/47235 +comment (10aklapper) [10:10:19] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59120 [10:14:32] New patchset: Amire80; "Removed repeated function calls." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59121 [10:16:18] 03(mod) Special:Import fails: "Can't save non-default content model with $wgContentHandlerUseDB disabled: model is wikitext, default for Module:Math is Scribunto" - 10https://bugzilla.wikimedia.org/47238 +comment (10arjunaraoc) [10:24:11] New review: Nikerabbit; "(5 comments)" [mediawiki/extensions/Translate] (master) C: -1; - https://gerrit.wikimedia.org/r/59116 [10:33:21] Hi I am looking for someone who can guide me with the Prototyping inline comments project [10:34:20] New patchset: Amire80; "Implement empty state indicators for proofread mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59116 [10:35:13] and also Mobilize Wikidata [10:37:24] New patchset: Amire80; "Implement empty state indicators for proofread mode" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59116 [10:37:38] New review: Amire80; "(5 comments)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59116 [10:40:52] 03(mod) Jenkins merged a faulty change - 10https://bugzilla.wikimedia.org/46723 +comment (10gerritadmin) [10:41:26] 03(mod) Jenkins merged a faulty change - 10https://bugzilla.wikimedia.org/46723 +comment (10hashar) [10:41:50] New patchset: Nikerabbit; "Default remind email content" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59122 [10:49:31] Running the command git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git gives me the following errors : [10:49:45] warning: remote HEAD refers to nonexistent ref, unable to checkout. [10:49:51] *warnings [10:51:50] 03(mod) 'Show diff' button doesn't work for modules on zhwiki - 10https://bugzilla.wikimedia.org/47235 summary; +comment (10Liangent) [10:53:22] 03(mod) Jenkins merged a faulty change - 10https://bugzilla.wikimedia.org/46723 +comment (10Antoine "hashar" Musso) [10:54:06] 03(mod) 'Show changes' button on page editing interface always shows an empty diff for modules on zhwiki - 10https://bugzilla.wikimedia.org/47235 summary (10Liangent) [10:55:06] 03(mod) Return key doesn't work with the "Add Reviewer" button in Gerrit - 10https://bugzilla.wikimedia.org/44932 +comment (10b) [10:55:22] 03(mod) {{CURRENTMONTH}} uses a leading zero (date('m')) but {{CURRENTDAY}} does not (date('j')) - 10https://bugzilla.wikimedia.org/2522 (10Andre Klapper) [10:56:43] Hi, Running the command git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git gives me the following errors : [10:56:51] warning: remote HEAD refers to nonexistent ref, unable to checkout. [10:56:55] 03(mod) Automate cache expiration for pages using DynamicPageList - 10https://bugzilla.wikimedia.org/11685 +comment (10Andre Klapper) [10:56:56] Could anyone help [10:57:18] I just looked at it. Works without any problems for me. [10:57:40] Can you try again? [10:57:46] Pods: ^ [10:57:55] qchris : tried 3 times already [10:57:58] 03(mod) Make it possible to completely disable IME from the keyboard icon - 10https://bugzilla.wikimedia.org/46044 +comment (10b) [10:58:01] Pods: :-) [10:58:10] Pods: ok. [10:58:35] Pods: Do you get that error straight away, or do the objects etc get fetched? [10:58:44] it creates a repo core but none of the subsequent commands of finding the version or tag get executed [10:58:56] qchris: the repo core gets created . yes [10:59:47] Pods: Does "git checkout 978c8d9b5f0f1e1b455fb3e3bfbcba6476009e91" for example work? [11:00:22] yes, git works for me if the specified arg is a tree [11:00:30] I am at git version 1.7 [11:00:42] *git version 1.7.5.4 [11:00:49] Pods: I am at 1.8.1 [11:01:10] The documentation says anything above 1.7 should work [11:01:15] Pods: But I guess it should work with your git as well :-) [11:01:22] yes :) [11:01:32] So any fix for the problem I am facing ?? [11:01:41] 03(mod) File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file) - 10https://bugzilla.wikimedia.org/32660 (10Andre Klapper) [11:02:57] Pods: Not sure. So you start cloning in a fresh dir. Objects are there and your just missing the refs? [11:03:32] 03(mod) Long delay in passing a request to long pages in Arabic Wikipedia - 10https://bugzilla.wikimedia.org/40260 (10Andre Klapper) [11:03:32] no just ls -a gives me a .git directory [11:03:35] no other objects [11:04:00] is there any policy about gadgets and reviews of them? [11:04:01] Pods: Even after the above git checkout command? [11:04:28] qchris : Yes [11:05:18] 03(mod) Descriptionless files - 10https://bugzilla.wikimedia.org/32551 (10Andre Klapper) [11:05:30] 03(mod) "Help" link in left panel of Bugzilla links to rather user-unfriendly page - 10https://bugzilla.wikimedia.org/40188 (10Andre Klapper) [11:05:51] I heared that there are no mandatory reviews for gadgets... But who is deciding to make a gadget default in a wiki? [11:07:12] Pods: After lunch I'll if I can reproduce your problem using your git version. [11:07:26] Pods: Is upgrading git possible for you? [11:07:35] 03(mod) [BUG] OpenID Consumer wiki stalls with blank page for certain OpenID Provider verification error cases (consumer fails to show the provider response message) - 10https://bugzilla.wikimedia.org/44821 +comment (10aklapper) [11:07:38] 03(mod) [DESIGN] OpenID-only enabled account owners cannot set their password when the account lacks an e-mail address - which cannot be set up because they don't have a password (race condition) - 10https://bugzilla.wikimedia.org/34357 +comment (10aklapper) [11:07:46] qchris : yes i could try that [11:07:59] will get back to you if i get lucky :) [11:08:22] Pods: ok. Thanks :-) I'll be of for lunch then. See you later. [11:12:29] 03(mod) Unsupported operand types error - 10https://bugzilla.wikimedia.org/46927 normal->04CRIT; +comment (10Siebrand) [11:12:46] 03(mod) jQuery.IME improvements - 10https://bugzilla.wikimedia.org/46660 (10Siebrand) [11:12:54] 03(mod) jQuery.IME extensions for Firefox and Chrome - 10https://bugzilla.wikimedia.org/46647 (10Siebrand) [11:13:48] 03(mod) Switching to a non-whitelisted language shows wrong error message - 10https://bugzilla.wikimedia.org/44436 +comment (10Andre Klapper) [11:17:10] 03(mod) ULS: Switching languages refreshes page with no warning (loses text in LQT) - 10https://bugzilla.wikimedia.org/46040 +comment (10Siebrand) [11:17:11] 03(mod) Tabbing from summary field should not go to the search box - 10https://bugzilla.wikimedia.org/46336 (10Siebrand) [11:17:53] 03(mod) Make rate limits work with Wikibase - 10https://bugzilla.wikimedia.org/47158 +patch-in-gerrit (10Andre Klapper) [11:18:37] 03(mod) Font for arabic displays Arabic characters folded on each other - 10https://bugzilla.wikimedia.org/45507 +comment (10Siebrand) [11:18:39] New patchset: Pastakhov; "add if & else construct (version 0.0.10)" [mediawiki/extensions/Foxway] (master) - https://gerrit.wikimedia.org/r/58864 [11:18:57] 03(mod) Allow input method tools to be enabled/disabled from user preferences - 10https://bugzilla.wikimedia.org/47240 (10Siebrand) [11:19:04] 03(mod) Allow input method tools to be enabled/disabled from user preferences - 10https://bugzilla.wikimedia.org/47240 normal->15enhancement (10Siebrand) [11:19:16] 03(mod) Input language is not shown as selected when system input method is used - 10https://bugzilla.wikimedia.org/47241 (10Siebrand) [11:23:48] 03(mod) Search filter is not cleared when search text is deleted - 10https://bugzilla.wikimedia.org/42383 +comment (10Siebrand) [11:27:32] 03(mod) Non-ASCII characters strips the subject prefix from mailman messages - 10https://bugzilla.wikimedia.org/45063 +i18n (10Andre Klapper) [11:31:56] 03(mod) HTTPS detection is not reliable - 10https://bugzilla.wikimedia.org/46511 +comment (10Andre Klapper) [11:39:41] 03(mod) action: 'imagerotate' fails on bigger images - 10https://bugzilla.wikimedia.org/46548 normal->major; +comment (10Andre Klapper) [11:40:27] 03(mod) Errors from and via dieUsage, doneCallback, handleAJAXSave are not shown. Should doneCallback better show error messages directly? - 10https://bugzilla.wikimedia.org/29390 (10Andre Klapper) [11:42:35] 03(mod) PHP Warning: Parameter 1 to Language::findVariantLink() expected to be a reference, value given - 10https://bugzilla.wikimedia.org/44583 +comment (10aklapper) [11:45:05] New review: Matmarex; "> Also: on which lists should this be announced?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49364 [11:54:40] 03(mod) Special:Import increases NUMBEROFARTICLES for each Revision instead of each Article - 10https://bugzilla.wikimedia.org/40009 +comment (10aklapper) [11:55:24] 03(mod) Editing page doesn't refresh cache of redirects to that page - 10https://bugzilla.wikimedia.org/24737 +comment (10aklapper) [11:57:01] 03(mod) AbuseFilter should respect revdel flags - 10https://bugzilla.wikimedia.org/28633 +comment (10aklapper) [11:59:30] 03(mod) UploadWizard can't upload more than one file - 10https://bugzilla.wikimedia.org/46845 +comment (10aklapper) [12:02:00] 03(mod) No obvious way to refresh captcha on new account creation screen - 10https://bugzilla.wikimedia.org/46994 +comment (10Andre Klapper) [12:02:11] 03(mod) Add a button to request a new fancy captcha (code) - 10https://bugzilla.wikimedia.org/14230 +comment (10Andre Klapper) [12:03:06] 03(mod) AbuseFilter should respect revdel flags - 10https://bugzilla.wikimedia.org/28633 +comment (10billinghurst) [12:05:29] Change abandoned: Hashar; "Dupe of https://gerrit.wikimedia.org/r/#/c/51843/" [mediawiki/extensions/PopupPages] (master) - https://gerrit.wikimedia.org/r/51879 [12:08:06] wait, we apparently revoke commit access for people that f up their first commits... how lovely and embracing [12:10:08] 03(mod) [Regression] jquery.localize tests are failing in IE6-8 - 10https://bugzilla.wikimedia.org/40598 +comment (10aklapper) [12:10:13] New patchset: Hashar; "initial import" [mediawiki/extensions/PopupPages] (master) - https://gerrit.wikimedia.org/r/51843 [12:10:36] p858snake|l: huh? [12:11:15] New review: Hashar; "* rebased and fixed conflict in .gitreview" [mediawiki/extensions/PopupPages] (master) - https://gerrit.wikimedia.org/r/51843 [12:11:34] 03(mod) Link to file description page is undiscoverable or completely missing - 10https://bugzilla.wikimedia.org/43747 +design; +comment (10Andre Klapper) [12:12:30] 03(mod) protection bubbles tell you you're blocked - 10https://bugzilla.wikimedia.org/45140 (10tobias.gritschacher) [12:13:18] 03(mod) Time prior to removal of old wmfbranch directories from cluster MUST be higher than longest cache of ANY kind; leads to missing resources - 10https://bugzilla.wikimedia.org/44570 +comment (10aklapper) [12:14:21] 03(mod) Donating through PayPal from the Hebrew landing page opens an English PayPal form - 10https://bugzilla.wikimedia.org/46720 +comment (10aklapper) [12:15:04] 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 (10Andre Klapper) [12:15:50] 03(mod) Spam filter not filtering majority of spam to Junk folder - 10https://bugzilla.wikimedia.org/43665 +comment (10aklapper) [12:17:33] 03(mod) TMH fails to create WebM derivatives: "av_interleaved_write_frame(): Invalid argument" - 10https://bugzilla.wikimedia.org/46795 +comment (10aklapper) [12:19:16] 03(mod) VIPS out of memory on large (>100 Mpx) non-progressive JPEG - 10https://bugzilla.wikimedia.org/32721 +comment (10aklapper) [12:19:20] 03(mod) Donating through PayPal from the Hebrew landing page opens an English PayPal form - 10https://bugzilla.wikimedia.org/46720 +comment (10Amir E. Aharoni) [12:19:55] 03(mod) Cannot search in Javanese script - 10https://bugzilla.wikimedia.org/44350 (10Andre Klapper) [12:22:48] 03(mod) Provide convenience function to get arbitrary token - 10https://bugzilla.wikimedia.org/47170 normal->15enhancement (10Andre Klapper) [12:22:50] 03(mod) [TUX] Increase spacing for "Discard changes" button - 10https://bugzilla.wikimedia.org/47014 +comment (10Purodha Blissenbach) [12:26:31] 03(mod) CategoryOnUpload appends [[Category:]] in the summary if none is provided - 10https://bugzilla.wikimedia.org/20124 +testme (10Andre Klapper) [12:27:57] 03(mod) ext.math.mathjax throws null exception in IE10 - 10https://bugzilla.wikimedia.org/47192 +comment (10Andre Klapper) [12:28:31] 03(mod) Delete langcom-observers@ list - 10https://bugzilla.wikimedia.org/47197 +ops (10Andre Klapper) [12:30:40] 03(mod) Links to newly created pages become blue only after a too big delay - 10https://bugzilla.wikimedia.org/47199 summary; +comment (10Andre Klapper) [12:31:36] 03(mod) Diff links between revdeleted versions in deleted histories cause PHP error: DifferenceEngine::generateContentDiffBody() must implement interface Content, null given - 10https://bugzilla.wikimedia.org/47193 +platformeng (10Andre Klapper) [12:32:53] 03(mod) Link translatable help pages on mediawiki.org from the relevant special pages - 10https://bugzilla.wikimedia.org/43591 +comment (10Purodha Blissenbach) [12:34:30] 03(mod) Remove zh-mo from $wgDisabledVariants for zhwiki - 10https://bugzilla.wikimedia.org/47204 normal->15enhancement; +patch-in-gerrit (10Andre Klapper) [12:34:39] 03(mod) Math extension broken at beta.wmflabs.org: "No backend defined with the name `global-multiwrite`." or "Missing texvc executable" - 10https://bugzilla.wikimedia.org/47203 summary (10Andre Klapper) [12:36:27] 03(mod) grammatical error(s) in message MediaWiki:Permissionserrors - 10https://bugzilla.wikimedia.org/44507 +patch-in-gerrit (10Andre Klapper) [12:37:31] 03(mod) Link dialog should trim trailing whitespace - 10https://bugzilla.wikimedia.org/22487 +comment (10Andre Klapper) [12:38:26] 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10aklapper) [12:40:08] New patchset: Hashar; "New and retina ready icons. BTW: some of the services doesn't exist anymore (vox, vidoop) and for other I didn't find any new logo" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/48354 [12:40:40] 03(mod) "Page does not exist" title cached in wrong language - 10https://bugzilla.wikimedia.org/32686 +platformeng (10Andre Klapper) [12:40:44] Change abandoned: Hashar; "Squashed as patchset 3 of change 48354" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/48355 [12:40:51] Pods: I just tried with git 1.7.3.4 (a bit older than your git) and it worked without problems. [12:41:07] New review: Hashar; "Squashed in https://gerrit.wikimedia.org/r/#/c/48355/" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/48354 [12:41:08] Pods: Could you try cloning via http instead of https? [12:41:17] New patchset: Hashar; "New and retina ready icons. BTW: some of the services doesn't exist anymore (vox, vidoop) and for other I didn't find any new logo" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/48354 [12:41:46] 03(mod) Do not show messages under Special:NewMessages for logged out users. - 10https://bugzilla.wikimedia.org/47222 normal->minor; +comment (10Andre Klapper) [12:42:28] Pods: Are you by chance trying to clone on an Ubuntu system? [12:42:28] 03(mod) improve message "Site link … already used by item …." by changing to "…used by another item …" - 10https://bugzilla.wikimedia.org/47217 trivial->15enhancement (10Andre Klapper) [12:42:30] 03(mod) Interface messages needing rewording or documentation and other issues with existing messages (tracking) - 10https://bugzilla.wikimedia.org/38638 (10Andre Klapper) [12:42:47] 03(mod) Enhancements to API query siteinfo skin information - 10https://bugzilla.wikimedia.org/47216 (10Andre Klapper) [12:45:57] New patchset: Nikerabbit; "Reminding functionality for sandbox" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59127 [12:47:30] New patchset: Nikerabbit; "Hook the signup form to sandbox api" [translatewiki] (master) - https://gerrit.wikimedia.org/r/59128 [12:47:39] 03(mod) Link translatable help pages on mediawiki.org from the relevant special pages, actions etc. - 10https://bugzilla.wikimedia.org/43591 summary; +comment (10Nemo) [12:49:31] gchris : looks like there is an issue with cloning this repo with https proxy on [12:50:02] This is the error i get http://dpaste.org/94ZmR/raw/ [12:50:33] covered http://www.mediawiki.org/wiki/Talk:Git/Workflow/archive, but cant see a fix [12:50:56] P.S. i upgraded my git to version 1.8 and tried using both http and https [12:51:04] 03(mod) Entering search terms with "Wikipedia:prefix - 10https://bugzilla.wikimedia.org/47215 summary; +comment (10Andre Klapper) [12:51:36] 03(mod) Entering search terms with "Wikipedia:" prefix on Wikidata site redirects to Wikipedia - 10https://bugzilla.wikimedia.org/47215 summary (10Andre Klapper) [12:51:59] 03(mod) Uploading just spins - 10https://bugzilla.wikimedia.org/47175 +comment (10alexthepuffin) [12:52:01] 03(mod) Strings for "ko" language gets jammed together in Chrome - 10https://bugzilla.wikimedia.org/47212 summary (10Andre Klapper) [12:52:37] gchris ^ [12:52:55] Pods: Oh. But you said that the objects etc get fetched. Didn't you? [12:53:10] yes that was earlier [12:53:14] not all the objects [12:53:21] Pods: Anyways ... so your problem seems like the one on: [12:53:28] http://stackoverflow.com/questions/8403792/git-behind-proxy-remote-head-refers-to-nonexistent-ref-unable-to-checkout [12:53:42] but the core directory with the .git dir got fetched with the earlier version of git [12:54:01] So you'll have to update curl/gnutls/... [12:54:32] Could you take a look at http://dpaste.org/94ZmR/raw/ also covered at http://www.mediawiki.org/wiki/Talk:Git/Workflow/archive [12:54:47] Looks like there isnt a fix for this one.. :\ [12:55:16] Pods: See the stackoverflow link above. It has the solution: Your gnutls/curl3-gnutls need to be updated. [12:56:24] qchris : yes looking at that now..thanks a lot :) [12:56:35] Pods: The linked discussion at [12:56:40] http://comments.gmane.org/gmane.comp.version-control.git/185459 [12:57:12] comes with more info on how to turn on more verbose debugging (if you need it) [12:58:45] 03(mod) skipped item IDs - 10https://bugzilla.wikimedia.org/42362 (10jeblad) [13:12:39] 03(mod) Descriptionless files - 10https://bugzilla.wikimedia.org/32551 +comment (10ForoaW) [13:14:55] hi anomie [13:15:04] hi sumanah [13:17:22] @notify Dantman [13:17:22] I will notify you, when I see Dantman around here [13:17:29] ah [13:17:32] DanielFriesen: ping [13:17:33] Poof [13:17:50] DanielFriesen: replied on wikitech re: HTML versioning information in skins [13:18:05] sorry i only did it now, i was traveling abroad for the last few days [13:18:09] hello sumanah [13:18:14] good morning [13:18:54] 03(mod) ULS: Switching languages refreshes page with no warning (loses text in LQT) - 10https://bugzilla.wikimedia.org/46040 (10Andre Klapper) [13:18:58] Hi YuviPanda, good evening [13:19:22] :) [13:21:07] sumanah: I'm working on the GitHub -> Gerrit integration. Should be minimally functional + automated on a few repos whose maintainers want to participate in a day or os [13:21:09] *so [13:21:16] YuviPanda: cool! I saw your note about that [13:21:18] on the list [13:21:18] should hopefully help new people get around gerrit :) [13:21:21] yes! [13:21:22] sumanah: indeed. [13:21:38] YuviPanda: ooooh, shiny! [13:21:43] sumanah: I've written about the workflow on the mediawiki page, had reasonably detailed notes ;) [13:21:46] hey valhallasw [13:21:48] indeed shiny [13:21:58] mediawiki.org/wiki/User:Yuvipanda/G2G [13:22:02] https://mediawiki.org/wiki/User:Yuvipanda/G2G [13:22:38] sumanah: I know that chris wants to enable this on the qa repositories, and I think jon will want this on mobilefrontend too. Hopefully we can work out the workflow / software issues over time and get this enabled on all repos at some point :) [13:23:00] yeah! [13:23:18] YuviPanda: we would like this for pywikipedia, too, but we're not quite converted yet :-) [13:23:19] 03(mod) ULS: Switching languages refreshes page with no warning (loses text in LQT) - 10https://bugzilla.wikimedia.org/46040 +comment (10Bartosz Dziewoński) [13:23:25] hi valhallasw [13:23:28] valhallasw: GitHub -> Gerrit workflows? [13:23:39] YuviPanda: yes [13:23:42] hey sumanah [13:23:43] nice! [13:24:34] * YuviPanda is currently struggling with what appears to be a git bug [13:24:55] YuviPanda: knowing git, it's probably a feature ;) [13:25:14] MatmaRex: well, it tells me it can not checkout because i have unstaged changes [13:25:23] and then git status and git diff tell me i've nothing [13:25:30] Change abandoned: Amire80; "No need." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/52620 [13:25:36] MatmaRex: and yesterday I had a bug where git am will lose commit messages for no reason [13:25:39] YuviPanda: what does `git reset --hard` tell you? :P [13:25:43] 03(mod) improve message "Site link … already used by item …." by changing to "…used by another item …" - 10https://bugzilla.wikimedia.org/47217 (10Lydia Pintscher) [13:25:57] it tells me where head is [13:26:04] which is exactly where head was :D [13:26:15] YuviPanda: i assume you did not poke at anything inside the .git folder? [13:26:19] nope [13:26:22] New patchset: Amire80; "Show "Cancel" instead of "Skip" at the last message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [13:26:23] 03(mod) [TUX] Last translate editor in the page should not have "Skip to next" - 10https://bugzilla.wikimedia.org/46099 +comment (10gerritadmin) [13:26:24] i'm just shelling out [13:26:45] New review: Siebrand; "This is the only use:" [mediawiki/extensions/Translate] (master) C: -2; - https://gerrit.wikimedia.org/r/59039 [13:27:00] hm. weird. [13:27:06] indeed [13:27:26] maybe it's some whitespace thing? git has way too many options for mangling whitespace on commit and checkout [13:27:26] the git guy I knew essentially ended with 'How can that happen? That cannot happen!' [13:27:29] and kept repeating it [13:27:37] MatmaRex: possibly. the patch does have whitespace errors [13:27:38] in labs? [13:27:43] mark: yes [13:27:46] mark: tools labs. [13:27:46] had that recently [13:27:49] ... [13:27:50] oh [13:27:51] and? [13:27:52] try if your fs is readonly [13:27:59] a gluster brick hung [13:28:02] YuviPanda: it also has like a dozen options for other mangling on commit and checkout, but i never looked into them for the sake of my sanity [13:28:11] mark: so it works fine on my vps, so that is higly possible [13:28:18] "touch test" [13:28:18] mark: but I can actually vim stuff fine [13:28:25] works fine [13:28:30] sumanah: do you know if there are any conversion-knowledgeable people coming to the hackathon? [13:28:38] i'm quite sure it was doing that for me before my fs went readonly [13:28:39] (svn -> git) [13:28:40] Did any of you see the "I accidentally did something so freakishly wrong with Git that half the dev team had to come stare at it." video? http://vimeo.com/60788996 [13:28:42] so it may still be that [13:28:56] valhallasw: I hope Marcin is coming - saper - but I don't know for sure. [13:29:00] MatmaRex: hmm, yes. but this one doesnt' have anything fix.* applied [13:29:16] mark: hmm, Coren was convinced it is a problem in my code / git. [13:29:35] mark: how did you 'fix' it? [13:30:01] New patchset: Amire80; "Show "Cancel" instead of "Skip" at the last message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [13:30:05] i had ryan get the gluster brick unstuck [13:30:15] heh [13:30:19] sumanah: ok, thanks! [13:30:55] mark: okay, let me poke Coren [13:31:54] valhallasw: SVN -> git -- let me point you to https://lwn.net/Articles/409635/ [13:32:15] MatmaRex: maybe this needs another eye ;) [13:32:17] MatmaRex: look at https://github.com/yuvipanda/SuchABot/tree/test [13:32:19] ? [13:32:32] sumanah: I've been seriously going over the idea of working full-time on MediaWiki development by taking donations; Dropped the idea of using stripe. Moved into the idea of setting up a NFP company and kept with that idea even after talking to some of the WMCA guys; What do you think I should do next? Ask around wikitech-l if someone has a better idea or there's a company in the community that would assist? FInd an accountant/business lawyer my [13:32:45] DanielFriesen: your message dropped off at "FInd an accountant/business lawyer my" [13:33:04] :/ damnit and I even tried bypassing the bnc [13:33:16] "Ask around wikitech-l if someone has a better idea or there's a company in the community that would assist? FInd an accountant/business lawyer myself? Or perhaps ask my current boss if he can refer me to a good one?" [13:33:16] sumanah: cool [13:34:30] YuviPanda: ugh, i don't really speak python :( [13:34:42] MatmaRex: sigh. but it's essentially just a bunch of git commands [13:34:55] also, library galore D: [13:35:02] DanielFriesen: I'm in a meeting, back in a couple min [13:35:08] shelling out is much nicer in perl or ruby ~ [13:35:10] * MatmaRex is looking [13:35:56] MatmaRex: :) those aren't any git lbiraries - it just dynamically shells out [13:36:10] MatmaRex: to avoid string manipulation for everything [13:36:22] ugh [13:36:28] that's mad. [13:36:42] so sh.git.review("-s") is just 'git review -s' [13:36:51] yeah. :( [13:38:02] mark: also how long ago was your issue? [13:38:15] last week [13:38:23] ah, okay [13:38:23] sounds close enough [13:38:51] DanielFriesen: """ working full-time on MediaWiki development by taking donations; """" that does not work :-D [13:38:58] DanielFriesen: you want to be a consultant :-] [13:39:32] YuviPanda: you could use `git rev-parse --git-dir` in is_git_repo() ? [13:39:52] mark: I could! it was just a quick and dirty initial test... [13:40:04] I should replace most of these with rev-list and rev-parse at some point [13:40:19] 03(mod) Notification bot posts the same info twice - 10https://bugzilla.wikimedia.org/46997 +comment (10innocentkiller) [13:40:56] DanielFriesen: why the donation route, seems weird. Just do a normal consultancy/sole trader setup [13:42:53] MatmaRex: do you see anything obviously wrong? [13:42:53] log("attempting review") [13:42:53] #sh.git.review() [13:42:53] log("Review successful!") [13:42:55] :D [13:42:58] :P [13:42:59] hashar: It's not like anyone has actually seriously tried it. Nor been in a good position to do it. [13:43:01] not really, looks okay [13:43:04] well, I don't want to spam gerrit [13:43:06] but why git-review? [13:43:21] ah, you want it to set the topic, i assume? [13:43:22] well, it is there.. :PO [13:43:26] that too [13:43:30] I could push the refs myself [13:43:30] DanielFriesen: I mean full time working + accepting donation is not a serious business model [13:43:32] it does like four ssh roundtrips every time [13:43:33] but setting topic is nice [13:43:40] yeah, I should fix that [13:43:52] but the thing does not work and that sucks :( [13:43:52] DanielFriesen: that is like you are working for free and someone might give you money. It is probably not going very far. [13:44:00] MatmaRex: like, 'make it work' then 'make it work right' :) [13:44:13] DanielFriesen: the WMF model is get donations and pay people after the donations have been received. Slightly different [13:44:20] YuviPanda: yeah, good point :) [13:44:37] YuviPanda: CHANGE_ID_REGEX = re.compile('Change-Id: (\w+)') - i've god a bad feeling about this [13:44:45] you should probably detect full lines or something [13:44:50] yup [13:44:51] well [13:44:52] what I should do [13:44:55] is to detect all tag type things [13:45:05] in fact [13:45:09] ugh [13:45:11] this is what I was hoping to be doing yesterday [13:45:17] but it was spent fighting labs [13:45:28] i'd just spice up that regex a bit [13:45:35] with a $? [13:45:40] and a ^ [13:45:49] yeah, in multiline mode, or however python calls this [13:45:52] yup [13:46:13] hashar: I don't mean I'm going to quit my job and start working entirely on MW hoping people donate. Full-time is the long-term plan. Short term is to start by switching out of my current job temporarily for fixed periods when the donations have build up enough to cover it. [13:46:44] DanielFriesen: or you can get an agreement with your employer to work part time [13:46:48] MatmaRex: so, this has worked on my VPS. So I'm just going to give up on Labs for now [13:47:09] DanielFriesen: and use that free time to find actual customers (small companies and big corporation in your area) [13:47:09] MatmaRex: shelling out is easier in ruby and perl, shelling out /correctly/ is not ;-) [13:47:34] valhallasw: lies [13:47:40] valhallasw: indeed! using a library hleps with appropriate escaping, environment, etc [13:48:07] valhallasw: in Ruby, the system() function has a multi-argument form that escapes everything properly [13:48:21] MatmaRex: this one does pipes properly [13:48:24] and other things [13:48:30] DanielFriesen: it is surely not an easy task, but I really recommend establishing customer relationships with a commercial contract. You can still launch the donation system in // but it will probably takes a long time to get enough money raised :-] [13:48:31] valhallasw: so you'd just do `system 'git', 'checkout', branch` and it would work correctly [13:48:53] and then you have some magic syntax features that permit this: [13:49:13] system *%W[git checkout #{branch}] [13:49:22] which reads really great once you get used to the *%W noise [13:49:30] and Just Works [13:49:43] heh yes, in place formatting works [13:49:44] well [13:50:13] hashar: I was never expecting it to pick up right away. I do have a plan on what to do while I'm waiting already. [13:50:29] MatmaRex: ok, until your branch name has a space, or something like that [13:50:39] but I have to agree import subprocess; subprocess.Popen(['git', 'log'], stdout=subprocess.PIPE).stdout.read() is more combersome than your system example [13:51:35] valhallasw: http://amoffat.github.io/sh/ :) [13:52:02] valhallasw: actually, no. this works and escapes like you expect. [13:52:43] DanielFriesen: goood :-] [13:52:46] New review: Siebrand; "WIP. Needs to be cleaned up." [translatewiki] (master) C: 2; - https://gerrit.wikimedia.org/r/59128 [13:52:58] Change merged: jenkins-bot; [translatewiki] (master) - https://gerrit.wikimedia.org/r/59128 [13:53:36] siebrand: so you merged a WIP ? :-] [13:56:33] New review: Siebrand; "This needs to be updated. Will do that soon." [mediawiki/extensions/Translate] (master) C: 2; - https://gerrit.wikimedia.org/r/59122 [13:56:45] hi DanielFriesen [13:57:12] DanielFriesen: you said "Moved into the idea of setting up a NFP company and kept with that idea even after talking to some of the WMCA guys" - what had WMCA said? [13:58:00] what is WMCA? [13:58:04] hashar, p858snake|l: Not interested in taking clients and developing custom stuff they want. Tbh, that's almost what I'm stuck in right now. I've got hundreds of code ideas continually coming out, rewrite and large backend improvement plans, and thousands of bug reports I'd be capable of working on. And people seem to get interested in various ones of them. I'd like to take small bits of cash from the crowd of piles of interested parties, put u [13:58:05] Also, yes, you should probably find a business lawyer/accountant. I don't know enough about Canadian law to know where it diverges from US law. Your boss and your past clients would be good places to ask. I am also happy to ask around on your behalf. [13:58:23] DanielFriesen: " I'd like to take small bits of cash from the crowd of piles of interested parties, put u" clipped off there. [13:58:29] odder: Wikimedia Canada. A chapter. [13:58:38] I see. [13:58:38] "I'd like to take small bits of cash from the crowd of piles of interested parties, put up lists and pages on each of the things I could work on, have the community note what they would like to see built, and work (hopefully eventually almost full-time) on MW development prioritizing what the community wants to see done." [13:59:06] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59122 [13:59:22] 03(NEW) puppet does not log to /var/log/puppet.log or /var/log/puppet/puppet.log - 10https://bugzilla.wikimedia.org/47243 normal; Wikimedia Labs: Infrastructure; () [14:00:23] sumanah: WMCA falls under the NFP act and they've basically been through this stuff before so I asked if they could provide some support setting it up. They suggested I should talk to an accountant. [14:00:32] Maybe you could talk to their accountant? [14:01:43] New patchset: Siebrand; "Reminding functionality for sandbox" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59127 [14:01:54] New review: Siebrand; "PS2 hopefully passes JSHint." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59127 [14:02:17] 03(NEW) ganglia-monitor does not start (override_hostname not understood) - 10https://bugzilla.wikimedia.org/47244 normal; Wikimedia Labs: Infrastructure; () [14:02:40] DanielFriesen: So, I am asking myself whether anyone has ever successfully done this before: basically said "here are things I want to implement in this FLOSS codebase and if you give me money then I will do it" without being under some kind of umbrella organization [14:03:02] One wrinkle here is that you don't particularly want to take requests [14:03:03] New review: Siebrand; "recheck" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59127 [14:04:01] Also, if you want people to give you money, they'd probably want to see your portfolio of "this is what I've implemented and gotten merged into core previously" - so you might want to go about setting up a simple one-page guide [14:07:13] sumanah: Yeah, some quick history would be good in addition to the plans of stuff to finish. [14:08:15] Right. When I think about a charity (which is kind of what this would be) I want to know their past history of success so I can decide whether it's a good bet to invest [14:09:57] Two new ideas I haven't thought of before also popped up recently. [14:12:24] Is there any magic word for the currently viewing user for wikitext (as parameter of an URL)? [14:13:17] se4598: That would break our parser caching scheme so we don't include a built-in one for that. [14:13:33] New review: Siebrand; "Discussed. Pau will implement his suggestion." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/49619 [14:13:52] se4598: There should be an extension or two, but with the caveat that they can potentially slow down your wiki. [14:14:54] DanielFriesen: anyway, hope that is helpful. [14:15:15] DanielFriesen ok ,thanks. I assume nothing, which is enabled at wikipedia :) [14:15:39] ** Instead of investing in the whole setup with the accountant, legal paperwork, company startup fees, etc... right from the start and taking donations after that. Could start instead with the donations (and of course the site, history, etc...) with them being held by a trusted 3rd party. The setting up the company afterwards. [14:16:50] se4598: No Wikipedia would be the worst off in terms of performance issues with such a magic word. [14:17:18] DanielFriesen: i would advise to get legal advice on running a "non-official" business then trying to incorperate it into the business later [14:18:54] The other idea p858snake|l has me thinking about is retrying the whole MediaWiki Foundation idea, restarting from scratch from a completely different angle. [14:19:21] "MediaWiki Foundation" being a placeholder for something that may not even be a foundation [14:20:13] perhaps one of the chapters might want to sponsour that... [14:20:32] New patchset: Siebrand; "Better adapt textarea to content" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/57712 [14:22:48] This time trying it from a perspective that incorporates some of the ideas I had on how I'd run this, but expanding to support multiple people. And this time actually attempt starting it up myself with a little help. Instead of just drafting the idea like before. [14:26:59] MediaWiki Foundation <3 [14:27:41] WikiMedia MediaWiki [14:27:51] New patchset: Siebrand; "Fix double escaping" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59139 [14:28:24] Kiwimedia Foundation too [14:28:42] Kiwidemia [14:29:00] kimiwedia? [14:29:16] 03(NEW) gmetric , icinga and ubuntu user dirs created in /home - 10https://bugzilla.wikimedia.org/47245 normal; Wikimedia Labs: Infrastructure; () [14:30:33] !wikipmediawiki [14:30:33] Confused about the differences between MediaWiki, Wikimedia, Wikipedia and wiki? See https://www.mediawiki.org/wiki/Wikipmediawiki [14:30:36] I get where "WikiMedia MediaWiki" comes from for a chapter name (The "WikiMedia {Country}" pattern for chapter names, like "WikiMedia Canada", etc...) though practically "MediaWiki chapter" might work best. [14:31:01] thanks marktraceur, that's helpful [14:31:11] hah [14:31:19] It actually makes some extra logial sense too. [14:31:26] DanielFriesen: Sounds like the difference between a chapter that works on the projects and a chapter that supports third parties [14:31:37] parties? wooooo [14:31:47] * odder hides. [14:31:54] hey, it's a brion. [14:31:56] brion: Friends don't let friends drink and sysadmin [14:32:12] marktraceur: you must not have met our sysadmins [14:32:12] brion: We are talking about a concept of a mediawiki chapter/foundation etc [14:32:30] third parties? like the Tea Party? LibDems? :) [14:32:53] Whigs [14:33:10] brion: https://gerrit.wikimedia.org/r/#/c/49364/ - second to last comment - "I'd like to hear again from Brion if he considers the concerns that he raised adequately addressed." - do you? ;) [14:33:16] lemme look [14:33:17] 03(mod) Gerrit should include summaries of and links to inline comments in the cover comment - 10https://bugzilla.wikimedia.org/46792 +upstream (10Chad H.) [14:33:21] brion: true. Didn't know what the third part in the US was [14:33:21] hmm, why do I keep getting stuck in trains in the middle of nowhere with my battery about to run out? [14:33:24] After all the "WikiMedia {Country}" pattern comes from the fact that the chapters are trying to execute WMF goals in their region. Since the idea of this other chapter would be MW dev rather than WMF goals, dropping "WikiMedia" from the chapter name would make sense. [14:33:24] brion: there is a difference between drunk and ballmer peak sysadmins :p [14:33:30] heh [14:33:34] brion: oh, btw - seen mediawiki.org/wiki/User:Yuvipanda/G2G [14:33:40] 03(mod) CodeEditor and the experimental "live preview" preference are not compatible. - 10https://bugzilla.wikimedia.org/47235 summary; +comment (10Brad Jorsch) [14:33:46] ;) As well as of course eliminating the name confusion as a side effect. [14:33:55] brion: most of that is done. In fact it'd have been fully functional now but I spent the last two days fighting something that I think is just a bug in labs [14:34:14] awwwwesome [14:34:21] (bugs less awwwwesome) [14:34:38] I should stop typing. [14:34:51] Go on, don't be shy! [14:35:28] 03(mod) CodeEditor and the experimental "live preview" preference are not compatible. - 10https://bugzilla.wikimedia.org/47235 +comment (10Bartosz Dziewoński) [14:35:44] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59116 [14:35:45] 03(mod) Implement JavaScript mw.hooks framework - 10https://bugzilla.wikimedia.org/23580 +patch-in-gerrit (10Bartosz Dziewoński) [14:36:19] I don't know which it is (high stress, anxiety, or something positive) about this but continuing this topic right now is leaving me with my tourettes becoming really active. [14:37:24] 03(mod) Categories containing pages which should not be in that category - 10https://bugzilla.wikimedia.org/31577 +comment (10bawolff+wn) [14:37:59] 03(mod) Special:EntitiesWithoutLabel should use links to Special:SetLabel or similar - 10https://bugzilla.wikimedia.org/44714 (10Andre Klapper) [14:38:02] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59139 [14:39:18] DanielFriesen: I think that the best way to go forward with this idea would be to improve what you already wrote at https://www.mediawiki.org/wiki/Requests_for_comment/MediaWiki_Foundation [14:39:29] (On a more serious note.) [14:40:18] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59121 [14:42:18] odder: I started that page abstractly including all the options and trying to cover the generic information. It was a fundamental failure. I want to restart. This time aiming directly with a single solid plan. [14:42:36] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/57712 [14:42:41] Change abandoned: Amire80; "(no reason)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59039 [14:43:41] [[mw:MediaWiki Foundation, take 2]], then # [14:44:51] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59068 [14:47:34] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59035 [14:49:27] 03(NEW) ERROR: Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47246 normal; Wikimedia: Continuous integration; () [14:51:18] 03(mod) sudden drop in pageviews - 10https://bugzilla.wikimedia.org/47227 +comment (10Diederik van Liere) [14:51:19] 03(NEW) PHP Fatal error: Uncaught exception 'PHP_CodeSniffer_Exception' in PHP/CodeSniffer.php:872 - 10https://bugzilla.wikimedia.org/47247 normal; Wikimedia: Continuous integration; () [14:55:05] 03(mod) allow linking when property parser function has multiple results - 10https://bugzilla.wikimedia.org/46788 +comment (10Eran Roz) [14:56:37] New patchset: Anomie; "(bug 47216) API: indicate default and skipped skins in meta=siteinfo" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59146 [14:56:38] 03(mod) Enhancements to API query siteinfo skin information - 10https://bugzilla.wikimedia.org/47216 +comment (10gerritadmin) [14:57:01] 03(mod) Enhancements to API query siteinfo skin information - 10https://bugzilla.wikimedia.org/47216 +patch-in-gerrit (10Brad Jorsch) [14:58:02] 03(mod) UploadWizard can't upload more than one file - 10https://bugzilla.wikimedia.org/46845 +comment (10mtraceur) [14:58:12] 03(mod) ERROR: Error cloning remote repo 'origin' - 10https://bugzilla.wikimedia.org/47246 +comment (10hashar) [14:58:21] can you change a number of edit for a user on mediawiki [14:58:23] edits* [14:59:07] You can increase user.edit_count [14:59:13] But that wouldn't achieve anything [14:59:40] I just need to change the user edit count [15:00:10] make edits. [15:00:26] I am testing a scrip[t [15:00:38] I am not going to make 100 manual edits [15:00:59] New patchset: Henning Snater; "jquery.tablesorter: Reset unaffected columns' sort counts when sorting" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/42525 [15:01:01] New review: Santhosh; "(5 comments)" [mediawiki/extensions/Translate] (master) C: -1; - https://gerrit.wikimedia.org/r/59132 [15:01:19] 03(mod) Spam filter not filtering majority of spam to Junk folder - 10https://bugzilla.wikimedia.org/43665 +comment (10jgreen) [15:04:32] 03(mod) Enhancements to API query siteinfo skin information - 10https://bugzilla.wikimedia.org/47216 +comment (10mediawiki-bugs) [15:05:10] New patchset: MarkAHershberger; "merge" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59147 [15:06:34] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/57938 [15:06:38] New review: Matmarex; "Bump?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54136 [15:06:58] Change restored: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/57938 [15:09:46] New patchset: MarkAHershberger; "PHP Fatal error: Call to a member function isLocal() on a non-object in Title.php" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59102 [15:12:18] hi chrismcmahon [15:12:29] hi sumanah [15:12:53] hey chrismcmahon [15:13:12] :-) it continues. I had hopes for some places this weekend but we washed out. search continues... [15:13:22] 03(NEW) Wrong URL on Polish upload wizard - 10https://bugzilla.wikimedia.org/47248 minor; MediaWiki extensions: UploadWizard; () [15:13:24] ww [15:15:16] 03(mod) can't remove statement - 10https://bugzilla.wikimedia.org/45933 +comment (10Alexandr Ignatiev) [15:16:29] chrismcmahon: would you be interested in having automatic gh pull req -> gerrit patchsets for qa/browsertests? [15:16:39] it's mostly done, now just waiting for a labs bug to get fixed [15:16:59] chrismcmahon: i'm just asking maintainers of repos [15:19:03] New patchset: Matmarex; "(bug 43689) Make the templates/category lists on edit page collapsible" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54089 [15:19:06] YuviPanda: zeljkof and I would like a gh->gerrit-patchset a lot [15:20:24] YuviPanda, chrismcmahon: sounds interesting to me :) [15:20:33] zeljkof: wonderful :) [15:20:47] chrismcmahon: zeljkof any other repo than qa/browserTests? [15:20:55] comments will not move, however [15:20:58] *but* future commits will [15:21:17] YuviPanda: we are in charge of browser tests only for now [15:21:23] wonderful [15:21:24] ok [15:21:35] zeljkof: the planned workflow for the entire thing is up at mediawiki.org/wiki/User:Yuvipanda/G2G [15:22:11] scrolling down, I've implemented 'iteration 1' and 'iteration 2' for now [15:24:03] YuviPanda: looks good to me [15:24:53] okay [15:25:01] zeljkof: i'll let you know when it starts working [15:25:06] 03(mod) Uploading just spins - 10https://bugzilla.wikimedia.org/47175 +comment (10nischayn22) [15:25:09] YuviPanda: thanks [15:25:09] Coren tells me labs should be fixed for this tomorrow.. [15:25:13] :) [15:25:25] New patchset: Matmarex; "swap enhanced watchlist/RC arrow images for prettier ones" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54136 [15:25:26] New patchset: Matmarex; "(bug 43689) Make the templates/category lists on edit page collapsible" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54089 [15:25:56] 03(mod) UploadWizard can't upload more than one file - 10https://bugzilla.wikimedia.org/46845 +comment (10jacklee) [15:27:44] 03(NEW) puppetmaster::self unusuable - 10https://bugzilla.wikimedia.org/47249 normal; Wikimedia Labs: Infrastructure; () [15:29:16] New patchset: MarkAHershberger; "PHP Fatal error: Call to a member function isLocal() on a non-object in Title.php" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59102 [15:29:30] YuviPanda: Suchabot is making some noise it seems ;) [15:29:47] Nischayn22: hopefully not too much noise :) [15:29:59] it's stuck to essentially that UW patch [15:30:32] you do that with some other patch and you will get noise from others :) [15:30:43] may be some core patch ;) [15:35:02] Nischayn22: hehe, that's why I'm not doing it yet [15:35:08] Nischayn22: sorry about the spam though [15:35:15] Nischayn22: that bugzilla bug has now been fixed [15:35:24] YuviPanda: I am okay with that spam :) [15:35:32] ah, great! [15:35:54] this thing'll be opt in [15:36:11] so will be enabled only if maintainer for a repo asks for ti [15:37:54] New review: Matmarex; "*bonk*" [wikimedia/bugzilla/modifications] (master) - https://gerrit.wikimedia.org/r/54503 [15:38:08] Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59102 [15:43:29] New patchset: MarkAHershberger; "Consistency tweak: Wrap variable names into " [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/58135 [15:43:54] 03(NEW) translatewiki.net API feature request - attach suggestions to message - 10https://bugzilla.wikimedia.org/47250 normal; MediaWiki extensions: Translate; () [15:45:51] 03(mod) translatewiki.net API feature request - attach suggestions to message - 10https://bugzilla.wikimedia.org/47250 +comment (10niklas.laxstrom) [15:47:57] 03(mod) AbuseFilter should respect revdel flags - 10https://bugzilla.wikimedia.org/28633 +comment (10Greg Grossmeier) [15:50:06] Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/58135 [15:52:08] 03(mod) Job queue improvements contain unannounced schema changes - 10https://bugzilla.wikimedia.org/41100 +comment (10Mark A. Hershberger) [15:54:48] qgil: I meant to ask - how did the April 11 meetup go? [15:55:36] sumanah, people attending physically or remotely were happy about the content, there were many questions and some followups after the meetup and via email. [15:55:44] YAY [15:55:48] sumanah, but live participation still needs to be improved [15:55:50] any interesting discoveries qgil? [15:56:04] qgil: improved in what way? quantity, quality, both? [15:56:12] sumanah, and SF keeps surprising me when it comes to % of shows vs number of RSVP yes. :? [15:56:27] sumanah, more people showing up [15:56:34] paulproteus certainly got some attention out of it :) [15:57:00] qgil: :/ how many people actually came? [15:57:07] sumanah, Carol Smith from GSoC did show up though! That was nice. [15:57:12] oh wow! [15:57:31] sumanah, about 20, from which 15 were students [15:57:33] Had you met her before? [15:57:44] She is a very efficient person. [15:57:51] sumanah, yes. I went to her office to pick up some swag [15:57:59] marktraceur: Hey [15:58:25] Nischayn22: Ohai [15:58:28] What's up? [15:58:30] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59147 [15:58:37] Yeah, wow, only 20 people showing up, that is really quite a lot lower than I had hoped :( I know you did outreach work on this one; we'll just have to hit harder and earlier next time [15:58:39] marktraceur: A question for you :) [15:58:46] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/57938 [15:58:48] sumanah, anyway, I think the content is good and reusable. I still need to setup the YouTube -> Commons process. Too many things... But I'll get that sorted out [15:58:54] Ooh, goody, I love questions. [15:58:54] Nod [15:58:55] Thanks [15:58:57] ok, I feel really stupid asking this, but, how/where do I set the listening address for MediaWiki when running with Apache? [15:58:58] Change abandoned: MarkAHershberger; "(no reason)" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59101 [15:59:20] marktraceur: How does the "Help desk" link gets set in UW? Is there a setting or something? [15:59:29] or is it commons specific stuff? [15:59:30] gartral: It would be in your apache conf - I doubt MediaWiki itself could control that even if it wanted to [15:59:56] Nischayn22: I, erm...I think it's one of those Commons-specific things we've left in [16:00:13] marktraceur: I need to check on its i18n, any idea how? [16:00:16] marktraceur: it's just strange, I have it set, and all my sites are accessable from in network except MW, which never connects [16:00:30] * marktraceur checks for Nischayn22 [16:00:36] from elssewhere, MW respods as it should [16:00:47] sumanah, between meetups, tech talks, and QA activities I'm involved basically in an activity every week. And then there is all the "normal" stuff I'm supposed to do. This is why scalable + personal collaboration with groups is key here. [16:01:02] gartral: Can you pastebin your apache configuration for the MW site? [16:01:02] qgil: agreed [16:01:26] marktraceur: i'll try [16:01:39] gotta scrub it first [16:01:57] 03(NEW) [MediaWiki-commits] Reverts are not notified by gerrit - 10https://bugzilla.wikimedia.org/47252 normal; Wikimedia: Git/Gerrit; () [16:02:17] 03(mod) Untranslated string “Add another category” in UploadWizard - 10https://bugzilla.wikimedia.org/46507 (10Nischay Nahata) [16:02:30] New patchset: MarkAHershberger; "1.21.0.rc3" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59154 [16:02:38] Nischayn22: Sorry, mwe-upwiz-help-desk-url is the message [16:02:54] gartral: Good plan [16:03:41] marktraceur: I reached there myself now :) however that doesn't explain https://bugzilla.wikimedia.org/show_bug.cgi?id=47248 [16:04:05] marktraceur: Anyway thanks :) [16:05:06] marktraceur: ok, i think i founf the issue... I don't have an apache/2.conf for MW x,x [16:05:06] Nischayn22: Send 'em to http://commons.wikimedia.org/wiki/MediaWiki:Mwe-upwiz-help-desk-url/pl [16:05:41] gartral: That might contribute to the problem, yes [16:06:24] marktraceur: The german translation sends to 'Hilfe und Information' but the bug report says it goes to 'Help_desk' [16:06:37] New patchset: MarkAHershberger; "Remove link to Special:ActiveUsers from Special:Statistics" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/57937 [16:07:43] Change merged: MarkAHershberger; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59154 [16:08:09] marktraceur: now i'm really confuseded.. why would it be accessable anywhere if it didn't have a config? [16:08:42] gartral: If you're accessing it as a subdirectory, it's probably just using the main apache config [16:08:45] 03(NEW) New mailling list Eu-policy-announce@ - 10https://bugzilla.wikimedia.org/47253 normal; Wikimedia: Mailing lists; () [16:08:58] gartral: I tend to use subdomains, which wouldn't work sans apache config [16:10:21] 03(mod) Wrong URL on Polish upload wizard - 10https://bugzilla.wikimedia.org/47248 +comment (10nischayn22) [16:10:43] marktraceur: I can't use subdomains as I don't own my domain name.. so it's a subdir, but that still brings me back to my question of why everything but MW can be accessed from inside my local network [16:11:44] * marktraceur doesn't rightly know [16:12:00] gartral: Maybe the domain name you're using doesn't resolve from inside the network. Try pinging the address. [16:12:06] No, wait, that wouldn't matter. [16:13:38] marktraceur: right, and besides, I'm using my servers' ip from inside the network [16:13:47] Hrm. [16:14:11] gartral: When you try to visit the wiki, and it fails, is the IP still in the address bar? [16:14:25] gartral: Sometimes MW will redirect you to the server address you configure [16:15:03] good question, hang on, waiting for it to fail [16:15:32] 03(mod) Empty category redirect. - 10https://bugzilla.wikimedia.org/19478 +comment (10Theopolisme) [16:15:36] marktraceur: good catch, the ip isn't changing, but I see a "Connecting to..." with my address [16:16:03] Aha. [16:16:24] Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/57937 [16:16:31] gartral: You could probably just set up a hosts entry for your address. Maybe not the right answer, but *an* answer :) [16:17:12] New review: Platonides; "This uses an undefined global $wgJobQueueMigrationConfig. A default should be provided in includes/D..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58276 [16:17:12] marktraceur: that's ugly.. and wouldn't it just make a redirect loop anyway? [16:17:58] Naw, you'd go to the domain name as usual and it wouldn't redirect [16:19:16] 03(mod) Untranslated string “Add another category” in UploadWizard - 10https://bugzilla.wikimedia.org/46507 +comment (10nischayn22) [16:19:26] New patchset: Matthias Mullie; "WIP - UI improvements" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/59156 [16:20:19] 03(mod) Untranslated string “Add another category” in UploadWizard - 10https://bugzilla.wikimedia.org/46507 +comment (10Nischay Nahata) [16:21:07] marktraceur: yea it would.. cause it would connect to psuedoaddress, ip, redirect to address, redirect to ip... [16:23:19] Thomas PT there? [16:23:21] 03(mod) Prompt the user to confirm a page change while an LQT edit form is open - 10https://bugzilla.wikimedia.org/46040 summary (10Alex Monk (Krenair)) [16:24:17] Rtdwivedi_: I don't see Thomas PT around. https://www.mediawiki.org/wiki/User_talk:Tpt would work though [16:24:35] 03(mod) Delete langcom-observers@ list - 10https://bugzilla.wikimedia.org/47197 +comment (10Thehelpfulonewiki) [16:24:43] Hi sumanah ! [16:24:48] Hi! [16:25:25] Rtdwivedi_: I have a recommendation: use a dedicated IRC client such as XChat [16:26:17] 03(mod) Empty category redirect. - 10https://bugzilla.wikimedia.org/19478 +testme (10Andre Klapper) [16:26:18] I would have used it but some ports are blocked in my college so IRC clients don't work. [16:26:36] My friends also tumbled upon the same problem. [16:26:58] oh dear :/ my sympathies [16:27:04] do you know how to use ssh to get around that? [16:27:46] not yet. [16:27:59] 03(mod) Set up SignWriting extension on Incubator for testing - 10https://bugzilla.wikimedia.org/22216 +comment (10Stephen E Slevinski Jr) [16:28:33] Rtdwivedi_: or you could use Tor, maybe [16:29:08] that's a good idea. [16:30:04] I had a question. Its not related to mediawiki, but to Tor. Can I ask? [16:31:18] Go ahead, although I may redirect you to Tor's channel :) [16:32:23] Tor is used to access the deep web. I was discussing about Tor with my friends and someone pointed out that some domains can be accessed only through Tor. [16:33:22] The disturbing part is when he suggessted something, what sounded like a conspiracy theory to me, that Tor was actually for supporting the deep web. [16:35:05] He was wrong, right? [16:35:15] New patchset: Alex Monk; "Prompt the user to confirm a page change while an LQT edit form is open" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/59159 [16:35:18] 03(mod) Prompt the user to confirm a page change while an LQT edit form is open - 10https://bugzilla.wikimedia.org/46040 +comment (10gerritadmin) [16:36:02] 03(mod) Prompt the user to confirm a page change while an LQT edit form is open - 10https://bugzilla.wikimedia.org/46040 +patch-in-gerrit (10Alex Monk (Krenair)) [16:37:46] Rtdwivedi_: I'm going to guess that this isn't a place where people would know the answer to that [16:38:27] Thanks! I know my question is offensive but I was just curious. [16:38:38] Not offensive, just not easy to answer [16:39:06] Rtdwivedi_: I *suspect* that the purpose for the Tor project, at least by and large, is not nearly so sinister [16:39:38] 03(mod) CodeReview needs search for comments - 10https://bugzilla.wikimedia.org/28823 normal->15enhancement; +comment (10Andre Klapper) [16:39:45] 03(mod) Link to file description page is undiscoverable or completely missing - 10https://bugzilla.wikimedia.org/43747 +comment (10dale) [16:40:03] New patchset: Pginer; "Layout adjustments for homepage" [translatewiki] (master) - https://gerrit.wikimedia.org/r/59160 [16:40:09] I support Tor and even used it once or twice. But my discussion with my friend just disturbed me a bit. [16:41:13] Rtdwivedi_: how would we know anything about the purpose of Tor? [16:41:24] hi all, I know it's not directly related to MediaWiki, but does anyone know how to make Lingo's terms case-insensitive by chance? [16:41:29] other than its stated goals [16:41:57] KeeK: https://en.wikipedia.org/wiki/Lingo_%28programming_language%29 ? [16:42:17] 03(mod) translatewiki.net API: Attach suggestions to message - 10https://bugzilla.wikimedia.org/47250 normal->15enhancement; summary (10Andre Klapper) [16:42:39] I meant the Lingo extension, but thanx :) [16:42:44] !e Lingo [16:42:44] https://www.mediawiki.org/wiki/Extension:Lingo [16:43:00] OK, just needed to know what we were talking about [16:43:08] hexmode_: I was just curious and just wanted to know what people in the Open Source community thought about my question. [16:43:34] Rtdwivedi_: I think most of us trust the EFF [16:43:34] heh, sorry for being so concise [16:44:14] KeeK: I suspect you could add a configuration variable and some minor amount of code that would do that, but it doesn't seem to exist now [16:44:27] hexmode: Depends on what we're trusting them to do [16:44:57] marktraceur: true. I wouldn't trust them to go to the moon. [16:45:29] I had read about how Tor was being used for good things, that's why my friend's comment disturbed me. Hence the question. No offence was intended. I'm sorry. [16:45:53] marktraceur: but isn't Tor promoted by the EFF? I would trust them to know enough for that. [16:46:16] 03(mod) deadlocks mass-deleting media files in categories - 10https://bugzilla.wikimedia.org/13921 +comment (10Rob Lanphier) [16:46:21] Probably, sure [16:46:33] Change merged: GWicke; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/57079 [16:46:38] I dunno if they actually work on it [16:47:06] hexmode: I guess I don't really take their word on software recommendations, though, given they use Twitter and its ilk pretty regularly [16:47:08] Tor's GSoC is usually under the EFF, IIRC [16:47:15] Rtdwivedi_: I don't think anyone was offended. But we just want to make sure that this isn't the best place to really discuss the technical details [16:47:33] is it possible to export an image with all the rendered previews and import it into another wiki? [16:47:40] marktraceur: well, I use it and GOOG, but I don't trust either. [16:47:53] Ok. Thanks! [16:47:54] *nod* [16:48:04] I cant upload the image in the second wiki, I get "Error creating thumbnail: sh: wmf2eps: command not found" [16:48:16] and I can't install additional Software [16:48:18] * hexmode goes back to building his own personal FreedomBox [16:48:30] Yay! [16:48:52] 03(mod) Change behaviour of MOD and DIV operators - 10https://bugzilla.wikimedia.org/6068 +comment (10ori) [16:48:52] hexmode: http://mediagoblin.org <-- fun software, great community [16:49:11] Y'know, if you're into that sort of thing [16:49:20] 03(mod) Special functions of namespaces should not be hardcoded - 10https://bugzilla.wikimedia.org/9845 +comment (10Quim Gil) [16:49:46] marktraceur: fwiw, I do have a plug computer that the freedombox people are supposed to support, but haven't gotten it on their successfully, yet. [16:49:55] so much to do, so little time [16:55:40] 03(mod) Schema namespace on Meta-Wiki should have a "fork" tab - 10https://bugzilla.wikimedia.org/44937 +comment (10Ori Livneh) [16:55:40] 03(mod) Support JSON Reference specification - 10https://bugzilla.wikimedia.org/45878 +comment (10Ori Livneh) [16:55:55] 03(mod) LiquidThreads creates thread duplicates when used with WikEd - 10https://bugzilla.wikimedia.org/30222 +comment (10Valerie Juarez) [16:56:12] Does anyone here use znc? [16:56:20] Kyzz: I do [16:56:29] 03(mod) Some api responses do not contain coordinates - 10https://bugzilla.wikimedia.org/47133 +comment (10Jon) [16:56:33] Kyzz: I thought you said you sorta had it working? [16:56:41] (also, what a day, first Tor, then znc) [16:56:45] 03(mod) Some api responses do not contain coordinates unless you provide a colimit parameter - 10https://bugzilla.wikimedia.org/47133 summary (10Jon) [16:57:08] marktraceur: Well...I connect to znc but it just can't connect to freenode for whatever reason. [16:57:33] hey yurik_ ping re an event tonight [16:58:15] Kyzz: where is znc running? What have you tried so far? [16:59:04] 03(mod) LiquidThreads creates thread duplicates when used with WikEd - 10https://bugzilla.wikimedia.org/30222 (10Alex Monk (Krenair)) [16:59:40] hexmode: ZNC is running on my desktop. I can connect to the znc server fine but it gets hung up at connecting to freenode. I'm using Quassel and I've tried adding and removing different servers on the web interface [17:00:00] 03(mod) Schema namespace edits turn '/' into "\/" - 10https://bugzilla.wikimedia.org/43214 +comment (10Ori Livneh) [17:00:02] 03(mod) PDF export extension problem with HTML tags in RTL wikis - 10https://bugzilla.wikimedia.org/30704 +comment (10Andre Klapper) [17:00:03] 03(mod) RTL/bidirectional issues (tracking) - 10https://bugzilla.wikimedia.org/745 (10Andre Klapper) [17:00:29] Kyzz: 1s, let me check my freenode config [17:01:39] New patchset: Kaldari; "Adding Help link to Echo archive page" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/58985 [17:02:31] 03(mod) Implement ACUX account creation interface in core - 10https://bugzilla.wikimedia.org/44628 +comment (10ori) [17:02:46] 03(mod) LiquidThreads creates thread duplicates when used with WikEd - 10https://bugzilla.wikimedia.org/30222 +comment (10krenair) [17:04:41] New review: Anomie; "I did some profiling, and it seems that is about 120 times slower thanks to all the single-row datab..." [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/58909 [17:04:49] New patchset: Anomie; "(bug 27320) Add refreshMessageBlobs.php" [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/58909 [17:05:21] ori-l: Are you sure i18n updates for TMH are relevant to core's account creation interface? :) [17:05:27] New review: Matmarex; "(1 comment)" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/59159 [17:05:39] Kyzz: this is what I have minus channels and my pw: http://paste2.org/Avm7wtWs [17:05:53] Krenair: gah, did I get the patch number wrong? Figures. :-/ [17:07:09] marktraceur seems more difficult than expected, I'll do my best, thanx :) [17:07:27] KeeK: Feel free to lurk, we can be helpful sometimes :) [17:08:19] New review: Aaron Schulz; "I wouldn't worry about ORDER BY when selecting blobs per http://dev.mysql.com/doc/internals/en/files..." [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/58909 [17:09:03] New review: Umherirrender; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58728 [17:09:47] 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10ori) [17:09:48] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/55494 [17:09:52] 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10gerritadmin) [17:10:00] 03(mod) Special functions of namespaces should not be hardcoded - 10https://bugzilla.wikimedia.org/9845 +comment (10innocentkiller) [17:11:22] 03(mod) Implement ACUX account creation interface in core - 10https://bugzilla.wikimedia.org/44628 +comment (10ori) [17:13:12] hexmode: Mine is the same http://paste2.org/xPL6wJdz [17:13:36] hexmode: It still just connects to znc and then says attempting to connect to freenode basically [17:13:43] Kyzz: what errors do you see? [17:13:45] hrm [17:14:01] hexmode: <*status> Attempting to connect to [irc.freenode.net +6667] ... [17:14:15] 03(mod) #ask adds not needed HTML - 10https://bugzilla.wikimedia.org/29871 +comment (10Valerie Juarez) [17:15:08] 667? [17:15:55] Kyzz: what if you take out all the server lines except the first one? [17:16:20] 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10Bartosz Dziewoński) [17:17:47] hexmode: I'll try that now [17:18:02] 03(mod) Page with many styles shows javascript error in IE8 - 10https://bugzilla.wikimedia.org/47224 +comment (10Umherirrender) [17:18:02] 03(mod) WikiEditor edit controls gone from test2wiki in IEs - 10https://bugzilla.wikimedia.org/47065 +comment (10Umherirrender) [17:19:57] hexmode: Same thing just keeps trying to connect [17:20:15] 03(mod) Fullprotected pages can semicascade - 10https://bugzilla.wikimedia.org/30838 normal->15enhancement; +comment (10Andre Klapper) [17:20:45] 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10Nemo) [17:20:45] Kyzz: but at leasat now the error says "irc.freenode.COM" instead of .net, right? [17:21:08] hexmode: Correct [17:21:22] 03(mod) cookies enabled error shows up when you try to login after already being logged in - 10https://bugzilla.wikimedia.org/30167 +comment (10Theopolisme) [17:22:12] Kyzz: can you run znc from the command line with the "-D" option to get debugging output? [17:22:41] 03(mod) Rollback must suppress notifications for rollbacked edit - 10https://bugzilla.wikimedia.org/46689 +comment (10rkaldari) [17:22:44] well, it seems that Lingo can't be converted to case-insensitive :( http://www.mediawiki.org/wiki/Thread:Extension_talk:Lingo/Lingo_case-sensitive [17:22:52] thanks anyway marktraceur! [17:23:47] hexmode: http://paste2.org/LI95z3xG [17:25:05] 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10Bartosz Dziewoński) [17:25:23] 03(mod) Some Extension:ShortUrl memcached keys exceed key length limit - 10https://bugzilla.wikimedia.org/43269 summary (10Ori Livneh) [17:25:56] 03(mod) cookies enabled error shows up when you try to login after already being logged in - 10https://bugzilla.wikimedia.org/30167 +comment (10theopolismewiki) [17:26:07] Kyzz: can you "telnet irc.freenode.com 6667" ? The error seems to indicate a timeout. [17:26:38] Change merged: jenkins-bot; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/55585 [17:26:40] 03(mod) translatewiki.net API: Attach suggestions to message - 10https://bugzilla.wikimedia.org/47250 (10orsagi) [17:27:48] New review: Parent5446; "Looks good. It should be noted that normalization of the block target is handled automatically when ..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/59083 [17:29:15] Change merged: Aaron Schulz; [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/58909 [17:29:17] 03(mod) MessageBlobStore::clear() causes scaling problems on multi-server setups with CDB l10ncache - 10https://bugzilla.wikimedia.org/27320 +comment (10gerritadmin) [17:29:34] New review: Umherirrender; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59146 [17:33:19] New patchset: Kaldari; "Adding Help link to Echo archive page" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/58985 [17:33:26] Change merged: jenkins-bot; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/55879 [17:33:27] 03(mod) Enhancements to API query siteinfo skin information - 10https://bugzilla.wikimedia.org/47216 +comment (10Umherirrender) [17:33:29] 03(mod) Activity log: time ignores user-timezone settings - 10https://bugzilla.wikimedia.org/43204 +comment (10gerritadmin) [17:34:18] Change abandoned: Kaldari; "Abandoning in favor of change Icc9f2c66" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/58846 [17:35:02] New patchset: Ori.livneh; "(Bug 43269) Hash titles in memcached keys" [mediawiki/extensions/ShortUrl] (master) - https://gerrit.wikimedia.org/r/59165 [17:35:04] 03(mod) Some Extension:ShortUrl memcached keys exceed key length limit - 10https://bugzilla.wikimedia.org/43269 +comment (10gerritadmin) [17:37:07] 03(mod) Wrong URL on Polish upload wizard - 10https://bugzilla.wikimedia.org/47248 +comment (10Alex Monk (Krenair)) [17:37:23] 03(mod) Wrong URL on Polish upload wizard - 10https://bugzilla.wikimedia.org/47248 -easy (10Alex Monk (Krenair)) [17:39:17] 03(mod) Internal error when changing a user talk page - 10https://bugzilla.wikimedia.org/41689 +comment (10rkaldari) [17:40:47] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 +comment (10Ryan Kaldari) [17:41:05] New review: Ori.livneh; "@Jeroen: this needs to be fixed more urgently than that patch can be merged, given its size. Feel fr..." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/59113 [17:41:24] 03(mod) translatewiki.net API: Attach suggestions to message - 10https://bugzilla.wikimedia.org/47250 +comment (10s.mazeland) [17:43:50] hexmode: Currently it's just sitting at "connecting to irc.freenode.com [17:44:21] Kyzz: so your problem isn't znc, it is your connection to freenode [17:44:31] is this on a network you control? [17:44:53] hexmode: Univeristy internet , but how can I connect to freenode now then? [17:45:32] Kyzz: you're using a different port? [17:46:57] 03(mod) captcha whitelist does not work for newly created users - 10https://bugzilla.wikimedia.org/23123 +testme; +comment (10Andre Klapper) [17:47:00] hexmode: 6665 and 7000 but I don't see why that would matter all that much [17:47:25] Change merged: jenkins-bot; [mediawiki/extensions/ShortUrl] (master) - https://gerrit.wikimedia.org/r/59165 [17:47:27] 03(mod) Some Extension:ShortUrl memcached keys exceed key length limit - 10https://bugzilla.wikimedia.org/43269 +comment (10gerritadmin) [17:48:06] so, switch the port number in your config file [17:48:19] maybe the uni admins have blocked that port [17:48:31] Kyzz: ^^ [17:48:54] New patchset: Ori.livneh; "jshint fixes" [mediawiki/extensions/ShortUrl] (master) - https://gerrit.wikimedia.org/r/59167 [17:49:10] 03(mod) Wrong URL on Polish upload wizard - 10https://bugzilla.wikimedia.org/47248 +comment (10mtraceur) [17:49:20] Kyzz: you can also try 7070 [17:51:05] 03(mod) LiquidThreads creates thread duplicates when used with WikEd - 10https://bugzilla.wikimedia.org/30222 +comment (10Valerie.m.juarez) [17:51:17] 03(mod) Running dispatchChanges as cronjob doesn't close down as expected - 10https://bugzilla.wikimedia.org/46476 (10jeblad) [17:52:32] New review: Ori.livneh; "Oh, what the hell. Self-merging." [mediawiki/extensions/ShortUrl] (master) C: 2; - https://gerrit.wikimedia.org/r/59167 [17:52:41] Change merged: jenkins-bot; [mediawiki/extensions/ShortUrl] (master) - https://gerrit.wikimedia.org/r/59167 [17:54:20] 03(mod) bars defined in PlotData but unused in BarData throw an error - 10https://bugzilla.wikimedia.org/26345 +testme; +comment (10Andre Klapper) [17:54:56] New patchset: Demon; "Propogate Http errors back up in the form of a Status" [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/57337 [17:57:44] 03(mod) Show captcha for creating new user only after successful check that username is available - 10https://bugzilla.wikimedia.org/43816 +comment (10Munaf Assaf) [17:59:26] New review: Bsitu; "(1 comment)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [18:01:00] New review: Anomie; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59146 [18:01:41] 03(mod) Echo + weird internal bots - 10https://bugzilla.wikimedia.org/47188 +comment (10rkaldari) [18:01:55] hexmode: Same error on port 6665 o.O [18:02:58] odder: No luck =\ [18:04:43] Kyzz: try 7000? [18:04:59] Kyzz: otherwise, sounds like a BOFH problem [18:05:38] 03(mod) Tag filtering timeouts on the order of 100,000 revisions - 10https://bugzilla.wikimedia.org/25083 summary; +comment (10Andre Klapper) [18:05:44] brion: https://gerrit.wikimedia.org/r/#/c/58317/ just moving some code down [18:07:55] hey guys I'm trying to include Mboxes in my wiki (http://www.mediawiki.org/wiki/Template:Mbox) but copying/pasting directly that code doesn't work (appears the text but no boxes or styles), do I have to configure anything additional? [18:08:42] !wptemplates [18:08:42] To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css and Monobook.css. You'll also need a lot of patience. [18:08:43] KeeK: you probably need to copy some styles for it from common.css [18:09:07] KeeK: from here, actually: https://www.mediawiki.org/wiki/MediaWiki:Gadget-site.css [18:09:29] ok, I'll have a look! thanks :-) [18:09:47] hm, or maybe somewhere else [18:10:22] MatmaRex: btw thanks for taking care of 55503 for me, I was really busy in real life at that time :) [18:10:24] New review: Ragesoss; "Some kind of atomic fix is critical, because starting now (and for about the next 4 weeks) is the bu..." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/59113 [18:10:34] New patchset: Matthias Mullie; "(bug 46797) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [18:10:43] MatmaRex: and the css page you're thinking of is probably MediaWiki:Common.css [18:11:09] bawolff: it isn't on mw.org :P [18:11:42] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10ragesoss) [18:11:47] bawolff: oh, well, i wanted that merged myself, so i pushed for it :) [18:13:05] hmm, I'm guessing Krinkle probably wanted to disable it to test things [18:13:51] yep [18:14:03] (i mean, i think so as well) [18:14:07] New review: Adamw; "(1 comment)" [mediawiki/extensions/CentralNotice] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59065 [18:14:07] Change merged: Adamw; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/59065 [18:14:08] New review: Ram; "I've tested this along with 56354 on my VM with the "simplewiktionary" setup with (a) An artificiall..." [mediawiki/extensions/MWSearch] (master) C: 1; - https://gerrit.wikimedia.org/r/57337 [18:14:23] it's funny, but i'm unable to find where are the ambox classes defined. [18:15:32] Look for the code comment /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ (On 'pedia's Common.css) [18:15:41] New review: Brion VIBBER; "Just moves some code in the file. Whee!" [mediawiki/core] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/58317 [18:15:42] Change merged: Brion VIBBER; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/58317 [18:15:54] hexmode: No dice [18:15:57] bawolff: even plain 'ambox' doesn't grep on that gadget-site.css [18:16:04] brion: OCD :) [18:16:11] hm, maybe in vector.css ? [18:16:13] nah, empty. [18:16:15] New patchset: Amire80; "Show "Cancel" instead of "Skip" at the last message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [18:16:16] Nischayn22: around? [18:16:18] Do we have ambox's on mw.org [18:16:33] SickPanda: Hi, yes :) [18:16:50] New review: Amire80; "(5 comments)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [18:16:52] 03(mod) UploadWizard can't upload more than one file - 10https://bugzilla.wikimedia.org/46845 +comment (10jacklee) [18:17:00] bawolff: https://www.mediawiki.org/wiki/Template:Ambox [18:17:02] <^demon> bawolff: Looks like it: https://www.mediawiki.org/wiki/Template:Ambox [18:17:13] <^demon> mid-air collision! [18:17:42] Change abandoned: Bsitu; "The unused preference message will be re-used at some point" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/59024 [18:17:49] Nischayn22: no cloak yet? [18:18:14] SickPanda: Do I get it automatically or someone has to approve? [18:18:22] I think somsone has to approve [18:18:35] AaronSchulz: hehe. FUNCTION ORDER IS WRONGGGGG [18:18:51] Nischayn22: but your nick is registered, right? [18:19:01] SickPanda: Yes, it is. [18:19:05] ok [18:19:09] * SickPanda awaits magic [18:19:12] ah, here it is [18:19:13] https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css [18:19:24] KeeK: https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css - copy that to your [[MediaWiki:common.css]] page :) [18:19:40] heh [18:20:22] SickPanda: Isn't a cloak to hide IP? I think my IP is already hidden [18:20:32] Nischayn22: cloak is also proof of ownership :) [18:20:44] Nischayn22: And a point of pride, somewhat [18:21:01] Nischayn22: e.g. I don't care who knows my IP, I just like spreading the goodwill of the FSF :) [18:21:04] Change abandoned: Aaron Schulz; "Hmm, this reduces entropy to 122 bits without much gain." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/57720 [18:21:07] SickPanda: marktraceur Hmm, didn't know that. [18:21:21] ah, yes that too [18:21:36] New patchset: Amire80; "Show "Cancel" instead of "Skip" at the last message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [18:21:39] marktraceur: BTW do you know that I am contracting for the WMF? [18:21:46] I do! [18:21:54] since wheN? :P [18:21:58] marktraceur: Oh, great! [18:22:02] New patchset: Aaron Schulz; "[LockManager] Added a RedisLockManager class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/49799 [18:22:12] SickPanda: good follow up ;) [18:22:18] Nischayn22: Someone told me pretty quickly after the Pune hackathon, I think. Pune? Pune. [18:22:34] marktraceur: I don't remember you from the Pune hackathon [18:22:55] marktraceur: did we get to talk? [18:23:08] No, I wasn't there - but you were going to be working on UW, and that's been in my wheelhouse [18:23:23] marktraceur: Oh, that makes sense [18:24:51] 03(mod) Page with many styles shows javascript error in IE8 - 10https://bugzilla.wikimedia.org/47224 +comment (10aklapper) [18:26:01] MatmaRex thanx so much!! :-) [18:26:09] KeeK: glad to help [18:27:31] 03(mod) Patrolled status should be moved if the page is moved - 10https://bugzilla.wikimedia.org/17427 +comment (10Tomasz W. Kozlowski) [18:27:57] 03(mod) Allow patrol summaries when patrolling new pages - 10https://bugzilla.wikimedia.org/15826 +comment (10Tomasz W. Kozlowski) [18:28:07] 03(mod) Changes of user talk page should be auto-patrolled, if user compares revisions - 10https://bugzilla.wikimedia.org/14467 +comment (10Tomasz W. Kozlowski) [18:29:23] 03(mod) Show captcha for creating new user only after successful check that username is available - 10https://bugzilla.wikimedia.org/43816 +comment (10swalling) [18:32:21] 03(mod) Special:Import requires a page refresh/resend before completing request. - 10https://bugzilla.wikimedia.org/17599 +comment (10Andre Klapper) [18:34:11] 03(mod) Delete langcom-observers@ list - 10https://bugzilla.wikimedia.org/47197 +comment (10Thehelpfulone) [18:34:13] New review: Umherirrender; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59146 [18:37:55] 03(mod) Page name not displayed in the header, for some deleted diffs - 10https://bugzilla.wikimedia.org/21281 +comment (10Tomasz W. Kozlowski) [18:38:10] 03(mod) Some api responses do not contain coordinates unless you provide a colimit parameter - 10https://bugzilla.wikimedia.org/47133 +comment (10Max Semenik) [18:39:10] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 +comment (10vbamba) [18:46:21] 03(mod) the code to normalize widths of images in Linker is scary and really belongs somewhere else. - 10https://bugzilla.wikimedia.org/28986 +comment (10Andre Klapper) [18:56:46] 03(mod) bars defined in PlotData but unused in BarData throw an error - 10https://bugzilla.wikimedia.org/26345 +comment (10Erik Zachte) [18:58:33] 03(mod) Hatnotes: Make template header tags wrap without

- 10https://bugzilla.wikimedia.org/23388 +comment (10Tomasz W. Kozlowski) [19:00:57] 03(NEW) In useNew=1 version, submit button has black border in Opera - 10https://bugzilla.wikimedia.org/47254 normal; MediaWiki: User login; () [19:01:50] 03(mod) In useNew=1 version, submit button has black border in Opera - 10https://bugzilla.wikimedia.org/47254 (10Steven Walling) [19:03:28] New review: Mwalker; "(22 comments)" [mediawiki/extensions/CentralNotice] (master) C: -1; - https://gerrit.wikimedia.org/r/56551 [19:05:16] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 +comment (10rkaldari) [19:07:01] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/49697 [19:07:14] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/56203 [19:07:58] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10Jeroen De Dauw) [19:08:31] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/57458 [19:08:56] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/51793 [19:11:04] New review: Adamw; "(1 comment)" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/56551 [19:14:06] New review: Bsitu; "(1 comment)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [19:14:26] 03(mod) Rollback must suppress notifications for rollbacked edit - 10https://bugzilla.wikimedia.org/46689 +comment (10nischayn22) [19:16:27] New patchset: Umherirrender; "Fixed spacing in skins folder" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59180 [19:16:48] 03(mod) Rollback must suppress notifications for rollbacked edit - 10https://bugzilla.wikimedia.org/46689 +comment (10rkaldari) [19:17:34] 03(mod) When upgrading: after the "upgrade complete" step, link text "You can now start using your wiki" and button text "Regenerate LocalSettings.php" are incorrect - 10https://bugzilla.wikimedia.org/30298 +comment (10Andre Klapper) [19:20:22] New patchset: Jeroen De Dauw; "Improvements to the event system" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/53349 [19:20:43] New patchset: Jeroen De Dauw; "Work on timeline code [DO NOT MERGE]" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/53608 [19:21:15] New patchset: Matthias Mullie; "(bug 46797) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [19:22:26] 03(mod) Show captcha for creating new user only after successful check that username is available - 10https://bugzilla.wikimedia.org/43816 +comment (10Matthew Flaschen) [19:22:54] 03(mod) Rollback must suppress notifications for rollbacked edit - 10https://bugzilla.wikimedia.org/46689 +comment (10tchay) [19:24:43] 03(mod) Page with many styles shows javascript error in IE8 - 10https://bugzilla.wikimedia.org/47224 +comment (10umherirrender_de.wp) [19:24:44] 03(NEW) useless title attribute in language selector - 10https://bugzilla.wikimedia.org/47255 enhancement; MediaWiki: User login; () [19:27:19] 03(mod) PDF export extension problem with HTML tags in RTL wikis - 10https://bugzilla.wikimedia.org/30704 +comment (10huji.huji) [19:29:38] 03(mod) "This page has new posts!" notification AJAX Update button doesn't update counts in TOC - 10https://bugzilla.wikimedia.org/31082 summary (10Andre Klapper) [19:30:18] 03(mod) When upgrading: after the "upgrade complete" step, link text "You can now start using your wiki" and button text "Regenerate LocalSettings.php" are incorrect - 10https://bugzilla.wikimedia.org/30298 +comment (10mail) [19:30:29] 03(mod) Image uploading social workflow and motivation - display result on context pages! - 10https://bugzilla.wikimedia.org/33234 +comment (10nischayn22) [19:30:43] New patchset: Matmarex; "drop useless HTML comments in Vector" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59181 [19:30:56] New review: Isarra; "This is needed for 1.21." [mediawiki/extensions/DynamicPageList] (master) C: 1; - https://gerrit.wikimedia.org/r/59071 [19:31:07] 03(mod) GettingStarted extension not at beta.wmflabs.org - 10https://bugzilla.wikimedia.org/47194 summary (10Željko Filipin) [19:32:01] New patchset: Amire80; "Make sure that the proofread tipsy is hidden when editing" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59182 [19:32:26] 03(mod) GettingStarted extension not at beta.wmflabs.org - 10https://bugzilla.wikimedia.org/47194 +comment (10zfilipin) [19:33:16] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/53349 [19:34:08] 03(mod) [BUG] OpenID Consumer wiki stalls with blank page for certain OpenID Provider verification error cases (consumer fails to show the provider response message) - 10https://bugzilla.wikimedia.org/44821 +comment (10mail) [19:34:25] 03(mod) [DESIGN] OpenID-only enabled account owners cannot set their password when the account lacks an e-mail address - which cannot be set up because they don't have a password (race condition) - 10https://bugzilla.wikimedia.org/34357 +comment (10mail) [19:35:29] Change abandoned: Jeroen De Dauw; "Fixed on master now." [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/59113 [19:35:32] 03(mod) [Regression] Fatal error: Call to a member function getFullText() on a non-object in EducationProgram/includes/pagers/ArticleTable.php - 10https://bugzilla.wikimedia.org/46577 +comment (10gerritadmin) [19:36:19] 03(mod) mwe-upwiz-license-cc-zero: Parse error at position 28 ... - 10https://bugzilla.wikimedia.org/47132 +comment (10Nischay Nahata) [19:36:42] New patchset: Amire80; "Word-wrap the source text to prevent overflow" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59183 [19:37:37] 03(mod) Keep checkbox states during preview - 10https://bugzilla.wikimedia.org/30870 +comment (10Andre Klapper) [19:38:55] New patchset: Umherirrender; "Fixed spacing in skins folder" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59180 [19:39:04] 03(mod) wikieditor-toolbar-help-content-signaturetimestamp-result: Parse error at position 19 in input: - 10https://bugzilla.wikimedia.org/42107 (10Nischay Nahata) [19:39:05] 03(mod) mwe-upwiz-license-cc-zero: Parse error at position 28 ... - 10https://bugzilla.wikimedia.org/47132 (10Nischay Nahata) [19:39:54] New review: Amire80; "The latest patch sets address:" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59132 [19:41:38] 03(mod) Add a Select All button for Flickr sets - 10https://bugzilla.wikimedia.org/42112 +comment (10Nischay Nahata) [19:41:42] 03(mod) mwe-upwiz-license-cc-zero: Parse error at position 28 ... - 10https://bugzilla.wikimedia.org/47132 +testme (10Siebrand) [19:42:18] New review: Mattflaschen; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59025 [19:42:35] 03(mod) useless title attribute in language selector - 10https://bugzilla.wikimedia.org/47255 (10spage) [19:42:40] 03(NEW) Consider installing Bugzilla's InlineHistory extension - 10https://bugzilla.wikimedia.org/47256 enhancement; Wikimedia: Bugzilla; () [19:42:43] 03(mod) wikieditor-toolbar-help-content-signaturetimestamp-result: Parse error at position 19 in input: - 10https://bugzilla.wikimedia.org/42107 +testme (10Siebrand) [19:43:40] New patchset: Wikinaut; "(bug 38783) add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [19:43:59] 03(NEW) [TUX] RTL proofread action icons are needed - 10https://bugzilla.wikimedia.org/47257 normal; MediaWiki extensions: Translate; () [19:43:59] 03(mod) RTL/bidirectional issues (tracking) - 10https://bugzilla.wikimedia.org/745 (10Amir E. Aharoni) [19:43:59] 03(mod) strip trailing spaces from enrolment token - 10https://bugzilla.wikimedia.org/46873 (10Jeroen De Dauw) [19:44:03] New review: Mattflaschen; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59019 [19:45:52] 03(mod) Keep checkbox states during preview - 10https://bugzilla.wikimedia.org/30870 (10Andre Klapper) [19:46:04] 03(mod) Special:Articles table is incomplete; some article names are missing - 10https://bugzilla.wikimedia.org/41699 +comment (10Jeroen De Dauw) [19:46:05] New review: Wikinaut; "@Andr?:" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [19:46:17] New review: Wikinaut; "ok" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/54986 [19:47:31] 03(mod) useless title attribute in language selector - 10https://bugzilla.wikimedia.org/47255 +comment (10massaf) [19:48:08] 03(mod) edits to course pages do not show up Special:Contributions - 10https://bugzilla.wikimedia.org/43711 (10Jeroen De Dauw) [19:48:25] 03(mod) course talk page should be automatically added to a user's watchlist - 10https://bugzilla.wikimedia.org/43713 (10Jeroen De Dauw) [19:49:23] 03(mod) Activity feeds for individual courses should be available to any user - 10https://bugzilla.wikimedia.org/44427 +comment (10ragesoss) [19:52:25] <`Slaine> anyone got ideas on how to put a transparent file stretched it over a css background image? [19:53:14] New review: Nischayn22; "Unfortunately I only recall that somewhere it looked wrong and with this change it was right. " [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54484 [19:54:53] 03(mod) Undefined property: WikiImporter::$nodeType in /mediawiki/trunk/extensions/LiquidThreads/classes/Hooks.php on line 614 - 10https://bugzilla.wikimedia.org/28284 (10Andre Klapper) [19:55:05] 03(mod) Undefined property with WikiImporter::$nodeType - 10https://bugzilla.wikimedia.org/32900 +comment (10Andre Klapper) [19:55:08] 03(mod) Undefined property: WikiImporter::$nodeType in /mediawiki/trunk/extensions/LiquidThreads/classes/Hooks.php on line 614 - 10https://bugzilla.wikimedia.org/28284 +comment (10Andre Klapper) [19:59:25] New review: Nischayn22; "Alex, can you please have a look at the spinner thing?" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/51834 [20:03:46] 03(mod) Activity feeds for individual courses should be available to any user - 10https://bugzilla.wikimedia.org/44427 (10Jeroen De Dauw) [20:04:24] `Slaine: what are you trying to do? [20:05:00] 03(mod) Improve performance of dispatchChanges::getPendingChanges - 10https://bugzilla.wikimedia.org/47125 +comment (10Daniel Kinzler) [20:07:09] 03(mod) Improve performance of dispatchChanges::getPendingChanges - 10https://bugzilla.wikimedia.org/47125 +comment (10gerritadmin) [20:17:02] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 +comment (10vbamba) [20:19:43] 03(mod) jQuery.makeCollapsible: support table captions - 10https://bugzilla.wikimedia.org/47139 +comment (10michael) [20:20:13] i'm starting to see why networks/channels disallow nick changing to indicate away status... [20:20:41] New review: Bsitu; "Does this logic need to be applied to ArticleFeedbackv5Utils?" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [20:21:12] /ignore -channels #roomA,#roomB,#etc * JOINS PARTS QUITS NICKS [20:21:28] /say /ignore ... [20:22:28] New patchset: Aaron Schulz; "Added a executeSuccessRedirect() function to LoginForm." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59191 [20:22:50] New review: Aaron Schulz; "Slightly hacky, WIP for central auth" [mediawiki/core] (master) C: -2; - https://gerrit.wikimedia.org/r/59191 [20:30:39] 03(mod) search: craft a fake InitialiseSettings.php for lucene-search-2 - 10https://bugzilla.wikimedia.org/45786 +comment (10hashar) [20:31:49] 03(mod) zuul should have a template system to define projects - 10https://bugzilla.wikimedia.org/44954 +comment (10hashar) [20:32:51] 03(mod) [OPS] adapt varnish mobile puppet class on beta - 10https://bugzilla.wikimedia.org/44041 +comment (10hashar) [20:34:29] 03(mod) XXE in Import and RSS Extension - 10https://bugzilla.wikimedia.org/47251 (10Chris Steipp) [20:35:30] 03(mod) LFI with svg includes - 10https://bugzilla.wikimedia.org/46859 (10Chris Steipp) [20:36:05] New patchset: Bsitu; "Remove the code the tries to create an invalid notification" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/59195 [20:36:18] 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 (10Chris Steipp) [20:38:44] Change merged: CSteipp; [mediawiki/extensions/RSS] (master) - https://gerrit.wikimedia.org/r/59192 [20:38:46] 03(mod) Don't set cookie for tooltip tours - 10https://bugzilla.wikimedia.org/44363 +comment (10Matthew Flaschen) [20:39:20] New review: Krinkle; "FIXME: Need tests." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/55494 [20:40:32] New review: Matmarex; "I'll be happy to once you tell me how to do them for multiple and non-English locales, because as fa..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/55494 [20:40:38] Krinkle: ^ [20:41:57] 03(mod) Incorrect Android app icon title - 10https://bugzilla.wikimedia.org/45349 (10Simon Shek) [20:42:00] MatmaRex: Afaik it is possible. Did you ask earlier? [20:43:37] Krinkle: is it possible to dynamically load arbitrary messages in arbitrary languages? and then remove the loaded ones and replace them with a different set? [20:43:47] New patchset: Parent5446; "(bug 38783) add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [20:43:49] Sure [20:44:15] I don't know where you want them to be, but the API supports all that and so does mw.messages [20:44:23] Krinkle: why isn't this used anywhere, then? the QUnit tests are consistently failing for me in non-English locales [20:44:51] MatmaRex: It is being used in a few places, both in core and in some of the i18n related plugins. [20:45:15] (yeah, i didn't ask earlier, maybe i should have. probably due to the fact that asking about anything on a gerrit changeset is usually plainly ignored) [20:45:22] Though "being used" is vague. It isn't a "thing". It'll be different depending on what it needs. [20:46:46] MatmaRex: Those on the reviewer list get e-mails with everything in it, including every inline comment. And to make it easier to scan the full history it is useful to keep important points in the main thread (instead of in inline comments) [20:46:51] 03(NEW) Problem with placing cursor inside slug (inline|block) with mouse - 10https://bugzilla.wikimedia.org/47258 normal; VisualEditor: ContentEditable; () [20:46:57] change page> expand all > there's your discussion thread [20:47:14] Don't hold back important things just because of gerrit, that leaves no one the better. [20:47:17] New patchset: Parent5446; "Add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [20:47:24] 03(NEW) Three-digit years parsed as Unix timestamps - 10https://bugzilla.wikimedia.org/47259 normal; MediaWiki extensions: Semantic MediaWiki; () [20:47:40] Krinkle: no one has ever replied to any implementation question i've ever raised on any of my gerrit changesets, as far as i remember. [20:47:41] A three digit year... [20:47:42] Plus you can assume that the reviewers know how to use gerrit. If not, please report that. that's a problem that needs immediate fixing (though I'll doubt it) [20:47:46] so i stopped doing that. [20:48:01] MatmaRex: I find that hard to believe and will refuse to discuss that furhter. [20:48:27] 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 +comment (10gerritadmin) [20:48:54] 03(mod) Load GettingStarted CSS if JS is disabled - 10https://bugzilla.wikimedia.org/45477 (10Steven Walling) [20:50:03] 03(mod) LFI with svg includes - 10https://bugzilla.wikimedia.org/46859 +comment (10gerritadmin) [20:51:49] New patchset: Amire80; "Update comment" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59201 [20:53:04] 03(mod) XXE in Import and RSS Extension - 10https://bugzilla.wikimedia.org/47251 +comment (10gerritadmin) [20:53:15] 03(mod) Problem with placing cursor inside slug (inline|block) with mouse - 10https://bugzilla.wikimedia.org/47258 +comment (10Inez Korczyński) [20:54:20] Change merged: CSteipp; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59197 [20:55:07] New patchset: Aaron Schulz; "Added $wgCentralAuthLoginWiki option." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/59211 [20:55:07] New review: CSteipp; "Original patch by TimStarling. Patched on the cluster." [mediawiki/core] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59198 [20:55:07] Change merged: CSteipp; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59198 [20:55:11] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [20:55:51] New review: Aaron Schulz; "Requires https://gerrit.wikimedia.org/r/#/c/59191/" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/59211 [20:55:56] New review: Aaron Schulz; "WIP" [mediawiki/extensions/CentralAuth] (master) C: -2; - https://gerrit.wikimedia.org/r/59211 [20:56:14] New review: CSteipp; "Review by Tim on bug 46932. Patched on cluster." [mediawiki/core] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59202 [20:56:15] Change merged: CSteipp; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59202 [20:56:30] csteipp: are the domain icons still suppose to show? [20:56:49] in theory those wouldn't be needed if everything was switched over [20:57:34] I guess if doCentralWikiLoginRedirect() sent a timed redirect it could hackily work [20:57:39] AaronSchulz: For now, I was thinking they should, since the image login would prevent having to do the javascript ping later.. but it may be nice to just get rid of it now [20:57:56] 03(mod) mwe-upwiz-license-cc-zero: Parse error at position 28 ... - 10https://bugzilla.wikimedia.org/47132 +comment (10federicoleva) [20:58:20] 03(mod) Url escapement in JSON - 10https://bugzilla.wikimedia.org/25353 +comment (10PleaseStand) [20:58:30] ahoy [20:58:31] hello world :D [20:58:55] hi ovidiu-florin hi rigid [20:59:12] I have a project I want to make and I was thinking to use mediawiki for it. [20:59:31] 03(mod) Add git commit date for core and extensions to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10T. Gries) [20:59:47] It envolves translating a series of lectures about electronics from a bunch of sites and courses. [20:59:52] i'm not sure if I found a bug or if I did something wrong, i'm using the wiki-seo extension to change the of a page... but whenever there's an edit, the original title is set back until the page is purged... [20:59:58] <ovidiu-florin> can I set it as a book or something like that?? [20:59:58] <rigid> does anyone know how to fix this? [21:00:26] <gerrit-wm> New patchset: PleaseStand; "Combine JavaScript and JSON encoding logic" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:00:28] <wikibugs> 03(mod) ResourceLoader should pretty print JSON in mw.config/mw.user.options etc. in debug mode - 10https://bugzilla.wikimedia.org/26818 +comment (10gerritadmin) [21:00:42] <rigid> ovidiu-florin: "set it as book"? you could customize the skin.... [21:00:46] <ovidiu-florin> I'm imagining something like this site: http://www.allaboutcircuits.com/vol_1/index.html [21:01:03] <ovidiu-florin> have a page as an index and the a page for each chapter [21:01:18] <ovidiu-florin> with "next" links on each one [21:02:24] <rigid> ovidiu-florin: where's the problem? [21:02:34] <rigid> page ~= article with mediawiki of course [21:03:37] <ovidiu-florin> the problem is that if I make an index using <h1> elements I also get the index block. [21:03:44] <ovidiu-florin> can I remove it on certaint pages? [21:04:02] <rigid> ovidiu-florin: yes. use __NOTOC__ [21:04:11] <ovidiu-florin> where? [21:04:15] <ovidiu-florin> at the beginning? [21:04:21] <rigid> anywhere in the article afaik... check the docs [21:04:41] <ovidiu-florin> ah, thank you [21:04:43] <sumanah> rigid: you might want to try asking on the extension's talkpage on mediawiki.org [21:04:58] <sumanah> also ovidiu-florin rigid you heard about the security upgrade that got released today? [21:05:03] <rigid> another question: why are updates first delivered as download and after that in git? i would expect it to be vice versa [21:05:04] <ovidiu-florin> I think that was my only problem... [21:05:19] <ovidiu-florin> sumanah: I installed mediawiki today [21:05:20] <rigid> sumanah: ah, ok... i'll use the talk page [21:05:29] <ovidiu-florin> about 6 hours ago [21:05:30] <sumanah> oh! ok ovidiu-florin [21:05:39] <sumanah> rigid: updates to MediaWiki (core)? [21:05:42] <ovidiu-florin> is that before the update? [21:05:54] <sumanah> ovidiu-florin: what version do you have? [21:06:01] <sumanah> it was an hour or 2 ago [21:06:12] <rigid> sumanah: i just did a git pull to beb501dd ... i'm using REL1_20 branch, will I have the fixes? [21:06:17] <ovidiu-florin> I don't know, how do I check the version? [21:06:28] <sumanah> ovidiu-florin: go to Special:Version on your wiki [21:08:08] <sumanah> I'm looking at https://gerrit.wikimedia.org/r/gitweb?p=mediawiki%2Fcore.git;a=shortlog;h=refs%2Fheads%2Fmaster to figure out the situation rigid [21:08:36] <ovidiu-florin> 1.20.3 [21:08:53] <sumanah> ovidiu-florin: what you want is MediaWiki 1.20.4 [21:09:05] <rigid> sumanah: then I don't have it either... it's not in git, yet [21:09:27] <sumanah> http://lists.wikimedia.org/pipermail/mediawiki-announce/2013-April/000127.html has the details [21:09:30] <ovidiu-florin> is there an update button? [21:09:40] <rigid> sumanah: i wonder how that's possible, isn't the release created from git? the pre-release announcment contained this line " Downloads and patches will be available at that time, with the git repositories updated later that afternoon" [21:09:51] <rigid> i can't figure out how that could be a sane policy [21:09:57] <sumanah> I'm trying to figure it out rigid - hexmode maybe you can help? [21:10:00] <gerrit-wm> New review: Raimond Spekking; "@Hashar: Why does it fail? Overriding Jenkins now." [mediawiki/extensions/AbuseFilter] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59206 [21:10:01] <gerrit-wm> Change merged: Raimond Spekking; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/59206 [21:10:13] <Nemo_bis> sigh another release without critical bugfixes backported [21:10:42] <rigid> sumanah: i'm on 1.20.3 ... i just figured that out, didn't know the latest is 1.20.4 ... so git REL1_20 branch is 1.20.3, yet... (fyi) [21:11:16] <ovidiu-florin> how do I update? [21:11:20] <rigid> Nemo_bis: backported? i thought 1.20.x is current stable? [21:11:24] <MatmaRex> !upgrading | ovidiu-florin [21:11:24] <wm-bot> ovidiu-florin: http://www.mediawiki.org/wiki/Manual:Upgrading [21:11:35] <ovidiu-florin> thank you [21:11:57] <sumanah> so, all three of the fixes mentioned in Chris's email are merged https://gerrit.wikimedia.org/r/#/c/59197/ https://gerrit.wikimedia.org/r/#/c/59198/ https://gerrit.wikimedia.org/r/#/c/59202/ as of today; and they are not in 1.20 branch. https://gerrit.wikimedia.org/r/gitweb?p=mediawiki%2Fcore.git;a=shortlog;h=refs%2Fheads%2FREL1_20 right [21:12:02] <gerrit-wm> Change abandoned: Krinkle; "Please backport the individual commits, and maintain the original change-id." [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:12:10] <rigid> ah, now the security release announce mail came in... there it is, 1.20.4 :) [21:12:14] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10mflaschen) [21:13:08] <rigid> hm, should I switch from REL1_20 to REL1_21 for a production site? [21:13:10] <sumanah> greg-g: csteipp hexmode - see Nemo's & my lines above? re today's security release? [21:13:23] <sumanah> rigid: we run off master, we deploy every 2 weeks at Wikimedia Foundation [21:13:26] <sumanah> and we are a production site [21:13:31] <sumanah> translatewiki.net runs off master [21:13:38] <csteipp> sumanah: I'm still working on the backporst [21:13:45] <sumanah> oh ok, thank you [21:13:48] <Nemo_bis> rigid: yes, for some definition of stable :) [21:13:54] <csteipp> Just a little slower than normal [21:14:03] <gerrit-wm> New review: Krinkle; "Checking REL1_21, cherry-pick master commits and submit without any modification to the commit messa..." [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:14:12] <rigid> sumanah: yeah, but you are teh leet haxxors :-P and know how to fix if stuff breaks... should I consider running from master? [21:14:24] <rigid> Nemo_bis: :) [21:14:38] <Nemo_bis> rigid: master and stable releases are more or less equally broken [21:14:57] <rigid> hm ok... i'll try them [21:15:00] <Nemo_bis> stable releases are more broken but break less non-core stuff, that's the difference [21:15:12] <wikibugs> 03(NEW) Jenkins: jslint fails for some extensions - 10https://bugzilla.wikimedia.org/47260 normal; Wikimedia: Git/Gerrit; () [21:15:13] <wikibugs> 03(mod) In useNew=1 version, submit button has black border in Opera - 10https://bugzilla.wikimedia.org/47254 (10spage) [21:15:23] <Nemo_bis> this is my non-dev summary :p [21:15:34] <rigid> ah yeah... i have some extensions employed... that's why I chose a tag back then iirc [21:15:54] <gerrit-wm> New review: awjrichards; "Looks good but would be nice to have a test case for this." [mediawiki/extensions/GeoData] (master) C: -1; - https://gerrit.wikimedia.org/r/59087 [21:16:07] <gerrit-wm> New review: PleaseStand; "Mark, because this change missed the branch point by just a few days, and no objection has yet been ..." [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:18:00] <wikibugs> 03(mod) "Looking for more to do" guider no longer appears - 10https://bugzilla.wikimedia.org/46168 +comment (10Matthew Flaschen) [21:18:43] <ovidiu-florin> thanks for your help guys, I'm off to bed now :D [21:18:46] <ovidiu-florin> good night [21:19:24] <wikibugs> 03(mod) Jenkins: jslint fails for some extensions - 10https://bugzilla.wikimedia.org/47260 +comment (10hashar) [21:19:52] <wikibugs> 03(mod) Cite error category rapidly populating with phantom entries - 10https://bugzilla.wikimedia.org/46978 +comment (10Greg Grossmeier) [21:20:27] <wikibugs> 03(mod) General-purpose user sandbox tour - 10https://bugzilla.wikimedia.org/47200 +comment (10mflaschen) [21:22:56] <gerrit-wm> Change restored: PleaseStand; "Have to restore to keep the same Change-Id; will push a non-squashed set of commits now." [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:23:09] <gerrit-wm> New patchset: PleaseStand; "Combine JavaScript and JSON encoding logic" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [21:23:10] <gerrit-wm> New patchset: PleaseStand; "Fix pretty JSON when strings end with backslashes" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59328 [21:23:10] <gerrit-wm> New patchset: PleaseStand; "FormatJson: microoptimizations for UTF8_OK mode" [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59329 [21:27:11] <wikibugs> 03(mod) Jenkins: Extensions missing a .jshintrc file are failing - 10https://bugzilla.wikimedia.org/47260 summary (10Krinkle) [21:28:57] <wikibugs> 03(mod) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 +comment (10mormegil) [21:29:14] <wikibugs> 03(mod) ResourceLoader should pretty print JSON in mw.config/mw.user.options etc. in debug mode - 10https://bugzilla.wikimedia.org/26818 +comment (10krinklemail) [21:29:45] <gerrit-wm> New review: DaSch; "I'm not author of this and this is not what I intented with my first patch!" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [21:30:54] <gerrit-wm> New review: Aaron Schulz; "* Messages needed" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/59211 [21:34:34] <wikibugs> 03(NEW) Wrong path to git? - 10https://bugzilla.wikimedia.org/47261 normal; MediaWiki: Special pages; () [21:35:48] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10cmcmahon) [21:35:54] <wikibugs> 03(NEW) Correction for "Module talk" namespaces in Galician - 10https://bugzilla.wikimedia.org/47262 normal; Wikimedia: Site requests; () [21:36:37] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10cmcmahon) [21:37:54] <wikibugs> 03(NEW) deban package for pypi module 'statsd' - 10https://bugzilla.wikimedia.org/47263 minor; Wikimedia: Continuous integration; () [21:38:05] <wikibugs> 03(mod) deban package for pypi module 'statsd' - 10https://bugzilla.wikimedia.org/47263 (10Antoine "hashar" Musso) [21:38:05] <wikibugs> 03(mod) [upstream] create an Ubuntu package for Zuul - 10https://bugzilla.wikimedia.org/46552 (10Antoine "hashar" Musso) [21:38:12] <wikibugs> 03(mod) deban package for pypi module 'statsd' - 10https://bugzilla.wikimedia.org/47263 (10Antoine "hashar" Musso) [21:38:14] <gerrit-wm> New review: awjrichards; "It would be nice if this took the environment var MW_INSTALL_PATH into account. The command in this ..." [mediawiki/extensions/GeoData] (master) C: -1; - https://gerrit.wikimedia.org/r/59092 [21:38:38] <wikibugs> 03(NEW) Show date of last time updates where checked in special version - 10https://bugzilla.wikimedia.org/47264 normal; MediaWiki: Special pages; () [21:39:02] <wikibugs> 03(mod) Show date of last time updates where checked in special version - 10https://bugzilla.wikimedia.org/47264 (10DaSch) [21:39:03] <wikibugs> 03(mod) Add git commit date for core and extensions to Special:Version - 10https://bugzilla.wikimedia.org/38783 (10DaSch) [21:39:08] <drobbins> afer upgrade from 1.20.2 to 1.20.4, I'm noticing a massive decrease in mysql database size. [21:39:10] <gerrit-wm> New patchset: Matthias Mullie; "(bug 46797) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [21:39:23] <wikibugs> 03(mod) upload python-voluptuous package to debian.org - 10https://bugzilla.wikimedia.org/46375 +comment (10Antoine "hashar" Musso) [21:39:24] <gerrit-wm> Change merged: MaxSem; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/51124 [21:39:33] <wikibugs> 03(mod) Wrong path to git? - 10https://bugzilla.wikimedia.org/47261 (10DaSch) [21:39:47] <wikibugs> 03(mod) Add git commit date for core and extensions to Special:Version - 10https://bugzilla.wikimedia.org/38783 (10DaSch) [21:39:51] <gerrit-wm> Change merged: MaxSem; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/47874 [21:41:06] <gerrit-wm> New review: Matthias Mullie; "No changes are really necessary in Utils at this point (there are no multiple $wiki's in one same re..." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [21:41:43] <wikibugs> 03(mod) Reindexing causes nagios alerts - 10https://bugzilla.wikimedia.org/47141 +comment (10Antoine "hashar" Musso) [21:41:54] <wikibugs> 03(mod) Show date of last time updates where checked in special version - 10https://bugzilla.wikimedia.org/47264 +comment (10T. Gries) [21:42:51] <wikibugs> 03(mod) Wrong path to git? - 10https://bugzilla.wikimedia.org/47261 +comment (10T. Gries) [21:43:30] <wikibugs> 03(mod) Parsoid always enables subpage support. - 10https://bugzilla.wikimedia.org/47136 +easy +javascript; +comment (10Mark Holmquist) [21:43:40] <gerrit-wm> New patchset: Spage; "(bug 42253) link user in accountcreatedtext msg" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37606 [21:44:55] <wikibugs> 03(mod) Parsoid: Category links created with default-set parameters get faulty sortkey set - 10https://bugzilla.wikimedia.org/47028 +comment (10Mark Holmquist) [21:46:26] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59201 [21:46:38] <wikibugs> 03(mod) Wrong path to git? - 10https://bugzilla.wikimedia.org/47261 +comment (10dasch) [21:47:25] <wikibugs> 03(mod) Black background for thumb, full-size image is fine - 10https://bugzilla.wikimedia.org/47226 +comment (10zillbugga) [21:50:12] <wikibugs> 03(mod) Wrong path to git? - 10https://bugzilla.wikimedia.org/47261 +comment (10Antoine "hashar" Musso) [21:53:03] <wikibugs> 03(mod) Review, merge and deploy chinese-collation branch - 10https://bugzilla.wikimedia.org/44667 +design; +comment (10Rob Lanphier) [21:54:02] <gerrit-wm> New review: awjrichards; "Actually it occurred to me you could do this more elegantly by setting a local var with the install ..." [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59092 [22:02:29] <gerrit-wm> New patchset: MaxSem; "Bug 46181: Coordinate value in dec format does not work on de,da,is" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59087 [22:06:00] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59265 [22:07:08] <wikibugs> 03(NEW) Option to disable showing dates of git commits in Special:Version - 10https://bugzilla.wikimedia.org/47265 normal; MediaWiki: Special pages; () [22:08:09] <wikibugs> 03(mod) Option to disable showing dates of git commits in Special:Version - 10https://bugzilla.wikimedia.org/47265 (10DaSch) [22:08:10] <wikibugs> 03(mod) Add git commit date for core and extensions to Special:Version - 10https://bugzilla.wikimedia.org/38783 (10DaSch) [22:08:58] <gerrit-wm> New patchset: Amire80; "Show the empty-list helpers" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59334 [22:09:34] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59328 [22:09:37] <wikibugs> 03(mod) Special functions of namespaces should not be hardcoded - 10https://bugzilla.wikimedia.org/9845 (10Quim Gil) [22:10:26] <gerrit-wm> New review: Matthias Mullie; "(2 comments)" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/56536 [22:12:08] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/core] (REL1_21) - https://gerrit.wikimedia.org/r/59329 [22:13:10] <gerrit-wm> New review: Platonides; "*Bump*" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/52711 [22:13:11] <gerrit-wm> New patchset: Amire80; "Always show the empty-list helpers" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/59334 [22:14:40] <wikibugs> 03(mod) Link to file description page is undiscoverable or completely missing - 10https://bugzilla.wikimedia.org/43747 +comment (10jgerber) [22:15:50] <wikibugs> 03(mod) Rollback must suppress notifications for rollbacked edit - 10https://bugzilla.wikimedia.org/46689 (10bsitu) [22:16:01] <gerrit-wm> New review: awjrichards; "Derp this is a makefile, not bash script :p" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59092 [22:17:38] <gerrit-wm> New review: Parent5446; "Sorry, I just included the note because in Gerrit you were the original owner of the patch." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [22:19:00] <gerrit-wm> Change merged: Adamw; [wikimedia/fundraising/crm] (master) - https://gerrit.wikimedia.org/r/59006 [22:19:10] <MC27> hi [22:19:19] <Elecbullet> Sup [22:19:35] <MC27> PHP Mail parameters...? Do I put my email or leave it? [22:20:10] <Elecbullet> welp, looks like imma have flooded this chat by posting it in wikia community central [22:20:12] <Elecbullet> sorry y'all [22:20:25] <marktraceur> MC27: The mail config is for the outgoing mail address - unless you want all of your users to reply to you instead of some no-reply email address [22:20:29] <marktraceur> Elecbullet: No worries [22:20:48] <marktraceur> 3-4 joins does not a flood make [22:20:52] <mutante> git cloned latest mw and upgraded a stand-alone wiki, now on image upload: Could not open lock file for "mwstore://local-backend/local-public/archive/1/12" etc. do i need to set a config option to not make it try to use "mwstore"? [22:21:26] <MC27> So if I/the wiki sent an email and they replied with my email as the outgoing email address... what would happeN/ [22:21:51] <Elecbullet> presumably you're talking about like a hotmail or gmail or something ofc [22:22:34] <MC27> I'm talking about my yahoo.com email [22:23:08] <marktraceur> MC27: Those emails shouldn't *get* replies, so it's best to send replies somewhere they won't take up space or attention [22:23:12] <MC27> So let's say it was set regular, is that like sending a staff email to wikia? Do they get it through relatively the same system? [22:23:45] <marktraceur> To wikia? [22:23:50] <marktraceur> Oh, is this a config option in creating a wiki on wikia? [22:23:50] <Elecbullet> He's a wikia user interested in hosting his own [22:23:54] <Elecbullet> No, no no no no [22:23:56] <MC27> No to aikiw :P yes wikia [22:24:27] <MC27> oh heck no!! XD the wikia wiki creation wizard requires almost no intelligence [22:24:37] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59019 [22:24:40] <Elecbullet> yes, don't think he's just getting a .wikia.com wiki [22:24:45] <marktraceur> MC27: The emails you send from the email address you configure will be stuff like "Account created! Welcome!" and "Page X on your watchlist was changed" [22:24:56] <MC27> It makes me shake my head when someone asks how to set up a wiki XD [22:25:13] <MC27> ok, so leave it? [22:25:13] <MC27> ah [22:25:20] <gerrit-wm> New review: Matthias Mullie; "(4 comments)" [mediawiki/extensions/Echo] (master) C: -1; - https://gerrit.wikimedia.org/r/58985 [22:25:25] <MC27> too late :troll: [22:29:19] <Elecbullet> Cead, there's two of you on [22:31:34] <wikibugs> 03(mod) Parsoid: Category links created with default-set parameters get faulty sortkey set - 10https://bugzilla.wikimedia.org/47028 +comment (10mtraceur) [22:31:38] <gerrit-wm> New review: awjrichards; "This inspired me to fix this in MobileFrontend (which has been bugging me for a while): https://gerr..." [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59092 [22:32:31] <AaronSchulz> mutante: sounds like the upload dir may not be writable, or at least the lock subdir [22:32:38] <gerrit-wm> New patchset: CSteipp; "Sanitize $limitReport before outputting" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59339 [22:32:41] <wikibugs> 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 +comment (10gerritadmin) [22:32:56] <gerrit-wm> New review: Swalling; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59019 [22:37:04] <gerrit-wm> New patchset: Mwalker; "WIP: Rewriting the CN UI" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/57090 [22:38:06] <gerrit-wm> New patchset: CSteipp; "Disable external entities in XMLReader" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59340 [22:38:06] <wikibugs> 03(mod) LFI with svg includes - 10https://bugzilla.wikimedia.org/46859 +comment (10gerritadmin) [22:38:12] <gerrit-wm> New patchset: Krinkle; "Sanitize $limitReport before outputting" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59339 [22:38:23] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59087 [22:38:29] <wikibugs> 03(mod) Coordinate value in dec format does not work on de,da,is: "{{#coordinates:}}: invalid latitude" - 10https://bugzilla.wikimedia.org/46181 +comment (10gerritadmin) [22:40:22] <mutante> AaronSchulz: and that was exactly it, thanks [22:44:24] <gerrit-wm> New patchset: awjrichards; "makefile" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59092 [22:44:24] <gerrit-wm> New patchset: awjrichards; "Bug 47090: empty globe should be treated as $wgDefaultGlobe" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59091 [22:45:39] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59091 [22:45:39] <wikibugs> 03(mod) The option prop=coordinates returns wrong values for negative lattitude - 10https://bugzilla.wikimedia.org/47090 +comment (10gerritadmin) [22:46:36] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59092 [22:47:12] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10Matthew Flaschen) [22:47:16] <wikibugs> 03(mod) WikiEditor edit controls gone from test2wiki in IEs - 10https://bugzilla.wikimedia.org/47065 (10Matthew Flaschen) [22:47:42] <gerrit-wm> New patchset: CSteipp; "Disable external entities in Import" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59342 [22:47:44] <wikibugs> 03(mod) XXE in Import and RSS Extension - 10https://bugzilla.wikimedia.org/47251 +comment (10gerritadmin) [22:48:09] <wikibugs> 03(mod) Coordinate value in dec format does not work on de,da,is: "{{#coordinates:}}: invalid latitude" - 10https://bugzilla.wikimedia.org/46181 (10Max Semenik) [22:48:30] <wikibugs> 03(mod) The option prop=coordinates returns wrong values for negative lattitude - 10https://bugzilla.wikimedia.org/47090 (10Max Semenik) [22:48:38] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10mflaschen) [22:48:48] <gerrit-wm> New review: Spage; "(2 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59025 [22:49:34] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/RSS] (master) - https://gerrit.wikimedia.org/r/59341 [22:54:54] <gerrit-wm> New patchset: Spage; "Improve comments, remove obsolete mw-ui-formlist" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59025 [22:59:02] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/58706 [22:59:05] <wikibugs> 03(mod) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date - 10https://bugzilla.wikimedia.org/46797 +comment (10gerritadmin) [22:59:35] <gerrit-wm> New patchset: Tim Starling; "Propagate Http errors back up in the form of a Status" [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/57337 [22:59:49] <gerrit-wm> Change merged: Tim Starling; [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/57337 [22:59:58] <gerrit-wm> New patchset: Mwalker; "Update CentralNotice to Fix Banner= bug" [mediawiki/core] (wmf/1.22wmf1) - https://gerrit.wikimedia.org/r/59343 [23:02:50] <gerrit-wm> New patchset: Mwalker; "Update CentralNotice to fix Banner= bug" [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/59344 [23:02:55] <gerrit-wm> New patchset: CSteipp; "Sanitize $limitReport before outputting" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59345 [23:02:56] <wikibugs> 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 +comment (10gerritadmin) [23:04:38] <gerrit-wm> Change merged: Mwalker; [mediawiki/core] (wmf/1.22wmf1) - https://gerrit.wikimedia.org/r/59343 [23:04:55] <gerrit-wm> Change merged: Mwalker; [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/59344 [23:08:57] <gerrit-wm> New patchset: CSteipp; "Disable external entities in XMLReader" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59346 [23:08:59] <wikibugs> 03(mod) LFI with svg includes - 10https://bugzilla.wikimedia.org/46859 +comment (10gerritadmin) [23:09:37] <gerrit-wm> New patchset: awjrichards; "Fix test I broke during merge conflict resolution" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59347 [23:10:17] <wikibugs> 03(mod) Provide JSON library/module by default - 10https://bugzilla.wikimedia.org/45470 +comment (10Danny B.) [23:12:17] <gerrit-wm> New patchset: CSteipp; "Disable external entities in Import" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59349 [23:12:18] <wikibugs> 03(mod) XXE in Import and RSS Extension - 10https://bugzilla.wikimedia.org/47251 +comment (10gerritadmin) [23:13:45] <gerrit-wm> Change merged: MaxSem; [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/59347 [23:15:23] <gerrit-wm> New patchset: Mwalker; "Update CentralNotice to fix banner= bug" [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59350 [23:15:33] <Krenair> csteipp, since these backported changes have all been made in master and released, I'm just going to go ahead and merge them into the REL1_* branches if that's okay [23:15:37] <gerrit-wm> Change merged: Mwalker; [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59350 [23:15:51] <csteipp> Krenair: That would be great! [23:15:59] <csteipp> I'm still backporting... [23:16:33] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.19.5." [mediawiki/core] (REL1_19); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59349 [23:16:34] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59349 [23:17:00] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.19.5." [mediawiki/core] (REL1_19); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59346 [23:17:00] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59346 [23:19:29] <gerrit-wm> New patchset: CSteipp; "Updated release notes and version number" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59351 [23:20:11] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.19.5." [mediawiki/core] (REL1_19); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59345 [23:20:12] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59345 [23:20:53] <gerrit-wm> New patchset: CSteipp; "Updated release notes and version number" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59352 [23:21:06] <gerrit-wm> New patchset: Kaldari; "Lots of UI tweaks per Vibha" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/59353 [23:21:08] <wikibugs> 03(mod) Notification highlights on the archive page and flyout - 10https://bugzilla.wikimedia.org/47149 +comment (10gerritadmin) [23:21:40] <wikibugs> 03(NEW) need Cucumber tag(s) per env e.g "@beta-only", "@test2-only" - 10https://bugzilla.wikimedia.org/47266 normal; Wikimedia: Quality Assurance; () [23:21:58] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.20.4. I think Jenkins is broken on this branch." [mediawiki/core] (REL1_20); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59342 [23:21:59] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59342 [23:22:53] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.20.4. I think Jenkins is broken on this branch." [mediawiki/core] (REL1_20); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59339 [23:22:54] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59339 [23:24:30] <gerrit-wm> New review: Alex Monk; "Already merged into master and released in 1.20.4. I think Jenkins is broken on this branch." [mediawiki/core] (REL1_20); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59340 [23:24:31] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59340 [23:26:55] <gerrit-wm> New patchset: CSteipp; "Sanitize $limitReport before outputting" [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59355 [23:26:57] <wikibugs> 03(mod) Script injection in Scribunto profiling report - 10https://bugzilla.wikimedia.org/46084 +comment (10gerritadmin) [23:27:37] <gerrit-wm> New patchset: Kaldari; "Adding Help link to Echo archive page" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/58985 [23:28:01] <gerrit-wm> New patchset: CSteipp; "Disable external entities in XMLReader" [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59356 [23:28:02] <wikibugs> 03(mod) LFI with svg includes - 10https://bugzilla.wikimedia.org/46859 +comment (10gerritadmin) [23:28:05] <gerrit-wm> New review: Alex Monk; "Matches the 1.20.4 release patch." [mediawiki/core] (REL1_20); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59352 [23:28:06] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59352 [23:28:19] <wikibugs> 03(mod) GT no longer loads in IE - 10https://bugzilla.wikimedia.org/47064 +comment (10mflaschen) [23:28:28] <gerrit-wm> New patchset: CSteipp; "Disable external entities in Import" [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59357 [23:28:28] <wikibugs> 03(mod) XXE in Import and RSS Extension - 10https://bugzilla.wikimedia.org/47251 +comment (10gerritadmin) [23:29:35] <wikibugs> 03(mod) Socialization links for Echo's first release - 10https://bugzilla.wikimedia.org/46678 +comment (10rkaldari) [23:32:34] <gerrit-wm> New review: Alex Monk; "Matches the 1.19.5 release patch." [mediawiki/core] (REL1_19); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59351 [23:32:35] <gerrit-wm> Change merged: Alex Monk; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/59351 [23:32:47] <Krenair> csteipp, {{done}} [23:32:54] <csteipp> Thanks! [23:33:19] <gerrit-wm> New patchset: Aaron Schulz; "Added $wgCentralAuthLoginWiki option." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/59211 [23:33:21] <gerrit-wm> New patchset: Aaron Schulz; "Added a function to LoginForm to show the "return to" page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59191 [23:33:47] <AaronSchulz> csteipp: that should handle keeping the icons [23:34:17] * AaronSchulz didn't notice we are not actually redirecting on success, just giving a link [23:34:57] <gerrit-wm> New review: Aaron Schulz; "See https://gerrit.wikimedia.org/r/#/c/59211/" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59191 [23:38:08] <TK-426> Evening [23:39:25] <gerrit-wm> New patchset: Kaldari; "Lots of UI changes per Vibha" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/59353 [23:44:12] <Jasper_Deng> MediaWiki is going to use MariaDB?! o_O [23:44:55] <bawolff> Jasper_Deng: I think that already happened [23:45:08] <bawolff> like several months ago for one of the slaves [23:45:50] <gerrit-wm> New review: CSteipp; "Already running on cluster." [mediawiki/core] (wmf/1.22wmf2) C: 2; - https://gerrit.wikimedia.org/r/59355 [23:46:02] * Jasper_Deng wonders whether third-party users will be left in the dust [23:46:09] <gerrit-wm> Change merged: CSteipp; [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59355 [23:46:09] <gerrit-wm> New patchset: Brian Wolff; "RefreshLinks on imagelinks on new uploads to kill tracking cat." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59359 [23:46:14] <wikibugs> 03(mod) Category:Pages with broken file links (and localized variants) - 10https://bugzilla.wikimedia.org/46749 +comment (10gerritadmin) [23:46:47] <gerrit-wm> New review: CSteipp; "Already patched on cluster." [mediawiki/core] (wmf/1.22wmf2); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59356 [23:46:48] <gerrit-wm> Change merged: CSteipp; [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59356 [23:46:50] <bawolff> I doubt it. From what I understand the code on the mw side stayed pretty much identical [23:47:05] <gerrit-wm> New patchset: Krinkle; "jshint: Allow global mw to be set in mediawiki.js" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59360 [23:47:06] <gerrit-wm> New review: CSteipp; "Already patched on cluster" [mediawiki/core] (wmf/1.22wmf2); V: 2 C: 2; - https://gerrit.wikimedia.org/r/59357 [23:47:06] <gerrit-wm> Change merged: CSteipp; [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59357 [23:47:32] <bawolff> Oh looks, I don't even have to comment on the bug. That is kind of nice [23:47:40] <gerrit-wm> New review: Krinkle; "Fixes jshint error we're seeing in REL1_20." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59360 [23:47:46] <Krenair> Jasper_Deng, IIRC there's been a MariaDB slave sitting around for a while [23:48:00] <Jasper_Deng> yeah, but the masters are migrating now [23:48:23] <Krenair> There was a note on wikitech-l about enwiki/dewiki/wikidatawiki master migration on wednesday [23:48:37] * Jasper_Deng saw it, hence why he asked [23:48:38] <gerrit-wm> New review: Krinkle; "by default our predef group in jshintrc is defined by jshint as a global:false, meaning usage and ex..." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/59360 [23:50:24] <Krenair> Yeah, enwiki slave db59 -> mariadb on 11/12/12 http://lists.wikimedia.org/pipermail/wikitech-l/2012-December/064994.html [23:50:44] <wikibugs> 03(mod) Category:Pages with broken file links (and localized variants) - 10https://bugzilla.wikimedia.org/46749 +patch-in-gerrit; +comment (10Bawolff (Brian Wolff)) [23:51:35] <Krenair> Jasper_Deng, I wouldn't expect third-party users to loose support over this, most development probably happens with mysql [23:53:00] <bawolff> :w [23:53:18] <gerrit-wm> New review: Dzahn; "per http://bzr.mozilla.org/bugzilla/trunk/revision/8202" [wikimedia/bugzilla/modifications] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/47050 [23:53:21] <gerrit-wm> Change merged: Dzahn; [wikimedia/bugzilla/modifications] (master) - https://gerrit.wikimedia.org/r/47050 [23:53:42] <wikibugs> 03(mod) GitHub in bugzilla's see also - 10https://bugzilla.wikimedia.org/41903 +comment (10gerritadmin) [23:54:04] <gerrit-wm> Change merged: jenkins-bot; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/59195 [23:54:39] <gerrit-wm> New review: Krinkle; "Aborted since it bypassed review (again) and was clogging up the queue." [mediawiki/core] (wmf/1.22wmf2) - https://gerrit.wikimedia.org/r/59350 [23:55:25] <Reedy> MariaDB pretty much works as a drop in replacement for MySQL [23:55:31] <Reedy> AFAIK, no core changes were made at all [23:56:35] <wikibugs> 03(mod) Differentiate between MySQL and MySQL forks (ie MariaDB) - 10https://bugzilla.wikimedia.org/28281 +comment (10Sam Reed (reedy)) [23:57:43] <gerrit-wm> New review: Dzahn; "deployed on prod server." [wikimedia/bugzilla/modifications] (master) - https://gerrit.wikimedia.org/r/47050 [23:58:46] <gerrit-wm> New patchset: Brian Wolff; "RefreshLinks on imagelinks on new uploads to kill tracking cat." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59359 [23:58:50] <wikibugs> 03(mod) Reindexing causes nagios alerts - 10https://bugzilla.wikimedia.org/47141 +comment (10Tim Starling) [23:59:21] <gerrit-wm> New review: Brian Wolff; "PS2: Don't do non-file redirects" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/59359