[00:37:13] 3MediaWiki / 3Skin and page rendering: Create a tiny fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332#c7 (10Marcin Cieślak) 5RESO/FIX>3REOP Close, but no cigar. Fallback need to works automatically in the installer (solved with I7b8bd77f5868af2ccf464e48db771f... [00:37:28] 3MediaWiki / 3Installer: Whoops! The default skin for your wiki ($wgDefaultSkin), vector, is not available right after installation - 10https://bugzilla.wikimedia.org/70222 (10Marcin Cieślak) [00:37:28] 3MediaWiki-Vagrant: Vector + MWV = fucked up shit happening - 10https://bugzilla.wikimedia.org/70114 (10Marcin Cieślak) [00:38:58] 3MediaWiki / 3Installer: Make it possible to render the installer with any skin, or preview skins in the installer - 10https://bugzilla.wikimedia.org/68331#c1 (10Marcin Cieślak) With I7b8bd77f5868af2ccf464e48db771f2e8e0472ff we actually got closer to the goal, I can imagine the somebody extracts some working... [00:40:58] 3MediaWiki skins / 3Vector: Minor fixes for Typography refresh: list lineheight, H1 margin, H3 fontsize, diff display - 10https://bugzilla.wikimedia.org/64653 (10Bartosz Dziewoński) [00:41:13] 3MediaWiki skins / 3Vector: image style from typography refresh was not implemented - 10https://bugzilla.wikimedia.org/65160 (10Bartosz Dziewoński) [00:41:13] 3MediaWiki skins / 3Vector: Vector Typography Refresh (tracking) - 10https://bugzilla.wikimedia.org/63549 (10Bartosz Dziewoński) [00:41:28] 3MediaWiki skins / 3Vector: new typography: in zooming text proportion is lost - 10https://bugzilla.wikimedia.org/63845 (10Bartosz Dziewoński) [00:41:43] 3MediaWiki skins / 3Vector: Vector Typography Refresh (tracking) - 10https://bugzilla.wikimedia.org/63549 (10Bartosz Dziewoński) [00:41:43] 3Wikimedia / 3Bugzilla: Bugzilla's default skin needs typography refresh - 10https://bugzilla.wikimedia.org/63776 (10Bartosz Dziewoński) [00:44:28] 3MediaWiki extensions / 3SemanticForms: CSRF in Special:CreateAccount - 10https://bugzilla.wikimedia.org/70224#c1 (10Mark A. Hershberger) Create an account there and I can give you access. [00:51:47] (03PS1) 10Bartosz Dziewoński: Move mediawiki.skinning.* modules from skins/common/ to resources/ [core] - 10https://gerrit.wikimedia.org/r/157490 (https://bugzilla.wikimedia.org/69277) [01:00:15] 3MediaWiki / 3Installer: Missing defaults in GUI installer - 10https://bugzilla.wikimedia.org/69281 (10Marcin Cieślak) [01:00:15] 3MediaWiki / 3Database: PostgreSQL/pgsql support (tracking) - 10https://bugzilla.wikimedia.org/384 (10Marcin Cieślak) [01:00:16] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225 (10Marcin Cieślak) 3NEW p:3Unprio s:3normal a:3None After running: php -c "${HOME}/php.ini" maintenance/install.php --dbtype="postgres" --dbname=${db} \ --... [01:01:28] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225 (10Marcin Cieślak) [01:01:28] 3MediaWiki / 3Database: 'Unknown error' in LoadBalancer->reportConnectionError() hides a real database problem - 10https://bugzilla.wikimedia.org/70223#c2 (10Marcin Cieślak) The real database problem hidden is actually bug 70225, an instance of a well-known bug 69281. [01:23:59] 3MediaWiki-Vagrant: Postgres: command-line installer fails every time: "Class 'PostgresqlInstaller' not found" - 10https://bugzilla.wikimedia.org/61350#c1 (10Marcin Cieślak) a:3Ori Livneh As of 21eb1ab07a8d95c58c6887078620ec90a05d27d7 (current master as of now) I am getting a silent database error: $ php -... [01:25:58] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225#c1 (10Marcin Cieślak) ... I mean "another instance of bug 69281" [01:26:50] (03CR) 10saper: "Frankly I have no idea why we need(ed) this hack?" [core] - 10https://gerrit.wikimedia.org/r/157488 (https://bugzilla.wikimedia.org/70223) (owner: 10saper) [01:28:05] lol at the FIXME. [01:50:00] 3MediaWiki / 3General/Unknown: ParserOutput::getTimes and Profiler::getTime return wrong results in HHVM - 10https://bugzilla.wikimedia.org/70227 (10Ori Livneh) 3NEW p:3Unprio s:3normal a:3None The PHP function getrusage() invokes the system call of the same name with RUSAGE_SELF, which requests usag... [01:51:28] 3MediaWiki extensions / 3Scribunto: The way LuaSandbox measures CPU time is not thread-safe - 10https://bugzilla.wikimedia.org/70177#c3 (10Ori Livneh) (In reply to Jackmcbarn from comment #2) > I notice that it's not just Lua time usage that's bad; core's "CPU time > usage" is also really high. Is that probl... [01:52:44] stupid threads. [01:53:14] ori: until that's fixed, to avoid script errors appearing in production pages like crazy, should we switch hhvm back to luastandalone? [01:54:15] jackmcbarn: have you seen any script errors under HHVM since the fix for the function object leak was pushed out a few days ago? [01:54:26] ori: yes, there's a ton of new ones [01:54:48] see https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category%3APages%20with%20script%20errors&cmprop=title|timestamp&cmlimit=500&cmsort=timestamp&cmdir=desc&format=xml [01:54:50] really? oh, fuck. yes, we probably should, then. [01:55:14] thanks for poking at that! [01:56:02] i'm just going to stop the HHVM jobrunner. there's only one, at the moment. [02:01:28] 3MediaWiki extensions / 3Scribunto: The way LuaSandbox measures CPU time is not thread-safe - 10https://bugzilla.wikimedia.org/70177#c4 (10Jackmcbarn) Removing performance keyword, since this is a bug in the timer rather than anything actually being slow. [02:03:43] 3MediaWiki extensions / 3Scribunto: The way LuaSandbox measures CPU time is not thread-safe - 10https://bugzilla.wikimedia.org/70177#c5 (10Victor Vasiliev) So, is there more to this bug than replacing CLOCK_PROCESS_CPUTIME_ID with CLOCK_THREAD_CPUTIME_ID? [02:18:13] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225#c2 (10Jeff Janes) I agree that bugs 69281 and 70233 are relevant here. Based on the error message, it is trying to connect to postgres through a local unix socket rathe... [02:19:01] (03CR) 10saper: "Yes, at first it was bug 70223 which hid the real error, then it is bug 70225 that is probably related to bug 69281, but I am not sure why" [core] - 10https://gerrit.wikimedia.org/r/156349 (https://bugzilla.wikimedia.org/70030) (owner: 10saper) [02:25:43] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225#c3 (10Marcin Cieślak) Yes, it worked but... I am not using selinux (only FreeBSD) and socket-only connection works from the commandline. I just reconfigured PostgreSQL... [02:35:58] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225#c4 (10Marcin Cieślak) So, with I61d5f262e60722bc08201b40b61a298d8af42223 (patch for bug 70030) and I0ded13f9f7a2ab93a070224e7448cda34ac83df1 (patch for bug 70223) the CL... [02:49:59] 3MediaWiki extensions / 3SemanticForms: CSRF in Special:CreateAccount - 10https://bugzilla.wikimedia.org/70224#c2 (10Yaron Koren) Special:CreateAccount is not modified directly by Semantic Forms. I assume the Semantic Signup extension is being used? Also, what wiki is this? [02:54:39] (03CR) 10Rillke: "> Whoever is taking this over, please do so in the Vector repo." [core] - 10https://gerrit.wikimedia.org/r/133301 (https://bugzilla.wikimedia.org/65160) (owner: 10Jforrester) [03:10:58] 3MediaWiki / 3Database: Freshly installed wiki fails with "Permission denied" on PostgreSQL socket - 10https://bugzilla.wikimedia.org/70225#c5 (10Marcin Cieślak) 5NEW>3RESO/INV Ah, nevermind... this was because webserver could not access the socket (directory permissions). I have changed the permissions... [03:19:43] 3Wikimedia / 3Mailing lists: Non-ASCII characters strips the subject prefix from mailman messages - 10https://bugzilla.wikimedia.org/45063#c7 (10Ryan (Rjd0060)) Just noting that the issue is still present. Should this be filed upstream or is there something on the back-end we can adjust? It does not appear... [03:51:45] (03CR) 10PleaseStand: [C: 04-1] "I do think including the search query in the message is redundant and unnecessary, though for the pagination, there are some things to con" [core] - 10https://gerrit.wikimedia.org/r/157276 (owner: 10Chad) [04:38:28] 3MediaWiki extensions / 3WikidataRepo: Create a special page to query for badges - 10https://bugzilla.wikimedia.org/70209#c1 (10Amir Ladsgroup) These wikis include French, Russian, Spanish, Catalan, and Portuguese. It shouldn't be implemented in Wikibase client? like Special:UnconncetedPages My reasoning i... [05:23:43] 3MediaWiki extensions / 3Scribunto: The way LuaSandbox measures CPU time is not thread-safe - 10https://bugzilla.wikimedia.org/70177#c6 (10Ori Livneh) Created attachment 16326 --> https://bugzilla.wikimedia.org/attachment.cgi?id=16326&action=edit A naive fix that doesn't work (In reply to Victor Vasiliev... [05:35:14] 3MediaWiki extensions / 3CentralAuth: Global preferences - 10https://bugzilla.wikimedia.org/14950 (10Nemo) [05:35:14] 3MediaWiki / 3General/Unknown: Make crosswiki bits and pieces truly global (tracking) - 10https://bugzilla.wikimedia.org/64475 (10Nemo) [05:37:28] 3MediaWiki / 3General/Unknown: German Eszett (ß) should, when used alone, redirect to 'SS', not 'S' - 10https://bugzilla.wikimedia.org/70220 (10Nemo) [05:39:13] 3MediaWiki extensions / 3Scribunto: The way LuaSandbox measures CPU time is not thread-safe - 10https://bugzilla.wikimedia.org/70177#c7 (10Ori Livneh) Two ideas: * In a multithreaded environment, it might be a lot saner to use the timerfd_*[1] family of system calls, which operate on timers that notify via... [05:46:36] ori: to be fair, did the current profiler actually ever work on OS X or Windows? [05:47:39] vvv: no idea. i highly doubt it. [05:47:59] I recall we had to disable it on OS X, because it does not actually implement POSIX real-time [05:48:50] * ori nods [05:51:01] Hi vvv [05:51:20] * Nemo_bis is reminded of how many vvv-made things he uses daily [05:54:58] 3MediaWiki / 3Skin and page rendering: Special:Block should use mediawiki ui - 10https://bugzilla.wikimedia.org/66145#c1 (10akansh) I am new to open source, I need to know are you looking for css styling of this form? If that`s the case can I attach a css style file? [05:54:58] 3MediaWiki / 3Internationalization: Allow translated special page name to be the same as canonical name, with case difference - 10https://bugzilla.wikimedia.org/62372 (10Nemo) [06:03:15] (03PS3) 1020after4: WIP: initial SecurityPolicyEnforcerAction [phabricator/extensions] - 10https://gerrit.wikimedia.org/r/154850 (owner: 10Rush) [06:56:43] 3Wikimedia / 3General/Unknown: Allow users to edit via Tor while still being able to fight abuse - 10https://bugzilla.wikimedia.org/69333#c4 (10Arlo Breault) Tor has put out a call to arms: https://blog.torproject.org/blog/call-arms-helping-internet-services-accept-anonymous-users how can we quantify th... [07:30:58] (03CR) 10Fomafix: [C: 04-1] "Wrong association." (032 comments) [core] - 10https://gerrit.wikimedia.org/r/157490 (https://bugzilla.wikimedia.org/69277) (owner: 10Bartosz Dziewoński) [09:32:28] 3MediaWiki extensions / 3WikidataRepo: Create a special page to query for badges - 10https://bugzilla.wikimedia.org/70209#c2 (10Bene*) No, the special page should be on the repo because this is the central place to query things. We might also create a special page on client which can query for all good or fe... [09:32:28] 3Wikimedia / 3General/Unknown: internal_api_error_DBQueryError on edit - 10https://bugzilla.wikimedia.org/70221#c1 (10Dan Michael Heggø) It started working again at 03:13 UTC. I got the error first at 19:13 UTC, so the lock lasted for ~ 8 hours or more. It is possible to configure such a look, whatever cause... [09:36:58] 3Wikimedia / 3General/Unknown: Allow users to edit via Tor while still being able to fight abuse - 10https://bugzilla.wikimedia.org/69333#c5 (10Sam Reed (reedy)) This issue is starting to irritate me a little :) [09:47:45] 3MediaWiki extensions / 3WikidataRepo: Store the badges of sitelinks in a queryable format - 10https://bugzilla.wikimedia.org/70229 (10Bene*) 3NEW p:3Unprio s:3normal a:3Wikidata bugs The badges of sitelinks should be stored in another table to make them queryable. This table should contain a badge i... [09:47:58] 3MediaWiki extensions / 3WikidataRepo: Store the badges of sitelinks in a queryable format - 10https://bugzilla.wikimedia.org/70229 (10Bene*) [09:47:58] 3MediaWiki extensions / 3WikidataRepo: Create a special page to query for badges - 10https://bugzilla.wikimedia.org/70209 (10Bene*) [10:10:13] 3Wikimedia / 3General/Unknown: Translation memory (solr) is failing - 10https://bugzilla.wikimedia.org/69613#c20 (10Niklas Laxström) Just occurred to me that perhaps the fix for bug 67921 is related to this, as it causes more candidates to exist and thus slowing down the queries. [10:24:43] 3Wikimedia / 3General/Unknown: "Outreach:Cherokee" comes up as search suggestion on Meta - 10https://bugzilla.wikimedia.org/60163#c2 (10This, that and the other (TTO)) 5NEW>3RESO/WOR No longer appears. Probably a cache artifact or something. [10:26:47] (03PS2) 10Addshore: Add the option to register renderers for namespaces [extensions/Popups] - 10https://gerrit.wikimedia.org/r/150731 (owner: 10Bene) [10:28:02] (03PS3) 10Addshore: Remove use of deprecated $wgPasswordSenderName [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/157109 [10:28:22] (03PS3) 10Addshore: Maintain a bit more back-compat with MediaWiki core [extensions/LiquidThreads] - 10https://gerrit.wikimedia.org/r/157138 [10:30:16] (03CR) 10Addshore: [C: 04-1] "same issue as before" (032 comments) [extensions/AdvancedMeta] - 10https://gerrit.wikimedia.org/r/149841 (owner: 10Nemo bis) [11:02:30] (03PS1) 10Nemo bis: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) [11:02:37] (03PS1) 10Nemo bis: Add top help link to MediaWiki.org in several pages [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) [11:03:54] (03CR) 10jenkins-bot: [V: 04-1] Add top help link to MediaWiki.org in several pages [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:04:16] (03CR) 10jenkins-bot: [V: 04-1] Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:04:18] (03CR) 10Nemo bis: "Untested" [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:05:59] (03CR) 10Nikerabbit: [C: 04-1] Improve page language functions (0321 comments) [core] - 10https://gerrit.wikimedia.org/r/137033 (owner: 10SPQRobin) [11:07:21] (03PS2) 10Nemo bis: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) [11:08:51] (03CR) 10jenkins-bot: [V: 04-1] Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:10:18] (03PS3) 10Nemo bis: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) [11:11:06] (03CR) 10Nikerabbit: Function to add a top (right) icon link to help page (035 comments) [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:11:21] (03CR) 10Nikerabbit: [C: 04-1] "Comments in PS1." [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:16:01] (03PS4) 10Wctaiwan: Use jquery.confirmable instead of jquery.ui.dialog [extensions/Thanks] - 10https://gerrit.wikimedia.org/r/152077 (owner: 10Legoktm) [11:16:15] (03PS4) 10Nemo bis: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) [11:19:28] 3MediaWiki extensions / 3ProofreadPage: Source and page number links not showing up in the Translation namespace - 10https://bugzilla.wikimedia.org/51980#c3 (10George Orwell III) (In reply to Tpt from comment #2) > For the floating page-number links it's an issue in the PageNumbers.js > script of en.wikisour... [11:24:00] 3MediaWiki / 3General/Unknown: Three editing labels - 10https://bugzilla.wikimedia.org/70230 (10Lorenzo Marconi) 3UNCO p:3Unprio s:3normal a:3None Hello. As discussed in :it:Discussioni_MediaWiki:Visualeditor-ca-editsource we'd need a way to get the same editing labels of en.wiki (in italian, obvious... [11:31:02] (03PS5) 10Nemo bis: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) [11:32:34] (03CR) 10Nemo bis: Function to add a top (right) icon link to help page (035 comments) [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:39:43] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar - 10https://bugzilla.wikimedia.org/69447#c8 (10Philippe Elie) s:5major>3critic Tpt, there should be a second patch depending on this one to overload this new function... [11:40:43] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447 (10Philippe Elie) [11:41:30] 3MediaWiki extensions / 3WikidataRepo: assertValidHtmlSnippet fails for lots of HTML generated in Wikibase - 10https://bugzilla.wikimedia.org/70232 (10Bene*) 3NEW p:3Unprio s:3normal a:3Wikidata bugs If one takes a look at https://integration.wikimedia.org/ci/job/mwext-Wikibase-repo-tests/6777/consol... [11:44:01] 3MediaWiki extensions / 3ProofreadPage: Toolbar appears bottom instead top of page - 10https://bugzilla.wikimedia.org/70233 (10starshollow) 3UNCO p:3Unprio s:3normal a:3None Created attachment 16330 --> https://bugzilla.wikimedia.org/attachment.cgi?id=16330&action=edit Toolbar bottom of page [wiki... [11:44:08] (03CR) 10Se4598: "comment to wording in commit msg and function header comment." (032 comments) [extensions/Popups] - 10https://gerrit.wikimedia.org/r/150731 (owner: 10Bene) [11:45:44] (03CR) 10Nemo bis: [C: 04-1] "Needs rebase" [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:49:12] (03PS2) 10Shirayuki: Add top help link to MediaWiki.org in several pages [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:49:14] (03PS6) 10Shirayuki: Function to add a top (right) icon link to help page [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:49:58] 3MediaWiki extensions / 3ProofreadPage: Toolbar appears bottom instead top of page - 10https://bugzilla.wikimedia.org/70233#c1 (10starshollow) * Other Buttons in toolbar e.g. bold, italic, Ocr, sign also missing since a few days [11:52:57] (03CR) 10Shirayuki: "fixed syntax error and rebased" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/157496 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [11:55:40] (03CR) 10Shirayuki: [C: 04-1] "On "action=delete" page:" [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [12:04:04] (03CR) 10Shirayuki: "Special:Block, Special:Newimages, Special:Upload and Special:Userrights show the same error message." [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [12:09:28] 3MediaWiki / 3General/Unknown: German Eszett (ß) should, when used alone, redirect to 'SS', not 'S' - 10https://bugzilla.wikimedia.org/70220#c4 (10Andre Klapper) s:5normal>3minor Ryan: Please provide exact steps to reproduce the problem, click by click. Currently I have no idea where you enter something... [12:39:28] 3Mathoid / 3General/Unknown: Improved browser fallback (future) - 10https://bugzilla.wikimedia.org/70206#c11 (10physikerwelt) Ok. We should somehow test with a lot of browsers before we publish something. [12:45:48] (03PS1) 10Bartosz Dziewoński: shared.css: Limit .plainlinks styling to .external links [core] - 10https://gerrit.wikimedia.org/r/157499 [12:49:55] (03PS2) 10Bartosz Dziewoński: Move mediawiki.skinning.* modules from skins/common/ to resources/ [core] - 10https://gerrit.wikimedia.org/r/157490 (https://bugzilla.wikimedia.org/69277) [12:49:58] (03CR) 10Bartosz Dziewoński: "Whoops. Fixed in PS2." [core] - 10https://gerrit.wikimedia.org/r/157490 (https://bugzilla.wikimedia.org/69277) (owner: 10Bartosz Dziewoński) [12:53:45] 3MediaWiki extensions / 3WikidataClient: other projects feature broken with $wgEnableSidebarCache = true - 10https://bugzilla.wikimedia.org/70234 (10Aude) 3NEW p:3Unprio s:3normal a:3Wikidata bugs If $wgEnableSidebarCache = true, it seems the other projects feature doesn't work correct. This is the... [12:56:13] 3MediaWiki / 3Installer: Whoops! The default skin for your wiki ($wgDefaultSkin), vector, is not available right after installation - 10https://bugzilla.wikimedia.org/70222 (10Andre Klapper) p:5Unprio>3Normal [12:59:16] (03PS3) 10Bartosz Dziewoński: Move mediawiki.skinning.* modules from skins/common/ to resources/ [core] - 10https://gerrit.wikimedia.org/r/157490 (https://bugzilla.wikimedia.org/69277) [13:00:43] 3MediaWiki / 3Skin and page rendering: Special:Block should use mediawiki ui - 10https://bugzilla.wikimedia.org/66145#c2 (10Andre Klapper) akansh: Welcome! In short, the button should correctly use existing CSS (mw-ui- prefix). In general, please check https://www.mediawiki.org/wiki/How_to_become_a_MediaWik... [13:01:44] 3Wikimedia / 3General/Unknown: internal_api_error_DBQueryError on edit - 10https://bugzilla.wikimedia.org/70221#c2 (10Andre Klapper) Do you know which specific servers were hit (like "mw1234")? [13:03:28] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c9 (10Andre Klapper) s:5critic>3major Not "critical". See [[mw:Bugzilla/Fields#Severity]] [13:04:58] 3MediaWiki / 3General/Unknown: Three editing labels - 10https://bugzilla.wikimedia.org/70230#c1 (10Andre Klapper) Hi, what would "Edit Beta" do if you already have the two other buttons? Which problem do you try to solve? What's the URL to the discussion? [13:21:20] (03CR) 10Nemo bis: "Yep. Thank you very mnuch Shirayuki; I'll look into it on Tuesday if nobody beats me at it." [core] - 10https://gerrit.wikimedia.org/r/157497 (https://bugzilla.wikimedia.org/43591) (owner: 10Nemo bis) [13:37:43] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c10 (10George Orwell III) (In reply to Philippe Elie from comment #8) > I increase priority, I d... [13:39:35] (03PS6) 10Paladox: Ace: Update to 08-07-2014 [extensions/CodeEditor] - 10https://gerrit.wikimedia.org/r/144780 (https://bugzilla.wikimedia.org/60432) (owner: 10TheDJ) [13:40:13] 3MediaWiki / 3Skin and page rendering: Create a tiny fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332#c8 (10Bartosz Dziewoński) Sorry, but I don't understand what the problem is. Bug 70114, as far as I can see, is entirely unrelated. It seems to be some issue wi... [13:41:28] 3MediaWiki / 3MediaWiki UI: Special:Block should use mediawiki ui - 10https://bugzilla.wikimedia.org/66145 (10Bartosz Dziewoński) [13:42:43] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c11 (10Philippe Elie) I enabled both of them but I can't get the wizard to work, is it working f... [13:43:00] 3MediaWiki / 3Special pages: Special:PermaLink should link to section titles - 10https://bugzilla.wikimedia.org/70235 (10Vogone) 3NEW p:3Unprio s:3normal a:3None See the URL. I guess this kind of linking should work. [13:44:43] 3MediaWiki extensions / 3ProofreadPage: Toolbar appears bottom instead top of page - 10https://bugzilla.wikimedia.org/70233#c2 (10Tpt) 5UNCO>3NEW p:5Unprio>3Normal Thanks for the bug report. I believe that the root issue is the same as bug 69447 but I don't close it as duplicate because it is not obv... [13:52:31] (03CR) 10Paladox: "Ok I have asked the develepers that use the jquery.choosen to start updating." [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) (owner: 10Paladox) [13:52:40] (03PS40) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:54:16] (03CR) 10Paladox: [C: 031] "It seems to work." [core] - 10https://gerrit.wikimedia.org/r/145311 (owner: 10Paladox) [13:54:28] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c12 (10Tpt) (In reply to Philippe Elie from comment #8) > Tpt, there should be a second patch de... [13:55:28] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c13 (10George Orwell III) (In reply to Philippe Elie from comment #11) > I enabled both of them... [13:55:31] (03CR) 10Phe: [C: 031] "Function overload seems better than calling a hook imho." [core] - 10https://gerrit.wikimedia.org/r/157054 (https://bugzilla.wikimedia.org/53448) (owner: 10Tpt) [13:55:56] (03PS1) 10Paladox: Fix WebInstaller style [core] (wmf/1.24wmf19) - 10https://gerrit.wikimedia.org/r/157501 (https://bugzilla.wikimedia.org/70190) [13:59:43] 3MediaWiki / 3Installer: Installer style breaks in wmf19/master - 10https://bugzilla.wikimedia.org/70190 (10Bartosz Dziewoński) 5PATC>3RESO/FIX [14:08:39] (03CR) 10Bartosz Dziewoński: [C: 032] Use jquery.confirmable instead of jquery.ui.dialog [extensions/Thanks] - 10https://gerrit.wikimedia.org/r/152077 (owner: 10Legoktm) [14:09:09] (03Merged) 10jenkins-bot: Use jquery.confirmable instead of jquery.ui.dialog [extensions/Thanks] - 10https://gerrit.wikimedia.org/r/152077 (owner: 10Legoktm) [14:15:13] 3MediaWiki extensions / 3ProofreadPage: Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar and break the wikieditor toolbar - 10https://bugzilla.wikimedia.org/69447#c14 (10George Orwell III) (In addition to George Orwell III from comment #13) > When I have all... [14:34:25] (03CR) 10Jforrester: [C: 031] shared.css: Limit .plainlinks styling to .external links [core] - 10https://gerrit.wikimedia.org/r/157499 (owner: 10Bartosz Dziewoński) [14:44:06] (03PS1) 10Physikerwelt: Fix: Profiler instance [extensions/DumpHTML] - 10https://gerrit.wikimedia.org/r/157503 [14:50:18] (03PS1) 10Physikerwelt: WIP: Access to protected properties 1 [extensions/DumpHTML] - 10https://gerrit.wikimedia.org/r/157504 [15:25:50] (03PS1) 10Tpt: Adds tests for Context class [extensions/ProofreadPage] - 10https://gerrit.wikimedia.org/r/157506 [15:43:35] (03CR) 10Aklapper: "> Ok I have asked the develepers that use the jquery.choosen to start updating." [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) (owner: 10Paladox) [15:47:06] (03PS1) 10Danmichaelo: Improve scraping [services/citoid] - 10https://gerrit.wikimedia.org/r/157507 [16:12:12] 3Wikimedia / 3General/Unknown: Allow users to edit via Tor while still being able to fight abuse - 10https://bugzilla.wikimedia.org/69333#c6 (10Jan Zerebecki) There is discussion related to this at: https://www.wikidata.org/wiki/Wikidata:Requests_for_comment/User_conduct_policies#Open_proxies [16:16:43] 3Wikimedia / 3General/Unknown: Allow users to edit via Tor while still being able to fight abuse - 10https://bugzilla.wikimedia.org/69333#c7 (10Arlo Breault) Continuing to block edits from users without accounts (I'll refrain from calling those anonymous) still seems necessary. But a proposal might be, * A... [16:50:14] 3MediaWiki / 3General/Unknown: German Eszett (ß) should, when used alone, redirect to 'SS', not 'S' - 10https://bugzilla.wikimedia.org/70220#c5 (10Ryan Cunningham) For example, if you type in in the address bar, you're instead directed to Wikipedia's page on the letter S. [16:50:43] 3MediaWiki / 3Redirects: Use history.replaceState to rewrite redirect urls - 10https://bugzilla.wikimedia.org/35045#c8 (10MZMcBride) This is awesome. Thank you, Bartosz! [16:52:23] (03CR) 10Jackmcbarn: [C: 04-1] "Didn't look closely, but that's what jumps out at me." (032 comments) [core] - 10https://gerrit.wikimedia.org/r/120475 (https://bugzilla.wikimedia.org/40379) (owner: 10Stepzhou) [16:57:58] 3MediaWiki / 3General/Unknown: German Eszett (ß) should, when used alone, redirect to 'SS', not 'S' - 10https://bugzilla.wikimedia.org/70220#c6 (10Andre Klapper) 5UNCO>3RESO/WOR No, not here. https://en.wikipedia.org/wiki/%C3%9F ends up on the article about the letter ß. [17:07:58] (03Abandoned) 10Jjanes: PostgreSQL: Fix Installer [core] - 10https://gerrit.wikimedia.org/r/156350 (https://bugzilla.wikimedia.org/70030) (owner: 10Jjanes) [17:36:45] 3Wikimedia / 3Site requests: please add opendimension.org to wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/70237 (10artturimatias) 3UNCO p:3Unprio s:3normal a:3None please add the following domain(s) to the wgCopyUploadsDomains whitelist: opendimension.org I'm working in WikiMedi... [17:46:28] 3Wikimedia / 3Site requests: please add opendimension.org to wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/70237#c1 (10jeremyb) You have a different email address at http://www.opendimension.org/me/ ? Also, we say Wikimedia not WikiMedia. [17:50:01] (03Abandoned) 10Krinkle: Fix WebInstaller style [core] (wmf/1.24wmf19) - 10https://gerrit.wikimedia.org/r/157501 (https://bugzilla.wikimedia.org/70190) (owner: 10Paladox) [17:51:00] (03PS1) 10Raimond Spekking: Convert i18n to JSON [extensions/TwitterLogin] - 10https://gerrit.wikimedia.org/r/157508 [17:51:02] (03PS4) 10Krinkle: mediawiki.language: Implement Language::listToText in JS [core] - 10https://gerrit.wikimedia.org/r/157301 (owner: 10Alex Monk) [17:51:51] Krinkle: is there something in core jquery to .html( whitelistedelements, fragment ) or something ? [17:52:28] (03PS5) 10Krinkle: mediawiki.language: Implement Language::listToText in JS [core] - 10https://gerrit.wikimedia.org/r/157301 (owner: 10Alex Monk) [17:52:55] i can't find anything, but before i start adding plugins.. figured i check with the master :) [17:53:56] *teh boss [18:12:47] (03CR) 10Petrb: API: created a new api to flag messages as read (031 comment) [core] - 10https://gerrit.wikimedia.org/r/156274 (owner: 10Petrb) [18:18:55] (03PS16) 10Petrb: API: created a new api to flag messages as read [core] - 10https://gerrit.wikimedia.org/r/156274 [18:20:12] thedjNotWMF: No, and frankly sounds like a terrible idea ! [18:22:37] thedjNotWMF: jquerymsg? :P [18:25:58] 3MediaWiki / 3Skin and page rendering: Allow wgGroupPermissions control of view counters - 10https://bugzilla.wikimedia.org/17883#c1 (10Andre Klapper) (In reply to Jeremy Morton from comment #0) > I quite quickly managed to implement this using the $wgGroupPermissions > array. If someone can confirm that th... [18:26:48] thedjNotWMF: uh, you seem to have exposed a bug in Quarry (it can't find t1.page_id and errors in a different way), I shall fix [18:30:28] 3MediaWiki extensions / 3SyntaxHighlight (GeSHi): False spaces before and behind inline-geshi-tags - 10https://bugzilla.wikimedia.org/17926#c1 (10Andre Klapper) Hi Benjamin! Sorry that nobody has taken a look at this report yet and given feedback. Example given in comment 0 is still valid and triggers the b... [18:30:58] 3Wikimedia / 3General/Unknown: Allow users to edit via Tor while still being able to fight abuse - 10https://bugzilla.wikimedia.org/69333#c8 (10Jan Zerebecki) Some past discussions related to Tor blocking: https://lists.wikimedia.org/pipermail/wikitech-l/2014-January/074049.html http://thread.gmane.org/gman... [18:32:29] (03CR) 10Krinkle: Revamp classic edit toolbar not to hardcode paths in HTML (032 comments) [core] - 10https://gerrit.wikimedia.org/r/155442 (https://bugzilla.wikimedia.org/69277) (owner: 10Bartosz Dziewoński) [18:33:58] 3MediaWiki / 3Uploading: Please add "jude" to application/zip in "mime.types" files - 10https://bugzilla.wikimedia.org/18024#c1 (10Andre Klapper) p:5Low>3Lowest Hi Denilson! Sorry that nobody has taken a look at this report yet and given feedback. http://jude.change-vision.com/jude-web/product/index.htm... [18:36:50] (03CR) 10Umherirrender: "Needs plainlinks to avoid the external link symbol." [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [18:41:12] (03CR) 10Jjanes: [C: 031] "With this patch and under $wgShowDBErrorBacktrace = true; it now shows the connection string, including the database password, in the err" [core] - 10https://gerrit.wikimedia.org/r/157488 (https://bugzilla.wikimedia.org/70223) (owner: 10saper) [18:43:26] (03PS1) 10Raimond Spekking: Consistency tweak: Wrap variable names into [extensions/ExtensionDistributor] - 10https://gerrit.wikimedia.org/r/157510 [18:48:47] (03CR) 10Paladox: "Well I doint where the link for developers to see which Apis or which functions they deprecated." [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) (owner: 10Paladox) [18:51:10] (03PS28) 10Paladox: WikiEditor: Fix issue with SVG [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151611 (https://bugzilla.wikimedia.org/35342) [18:51:42] (03CR) 10Paladox: [C: 031] "I have tested it and it worked I also fixed the XML problem in format b." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151611 (https://bugzilla.wikimedia.org/35342) (owner: 10Paladox) [18:51:44] (03CR) 10Brian Wolff: "From an architecture point of view, I think this would make most sense if there was a separate job queue for thumbnail rendering jobs, and" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/157157 (https://bugzilla.wikimedia.org/67698) (owner: 10Gilles) [18:53:28] 3MediaWiki / 3Special pages: Special:PermaLink should link to section titles - 10https://bugzilla.wikimedia.org/70235#c1 (10Umherirrender) Which browser you are using (see also bug 32085)? IE11 works for me. [18:55:25] (03CR) 10Brian Wolff: [C: 032] Add jpeg quality option [extensions/PdfHandler] - 10https://gerrit.wikimedia.org/r/133121 (owner: 10Scnd) [18:55:32] (03Merged) 10jenkins-bot: Add jpeg quality option [extensions/PdfHandler] - 10https://gerrit.wikimedia.org/r/133121 (owner: 10Scnd) [19:12:09] (03CR) 10Brian Wolff: [C: 04-1] SpecialUndelete: Check permissions on a per-page basis (031 comment) [core] - 10https://gerrit.wikimedia.org/r/154868 (https://bugzilla.wikimedia.org/14801) (owner: 10Legoktm) [19:22:13] 3Wikimedia / 3General/Unknown: UploadWizard Freezes at Uploading Stage: TypeError: file is undefined mw.FormDataTransport.js:47 - 10https://bugzilla.wikimedia.org/69374#c8 (10Jacklee) By the way, I tried using the UploadWizard with Google Chrome Version 36.0.1985.143 m, and didn't have any problems. This see... [19:22:44] Ugh [19:22:57] * YuviPanda pats marktraceur [19:23:58] 3Wikimedia / 3General/Unknown: UploadWizard Freezes at Uploading Stage: TypeError: file is undefined mw.FormDataTransport.js:47 - 10https://bugzilla.wikimedia.org/69374#c9 (10Mark Holmquist) Jacklee, Firefogg is a Firefox extension. Could you try turning it off? [19:25:31] (03PS1) 10Brian Wolff: Fix potential divide by 0 in WebVideoTranscode::getMaxSizeTransform [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/157511 [19:26:45] (03CR) 10Krinkle: "Why should this module not be tested by less test? Does it implement an incompatible interface whilst inheriting file module?" [core] - 10https://gerrit.wikimedia.org/r/155442 (https://bugzilla.wikimedia.org/69277) (owner: 10Bartosz Dziewoński) [19:27:15] 3MediaWiki / 3Page deletion: Add null revisions for page delete and restore events - 10https://bugzilla.wikimedia.org/70239 (10Nathan Larson) 3NEW p:3Unprio s:3enhanc a:3None Add null revisions for page delete and restore events. In the case of a page deletion event, the null revision would be stored... [19:27:28] 3Wikimedia / 3Site requests: please add opendimension.org to wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/70237#c2 (10artturimatias) (In reply to jeremyb from comment #1) > You have a different email address at http://www.opendimension.org/me/ ? > > Also, we say Wikimedia not WikiMedia.... [19:27:43] 3MediaWiki / 3Page deletion: Add null revisions for page delete and restore events - 10https://bugzilla.wikimedia.org/70239 (10Nathan Larson) p:5Unprio>3Lowest [19:28:02] (03PS2) 10Brian Wolff: Fix types in JSON videoinfo output [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/89846 (https://bugzilla.wikimedia.org/55742) (owner: 10Brion VIBBER) [19:28:14] (03PS3) 10Brian Wolff: Fix types in JSON videoinfo output [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/89846 (https://bugzilla.wikimedia.org/55742) (owner: 10Brion VIBBER) [19:29:24] (03CR) 10Brian Wolff: [C: 032] "Looks good. I'm going to remove the framerate field on audio files in a follow-up patch" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/89846 (https://bugzilla.wikimedia.org/55742) (owner: 10Brion VIBBER) [19:29:36] (03Merged) 10jenkins-bot: Fix types in JSON videoinfo output [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/89846 (https://bugzilla.wikimedia.org/55742) (owner: 10Brion VIBBER) [19:30:28] 3MediaWiki / 3Page deletion: Add null revisions for page delete and restore events - 10https://bugzilla.wikimedia.org/70239#c1 (10Jesús Martínez Novo (Ciencia Al Poder)) Could you explain what problem are you trying to solve, or why would it be useful? [19:32:53] (03CR) 10Krinkle: [C: 04-1] mediawiki.action.edit: Improve #addButton documentation (032 comments) [core] - 10https://gerrit.wikimedia.org/r/157486 (owner: 10Bartosz Dziewoński) [19:35:31] (03PS1) 10Brian Wolff: [API CHANGE] Do not include framerate field in videoinfo of audio files [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/157514 [19:35:50] (03CR) 10Brian Wolff: "https://gerrit.wikimedia.org/r/157514" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/89846 (https://bugzilla.wikimedia.org/55742) (owner: 10Brion VIBBER) [19:47:59] (03PS1) 10Brian Wolff: Fix xml output of query=videoinfo&viprop=derivatives [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/157515 (https://bugzilla.wikimedia.org/55743) [19:49:35] YuviPanda: yeah, i suspected that it wasn't actually running anymore :) [19:53:53] Krinkle: i was looking for a way to easily strip all html but and , but i'll go with .text first then... [19:54:13] thedjNotWMF: what's the input? [19:54:20] sounds like a job for wikitext [19:54:46] what are the other elements doing there in the first place? [19:54:50] Krinkle: scraped {{information}} templates :) [19:55:22] Hm.. yeah [19:55:26] text() probably [19:56:19] If we ever get proper meta data, we could have separate abstraction layers, where we'd e.g. provide (plain) names, (external) urls with labels, or list of user names [19:56:26] so that you can easily generate the relevant links [19:56:28] it's all 'not nice'. but that is actually sort of the point. to show people how NOT proper the metadata is. [19:56:36] yeah [19:56:43] http://imagebin.ca/v/1YkyoR4CD8qA [19:56:53] thedjNotWMF: also, (talk) [19:57:00] indeed... [19:57:02] I see that *so* often in author= [19:57:13] completely bonkers [19:57:33] like, you really want people to attribute you as Mr. John Cock (talk)? [19:57:38] What're you, a talking cock? [19:58:09] (fictional names, any overlap with real world names is a coincendence and unintended by the author) [19:58:18] :) [19:58:37] (03PS1) 10Brian Wolff: Add duration field in query=imageinfo&iiprop=dimensions [core] - 10https://gerrit.wikimedia.org/r/157586 (https://bugzilla.wikimedia.org/55941) [20:01:37] (03PS1) 10BryanDavis: Cleanup double quotes in Vagrantfile [vagrant] - 10https://gerrit.wikimedia.org/r/157612 [20:04:40] (03PS1) 10Brian Wolff: Avoid exceptions when query=videoinfo fed non-TMH file. [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/157618 [20:20:13] 3Wikimedia / 3General/Unknown: internal_api_error_DBQueryError on edit - 10https://bugzilla.wikimedia.org/70221#c3 (10Dan Michael Heggø) Only know the IP I included in my first message, 10.64.16.13, which seems to be db1024. [20:21:58] 3MediaWiki extensions / 3Gadgets: 2.0: Make it clearer that Scripts and CSS must be in Gadget namespace when defining a gadget - 10https://bugzilla.wikimedia.org/69906#c1 (10Alex Monk) (In reply to Helder from comment #0) > * Foo.js (correct, but the page needs to exist first, or it will be ignored!) > * Gad... [20:24:29] (03PS1) 10Brian Wolff: Fix API help for query=videoinfo [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/157619 (https://bugzilla.wikimedia.org/55744) [20:34:08] (03CR) 10Brian Wolff: [C: 032] "lgtm" [core] - 10https://gerrit.wikimedia.org/r/144273 (https://bugzilla.wikimedia.org/44242) (owner: 10Devanw) [20:34:36] (03CR) 10GOIII: [C: 031] Adds a method to EditPage that allows extensions to show/hide the toolbar [core] - 10https://gerrit.wikimedia.org/r/157054 (https://bugzilla.wikimedia.org/53448) (owner: 10Tpt) [20:40:15] (03Merged) 10jenkins-bot: add mw-diff-* classes to view diff page header links [core] - 10https://gerrit.wikimedia.org/r/144273 (https://bugzilla.wikimedia.org/44242) (owner: 10Devanw) [20:42:28] 3MediaWiki / 3Uploading: Generate thumbnails based on buckets - 10https://bugzilla.wikimedia.org/67525#c14 (10Bawolff (Brian Wolff)) Created attachment 16331 --> https://bugzilla.wikimedia.org/attachment.cgi?id=16331&action=edit file that scaled badly (unscaled original) I used: $wgThumbnailBuckets = arr... [20:47:29] 3MediaWiki extensions / 3Gadgets: 2.0: Make it clearer that Scripts and CSS must be in Gadget namespace when defining a gadget - 10https://bugzilla.wikimedia.org/69906 (10Alex Monk) 5NEW>3ASSI a:3Alex Monk [21:00:17] 3MediaWiki / 3Page deletion: Add null revisions for page delete and restore events - 10https://bugzilla.wikimedia.org/70239#c2 (10Nathan Larson) (In reply to Jesús Martínez Novo (Ciencia Al Poder) from comment #1) > Could you explain what problem are you trying to solve, or why would it be > useful? Then th... [21:13:28] 3MediaWiki / 3Database: 'Unknown error' in LoadBalancer->reportConnectionError() hides a real database problem - 10https://bugzilla.wikimedia.org/70223 (10Andre Klapper) p:5Unprio>3High [21:13:43] 3MediaWiki / 3General/Unknown: ParserOutput::getTimes and Profiler::getTime return wrong results in HHVM - 10https://bugzilla.wikimedia.org/70227 (10Andre Klapper) p:5Unprio>3Normal [21:14:14] 3Wikimedia / 3Site requests: please add opendimension.org to wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/70237 (10Andre Klapper) 5UNCO>3NEW p:5Unprio>3Normal s:5normal>3enhanc [21:16:43] 3Wikimedia / 3General/Unknown: Accessing Wikipedia.org on (http://en.wikipedia.org/wiki/Vitamin_C) causes screen overlap. - 10https://bugzilla.wikimedia.org/69936#c2 (10Andre Klapper) Johan: Please answer comment 1. [21:17:13] 3MediaWiki / 3File management: Moving files results in broken descriptions and deleted images - 10https://bugzilla.wikimedia.org/40927#c25 (10Andre Klapper) All patches merged - what's left to do here? [21:17:58] 3MediaWiki / 3ResourceLoader: mw.loader.store should not occupy all of localStorage - 10https://bugzilla.wikimedia.org/64721#c7 (10Andre Klapper) Ori: Could you reply to comment 6 please if you have some ideas? [21:18:13] 3MediaWiki-Vagrant: 403 Forbidden when uploading file via AJAX and using hhvm role - 10https://bugzilla.wikimedia.org/65195#c2 (10Andre Klapper) Juliusz: Could you answer comment 1 please? [21:26:13] 3Wikimedia / 3General/Unknown: internal_api_error_DBQueryE rror on page edit via bot; db1024 - 10https://bugzilla.wikimedia.org/70221#c4 (10Andre Klapper) p:5Unprio>3Normal Unsure whether to put this API or DB or Page editing territory, meh. Looking at https://fi.wikipedia.org/w/index.php?title=Wikipedi... [21:26:21] (03PS1) 10Jforrester: Update OOjs to v1.1.0 [core] - 10https://gerrit.wikimedia.org/r/157625 [21:34:14] 3MediaWiki / 3Uploading: Please add "jude" to application/zip in "mime.types" files - 10https://bugzilla.wikimedia.org/18024#c2 (10Denilson Figueiredo de Sá) Well, it has been so long ago that I don't even use JUDE or Astah anymore. Since no one else bothered with this bug, I fine with closing it. And thanks... [21:51:58] 3MediaWiki / 3Skin and page rendering: Create a tiny fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332#c9 (10Marcin Cieślak) I have added two bugs and reopened this bug because I have a need to document all issues related to automatic skin discovery and fallback.... [21:53:13] 3MediaWiki / 3Skin and page rendering: New skin autodiscovery for available/default and the fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332 (10Marcin Cieślak) [21:55:43] 3MediaWiki / 3Installer: Whoops! The default skin for your wiki ($wgDefaultSkin), vector, is not available right after installation - 10https://bugzilla.wikimedia.org/70222#c2 (10Marcin Cieślak) I'd propose this to move back to the Skins component for the reasons listed in bug 68332 comment 9 (https://bugzi... [21:56:14] 3MediaWiki / 3Skin and page rendering: New skin autodiscovery for available/default and the fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332 (10Marcin Cieślak) [21:56:15] 3MediaWiki / 3Installer: Make it possible to render the installer with any skin, or preview skins in the installer - 10https://bugzilla.wikimedia.org/68331 (10Marcin Cieślak) [22:01:59] (03CR) 10BryanDavis: [C: 032] Cleanup double quotes in Vagrantfile [vagrant] - 10https://gerrit.wikimedia.org/r/157612 (owner: 10BryanDavis) [22:02:09] (03Merged) 10jenkins-bot: Cleanup double quotes in Vagrantfile [vagrant] - 10https://gerrit.wikimedia.org/r/157612 (owner: 10BryanDavis) [22:04:28] 3MediaWiki extensions / 3Gadgets: 2.0: Make it clearer that Scripts and CSS must be in Gadget namespace when defining a gadget - 10https://bugzilla.wikimedia.org/69906#c2 (10Helder) (In reply to Alex Monk from comment #1) I agree. [22:04:54] (03PS2) 10BryanDavis: Uploading needs login to work, so configure that [vagrant] - 10https://gerrit.wikimedia.org/r/157316 (owner: 10Neilk) [22:05:02] (03CR) 10BryanDavis: [C: 032] Uploading needs login to work, so configure that [vagrant] - 10https://gerrit.wikimedia.org/r/157316 (owner: 10Neilk) [22:05:07] (03Merged) 10jenkins-bot: Uploading needs login to work, so configure that [vagrant] - 10https://gerrit.wikimedia.org/r/157316 (owner: 10Neilk) [22:05:29] 3MediaWiki / 3Skin and page rendering: New skin autodiscovery for available/default and the fallback skin to use when no proper skins are present - 10https://bugzilla.wikimedia.org/68332#c10 (10Marcin Cieślak) Acually (A),(B),(C) are already covered by findExtensions from WebInstaller.php (gerrit change 1386... [22:07:19] (03PS5) 10BryanDavis: hhvm logging and abi improvements [vagrant] - 10https://gerrit.wikimedia.org/r/156173 [22:07:42] (03CR) 10BryanDavis: [C: 032] hhvm logging and abi improvements [vagrant] - 10https://gerrit.wikimedia.org/r/156173 (owner: 10BryanDavis) [22:07:49] (03Merged) 10jenkins-bot: hhvm logging and abi improvements [vagrant] - 10https://gerrit.wikimedia.org/r/156173 (owner: 10BryanDavis) [22:10:22] (03PS1) 10Alex Monk: Clarify what the 'scripts' and 'styles' fields in the gadget manager should contain [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157628 (https://bugzilla.wikimedia.org/69906) [22:10:31] (03CR) 10jenkins-bot: [V: 04-1] Clarify what the 'scripts' and 'styles' fields in the gadget manager should contain [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157628 (https://bugzilla.wikimedia.org/69906) (owner: 10Alex Monk) [22:11:51] (03CR) 10Alex Monk: "Jenkins failure is unrelated." [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157628 (https://bugzilla.wikimedia.org/69906) (owner: 10Alex Monk) [22:14:46] 3MediaWiki extensions / 3WikimediaIncubator: Quotation marks are shown as " in title - 10https://bugzilla.wikimedia.org/70240 (10Étienne Beaulé) 3NEW p:3Unprio s:3normal a:3None In the title of info pages with a unknown language code, quotation marks are shown as '"'. This affects the messa... [22:14:48] (03PS1) 10Alex Monk: Use mediawiki.api for querying the API [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 [22:14:53] (03CR) 10jenkins-bot: [V: 04-1] Use mediawiki.api for querying the API [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [22:16:34] (03PS1) 10Alex Monk: Fix jshint errors [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157630 [22:16:44] 3Wikimedia / 3Bugzilla: Add pywikibot component(s) for other scripts - 10https://bugzilla.wikimedia.org/68542#c6 (10Ricordisamoa) (In reply to Merlijn van Deen from comment #5) > +1 on a component named 'Other scripts' to separate script bugs from > framework bugs. +1 [22:17:55] (03CR) 10Alex Monk: "I17cb9576 fixes jshint issue" [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [22:18:02] (03CR) 10Alex Monk: "(which is fixed by I17cb9576)" [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157628 (https://bugzilla.wikimedia.org/69906) (owner: 10Alex Monk) [22:19:51] (03PS1) 10Jforrester: build: Bump grunt-banana-checker to 0.2.0 and fix flagged issue [core] - 10https://gerrit.wikimedia.org/r/157631 [22:21:30] 3Wikimedia / 3Site requests: Enable the TemplateData GUI editor on Norwegian Bokmål Wikipedia - 10https://bugzilla.wikimedia.org/70216#c5 (10jeblad) There is no consensus at WP:Tinget, and that would usually take at least a week. There is a notice about this at WP:Torget, but this page is not used for projec... [22:23:34] any javascript regex experts around? [22:24:07] i'm trying to do a replace that calls a method/function to return the value. the function executes, but doesn't actually do the replace. [22:24:23] (03PS5) 10Gerrit Patch Uploader: mediawiki.util: Deprecate mw.util.updateTooltipAccessKeys [core] - 10https://gerrit.wikimedia.org/r/148264 [22:24:25] (03CR) 10Gerrit Patch Uploader: "This commit was uploaded using the Gerrit Patch Uploader [1]." [core] - 10https://gerrit.wikimedia.org/r/148264 (owner: 10Gerrit Patch Uploader) [22:24:36] so, i have a function/method foo() { return "BLAH!"; } [22:25:20] and this regex: text = text.replace(new RegExp('{{func.foo}}', 'g'), foo()); [22:25:29] now, foo() gets called. I see that in the console. [22:25:42] but it returns nothing. the text ({{func.foo}}) gets removed. [22:25:53] but the return value from foo() is not inserted. [22:27:46] (03CR) 10Helder.wiki: Use mediawiki.api for querying the API (035 comments) [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [22:29:29] (03CR) 10Alex Monk: Use mediawiki.api for querying the API (031 comment) [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [22:34:13] (03CR) 10Alex Monk: [C: 04-1] Use mediawiki.api for querying the API (031 comment) [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [22:36:26] (03PS5) 10BryanDavis: Central bundler gem installation path for faster provisions [vagrant] - 10https://gerrit.wikimedia.org/r/156207 (owner: 10Dduvall) [22:52:28] 3Wikimedia / 3Site requests: Enable the TemplateData GUI editor on Norwegian Bokmål Wikipedia - 10https://bugzilla.wikimedia.org/70216#c6 (10James Forrester) (In reply to jeblad from comment #5) > There is no consensus at WP:Tinget, and that would usually take at least a > week. There is a notice about this... [22:59:52] (03CR) 10BryanDavis: "Inline question about the need for a BUNDLE_PATH env var to go with this change." (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/156207 (owner: 10Dduvall) [23:21:47] (03CR) 10Helder.wiki: [C: 031] Fix jshint errors [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157630 (owner: 10Alex Monk) [23:38:21] (03PS1) 10BryanDavis: Add support for Docker [vagrant] - 10https://gerrit.wikimedia.org/r/157633 [23:48:21] (03PS2) 10Alex Monk: Use mediawiki.api for querying the API [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 [23:48:26] (03CR) 10jenkins-bot: [V: 04-1] Use mediawiki.api for querying the API [extensions/Gadgets] (RL2) - 10https://gerrit.wikimedia.org/r/157629 (owner: 10Alex Monk) [23:48:28] 3Wikimedia / 3Site requests: Add sources and enable transwiki import for pt.wikibooks - 10https://bugzilla.wikimedia.org/20552#c5 (10Helder) (In reply to Helder from comment #0) > Actually, we would like to have all the Wikibooks as sources. But if this is > not possible, set at least those listed above. It... [23:48:34] (03CR) 10Krinkle: [C: 032] Update OOjs to v1.1.0 [core] - 10https://gerrit.wikimedia.org/r/157625 (owner: 10Jforrester) [23:49:19] (03PS2) 10BryanDavis: Add support for Docker [vagrant] - 10https://gerrit.wikimedia.org/r/157633 (https://bugzilla.wikimedia.org/51556) [23:52:17] (03CR) 10Krinkle: [C: 04-1] mediawiki.util: Deprecate mw.util.updateTooltipAccessKeys (031 comment) [core] - 10https://gerrit.wikimedia.org/r/148264 (owner: 10Gerrit Patch Uploader) [23:54:41] (03Merged) 10jenkins-bot: Update OOjs to v1.1.0 [core] - 10https://gerrit.wikimedia.org/r/157625 (owner: 10Jforrester) [23:55:43] 3Wikimedia / 3General/Unknown: internal_api_error_DBQueryError on page edit via bot; db1024 - 10https://bugzilla.wikimedia.org/70221#c5 (10Dan Michael Heggø) It's about UKBot, yes. However, once the page was locked, noone else could edit it either. What puzzles me the most is that the lock lasted for so many...