[00:03:44] 03(mod) #tag cannot produce XHTML-style self-closing tags, required by LST - 10https://bugzilla.wikimedia.org/37256 +comment (10fastgoldfish) [00:11:13] 03(mod) Review and deploy TranslateSvg extension on Wikimedia Commons - 10https://bugzilla.wikimedia.org/54214 +comment (10jarry1250) [00:21:22] 03(mod) whitespace handling regression in 8915e64 - 10https://bugzilla.wikimedia.org/55902 +comment (10Gabriel Wicke) [00:24:13] 03(mod) whitespace handling regression in 8915e64 - 10https://bugzilla.wikimedia.org/55902 +comment (10gerritadmin) [00:29:01] 03(mod) Support for multilingual SVGs - 10https://bugzilla.wikimedia.org/16052 +comment (10bawolff+wn) [00:29:53] 03(mod) Use SVG layers to include translated text in several languages in SVG files - 10https://bugzilla.wikimedia.org/55768 +comment (10Bawolff (Brian Wolff)) [00:29:55] 03(mod) Allowing tag Image to access SVG layers - 10https://bugzilla.wikimedia.org/4688 +comment (10Bawolff (Brian Wolff)) [00:40:11] 03(mod) Metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 +comment (10bawolff+wn) [00:44:51] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 summary (10Bawolff (Brian Wolff)) [00:47:32] 03(NEW) In Special:Watchlist, "Show/Hide logged-in users" should be "Show/Hide registered users" - 10https://bugzilla.wikimedia.org/55980 normal; MediaWiki: General/Unknown; () [01:00:21] addshore: You around? [01:00:25] legoktm: ? [01:00:30] hi [01:00:50] What's the shortest way to assign the editcount value of http://ddowiki.com/api.php?action=query&meta=userinfo&uiprop=editcount to a variable? [01:01:06] in javascript? [01:01:12] Yeah. [01:01:27] I have to do it with the api because "mw.config.get( 'wgUserEditCount' )" doesn't exist in mw1.19 [01:01:53] hm, now I'm wondering if scripts can call XMLHttpRequest. probably so [01:02:03] but there's probably a mw.whatever [01:02:28] http://ddowiki.com/api.php?action=query&meta=userinfo&uiprop=editcount&format=jsonfm <-- new mw.Api().get({action: 'query',meta:'userinfo',uiprop:'editcount'}).done(function(data){alert(data.query.userinfo.editcount);}); [01:02:52] or, if you have system access [01:02:56] just add a hook [01:03:50] [21:03:28.715] TypeError: mw.Api is not a constructor @ http://ddowiki.com/index.php?title=User:Technical_13/Scripts/Edit_counter.js&action=raw&ctype=text/javascript:73 [01:04:41] um [01:04:44] break it into two lines [01:04:48] var api = new mw.Api() [01:04:52] api.get() [01:04:57] Was it added in 1.20 or 1.21 ? I can probably get him to update it into one of those. [01:05:24] 1.21 [01:05:31] though, its trivial to add [01:07:42] $wgHooks['ResourceLoaderGetConfigVars'][] = function( &$vars ) { global $wgUser; $vars['wgUserEditCount'] = $wgUser->getEditCount(); }; [01:07:49] Technical_13: ^ in the localsettings.php [01:07:52] ah, php. [01:09:25] Thanks legoktm. [01:09:30] np [01:11:00] 03(mod) Parsoid should support passing on an authenticated user's read right (when MW API supports that) - 10https://bugzilla.wikimedia.org/44483 +comment (10gerritadmin) [01:11:10] 03(mod) Parsoid should support passing on an authenticated user's read right (when MW API supports that) - 10https://bugzilla.wikimedia.org/44483 (10Gerrit Notification Bot) [01:35:49] 03(mod) texvc failure due to missing MW cgroup - 10https://bugzilla.wikimedia.org/55709 +comment (10gerritadmin) [01:35:52] 03(mod) texvc failure due to missing MW cgroup - 10https://bugzilla.wikimedia.org/55709 (10Gerrit Notification Bot) [01:53:29] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 +comment (10Technical 13) [01:56:41] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10b) [02:38:40] 03(NEW) Redis can fill with non-expiring data from wgMemc - 10https://bugzilla.wikimedia.org/55981 normal; MediaWiki-Vagrant: General; () [03:31:09] 03(mod) Move page deletion to a RevDelete mechanism; kill archive table (fire optional) - 10https://bugzilla.wikimedia.org/55398 +comment (10springle) [03:36:19] 03(mod) Move page deletion to a RevDelete mechanism; kill archive table (fire optional) - 10https://bugzilla.wikimedia.org/55398 +comment (10aschulz4587) [04:06:04] 03(NEW) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 major; MediaWiki extensions: MobileFrontend; () [04:06:55] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 (10JuneHyeon Bae) [04:07:23] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 +comment (10bingle-admin) [04:10:13] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 +comment (10gerritadmin) [04:10:15] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 (10Gerrit Notification Bot) [04:12:18] 03(NEW) Automatically end tours based on user actions - 10https://bugzilla.wikimedia.org/55983 normal; MediaWiki extensions: GuidedTour; () [04:13:23] 03(mod) Automatically end tours based on user actions - 10https://bugzilla.wikimedia.org/55983 +comment (10mflaschen) [04:19:03] 03(mod) Automatically end tours based on user actions - 10https://bugzilla.wikimedia.org/55983 normal->15enhancement (10Steven Walling) [04:23:11] 03(mod) Redis can fill with non-expiring data from wgMemc, blocking all writes - 10https://bugzilla.wikimedia.org/55981 summary; +comment (10Matthew Flaschen) [04:28:58] 03(mod) Redis can fill with non-expiring data, blocking all writes - 10https://bugzilla.wikimedia.org/55981 summary (10Matthew Flaschen) [04:30:46] 03(NEW) Some tours don't end when clicking on okay button on final step - 10https://bugzilla.wikimedia.org/55984 normal; MediaWiki extensions: GuidedTour; () [04:31:07] 03(mod) Some tours don't end when clicking on okay button on final step - 10https://bugzilla.wikimedia.org/55984 (10Matthew Flaschen) [04:31:09] 03(mod) Automatically end tours based on user actions - 10https://bugzilla.wikimedia.org/55983 (10Matthew Flaschen) [04:37:53] 03(mod) Some tours don't end when clicking on okay button on final step - 10https://bugzilla.wikimedia.org/55984 +comment (10swalling) [04:38:01] 03(mod) Some tours don't end when clicking on okay button on final step - 10https://bugzilla.wikimedia.org/55984 (10Steven Walling) [04:44:15] 03(mod) Automatically end tours based on user actions - 10https://bugzilla.wikimedia.org/55983 +comment (10swalling) [04:52:09] 03(mod) duplicate entries for the same course at Special:Courses - 10https://bugzilla.wikimedia.org/43782 (10Gerrit Notification Bot) [04:52:13] 03(mod) duplicate entries for the same course at Special:Courses - 10https://bugzilla.wikimedia.org/43782 +comment (10gerritadmin) [04:53:16] 03(mod) duplicate entries for the same course at Special:Courses - 10https://bugzilla.wikimedia.org/43782 (10Andrew Green) [05:01:51] 03(mod) Only 30 repos listed in tech community metrics - 10https://bugzilla.wikimedia.org/53719 +comment (10acs) [05:10:00] 03(mod) Setting language to anything other than "en" changes default edit-window font from monospaced to sans-serif - 10https://bugzilla.wikimedia.org/53734 +comment (10gerritadmin) [05:10:54] 03(mod) Setting language to anything other than "en" changes default edit-window font from monospaced to sans-serif - 10https://bugzilla.wikimedia.org/53734 +comment (10gerritadmin) [05:19:02] 03(mod) Update readme file so it contains links to all repositories with Selenium tests - 10https://bugzilla.wikimedia.org/53580 (10Željko Filipin) [05:19:07] 03(mod) update mediawiki-selenium gem to point to the gerrit repo - 10https://bugzilla.wikimedia.org/55560 (10Željko Filipin) [05:19:35] 03(mod) Create the "known stable tests" set of tests - 10https://bugzilla.wikimedia.org/51491 (10Željko Filipin) [05:20:19] 03(mod) browsertests under phantomjs have failures on Jenkins - 10https://bugzilla.wikimedia.org/54489 (10Željko Filipin) [05:21:42] 03(mod) Move page deletion to a RevDelete mechanism; kill archive table (fire optional) - 10https://bugzilla.wikimedia.org/55398 +comment (10nathanlarson3141) [05:22:45] 03(mod) Build failed in Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 +comment (10zfilipin) [05:29:14] 03(mod) Move page deletion to a RevDelete mechanism; kill archive table (fire optional) - 10https://bugzilla.wikimedia.org/55398 +comment (10nathanlarson3141) [05:29:26] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 summary (10Željko Filipin) [05:33:30] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 +comment (10zfilipin) [06:00:21] 03(NEW) Failure to bring up save dialog, addition of navbox - 10https://bugzilla.wikimedia.org/55985 normal; VisualEditor: General; () [06:00:43] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 +comment (10zfilipin) [06:01:10] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 +comment (10innocentkiller) [06:18:14] 03(NEW) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 normal; MediaWiki: General/Unknown; () [06:20:23] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10mflaschen) [06:27:23] 03(NEW) Intermittent BagOStuffTest failures for Redis - 10https://bugzilla.wikimedia.org/55987 normal; MediaWiki: General/Unknown; () [06:27:46] 03(mod) Intermittent BagOStuffTest failures for Redis - 10https://bugzilla.wikimedia.org/55987 (10Matthew Flaschen) [06:27:46] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 (10Matthew Flaschen) [06:30:20] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10tylerromeo) [06:30:45] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10mflaschen) [06:32:17] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10mflaschen) [07:02:10] 03(mod) Links with language variants can't automatically jump to mobile sites - 10https://bugzilla.wikimedia.org/51753 +comment (10liangent) [07:15:56] 03(mod) [OPS] Puppet script for LaTeXML - 10https://bugzilla.wikimedia.org/54034 +comment (10aklapper) [07:29:07] Hi. The echo release is scheduled for today, right? [07:29:55] Sid-G: looks like it, yeah. though most of the people working on that are in SF and hence probably asleep [07:30:24] hi.wikipedia uses the digit transform table to reset the digits in the interface back to international from deva. I'm wondering if echo is going to respect that. [07:30:31] ori-l: ^ [07:33:39] ori-l: any idea? [07:34:10] Sid-G: no idea, i can look [07:34:21] ori-l: thanks :) [07:40:08] 03(mod) api: mobileformat html returns inconsistent response - 10https://bugzilla.wikimedia.org/54607 +comment (10gerritadmin) [07:42:35] Sid-G: I think it will, but I'm not 100% sure [07:43:05] ori-l: right. is it anywhere on the beta cluster where this might be tested? [07:43:15] no idea, really [07:45:39] hmm. thanks ori-l Guess I'll just have to wait and watch. [08:14:05] 03(mod) www.wikisource.org API call no longer works - 10https://bugzilla.wikimedia.org/55926 +comment (10Jan Zerebecki) [08:17:57] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 +upstream (10Andre Klapper) [08:18:02] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 (10Andre Klapper) [08:22:30] 03(mod) #tag cannot produce XHTML-style self-closing tags, required by LST - 10https://bugzilla.wikimedia.org/37256 +comment (10fastgoldfish) [09:03:22] 03(mod) Jenkins: Upgrade jsduck from v4.x to v5.x - 10https://bugzilla.wikimedia.org/55753 (10Antoine "hashar" Musso) [09:08:22] 03(mod) set $wgShowExceptionDetails on jenkins jobs. - 10https://bugzilla.wikimedia.org/55595 normal->15enhancement; +comment (10Antoine "hashar" Musso) [09:10:27] 03(mod) monitor gallium disk performances - 10https://bugzilla.wikimedia.org/54787 +comment (10Antoine "hashar" Musso) [09:12:53] 03(mod) Enable VisualEditor for all namespaces other than Project, Template, MediaWiki and Talk* - 10https://bugzilla.wikimedia.org/55968 +comment (10This, that and the other) [09:15:43] 03(mod) Jenkins: report metrics to statsd - 10https://bugzilla.wikimedia.org/55412 +comment (10hashar) [09:16:59] 03(mod) Jenkins: report metrics to statsd - 10https://bugzilla.wikimedia.org/55412 (10Antoine "hashar" Musso) [09:18:10] Hi, can someone help me out with my wiki set up? [09:19:08] !ask | Joshua___ [09:19:09] Joshua___: Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [09:21:09] Right, okay. My mediawiki setup was a page the standard index.php?title=Main_Title and I've changed the htaccess and the localsettings so now the default is simply /wiki/Main_Title however none of the pages moved content with it so they are all blank [09:21:39] If I goto the original url the content is still there, how can I move them to the new /wiki/ urls? [09:25:23] 03(mod) Jenkins: report metrics to statsd - 10https://bugzilla.wikimedia.org/55412 +comment (10hashar) [09:26:59] 03(NEW) Jenkins: Statsd metrics miss queue/nodes/executors informations - 10https://bugzilla.wikimedia.org/55988 enhancement; Wikimedia: Continuous integration; () [09:27:05] 03(mod) Jenkins: report metrics to statsd - 10https://bugzilla.wikimedia.org/55412 +comment (10hashar) [09:27:14] 03(mod) Jenkins: Statsd metrics miss queue/nodes/executors informations - 10https://bugzilla.wikimedia.org/55988 (10Antoine "hashar" Musso) [09:29:10] So.. does anyone know? [09:30:41] Joshua___: you've picked a bad time of day, sorry [09:30:46] i'd help, but i'm clueless myself [09:32:02] Okay, well I'll wait around a bit. [09:33:23] 03(mod) PHP CodeSniffer reports line length based on bytes, not on characters - 10https://bugzilla.wikimedia.org/55508 +comment (10Antoine "hashar" Musso) [09:33:35] 03(mod) PHP CodeSniffer reports line length based on bytes, not on characters - 10https://bugzilla.wikimedia.org/55508 normal->minor (10Antoine "hashar" Musso) [09:35:51] 03(mod) Jenkins reporting error with insufficient info - 10https://bugzilla.wikimedia.org/51743 +comment (10Antoine "hashar" Musso) [09:37:23] 03(mod) configure jobs to be runnable on any slaves - 10https://bugzilla.wikimedia.org/53594 +comment (10Antoine "hashar" Musso) [09:37:42] 03(mod) find a way to deploy PHPUnit on production machines - 10https://bugzilla.wikimedia.org/54762 +comment (10Antoine "hashar" Musso) [09:38:54] 03(NEW) mw.loader.using hides JavaScript errors - 10https://bugzilla.wikimedia.org/55989 normal; MediaWiki: JavaScript; () [09:41:02] 03(mod) Zuul: should no more vote on code-review - 10https://bugzilla.wikimedia.org/55757 +comment (10gerritadmin) [09:41:04] 03(mod) Zuul: should no more vote on code-review - 10https://bugzilla.wikimedia.org/55757 (10Gerrit Notification Bot) [09:41:58] 03(mod) Zuul: should no more vote on code-review - 10https://bugzilla.wikimedia.org/55757 +comment (10gerritadmin) [09:42:51] !500 | Joshua___ [09:42:51] Joshua___: A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [09:43:19] 03(mod) Zuul: should no more vote on code-review - 10https://bugzilla.wikimedia.org/55757 +comment (10Antoine "hashar" Musso) [09:43:44] I'm getting page not found [09:43:44] is there any docs on include mediawiki inside a vhost? [09:45:16] 03(mod) monitor Zuul queues in ganglia - 10https://bugzilla.wikimedia.org/49457 +comment (10Antoine "hashar" Musso) [09:45:22] matanya: you just point your vhost to the directory that holds mediawiki [09:45:26] afaik [09:46:23] p858snake|l: thanks, i tried that, the wiki look broken when i do that [09:46:44] Broken is very descriptive, What do you mean? [09:47:58] p858snake|l: similar to : http://doc.yunohost.org/Main_Page [09:49:35] matanya: it can't find some of your files, Make sure your settings are correct in localsettings.php [09:49:47] I believe you are looking for the wgScriptPath setting from memory [09:50:13] actually not it won't be that [09:50:27] 03(mod) set $wgShowExceptionDetails on jenkins jobs. - 10https://bugzilla.wikimedia.org/55595 +comment (10hashar) [09:50:39] its your shorturl setup most likely, because you didn't heed the warnings about putting your wiki in the "root" directory of the url [09:51:08] actually wait, no that does bring up load.php [09:53:39] p858snake|l: my goal is to point wiki.example.com to the wik itself, instead of the need to use exapmle.com/mediawiki [10:02:09] 03(NEW) Flow design is too large for smaller script - 10https://bugzilla.wikimedia.org/55990 normal; MediaWiki extensions: Flow; () [10:03:38] 03(mod) Flow design is too large for smaller script - 10https://bugzilla.wikimedia.org/55990 +comment (10hashar) [10:09:08] 03(mod) Flow design is too large for smaller screen - 10https://bugzilla.wikimedia.org/55990 summary; +comment (10Antoine "hashar" Musso) [10:10:34] 03(mod) Setup monitoring for Beta cluster - 10https://bugzilla.wikimedia.org/51497 (10Antoine "hashar" Musso) [10:10:37] 03(mod) Use Beta cluster as a true canary for code deployments (tracking) - 10https://bugzilla.wikimedia.org/51494 (10Antoine "hashar" Musso) [10:14:57] 03(mod) [OPS] Jenkins: allow wmde members to rebuild jobs - 10https://bugzilla.wikimedia.org/47734 +comment (10Antoine "hashar" Musso) [10:15:04] 03(mod) [OPS] Jenkins: allow wmde members to rebuild jobs - 10https://bugzilla.wikimedia.org/47734 (10Antoine "hashar" Musso) [10:28:44] 03(mod) Intermittent BagOStuffTest failures for Redis - 10https://bugzilla.wikimedia.org/55987 (10Andre Klapper) [10:29:57] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 (10Andre Klapper) [10:31:18] 03(mod) OOM error in Special:GlobalAllocation - 10https://bugzilla.wikimedia.org/55973 (10Andre Klapper) [10:31:52] 03(mod) Add a "You've not saved your changes" dialogue - 10https://bugzilla.wikimedia.org/55966 (10Andre Klapper) [10:42:40] 03(mod) VisualEditor: Cursoring around a node leads to pawning inserting the cursor before (not after) the text in Firefox - 10https://bugzilla.wikimedia.org/54917 +comment (10elitre82) [10:56:42] how do I get rid of "Validation error for 'translate-sandbox': not a valid preference"" [10:57:05] I have [10:57:06] $wgDefaultUserOptions['translate-sandbox'] = ''; [10:58:11] mphh [10:58:15] forgot to register my hook [11:06:23] 03(NEW) input type categories not always display correct - 10https://bugzilla.wikimedia.org/55992 normal; MediaWiki extensions: SemanticForms; () [11:09:35] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 normal->minor (10Andre Klapper) [11:09:40] :) [11:10:04] 03(mod) Sessions don't work on non-loginwiki domains - 10https://bugzilla.wikimedia.org/55978 (10Andre Klapper) [11:11:00] 03(mod) In Special:Watchlist, "Show/Hide logged-in users" should be "Show/Hide registered users" - 10https://bugzilla.wikimedia.org/55980 normal->minor; +easy (10Andre Klapper) [11:11:01] 03(mod) Interface messages needing rewording or documentation and other issues with existing messages (tracking) - 10https://bugzilla.wikimedia.org/38638 (10Andre Klapper) [11:11:58] 03(mod) Vector: Add SVG version of collapsible sidebar arrow icon - 10https://bugzilla.wikimedia.org/35340 (10Pau Giner) [12:07:42] 03(NEW) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 normal; MediaWiki extensions: RelatedSites; () [12:10:38] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10singaporemaps) [12:36:22] 03(NEW) FormEdit - JS Error in combination with skin vector and wikieditor - 10https://bugzilla.wikimedia.org/55994 major; MediaWiki extensions: SemanticBundle; () [12:37:01] 03(mod) FormEdit - JS Error in combination with skin vector and wikieditor - 10https://bugzilla.wikimedia.org/55994 +comment (10korinek) [12:37:21] 03(mod) FormEdit - JS Error in combination with skin vector and wikieditor - 10https://bugzilla.wikimedia.org/55994 (10Alex) [12:45:06] 03(mod) FormEdit - JS Error in combination with skin vector and wikieditor - 10https://bugzilla.wikimedia.org/55994 +comment (10korinek) [12:46:14] 03(mod) Selection expanded on undo - 10https://bugzilla.wikimedia.org/52184 +comment (10jonathan_haas) [12:46:17] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10Aude) [12:57:20] 03(mod) Allowing tag Image to access SVG layers - 10https://bugzilla.wikimedia.org/4688 +comment (10A.Pirard.Papou) [13:02:26] Hi. The message https://www.mediawiki.org/wiki/Translations:Help:Notifications/29/en needs this change --> https://www.mediawiki.org/w/index.php?diff=790178 [13:02:27] Can/should I update this on the wiki, or is that supposed to be done from elsewhere? [13:15:03] Seeing weird ULS behaviour at mediawiki.org Its resetting my font for hindi from system default to lohit devanagari on every page load. Can someone confirm this please? Thanks. [13:16:30] 03(mod) Vector: Add SVG version of the watch star icon - 10https://bugzilla.wikimedia.org/35335 +easy (10Bartosz Dziewoński) [13:16:31] 03(mod) High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI - 10https://bugzilla.wikimedia.org/32101 +easy (10Bartosz Dziewoński) [13:16:33] 03(mod) Link type icons are low-resolution - 10https://bugzilla.wikimedia.org/35343 +easy (10Bartosz Dziewoński) [13:16:33] 03(mod) WikiEditor: Add SVG versions of editing toolbar icons - 10https://bugzilla.wikimedia.org/35342 +easy (10Bartosz Dziewoński) [13:16:35] 03(mod) Wikipedia and other site logos pixelated, blurry on high-resolution screens - 10https://bugzilla.wikimedia.org/35337 +easy (10Bartosz Dziewoński) [13:16:37] 03(mod) WikiLove: Add HiDPI version or SVG of "heart" icon - 10https://bugzilla.wikimedia.org/35334 +easy (10Bartosz Dziewoński) [13:16:37] 03(mod) RSS/Atom feed icon for sidebar is low-resolution - 10https://bugzilla.wikimedia.org/35345 +easy (10Bartosz Dziewoński) [13:16:38] 03(mod) Enhanced Recent Changes collapse/show arrows are low-resolution - 10https://bugzilla.wikimedia.org/35344 +easy (10Bartosz Dziewoński) [13:16:40] 03(mod) Watchlist icon on does not match on desktop and mobile skin - 10https://bugzilla.wikimedia.org/54307 +easy (10Bartosz Dziewoński) [13:23:20] 03(mod) sulinfo is unusable (takes tens of seconds) - 10https://bugzilla.wikimedia.org/53987 +comment (10marc) [13:33:59] legoktm: ResourceLoaderGetConfigVars is for site-wide variables, not page specific. the wguser in taht context is not the user but probably a dummy (e.g. load.php startup request, not index.php mw.config outputpage embed) [13:34:13] you can't do editcount in there. [13:34:48] Use hook MakeGlobalVariablesScript instead. [13:35:03] Which is run from OutputPage:;getJSVars [13:36:14] Ideally you'd use a contextual $user and $outputpage and call $outputpage->addJsConfigVars( .. ) instead of a global hook with wgUser. [13:43:05] 03(NEW) Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications - 10https://bugzilla.wikimedia.org/55995 normal; MediaWiki extensions: Echo; () [13:43:55] 03(mod) Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications - 10https://bugzilla.wikimedia.org/55995 (10Siddhartha Ghai) [13:43:55] 03(mod) Hindi Wikiprojects (tracking) - 10https://bugzilla.wikimedia.org/41348 (10Siddhartha Ghai) [13:46:19] 03(mod) sulinfo is unusable (takes tens of seconds) - 10https://bugzilla.wikimedia.org/53987 +comment (10b) [13:46:27] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 +comment (10gerritadmin) [13:46:29] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 (10Gerrit Notification Bot) [13:49:17] 03(mod) VisualEditor: {{largethumb}} template on nlwiki getting substituted on save - 10https://bugzilla.wikimedia.org/54803 +comment (10Ed Sanders) [13:52:34] 03(mod) ant install - 10https://bugzilla.wikimedia.org/55938 +comment (10gerritadmin) [13:53:47] 03(mod) Install graphviz on exec nodes and -dev - 10https://bugzilla.wikimedia.org/54478 +comment (10gerritadmin) [13:59:04] 03(mod) text input history/autocomplete doesn't work in IE + https - 10https://bugzilla.wikimedia.org/53636 +comment (10hartman.wiki) [14:02:21] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 +comment (10gerritadmin) [14:05:59] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 +comment (10gerritadmin) [14:08:39] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 +comment (10Željko Filipin) [14:11:16] 03(mod) Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications - 10https://bugzilla.wikimedia.org/55995 +comment (10Siddhartha.Ghai) [14:12:03] 03(mod) git-review broken on Ubuntu+ARM - 10https://bugzilla.wikimedia.org/55732 (10Željko Filipin) [14:20:16] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 +comment (10bawolff+wn) [14:21:11] 03(mod) #tag cannot produce XHTML-style self-closing tags, required by LST - 10https://bugzilla.wikimedia.org/37256 +comment (10ed.palmer) [14:28:15] 03(NEW) Gender-modified namespace problem in touch.py - 10https://bugzilla.wikimedia.org/55996 normal; Pywikibot: General; () [14:44:42] 03(mod) MediaWiki needs moar NyanCat - 10https://bugzilla.wikimedia.org/30112 (10John Du Hart) [14:49:00] 03(mod) MediaWiki needs moar NyanCat - 10https://bugzilla.wikimedia.org/30112 +comment (10Andre Klapper) [14:50:51] * johnduhart boos [14:52:04] Extension:NyanCat :D [14:52:29] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 +comment (10gerritadmin) [14:57:18] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 +comment (10Siddhartha Ghai) [14:57:20] 03(mod) Install graphviz on exec nodes and -dev - 10https://bugzilla.wikimedia.org/54478 +comment (10Yuvi Panda) [14:57:26] 03(mod) ant install - 10https://bugzilla.wikimedia.org/55938 +comment (10Yuvi Panda) [14:57:48] 03(mod) Broken link creation workflow - 10https://bugzilla.wikimedia.org/55540 +comment (10esanders) [15:00:17] qgil: link to hangout ? [15:02:18] chrismcmahon, trying to set one. It says I'm not allowed to join... [15:02:37] qgil: I got the same msg [15:03:43] yup [15:04:19] we all are not allowed to hang out... [15:04:58] All work and no play. [15:05:29] works now ! [15:06:09] andre__: ^ [15:17:35] What do the colours in Bugzilla mean? [15:17:38] Like here: https://bugzilla.wikimedia.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=PATCH_TO_REVIEW&bug_status=REOPENED&bug_status=VERIFIED&component=OAuth&product=MediaWiki%20extensions&query_format=advanced&resolution=---&resolution=LATER&resolution=DUPLICATE&order=priority%2Cchangeddate%20DESC%2Cbug_id&list_id=243299 [15:17:51] Bugs have different colours bit I'm not sure what that colour coding means. [15:19:27] DGarry: It's to do with bug status. [15:20:00] DGarry: If you sort by "Severity" you see that they all bunch together by colour: [15:20:01] https://bugzilla.wikimedia.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=PATCH_TO_REVIEW&bug_status=REOPENED&bug_status=VERIFIED&component=OAuth&list_id=243300&product=MediaWiki%20extensions&query_format=advanced&resolution=---&resolution=LATER&resolution=DUPLICATE&order=bug_severity%2Cpriority%2Cchangeddate%20DESC%2Cbug_id&query_based_on= [15:22:34] James_F: Right. Thanks! [15:22:50] DGarry: It puzzled me for quite some time too. :-) [15:29:49] 03(mod) Provide log of OAuth-related actions - 10https://bugzilla.wikimedia.org/55718 +comment (10Dan Garry) [15:32:29] 03(mod) Enable VisualEditor for all namespaces other than Project, Template, MediaWiki and Talk* - 10https://bugzilla.wikimedia.org/55968 +comment (10James Forrester) [15:35:43] 03(mod) Confusing "OAuth consumer access: (Manage grants on behalf of this account)" text in OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55716 +comment (10Dan Garry) [15:38:08] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 +comment (10bawolff+wn) [15:39:18] 03(NEW) Need documentation for ip_in_range() - 10https://bugzilla.wikimedia.org/55997 normal; MediaWiki extensions: AbuseFilter; () [15:49:13] 03(mod) "Software" field of metadata on file description page is difficult to link correctly - 10https://bugzilla.wikimedia.org/55977 +comment (10Technical_13) [15:59:33] Hey, I'm getting this after an upgrade to 1.21.2 "Error creating thumbnail: Invalid thumbnail parameters" [15:59:38] On some of the larger images. [16:06:51] 03(mod) Rising devanagari diacritics cut off in Lohit Devanagari font on Special:Notifications - 10https://bugzilla.wikimedia.org/55995 +i18n (10Andre Klapper) [16:09:19] 03(mod) mw.loader.using hides JavaScript errors - 10https://bugzilla.wikimedia.org/55989 (10Andre Klapper) [16:20:24] 03(mod) Stale non-slow maintenance Special pages on Wikimedia wikis: bi-weekly updateSpecialPages.php no longer successfully running - 10https://bugzilla.wikimedia.org/53227 +ops; +comment (10Umherirrender) [16:27:39] 03(mod) [REGRESSION] i18n fallback uses message from i18n file before message from db. - 10https://bugzilla.wikimedia.org/55473 +comment (10Tisza Gergő) [16:29:07] 03(NEW) Wikidata have to provide a syntax to show the properties in a language different from the wiki's content language - 10https://bugzilla.wikimedia.org/55998 normal; MediaWiki extensions: WikidataClient; () [16:30:29] 03(NEW) Wiktionary portal doesn't redirect to www - 10https://bugzilla.wikimedia.org/55999 minor; Wikimedia: Apache configuration; () [16:31:54] 03(mod) Need documentation for ip_in_range() - 10https://bugzilla.wikimedia.org/55997 +comment (10Andre Klapper) [16:31:59] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Andre Klapper) [16:32:07] 03(mod) Wikidata have to provide a syntax to show the properties in a language different from the wiki's content language - 10https://bugzilla.wikimedia.org/55998 +i18n (10Helder) [16:36:55] 03(NEW) Please enable VisualEditor in ca.wikipedia.org Viquiprojecte namespace - 10https://bugzilla.wikimedia.org/56000 enhancement; Wikimedia: General/Unknown; () [16:40:38] 03(mod) Please enable VisualEditor in ca.wikipedia.org Viquiprojecte namespace - 10https://bugzilla.wikimedia.org/56000 (10James Forrester) [16:42:26] 03(NEW) Enable VisualEditor for the Portal and Book namespaces on enwiki - 10https://bugzilla.wikimedia.org/56001 normal; Wikimedia: Site requests; () [16:42:47] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10gerritadmin) [16:42:47] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 (10Gerrit Notification Bot) [16:43:26] 03(mod) Enable VisualEditor for the Portal and Book namespaces on enwiki - 10https://bugzilla.wikimedia.org/56001 +comment (10gerritadmin) [16:43:27] 03(mod) Enable VisualEditor for the Portal and Book namespaces on enwiki - 10https://bugzilla.wikimedia.org/56001 (10Gerrit Notification Bot) [16:44:46] 03(NEW) Users getting generic message when resetting password to compromised hash, instead of recycled message - 10https://bugzilla.wikimedia.org/56002 normal; Wikimedia: General/Unknown; () [16:44:53] 03(mod) Please enable VisualEditor in ca.wikipedia.org Viquiprojecte namespace - 10https://bugzilla.wikimedia.org/56000 +comment (10gerritadmin) [16:44:56] 03(mod) Please enable VisualEditor in ca.wikipedia.org Viquiprojecte namespace - 10https://bugzilla.wikimedia.org/56000 (10Gerrit Notification Bot) [16:45:11] 03(mod) Users getting generic message when resetting password to compromised hash, instead of recycled message - 10https://bugzilla.wikimedia.org/56002 +comment (10gerritadmin) [16:45:13] 03(mod) Users getting generic message when resetting password to compromised hash, instead of recycled message - 10https://bugzilla.wikimedia.org/56002 (10Gerrit Notification Bot) [16:47:57] 03(NEW) allow instructors and volunteers to add articles for students - 10https://bugzilla.wikimedia.org/56003 enhancement; MediaWiki extensions: EducationProgram; () [16:47:57] 03(mod) Course pages improvements (tracking) - 10https://bugzilla.wikimedia.org/43859 (10Sage Ross) [16:48:59] 03(NEW) Fatal JS error crashes editor before load - 10https://bugzilla.wikimedia.org/56004 normal; VisualEditor: General; () [16:49:54] hey, does anyone know how I can move the table of contents list in a sidebar? [16:50:55] I would like to have my skin have the TOC similar to bootstrap's doc pages - http://getbootstrap.com/javascript/#affix [16:51:42] 03(NEW) allow instructors and volunteers to add students in courses - 10https://bugzilla.wikimedia.org/56005 enhancement; MediaWiki extensions: EducationProgram; () [16:51:43] 03(mod) Course pages improvements (tracking) - 10https://bugzilla.wikimedia.org/43859 (10Sage Ross) [16:52:24] 03(mod) allow instructors and volunteers to add students in courses - 10https://bugzilla.wikimedia.org/56005 (10Sage Ross) [16:53:05] 03(mod) Customize Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 summary (10Željko Filipin) [16:53:16] 03(mod) Malformed hlist rendering due to missing linebreaks between list items - 10https://bugzilla.wikimedia.org/39617 +comment (10Erwin Dokter) [16:54:04] 03(mod) allow instructors and volunteers to add articles for students - 10https://bugzilla.wikimedia.org/56003 (10Sage Ross) [16:55:28] !sidebar | Mastergalen [16:55:28] Mastergalen: To edit the navigation menu on the left, edit page [[MediaWiki:Sidebar]] on your wiki using its special syntax (see https://www.mediawiki.org/wiki/Manual:Interface/Sidebar for details). If you need more control, you can use the SkinBuildSidebar hook (https://www.mediawiki.org/wiki/Manual:Hooks/SkinBuildSidebar). [16:56:16] 03(mod) Customize Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 (10Željko Filipin) [16:56:38] 03(mod) moving a page with suppressredirect produces misleading message "A redirect has been created" - 10https://bugzilla.wikimedia.org/45348 +comment (10Umherirrender) [16:56:48] thanks, but how would I access the headings in my skin? [16:58:35] !skinning | Mastergalen [16:58:35] Mastergalen: From scratch: https://www.mediawiki.org/wiki/Manual:Skinning/Tutorial / Based on another skin: http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/ / See also !skins for general help and list of available skins [16:58:46] 03(mod) Select a set of stable and quick tests for smoke test suite - 10https://bugzilla.wikimedia.org/50576 summary (10Željko Filipin) [16:59:43] 03(mod) Sessions don't work on non-loginwiki domains - 10https://bugzilla.wikimedia.org/55978 +comment (10Quim Gil) [17:00:26] I'm referring to sub-heading though [17:00:37] for example Science fiction television history and culture [17:00:41] 03(mod) Extract browser automation setup information to a separate page - 10https://bugzilla.wikimedia.org/51808 summary (10Željko Filipin) [17:01:11] in that TOC, is it possible to access it as a multi-dimensional array in my skin? [17:02:06] 03(mod) Investigate if Selenium can fake HTTP headers - 10https://bugzilla.wikimedia.org/48218 (10Željko Filipin) [17:03:31] 03(mod) Cleanup of Test backlog page - 10https://bugzilla.wikimedia.org/47655 (10Željko Filipin) [17:11:46] 03(NEW) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 normal; Wikimedia: General/Unknown; () [17:13:33] 03(NEW) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 major; Wikimedia: General/Unknown; () [17:13:55] Dupe bugs are dupe [17:13:57] 03(mod) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 +comment (10sarahstierch) [17:14:30] 03(mod) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 +comment (10sarahstierch) [17:17:58] 03(mod) mw.loader.using hides JavaScript errors - 10https://bugzilla.wikimedia.org/55989 +comment (10matma.rex) [17:19:58] I'm not sure where I should ask, but did something happen to Commons? If I go to the Main Page it prompts me to download. My watchlist redirects to http://wikimediafoundation.org as do individual file pages. [17:20:33] P.S. Happens in Firefox and Chrome. [17:21:15] confirm [17:21:35] Gyrofrog, wizardist: normally such things go to #wikimedia-tech. They are well aware of the problem though. [17:21:44] Magog_the_Ogre: yeah, I know [17:22:33] OK. Wasn't sure if I'd missed a notice about it on en-wikipedia or elsewhere. [17:23:16] 03(mod) TemplateData: HTML rendering of control keywords (empty, optional, ...) isn't translatable - 10https://bugzilla.wikimedia.org/50370 +comment (10NicoV) [17:24:10] 03(mod) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 +comment (10sarahstierch) [17:24:26] 03(mod) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 major->04BLOCKER (10Sarah Stierch) [17:25:15] Thanks [17:26:05] 03(mod) Customize Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 (10Bartosz Dziewoński) [17:26:07] 03(mod) Cleanup of Test backlog page - 10https://bugzilla.wikimedia.org/47655 (10Bartosz Dziewoński) [17:26:08] 03(mod) Investigate if Selenium can fake HTTP headers - 10https://bugzilla.wikimedia.org/48218 (10Bartosz Dziewoński) [17:26:08] 03(mod) Select a set of stable and quick tests for smoke test suite - 10https://bugzilla.wikimedia.org/50576 (10Bartosz Dziewoński) [17:26:09] 03(mod) Extract browser automation setup information to a separate page - 10https://bugzilla.wikimedia.org/51808 (10Bartosz Dziewoński) [17:27:35] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10b) [17:29:11] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10b) [17:30:16] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10b) [17:38:04] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10gerritadmin) [17:38:40] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 (10Bartosz Dziewoński) [17:39:30] 03(mod) Need documentation for ip_in_range() - 10https://bugzilla.wikimedia.org/55997 +comment (10Umherirrender) [17:53:30] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10bdavis) [17:55:00] 03(mod) Commons link not working - just downloading instead - 10https://bugzilla.wikimedia.org/56007 +comment (10Sam Reed (reedy)) [17:55:02] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10Sam Reed (reedy)) [17:56:34] 03(NEW) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 minor; MediaWiki extensions: MobileFrontend; () [17:57:27] 03(mod) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 +comment (10bingle-admin) [18:03:09] 03(mod) ResourceLoader: Implement per module configuration - 10https://bugzilla.wikimedia.org/26901 summary (10Krinkle) [18:05:23] 03(mod) "startup" module's Last-Modified should take changes to mw.config / LocalSettings into account - 10https://bugzilla.wikimedia.org/28899 +comment (10krinklemail) [18:05:57] 03(mod) ResourceLoader: Startup module Last-Modified should take changes to mw.config / LocalSettings into account - 10https://bugzilla.wikimedia.org/28899 summary (10Krinkle) [18:06:10] 03(mod) Make client-side loader load site and user modules - 10https://bugzilla.wikimedia.org/30358 (10Krinkle) [18:32:06] marktraceur: I'm losing my mind. [18:34:37] Ulfr: What else is new? [18:34:44] Ulfr: Alternatively, can I help somehow? [18:35:13] marktraceur: Explain to me how I can console.log an object, see a member there that's valid, and check my debug log to see that jQuery claims it's undefined [18:35:41] Hm [18:35:48] Ulfr: Show me the code [18:36:01] marktraceur: I'm also in the process of debugging but if I don't vent to someone who speaks coder I'm on the short track to an aneurysm [18:36:06] it's 1000 lines :( [18:36:13] Woo my favourite [18:36:21] Ideally there's only one line throwing an error though [18:36:46] marktraceur: I hate myself a little bit. It's because I was passing event, not event.data [18:37:00] Haaah. [18:37:12] * Ulfr always finds the indignation to come onto #mediawiki to bitch about things, then discovers he's the moron after the cow is out of the barn [18:37:19] Ulfr: It's OK, mistakes get made, they get fixed, we learn [18:37:57] * Ulfr also needs to stop calling the data object 'event' even when it's not ACTUALLY an event [18:38:03] cheers for the offer of assistance though :) [18:38:22] Always, mate [18:42:35] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10yuvipanda) [18:45:58] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10dvanliere) [18:47:53] \o/ [18:49:13] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10dvanliere) [18:50:28] lots [18:51:52] 03(mod) Jenkins: Assert server-side error logs for Apache/PHP/MediaWiki are empty - 10https://bugzilla.wikimedia.org/48002 summary; +comment (10Krinkle) [18:53:22] 03(mod) Allowing tag Image to access SVG layers - 10https://bugzilla.wikimedia.org/4688 +comment (10A.Pirard.Papou) [18:53:25] Reedy: Hi! May I ask you a question about a database change? [18:53:53] Tpt: Sure.. [18:54:25] Reedy: I've implemented the ContentHandler interface for Page: pages in a branch https://git.wikimedia.org/log/mediawiki%2Fextensions%2FProofreadPage.git/refs%2Fheads%2FpagePagesRefactoring but I face an issue: [18:54:26] I believe that the content model of Page: pages created since the merge of the ContentHandler branch in [18:54:28] MediaWiki core is set as "wikitext" in the page table of the database, preventing the use of the [18:54:29] new Content type. I believe that the only way to solve this issue is to edit theses rows. [18:54:30] What is the best way to do that: add a new SQL query in the LoadExtensionSchemaUpdates answer [18:54:30] or create a maintenance script run by hand? [18:55:48] 03(mod) Jenkins: Assert server-side error logs for Apache/PHP/MediaWiki are empty - 10https://bugzilla.wikimedia.org/48002 +comment (10hashar) [18:55:56] Hey, I'm getting something that seems related to bug 32387. Same error message, but it's not something from Commons, it's for a local image. Should I open a new bug report. Or just tack on what info I have to the other bug report? [18:56:18] 03(mod) Broken link creation workflow - 10https://bugzilla.wikimedia.org/55540 +comment (10jrobson) [18:56:27] 03(mod) Gender-modified namespace problem in touch.py - 10https://bugzilla.wikimedia.org/55996 +comment (10JAn Dudík) [19:03:50] 03(mod) Support for multilingual SVGs - 10https://bugzilla.wikimedia.org/16052 +comment (10A.Pirard.Papou) [19:06:20] 03(NEW) VisualEditor: Remove dual-type support for categories and language links - 10https://bugzilla.wikimedia.org/56009 normal; VisualEditor: Technical Debt; () [19:07:07] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 normal->major (10Marcin Cieślak) [19:07:14] 03(mod) InstantCommons broken for some images: Error creating thumbnail: Invalid thumbnail parameters - 10https://bugzilla.wikimedia.org/32387 (10ryan.glasnapp) [19:08:43] 03(NEW) Uncaught exception in ByPropertyListUnserializer - 10https://bugzilla.wikimedia.org/56010 normal; MediaWiki extensions: WikidataRepo; () [19:09:48] 03(mod) $HOME not abbreviated - 10https://bugzilla.wikimedia.org/54074 +comment (10tim) [19:10:52] 03(mod) Dead math image URL - 10https://bugzilla.wikimedia.org/16779 +comment (10physikerwelt) [19:17:16] 03(mod) MathJax: Several commands that work in texvc are not recognized - 10https://bugzilla.wikimedia.org/35186 +comment (10physikerwelt) [19:22:23] 03(mod) Math unable to handle currencies - 10https://bugzilla.wikimedia.org/44675 +comment (10physikerwelt) [19:25:56] 03(mod) texvc strips whitespace required to render certain macros - 10https://bugzilla.wikimedia.org/10186 +comment (10physikerwelt) [19:28:28] 03(mod) Uncaught exception in ByPropertyListUnserializer - 10https://bugzilla.wikimedia.org/56010 +comment (10gerritadmin) [19:28:32] 03(mod) Uncaught exception in ByPropertyListUnserializer - 10https://bugzilla.wikimedia.org/56010 (10Gerrit Notification Bot) [19:28:33] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10gerritadmin) [19:28:34] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 (10Gerrit Notification Bot) [19:29:31] 03(NEW) Optimistically serialize as soon as user clicks "Save page" - 10https://bugzilla.wikimedia.org/56011 enhancement; VisualEditor: General; () [19:29:31] 03(mod) VisualEditor asks Parsoid to re-serialize after preview - 10https://bugzilla.wikimedia.org/55979 (10Ori Livneh) [19:30:16] 03(mod) Improvement of glossary tools - 10https://bugzilla.wikimedia.org/47981 +comment (10Quim Gil) [19:31:40] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10bdavis) [19:34:21] 03(mod) ProofreadPage extension needs to be refactored - 10https://bugzilla.wikimedia.org/46616 +comment (10qgil) [19:34:33] 03(mod) Bayesian Spam Filter - 10https://bugzilla.wikimedia.org/47207 +comment (10qgil) [19:35:00] 03(mod) Language Coverage Matrix dashboard - 10https://bugzilla.wikimedia.org/46651 +comment (10qgil) [19:35:52] 03(mod) Create a VisualEditor plugin tool to add/edit maths blocks - 10https://bugzilla.wikimedia.org/43058 +comment (10qgil) [19:35:58] 03(mod) VisualEditor: Remove dual-type support for categories and language links - 10https://bugzilla.wikimedia.org/56009 (10James Forrester) [19:36:15] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10sarahstierch) [19:36:18] 03(mod) Incremental update: zimdiff & zimpatch - 10https://bugzilla.wikimedia.org/47406 +comment (10qgil) [19:36:30] 03(mod) Include language variant conversion and transliteration - 10https://bugzilla.wikimedia.org/37461 +comment (10qgil) [19:36:38] 03(mod) Optimistically serialize as soon as user clicks "Save page" - 10https://bugzilla.wikimedia.org/56011 (10James Forrester) [19:36:40] 03(mod) Specify language fallback - 10https://bugzilla.wikimedia.org/36430 +comment (10qgil) [19:36:50] 03(mod) Wikibooks/Wikisource needs means to associate separate pages with books - 10https://bugzilla.wikimedia.org/15071 +comment (10qgil) [19:36:57] 03(mod) Remove deleted wiki's entries from global tables - 10https://bugzilla.wikimedia.org/49858 +comment (10Sam Reed (reedy)) [19:37:00] 03(mod) VisualEditor: Support for right-to-left (rtl) / bidirectional content (tracking) - 10https://bugzilla.wikimedia.org/33126 +comment (10qgil) [19:37:05] 03(mod) Book upload customization - 10https://bugzilla.wikimedia.org/47561 +comment (10qgil) [19:37:11] 03(mod) Android application for Translate extension - 10https://bugzilla.wikimedia.org/47783 +comment (10qgil) [19:37:24] 03(mod) Dumps should be incremental - 10https://bugzilla.wikimedia.org/28956 +comment (10qgil) [19:37:38] 03(mod) WikibaseRepo to be mobile friendly (tracking) - 10https://bugzilla.wikimedia.org/43065 +comment (10qgil) [19:37:59] 03(mod) texvc: antialiasing makes superscript z look bad - 10https://bugzilla.wikimedia.org/15777 +comment (10physikerwelt) [19:39:29] 03(mod) Pronunciation recording tool - 10https://bugzilla.wikimedia.org/46610 +comment (10qgil) [19:39:50] 03(mod) Implement inline comment support using OKFN annotator - 10https://bugzilla.wikimedia.org/46440 +comment (10qgil) [19:40:04] 03(mod) Add extension to show infos about a Moodle course - 10https://bugzilla.wikimedia.org/47381 +comment (10qgil) [19:40:27] 03(mod) Entity suggester for Wikidata - 10https://bugzilla.wikimedia.org/46555 +comment (10qgil) [19:43:31] 03(mod) Only 30 repos listed in tech community metrics - 10https://bugzilla.wikimedia.org/53719 +comment (10qgil) [19:44:45] 03(mod) Don't collapse sections on Google Glass - 10https://bugzilla.wikimedia.org/56008 +comment (10brion) [19:46:12] 03(mod) Localized TeX environment - 10https://bugzilla.wikimedia.org/2458 +comment (10physikerwelt) [19:46:16] 03(mod) Math extension doesn't support many languages including Malayalam, Hindi, and Tamil - 10https://bugzilla.wikimedia.org/48032 +comment (10physikerwelt) [19:52:45] 03(mod) Wikibooks/Wikisource needs means to associate separate pages with books - 10https://bugzilla.wikimedia.org/15071 +comment (10raylton.sousa) [19:54:24] 03(mod) \acute{i} is not rendered as �, but as an acute accent over an 'i' with a dot - 10https://bugzilla.wikimedia.org/38721 +comment (10physikerwelt) [19:56:07] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10bdavis) [19:57:55] 03(mod) [Regression] jquery.localize tests are failing in IE6-8 - 10https://bugzilla.wikimedia.org/40598 +comment (10James Forrester) [20:00:40] 03(mod) TemplateData: Express key order for parameters to set the "normal order of display/usage" for templates - 10https://bugzilla.wikimedia.org/53608 +comment (10gerritadmin) [20:00:42] 03(mod) TemplateData: Express key order for parameters to set the "normal order of display/usage" for templates - 10https://bugzilla.wikimedia.org/53608 (10Gerrit Notification Bot) [20:01:47] hi! [20:02:02] someone here to give support to an installation¿? [20:02:45] Desatonao: Go ahead and ask your question, and someone will usually answer [20:04:54] 03(mod) Need documentation for ip_in_range() - 10https://bugzilla.wikimedia.org/55997 +comment (10alj62888) [20:06:01] 03(mod) Cancel link URL wrong - 10https://bugzilla.wikimedia.org/55875 (10bugzilla_wikimedia) [20:06:49] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 (10Aude) [20:12:59] thants RoanKattouw i've alreay receiving support in my own language! [20:13:14] Awesome! [20:26:01] 03(NEW) VisualEditor: Refactor CSS so CE doesn't need to position things relative to the UI surface - 10https://bugzilla.wikimedia.org/56012 normal; VisualEditor: Technical Debt; () [20:27:07] 03(mod) VisualEditor: Refactor CSS so CE doesn't need to position things relative to the UI surface - 10https://bugzilla.wikimedia.org/56012 (10Roan Kattouw) [20:30:49] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10gerritadmin) [20:30:53] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 (10Gerrit Notification Bot) [20:31:33] 03(mod) texvc strips whitespace required to render certain macros - 10https://bugzilla.wikimedia.org/10186 +comment (10peter.krautzberger) [20:31:35] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10bdavis) [20:41:50] 03(mod) New mailing list for centralnotice admins - 10https://bugzilla.wikimedia.org/55635 +comment (10Adam Wight) [20:42:09] 03(mod) Localized TeX environment - 10https://bugzilla.wikimedia.org/2458 +comment (10peter.krautzberger) [20:43:40] 03(mod) Test for the Apache configuration - 10https://bugzilla.wikimedia.org/43266 (10Sam Reed (reedy)) [20:43:40] 03(mod) Unit tests for apache config/rewrites - 10https://bugzilla.wikimedia.org/55857 (10Sam Reed (reedy)) [20:44:04] 03(NEW) apache-fast-test non existent pybal config handling - 10https://bugzilla.wikimedia.org/56013 normal; Wikimedia: General/Unknown; () [20:48:01] 03(mod) Test for the Apache configuration - 10https://bugzilla.wikimedia.org/43266 +comment (10Sam Reed (reedy)) [20:54:14] 03(mod) Confusing "OAuth CID: 2" tag from OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55717 (10Chris Steipp) [20:54:15] 03(mod) Review and deploy OAuth extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/55679 (10Chris Steipp) [20:59:58] 03(NEW) Match lightbox height / width ratios, font sizes, to mockup - 10https://bugzilla.wikimedia.org/56014 normal; MediaWiki extensions: OAuth; () [21:04:41] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +easy (10Jared Zimmerman (WMF)) [21:04:54] 03(mod) Add hard drop shadow to echo badge label to increase readability - 10https://bugzilla.wikimedia.org/55523 +design +easy (10Jared Zimmerman (WMF)) [21:06:00] 03(mod) VisualEditor: Refactor CSS so CE doesn't need to position things relative to the UI surface - 10https://bugzilla.wikimedia.org/56012 (10James Forrester) [21:06:52] 03(mod) Confusing "OAuth CID: 2" tag from OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55717 +comment (10gerritadmin) [21:06:55] 03(mod) Confusing "OAuth CID: 2" tag from OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55717 (10Gerrit Notification Bot) [21:08:07] 03(mod) Confusing "OAuth CID: 2" tag from OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55717 (10Brad Jorsch) [21:08:38] 03(mod) [Regression] jquery.localize tests are failing in IE6-8 - 10https://bugzilla.wikimedia.org/40598 (10Brad Jorsch) [21:10:55] 03(mod) Localized TeX environment - 10https://bugzilla.wikimedia.org/2458 +comment (10physikerwelt) [21:12:06] how do you find the page_id (of the mediawiki database) of a given page? [21:12:41] notconfusing_: https://en.wikipedia.org/w/api.php?action=query&prop=info&titles=Main%20Page&format=jsonfm [21:12:48] Hi all. Is there a way of defining a layout or style on a particular page from the skin? For instance, if I wanted a standard look for most of my pages but wanted something a bit different for the first page. [21:13:15] hufforguk: how much change do you want to make? [21:13:18] legoktm, you're everywhere, and i thank you for that [21:13:25] np :P [21:14:25] 03(mod) Create private mailing list for IEGcom working group - tools - 10https://bugzilla.wikimedia.org/55811 +comment (10Thehelpfulone) [21:15:10] well I want to alter the positioning/layout of the sidebar (will probably do this with css) and put a large logo in the centre along with some stylised blurb [21:15:21] for example http://mono-project.com/Main_Page [21:15:55] if you do http://mono-project.com/Main_Page?action=raw then the only wikitext on that page is the blurb at the bottom [21:16:30] but if i go to another page it has a more conventional layout [21:16:39] 03(NEW) Make App Wikipedia Zero Aware - 10https://bugzilla.wikimedia.org/56015 enhancement; Wikipedia App: Search; () [21:17:10] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 (10Jared Zimmerman (WMF)) [21:17:27] 03(mod) Add hard drop shadow to echo badge label to increase readability - 10https://bugzilla.wikimedia.org/55523 (10Jared Zimmerman (WMF)) [21:17:50] so you can use MediaWiki:Common.js to load javascript on every page, so you could do a if ( mw.config.get('wgPageName') == 'page' ) { injectCSS() }; [21:17:58] im not sure if that would cause flashing though. [21:18:01] 03(mod) Create private mailing list for IEGcom working group - online - 10https://bugzilla.wikimedia.org/55812 +comment (10Thehelpfulone) [21:18:01] 03(mod) Fix gender in user namespaces for Portuguese wikis - 10https://bugzilla.wikimedia.org/31986 (10Jared Zimmerman (WMF)) [21:18:22] the other example is the wikihow mainpage which is very fancy [21:18:53] I mean the mainpage is particarly fancy but the other pages follow a more standard layout [21:19:05] im not sure how wikihow does it [21:19:06] I will look more into the javascript idea [21:19:35] if you have server side access, its much easier to do [21:19:48] well their sourcecode is freely available. it is a very modified version of mw i think 1.12 [21:19:53] yeah [21:20:02] you can add a hook to load CSS only on whatever page you want [21:20:06] I am reading through the skin file but I am not really a programmer... more a dabbler [21:20:22] 03(mod) Create private mailing list for IEGcom working group - offline - 10https://bugzilla.wikimedia.org/55813 +comment (10Thehelpfulone) [21:20:44] aye. I knew you could do page specific css, just some of these modifications are a touch heavier then that :-) [21:21:24] 03(mod) Special:PasswordReset could use some design love - 10https://bugzilla.wikimedia.org/40040 +comment (10jared.zimmerman) [21:21:36] if you look at translatewiki.net, they wrote an extension to make their main page more different: https://github.com/wikimedia/mediawiki-extensions-TWNMainPage [21:22:24] 03(mod) Create private mailing list for IEGcom working group - research - 10https://bugzilla.wikimedia.org/55814 +comment (10Thehelpfulone) [21:22:34] 03(mod) Use the same icons to represent the same things (tracking) - 10https://bugzilla.wikimedia.org/53733 +easy (10Jared Zimmerman (WMF)) [21:22:56] 03(mod) inconsistent close icon in MediaWiki - 10https://bugzilla.wikimedia.org/48067 +easy (10Jared Zimmerman (WMF)) [21:23:07] 03(mod) Use consistent preferences icon - 10https://bugzilla.wikimedia.org/50843 +easy (10Jared Zimmerman (WMF)) [21:23:14] ah, thanks, I will have a look. in the mean time. is there code I can drop into a skin.php file that only activates on specific pages? [21:23:20] 03(mod) Use consistent preferences icon - 10https://bugzilla.wikimedia.org/50843 -easy (10Jared Zimmerman (WMF)) [21:23:28] 03(mod) Use consistent preferences icon - 10https://bugzilla.wikimedia.org/50843 +easy (10Jared Zimmerman (WMF)) [21:23:43] i have no clue, i'm not really an expert on skinning [21:23:45] 03(mod) Use consistent icon to represent registered users - 10https://bugzilla.wikimedia.org/53732 +easy (10Jared Zimmerman (WMF)) [21:23:45] !skins [21:23:45] General skin help: http://www.mediawiki.org/wiki/Manual:Skins / List of available skins: https://www.mediawiki.org/wiki/Category:All_skins / Creating a new skin: see !skinning [21:23:51] !skinning [21:23:52] From scratch: https://www.mediawiki.org/wiki/Manual:Skinning/Tutorial / Based on another skin: http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/ / See also !skins for general help and list of available skins [21:23:53] for instance [21:24:11] ^ try those links? [21:24:18] I have had a look in there but it didn't cover what I needed [21:24:40] sorry, i dont know then [21:24:43] maybe a hook of somesort... [21:25:08] thanks for you help anyway. I will have a closer look at the translate extension. [21:25:16] 03(mod) Thanks icon is a little disturbing - 10https://bugzilla.wikimedia.org/51927 +comment (10Trevor Parscal) [21:25:23] Thanks for your time :-) [21:29:43] 03(mod) Thanks icon is a little disturbing - 10https://bugzilla.wikimedia.org/51927 +comment (10Jared Zimmerman (WMF)) [21:30:55] 03(mod) New mailing list for centralnotice admins - 10https://bugzilla.wikimedia.org/55635 +comment (10Thehelpfulone) [21:32:36] 03(mod) Uncaught exception in ByPropertyListUnserializer - 10https://bugzilla.wikimedia.org/56010 +comment (10gerritadmin) [21:32:53] 03(mod) Extra indentation for RelatedSites - 10https://bugzilla.wikimedia.org/55993 +comment (10gerritadmin) [21:36:21] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 (10Matthew Flaschen) [21:37:55] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10gerritadmin) [21:37:57] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 (10Gerrit Notification Bot) [21:42:06] 03(mod) Use an IContextSource instead of globals - 10https://bugzilla.wikimedia.org/52347 (10Quim Gil) [21:42:20] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 (10Quim Gil) [21:47:35] qgil: quick question re:Google Code-In: are bugs/tasks *not* related to core or WMF-deployed extensions OK too? [21:48:24] ashley, *anything* is good, including gadgets, Labs, pywikibot, SMW... you name it [21:48:59] ah, that's cool -- maybe I'll come up with a few ideas, too :D [21:49:25] ashley, great! If you have just rough ideas list them at the wiki page anyway. [21:50:40] 03(mod) mediawiki.inspect returns incorrect values in debug mode - 10https://bugzilla.wikimedia.org/55553 +comment (10gerritadmin) [21:50:43] 03(mod) mediawiki.inspect returns incorrect values in debug mode - 10https://bugzilla.wikimedia.org/55553 (10Gerrit Notification Bot) [21:52:26] 03(NEW) Android - Crash at synchronization - 10https://bugzilla.wikimedia.org/56016 normal; Commons App: Android; () [21:53:44] 03(mod) Android - Crash at synchronization - 10https://bugzilla.wikimedia.org/56016 (10Flo2608) [21:53:55] 03(mod) Thanks icon is a little disturbing - 10https://bugzilla.wikimedia.org/51927 +comment (10bharris) [21:54:42] 03(mod) Android - Crash at synchronization - 10https://bugzilla.wikimedia.org/56016 +comment (10yuvipanda) [21:55:30] 03(mod) Redis can fill with non-expiring data, blocking all writes - 10https://bugzilla.wikimedia.org/55981 +comment (10mflaschen) [21:56:03] 03(mod) Android - Crash at synchronization - 10https://bugzilla.wikimedia.org/56016 (10Flo2608) [21:58:34] 03(mod) Users getting generic message when resetting password to compromised hash, instead of recycled message - 10https://bugzilla.wikimedia.org/56002 +comment (10gerritadmin) [21:58:36] 03(mod) wikipedia.beta.wmflabs.org sending forceHTTPS cookie - 10https://bugzilla.wikimedia.org/55760 +comment (10gerritadmin) [21:59:24] 03(mod) mediawiki.inspect returns incorrect values in debug mode - 10https://bugzilla.wikimedia.org/55553 +comment (10gerritadmin) [22:00:55] 03(NEW) wm-bot: !fact parameter | username duplicates the username as part of the parameter - 10https://bugzilla.wikimedia.org/56017 normal; Tool Labs tools: [other]; () [22:02:37] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 -easy ; +comment (10Isarra) [22:04:01] 03(NEW) Descriptions and site links do not get indexed for search - 10https://bugzilla.wikimedia.org/56018 normal; MediaWiki extensions: WikidataRepo; () [22:04:39] 03(mod) Parsoid should support passing on an authenticated user's read right (when MW API supports that) - 10https://bugzilla.wikimedia.org/44483 +comment (10Gabriel Wicke) [22:06:09] 03(mod) Link to a list of consumers from the owner on consumer approval page - 10https://bugzilla.wikimedia.org/53954 +comment (10gerritadmin) [22:07:31] 03(mod) Descriptions and site links do not get indexed for search - 10https://bugzilla.wikimedia.org/56018 +comment (10gerritadmin) [22:07:33] 03(mod) Descriptions and site links do not get indexed for search - 10https://bugzilla.wikimedia.org/56018 (10Gerrit Notification Bot) [22:07:55] 03(mod) wm-bot: !fact parameter | username duplicates the username as part of the parameter - 10https://bugzilla.wikimedia.org/56017 +comment (10Bartosz Dziewoński) [22:07:56] 03(mod) $* and $url_encoded_* don't play well with !key | user - 10https://bugzilla.wikimedia.org/51259 +comment (10Bartosz Dziewoński) [22:11:29] 03(mod) Display of lower case rho as ϱ rather than ρ on Safari Browser - 10https://bugzilla.wikimedia.org/11663 +comment (10physikerwelt) [22:11:34] 03(mod) Key performance indicator: analyze who contributes code - 10https://bugzilla.wikimedia.org/53485 +comment (10qgil) [22:20:45] 03(mod) Make tutorial video on how to use Bugzilla - 10https://bugzilla.wikimedia.org/54606 (10Quim Gil) [22:23:08] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10Amgine.Saewyc) [22:26:53] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10Amgine.Saewyc) [22:27:32] 03(mod) Redis can fill with non-expiring data, blocking all writes - 10https://bugzilla.wikimedia.org/55981 +comment (10gerritadmin) [22:27:35] 03(mod) Redis can fill with non-expiring data, blocking all writes - 10https://bugzilla.wikimedia.org/55981 (10Gerrit Notification Bot) [22:28:09] 03(NEW) Allow QUnit to run with optional parameters - 10https://bugzilla.wikimedia.org/56019 normal; Wikimedia: Continuous integration; () [22:28:27] 03(mod) MobileFrontend: Jenkins should run qunit tests - 10https://bugzilla.wikimedia.org/54849 (10Jon) [22:28:28] 03(mod) Allow QUnit to run with optional parameters - 10https://bugzilla.wikimedia.org/56019 (10Jon) [22:31:13] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 +comment (10jared.zimmerman) [22:34:47] 03(mod) Editing a page with 'read in more languages' causes 'last edited' timestamp to move - 10https://bugzilla.wikimedia.org/55859 +comment (10Jon) [22:34:54] 03(mod) sulinfo is unusable (takes tens of seconds) - 10https://bugzilla.wikimedia.org/53987 +comment (10federicoleva) [22:35:55] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 +comment (10gerritadmin) [22:40:15] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 +comment (10Nemo) [22:40:17] 03(mod) Importing a page gives link, in edit summary, to localized version of namespace making the link not working - 10https://bugzilla.wikimedia.org/40192 (10Nemo) [22:41:17] 03(mod) 'Mobile view' link always heads to https - 10https://bugzilla.wikimedia.org/55982 (10Jon) [22:48:01] 03(mod) meta.wikimedia.org very strangely redirecting to wikimediafoundation.org - 10https://bugzilla.wikimedia.org/56006 +comment (10dzahn) [22:52:35] 03(mod) Confusing "OAuth consumer access: (Manage grants on behalf of this account)" text in OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55716 +comment (10Chris Steipp) [22:52:35] 03(mod) Review and deploy OAuth extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/55679 (10Chris Steipp) [22:55:12] Its not what has your Mediawiki has done for you , its what have you done for Mediawiki lately. [22:56:54] 03(NEW) [INVALID] number of words below search snippets - 10https://bugzilla.wikimedia.org/56020 minor; MediaWiki extensions: CirrusSearch; () [23:02:48] 03(mod) Accents are NOT disregarded in search anymore - 10https://bugzilla.wikimedia.org/44238 +comment (10Nemo) [23:02:49] 03(NEW) MWOAuthManageMyGrants: learn more link, separate revocation/management - 10https://bugzilla.wikimedia.org/56021 normal; MediaWiki extensions: OAuth; () [23:02:50] 03(mod) Review and deploy OAuth extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/55679 (10Chris Steipp) [23:03:06] 03(mod) MWOAuthManageMyGrants: learn more link, separate revocation/management - 10https://bugzilla.wikimedia.org/56021 (10Chris Steipp) [23:06:36] !blame PinkAmpersand [23:06:49] ? :( [23:07:39] 03(NEW) Group grants on Special:MWOAuthConsumerRegistration/propose into headings - 10https://bugzilla.wikimedia.org/56022 normal; MediaWiki extensions: OAuth; () [23:08:08] 03(mod) Group grants on Special:MWOAuthConsumerRegistration/propose into headings - 10https://bugzilla.wikimedia.org/56022 (10Chris Steipp) [23:08:47] 03(mod) Confusing "OAuth consumer access: (Manage grants on behalf of this account)" text in OAuth MediaWiki extension - 10https://bugzilla.wikimedia.org/55716 (10Chris Steipp) [23:09:25] 03(NEW) Accessing Special:UserLogin while logged in should have different appearance - 10https://bugzilla.wikimedia.org/56023 normal; MediaWiki: Special pages; () [23:09:57] 03(mod) Match lightbox height / width ratios, font sizes, to mockup - 10https://bugzilla.wikimedia.org/56014 (10Chris Steipp) [23:11:19] 03(NEW) On site mobile site header where hamburger menu is present titles are not centered - 10https://bugzilla.wikimedia.org/56024 normal; MediaWiki: General/Unknown; () [23:11:39] 03(mod) On site mobile site header where hamburger menu is present titles are not centered - 10https://bugzilla.wikimedia.org/56024 +design +easy (10Jared Zimmerman (WMF)) [23:12:51] I wish filing bugs in the right place was easy [23:13:06] 03(mod) On site mobile site header where hamburger menu is present titles are not centered - 10https://bugzilla.wikimedia.org/56024 (10Sam Reed (reedy)) [23:15:28] 03(NEW) AJAX validation of username for password reset - 10https://bugzilla.wikimedia.org/56025 normal; MediaWiki: User login and signup; () [23:15:52] 03(mod) AJAX validation of username for password reset - 10https://bugzilla.wikimedia.org/56025 (10Matthew Flaschen) [23:15:54] 03(mod) Special:PasswordReset could use some design love - 10https://bugzilla.wikimedia.org/40040 (10Matthew Flaschen) [23:21:15] 03(mod) AJAX validation of username for password reset - 10https://bugzilla.wikimedia.org/56025 +comment (10jared.zimmerman) [23:24:45] 03(NEW) Minus doesn't exclude keywords like AND NOT - 10https://bugzilla.wikimedia.org/56026 major; MediaWiki extensions: CirrusSearch; () [23:25:52] 03(mod) ERR_READ_TIMEOUT Error shown in editing long pages on Arabic Wikipedia or other wikis with linkprefix enabled - 10https://bugzilla.wikimedia.org/52865 +comment (10Tim Starling) [23:29:46] 03(mod) Provide a public API for page-less html2wt / wt2html - 10https://bugzilla.wikimedia.org/55758 (10Arlo Breault) [23:31:39] 03(mod) Provide a public API for page-less html2wt / wt2html - 10https://bugzilla.wikimedia.org/55758 +comment (10gerritadmin) [23:31:42] 03(mod) Provide a public API for page-less html2wt / wt2html - 10https://bugzilla.wikimedia.org/55758 (10Gerrit Notification Bot) [23:38:35] 03(mod) cant leave message on user talk page via overlay - 10https://bugzilla.wikimedia.org/54079 +comment (10gerritadmin) [23:40:32] 03(NEW) Last modified text not readable per WCAG guidelines - 10https://bugzilla.wikimedia.org/56027 normal; MediaWiki extensions: MobileFrontend; () [23:42:21] 03(mod) Last modified text not readable per WCAG guidelines - 10https://bugzilla.wikimedia.org/56027 +comment (10bingle-admin) [23:44:59] 03(mod) OAuth MediaWiki extension's app grant management form's "Allowed on wiki" input defaults to deauthorize (e.g., after hitting the return key) - 10https://bugzilla.wikimedia.org/55719 +comment (10gerritadmin) [23:45:40] 03(mod) New mailing list for centralnotice admins - 10https://bugzilla.wikimedia.org/55635 +comment (10federicoleva) [23:45:55] 03(mod) OAuth MediaWiki extension's app grant management form's "Allowed on wiki" input defaults to deauthorize (e.g., after hitting the return key) - 10https://bugzilla.wikimedia.org/55719 +comment (10Aaron Schulz) [23:49:06] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 +comment (10gerritadmin) [23:49:46] 03(mod) RedisBagOStuff->incr broken by due to PHP serialization for primitives - 10https://bugzilla.wikimedia.org/55986 (10Matthew Flaschen) [23:57:58] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 (10mgalloway) [23:58:30] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 (10mgalloway)