[00:00:13] T1bbY: Put the string "Terms of Service" in the page http://learn-it-wiki.de/index.php?title=MediaWiki:Termsofservice [00:00:25] Kyzz[Mobile]: Wrong file [00:00:34] Kyzz[Mobile]: Read the bug report [00:00:43] Ah my mistake [00:00:46] * Kyzz[Mobile] facepalms  [00:00:50] :) [00:00:53] It's OK! [00:01:07] marktraceur: and i want to get a ink to that page in the footer [00:01:18] 03(NEW) Switch "Can't see the image? Request an account" to "Can't see the image? Load a new one" for first view - 10https://bugzilla.wikimedia.org/47690 enhancement; MediaWiki: User login and signup; () [00:01:20] Kyzz[Mobile]: If you're looking for a string, in the future, "git grep -i 'some string'" will search the repository for you [00:01:33] T1bbY: Just put "Terms of Service" in that page [00:02:04] There you go! [00:02:04] alright thanks. [00:02:26] T1bbY: The first argument to footerLink is a message name, you need to put something into the message before it will work [00:02:49] MediaWiki:messagename is how you do that from the web interface [00:02:57] marktraceur: But I'm still having trouble finding that file I do see a specials folders though but I think I'm navigating it incorrectly [00:03:11] Yeah, specials/SpecialSemanticWatchlist.php [00:03:25] T1bbY: Talk in here please [00:03:31] 03(NEW) "Login error" header is incorrect if you haven't created an account yet - 10https://bugzilla.wikimedia.org/47691 normal; MediaWiki: User login and signup; () [00:03:34] T1bbY: Make the page it links to into something useful [00:03:58] 03(mod) "(help me choose)" should open link to username policy in new tab/window or as a popup within the same tab - 10https://bugzilla.wikimedia.org/47688 +easy (10MZMcBride) [00:04:23] marktraceur: when I try "cd specials/SpecialSemanticWatchlist.php" it returns no file or directory. [00:04:32] Um [00:04:37] Kyzz[Mobile]: You can't cd to a PHP file [00:04:48] Well even if I don't include the file [00:04:54] Just to enter the /specials folder [00:04:57] Kyzz[Mobile]: pwd again [00:05:13] home/kevin/SemanticWatchlits [00:05:21] lits? [00:05:26] list* [00:05:29] 03(NEW) Update video on https://en.wikipedia.org/wiki/Help:Logging_in to new account creation interface - 10https://bugzilla.wikimedia.org/47692 enhancement; MediaWiki: User login and signup; () [00:05:51] marktraceur: hmm i dont know what you mean now ive got a string"Therms of Service" in the footer okay but that should be a link [00:05:52] Kyzz[Mobile]: OK, can you pastebin the output of ls? [00:06:00] 03(NEW) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 normal; MediaWiki: User login and signup; () [00:06:20] 03(mod) Enable the SQL box admin feature to allow OTRS admins to run SQL queries - 10https://bugzilla.wikimedia.org/46439 +comment (10rjd0060.wiki) [00:06:21] T1bbY: If you create the page http://learn-it-wiki.de/index.php?title=Termsofservicepage it will be a link [00:06:26] ...probably [00:06:33] marktraceur: http://pastebin.com/qtgHn7a8 [00:06:34] * marktraceur is as new to this as you are [00:06:51] Well, there's definitely a specials directory [00:06:55] * Kyzz[Mobile] is still fairly new to cli syntax  [00:07:00] Kyzz[Mobile]: Copy and paste exactly: cd specials [00:07:26] 03(NEW) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 normal; MediaWiki: User login and signup; () [00:07:41] marktraceur: Oh! I was doing "cd /specials/" but just "cd specials" works [00:07:57] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10b) [00:08:15] Susan, you're stalking my bug reports :p [00:08:39] I'm following wikibugs. [00:08:58] 03(mod) VisualEditor: Re-label the 'cancel' toolbar message to 'exit without saving' - 10https://bugzilla.wikimedia.org/47676 normal->trivial; summary; +comment (10James Forrester) [00:09:11] marktraceur: its confusing me :D hmm i go to studing it [00:10:05] T1bbY: No no no it's very simple [00:10:13] T1bbY: Put any text in the page I linked you to [00:10:15] And it will work [00:10:30] 03(NEW) Improve message for attempted login for a non-existent username - 10https://bugzilla.wikimedia.org/47695 enhancement; MediaWiki: User login and signup; () [00:11:26] marktraceur: i do but ive got no link only a string but thanks for your help ;) i test it again and if i dont get it italk to you ;) [00:11:28] 03(mod) Allow mobile users to be "remembered" on login. - 10https://bugzilla.wikimedia.org/46241 +comment (10Technical_13) [00:11:38] Thehelpfulone: Can you file a bug about the interface looking terrible in Monobook? [00:12:09] 03(mod) Hide "(optional)" when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47686 +easy (10MZMcBride) [00:12:14] I'm using Vector and there's enough bugs for me to file atm! [00:12:42] Oh, sorry, I skimmed wrong [00:13:11] T1bbY: In http://learn-it-wiki.de/index.php?title=MediaWiki:Termsofservicepage&action=edit put the name of a page where you'll put your terms of service [00:13:44] marktraceur: Alright from what I've gathered most i18n is done with the function wfMsg() ,so what is [NEW] supposed to be changed to o.O also be right back [00:13:47] 03(mod) Hide "(optional)" when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47686 +comment (10gerritadmin) [00:14:23] 03(NEW) Use gender neutral icons on sign up and login pages - 10https://bugzilla.wikimedia.org/47696 enhancement; MediaWiki: User login and signup; () [00:14:45] Kyzz[Mobile]: something like wfMsg( 'mwext-smwl-newtag' ) and then you have to define that message to be something useful [00:15:31] marktraceur: :D it works hmm im to stupid :D okay realy great thanks :) [00:15:54] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10Amgine) [00:16:30] T1bbY: No, that last one was my fault :) [00:17:03] T1bbY: You're welcome, and again, you can hang out here if you'd like :) [00:17:42] Thehelpfulone: Gay. [00:18:26] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10Matthew Flaschen) [00:18:32] marktraceur: hmm okay :D im overjoyed about this helpfuly irc channel :) [00:18:40] 03(NEW) Add a secondary confirmation email field when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47697 enhancement; MediaWiki: User login and signup; () [00:18:47] sumanah: So I tracked down my system admin, and found I needed to use the $wgSMTP (i.e. authorized login to the mail server) [00:19:08] sumanah: Now everything works perfectly. Thanks. [00:19:31] Susan: Whoa now [00:20:34] Susan: isn't there already a gender neutral icon bug? [00:21:10] 03(NEW) User login and signup forms don't look great in Monobook - 10https://bugzilla.wikimedia.org/47698 normal; MediaWiki: User login and signup; () [00:22:11] Ah, there it is. [00:22:14] 03(mod) Allow mobile users to be "remembered" on login. - 10https://bugzilla.wikimedia.org/46241 +comment (10arichards) [00:22:42] !b 41484 | Thehelpfulone [00:22:42] Thehelpfulone: https://bugzilla.wikimedia.org/41484 [00:23:52] 03(mod) "(help me choose)" should open link to username policy in new tab/window or as a popup within the same tab - 10https://bugzilla.wikimedia.org/47688 +comment (10Matthew Flaschen) [00:23:52] 03(mod) Open username policy in tooltip - 10https://bugzilla.wikimedia.org/47530 (10Matthew Flaschen) [00:25:22] Amgine_: There is. [00:25:27] 03(NEW) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 normal; MediaWiki: User login and signup; () [00:27:40] 03(NEW) "Create your account" for the Blue button - 10https://bugzilla.wikimedia.org/47700 enhancement; MediaWiki: User login and signup; () [00:28:23] 03(mod) Improve message for attempted login for a non-existent username - 10https://bugzilla.wikimedia.org/47695 +comment (10Matthew Flaschen) [00:28:31] 03(mod) User login and signup forms don't look great in Monobook - 10https://bugzilla.wikimedia.org/47698 +comment (10b) [00:29:09] 03(mod) "Incorrect or missing confirmation code." message for incorrect captcha could do with rewording - 10https://bugzilla.wikimedia.org/47689 +comment (10Ori Livneh) [00:29:58] 03(mod) "Create your account" for the Blue button - 10https://bugzilla.wikimedia.org/47700 +easy (10MZMcBride) [00:30:06] 03(mod) "Incorrect or missing confirmation code." message for incorrect captcha could do with rewording - 10https://bugzilla.wikimedia.org/47689 +comment (10Thehelpfulone) [00:30:41] 03(mod) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 +comment (10b) [00:31:27] 03(mod) Update video on https://en.wikipedia.org/wiki/Help:Logging_in to new account creation interface - 10https://bugzilla.wikimedia.org/47692 +easy (10Matthew Flaschen) [00:33:08] 03(mod) Add a secondary confirmation email field when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47697 +comment (10MZMcBride) [00:33:09] marktraceur: Whoa. [00:33:26] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10Thehelpfulonewiki) [00:33:58] 03(mod) Switch "Can't see the image? Request an account" to "Can't see the image? Load a new one" for first view - 10https://bugzilla.wikimedia.org/47690 +comment (10Matthew Flaschen) [00:34:25] 03(NEW) Simple English Wikipedia/Wikipedia: Labelling Article Subjects as [Hazardous], [Avoid], or similar - 10https://bugzilla.wikimedia.org/47701 enhancement; Wikimedia: General/Unknown; () [00:35:09] 03(mod) "Incorrect or missing confirmation code." message for incorrect captcha could do with rewording - 10https://bugzilla.wikimedia.org/47689 +comment (10Matthew Flaschen) [00:38:47] 03(mod) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 +comment (10Thehelpfulonewiki) [00:39:22] sumanah: okay, I now understand the reason behind a 'six week scope' [00:40:03] so what I'm going to do is, remove the tasks that I've added beyond the first milestone [00:40:04] 03(mod) Add a secondary confirmation email field when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47697 +comment (10Thehelpfulonewiki) [00:40:21] and add them to an 'If time permits' category [00:40:43] since that can be considered the 'base' [00:42:52] pragunbhutani: I think that's a good idea but you should of course ask your mentors what they think [00:43:06] sumanah: absolutely [00:43:37] marktraceur:I'm sorry but I'm sitll generally lost x.x [00:44:21] sumanah: I think they should agree, because whatever comes after that can be implemented by somebody else, even if they were not involved with the first part of my project [00:44:40] and the first part is still useful on its own? [00:45:10] sumanah: the first part will allow Wikibase to be rendered on Mobile platforms [00:45:11] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10Matthew Flaschen) [00:45:24] without that, the rest cannot be put in place [00:46:07] sumanah: but, that will limit the mobile usage of wikidata to viewing only [00:46:20] sumanah: or 'research' in Wikimedia terms [00:46:22] better than nothing [00:46:38] sumanah: the second part involves 'editing' [00:46:55] sumanah: which, on the plus side, can be added later on [00:49:02] sumanah: but again, I should run that by wikimedia-wikidata, because the current list of tasks needed to be completed to mobilize wikidata was compiled with their help [00:49:12] * sumanah understands [00:51:18] 03(mod) Some user/user talk pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10gerritadmin) [00:51:18] marktraceur: now i understood how the footer works :D great its realy easy [00:51:31] sumanah: on an unrelated note, when can we expect to hear about sponsorship allocations for the amsterdam hackathon? [00:51:34] 03(mod) Add a secondary confirmation email field when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47697 +comment (10Matthew Flaschen) [00:52:50] pragunbhutani: Pretty soon, I believe - feel free to ping the committee if you need to start booking tickets/visa NOW [00:52:55] (which is likely the case) [00:53:06] sumanah: it is! [00:53:10] how can I reach them? [00:54:13] 03(mod) VisualEditor: Saved annotated content cannot be unannotated - 10https://bugzilla.wikimedia.org/47680 +comment (10James Forrester) [00:54:47] sumanah: the event is roughly a month from today, which is about the time it takes for visa applications to be processed! [00:54:50] pragunbhutani: :/ [00:55:22] pragunbhutani: sent it to you [00:55:56] sumanah: thanks :) [00:56:16] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 +comment (10dzahn) [00:57:26] 03(mod) User login and signup forms don't look great in Monobook - 10https://bugzilla.wikimedia.org/47698 +comment (10Ori Livneh) [00:59:07] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 (10Daniel Zahn) [00:59:46] 03(mod) User login and signup forms don't look great in Monobook - 10https://bugzilla.wikimedia.org/47698 +comment (10ori) [00:59:56] 'to be clarify' [00:59:57] oy. [01:00:47] 03(mod) Some user/user talk pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10rkaldari) [01:01:01] 03(mod) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 +comment (10Matthew Flaschen) [01:02:00] 03(NEW) bingle test - 10https://bugzilla.wikimedia.org/47702 normal; MediaWiki extensions: MobileFrontend; () [01:02:40] 03(mod) bingle test - 10https://bugzilla.wikimedia.org/47702 (10Arthur Richards) [01:02:44] 03(mod) Wikidata SSL - 10https://bugzilla.wikimedia.org/41437 +comment (10dzahn) [01:03:37] 03(mod) Wikidata SSL - 10https://bugzilla.wikimedia.org/41437 (10Daniel Zahn) [01:05:19] 03(mod) User icon in Vector's personal portlet (personal tools) should be gender-neutral - 10https://bugzilla.wikimedia.org/41484 +comment (10Thehelpfulone) [01:06:11] sumanah: hmm, not a lot of people seem to be online on wikimedia-wikidata at the moment [01:06:23] pragunbhutani: the Wikidata-l list might be better, then [01:06:41] sumanah: I guess I'll make the changes in my proposal and shoot the list a mail with an explanation and asking for feedback [01:06:51] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10lvilla) [01:06:52] makes sense to me [01:07:33] 03(mod) Give rollbackers the 'abusefilter-log-private' permission on wikidata.org - 10https://bugzilla.wikimedia.org/47503 +comment (10Jasper Deng) [01:08:05] pragunbhutani: that is because many of them are Germany-based. CE(S)T timezone. so right now it's like 3 AM, the deepest night possible [01:08:36] 03(mod) TorBlock catches Tor relay node - 10https://bugzilla.wikimedia.org/47626 +comment (10sam) [01:09:00] mutante: oh I see. College makes you lose sense of that at times :p [01:09:09] 03(mod) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 normal->minor (10Sam Reed (reedy)) [01:09:17] Wikidata-i seems like the way to go then [01:09:24] l, not i [01:09:32] (I understand some typefaces make that hard to tell!) [01:09:34] 03(mod) Give rollbackers the 'abusefilter-log-private' permission on wikidata.org - 10https://bugzilla.wikimedia.org/47503 +comment (10Thehelpfulone) [01:09:40] ellllllllllll [01:11:20] 03(mod) Remember me on Login interface should state for 30 days only - 10https://bugzilla.wikimedia.org/47694 +comment (10b) [01:11:22] don't worry Susan, that's clearly not consensus [01:11:27] sumanah: roger. I'm already signed up on the list :) [01:11:42] 03(mod) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 +comment (10Thehelpfulone) [01:11:52] pragunbhutani: cool. [01:12:02] 03(mod) TorBlock catches Tor relay node - 10https://bugzilla.wikimedia.org/47626 (10king.of.hearts.wiki) [01:12:16] 03(mod) wikimedia.de via HTTPS loads resources over HTTP - 10https://bugzilla.wikimedia.org/47653 +comment (10Sam Reed (reedy)) [01:12:22] "I've decided to scope my project for 6 weeks instead of 12." Is that sentence correct in structure? [01:12:39] Jasper_Deng: That? [01:12:54] pragunbhutani: yes, it is [01:12:56] Susan: the bug [01:13:00] thanks [01:13:01] (47503) [01:13:18] I wasn't worried. [01:13:23] I hadn't even seen the bug. :-) [01:13:46] pragunbhutani: I have to head off soon but I'm glad we got a chance to chat [01:13:57] sumanah: Likewise :) [01:17:28] 03(NEW) MIDI generation on Windows fails with "No MIDI file generated despite being requested"; Support "-dmidi-extension=midi" - 10https://bugzilla.wikimedia.org/47703 normal; MediaWiki extensions: Score; () [01:18:57] i've gathered from wikitech that we likely have the bugzilla rest API set up (https://wikitech.wikimedia.org/wiki/Bugzilla_REST_API) - anyone know what the URL is? [01:20:44] sumanah: I forgot to show you, here's a sample of wikibase running with mobile frontend [01:20:51] http://wikibase.pragunbhutani.in/mw [01:22:06] Kyzz: Any luck? [01:22:47] marktraceur: Still pretty lost [01:23:32] Oh dear. [01:23:49] awjr: it is driving me up the wall that I cannot figure this out! [01:24:02] right?! [01:24:25] awjr: I am looking through https://gerrit.wikimedia.org/r/gitweb?p=wikimedia/bugzilla/triagescripts.git;a=tree now [01:24:40] marktraceur: im sorry :\ [01:24:45] no, this may not help [01:24:51] Kyzz: Don't worry about it! Can I help at all? :) [01:25:38] marktraceur: One second i'll ask a question [01:26:09] i dont think so sumanah :( [01:26:51] awjr: The endpoint for the XML-RPC interface is the xmlrpc.cgi script in your Bugzilla installation. For example, if your Bugzilla is at bugzilla.yourdomain.com, then your XML-RPC client would access the API via: http://bugzilla.yourdomain.com/xmlrpc.cgi http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Server/XMLRPC.html [01:27:01] ah [01:27:01] wait, that's XML-RPC [01:27:04] that's the xml-rpc API [01:27:04] yeah [01:27:07] i want REST :) [01:27:18] which i believe at least once existed [01:27:26] back in the days of priyanka [01:28:01] http://stackoverflow.com/questions/11895485/what-is-the-bugzilla-rest-api-url suggests bugzilla.wikimedia.org/ is the endpoint [01:28:03] try that? [01:28:45] dont think so sumanah [01:29:13] Oh, you're dealing with Bugzilla's API? [01:29:19] I've never gotten it to work. [01:29:25] I ended up screen-scraping the last time I tried. [01:29:38] Susan is there a unique URL for the REST API? [01:29:49] !bzapi [01:29:49] https://bugzilla.wikimedia.org/docs/en/html/api/Bugzilla/WebService/Server/JSONRPC.html [01:30:05] ohho [01:30:08] wm-bot to the rescue [01:30:30] There are several interfaces. They're all terrible, I've found. :P [01:30:42] ah yeah, that could work too - but i'm hoping to use the REST api [01:30:48] i dont even know if it exists, but i thin it might, or at least did [01:30:53] based on some old docs i found on wikitech [01:30:56] Good luck. [01:31:05] hehehe thanks Susan, clearly i need it [01:32:46] Anyone use Maps ext. much of it is no longer working [01:32:57] Want a multi point OSM ext. [01:32:59] 03(mod) Echo notifications menu looks rather silly in Monobook - 10https://bugzilla.wikimedia.org/47652 +comment (10b) [01:33:48] hi factor - can you give more specifics? [01:34:03] http://www.semantic-mediawiki.org/wiki/Maps_examples [01:34:06] 03(mod) Allow mobile users to be "remembered" on login. - 10https://bugzilla.wikimedia.org/46241 +comment (10Technical_13) [01:34:06] marktraceur: Well my lag on irssi is bad so im on quassel on windows now [01:34:14] many of these examples do not work , even on the main site [01:34:27] awjr: BTW, I filed a bug today about mobile login being broken on Meta-Wiki. [01:35:17] factor: can you file a bug at bugzilla.wikimedia.org ? [01:35:30] ok [01:35:33] factor: https://blog.wikimedia.org/2013/03/18/how-to-create-a-good-first-bug-report/ tells you how [01:35:34] thanks! [01:35:54] np. [01:36:11] yeah i saw that Susan thanks for filing - we'll check it out [01:36:56] Cool, thanks. [01:37:09] awjr: this is maddening and if you find out, let me know? [01:37:20] this is super weird Susan, im seeing the same behavior [01:37:25] awjr: I awoke to a series of annoyed sexts about that this morning. [01:37:26] sure thing sumanah [01:37:32] sheesh [01:37:50] What's super weird? [01:38:05] Susan: that login isn't working on meta.m [01:38:22] You thought I was making it up. :-) [01:38:36] heh no, but looking quickly i thought i might see something obvious [01:38:54] 03(mod) Some user/user talk pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10rainerrillke) [01:38:57] but i don't - and that's what's weird; particularly since it works elsewhere [01:39:09] good luck, awjr [01:39:20] The Commons handshake thing is pretty awful. [01:40:22] tell me about it :( [01:40:33] Heh. [01:40:35] it's better than things not working i guess, but it's really ugly [01:40:59] * Susan nods. [01:41:09] someday we'll have a shiny new awesome login system so we don't have to do things like that anymore [01:41:40] we banged our heads against the wall for a long time on that one [01:42:57] im outta here - gnight (or whatever time of day it is for you) everyone! [01:43:37] marktraceur: could you possibly walk me through a bug sometime? [01:44:00] Kyzz: What, fix a whole bug with you? [01:44:07] I mean, I probably could [01:44:10] * marktraceur thinks [01:44:22] Whatever is easiest I'm just lost lol I just want to understand [01:44:40] Kyzz: Well, what is it that's difficult? Is it the actual problem you're trying to fix, or the process? [01:44:59] Heh... I keep forgetting I have sysop on a wikimedia wiki [01:45:19] marktraceur: What the overall goal is more or less [01:45:52] Kyzz: To have less shitty software, but maybe you want something more specific [01:47:39] marktraceur: To localise NEW and make it i18n...NEW is located on line 359 and im supposed to use msfw (spelling) but from ther im not sure [01:48:00] wfMsg, yeah [01:48:10] Kyzz: The point...OK, let me show you [01:48:58] Kyzz: Look at https://commons.wikimedia.org/wiki/Special:Version for a sec [01:49:28] Kyzz: Then look at https://commons.wikimedia.org/wiki/Special:Version?uselang=zh [01:49:56] * Kyzz looking [01:50:10] Kyzz: The goal, overall, is to make sure people reading in Chinese, or French, or German, don't have to translate "NEW" in the middle of a block of some other language [01:50:43] Susan: Commons handshake? [01:54:33] Dantman: Special:Handshake on Commons or something. [01:54:54] You get redirected to it when logging in via mobile. [01:56:54] 03(mod) "Login error" header is incorrect if you haven't created an account yet - 10https://bugzilla.wikimedia.org/47691 (10spage) [01:57:37] 03(mod) "Login error" header is incorrect if you haven't created an account yet - 10https://bugzilla.wikimedia.org/47691 +comment (10gerritadmin) [02:01:17] marktraceur: So new was just hardcoded and new went through the fnuction to translate it? Basically? [02:01:55] Kyzz: We need it to be internationalised, yes. [02:02:57] marktraceur: the review you just left on the mindmap gsoc proposal was private (student cannot see) - I don't think you meant to do that [02:03:05] marktraceur: So you have to pass the string [NEW] into the function wfMsg and make it output something that is i18n [02:03:05] I did [02:03:09] Oh, private to the org [02:03:13] Damn it, that's unclear [02:03:40] Yeah. The gsoc ui is rather terrible [02:04:10] Yes, if I had been paying attention I would have understood better [02:05:42] marktraceur: I think [02:06:26] Kyzz: Sort of. You need to make "[NEW]" into an i18n message, i.e. somewhere in the i18n file [02:06:40] Kyzz: Then you pass the name of that message into the wfMsg function [02:07:47] That process is the confusing bit to me [02:08:47] Kyzz: What doesn't make sense? [02:15:59] marktraceur: the process of problem solving behind taking those actions I'm just not sure where to begin [02:17:24] I know that sounds a little dumb but yeah [02:18:03] Kyzz: Would you like to just walk through *this* bug? [02:18:12] I mean, is that what you're asking? [02:18:44] I'm just not sure where to begin [02:18:57] marktraceur: I'm currently on windows and wifi on ubuntu wont work currently lol where im at [02:19:12] Kyzz: Can you SSH somewhere? [02:20:50] Yeah. The gsoc ui is rather terrible .> [02:21:33] I'm currently just using remote access to my desktop but i'm not sure how well the conncetion would be if i hopped onto linux [02:22:34] Kyzz: I mean could you SSH to a server on my network [02:24:33] I'm honestly not sure how on windows heh [02:25:41] We could just do it tomorrow if you're free [02:26:14] Kyzz: We could also do it now :) [02:26:23] Kyzz: http://www.chiark.greenend.org.uk/~sgtatham/putty/ [02:27:38] marktraceur: I need hostnames and stuff [02:29:12] One sec [02:29:38] Kyzz: Can you email me a public key for SSH purposes? [02:30:15] marktraceur: Do I get that from PuTTTY? [02:30:31] You, um [02:30:35] Damn, I have no idea [02:30:42] Not with...hold on [02:30:59] marktraceur: They have stuff on their site about public keys and they provide them im just not sure waht youre looking for [02:31:01] Kyzz: It looks like you can download Puttygen [02:31:25] Kyzz: I need a way to connect you to my server, and public...well, actually, password works too [02:31:28] Sec [02:32:33] marktraceur: I am on school internet and im not sure if any ports are opened on my end fyi [02:32:48] 03(mod) Duplicate thank you allowed - 10https://bugzilla.wikimedia.org/46690 +comment (10MZMcBride) [02:32:48] 03(mod) Thanks workflow needs further thought - 10https://bugzilla.wikimedia.org/47658 (10MZMcBride) [02:33:23] They shouldn't have to be [02:33:27] Kyzz: See PM [02:35:18] Kyzz: Tell me when you're in please [02:43:40] Krinkle|detached: https://github.com/WickyNilliams/enquire.js [02:51:39] 03(mod) Allow global renaming of global users - 10https://bugzilla.wikimedia.org/14862 +comment (10b) [03:08:09] 03(mod) commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices - 10https://bugzilla.wikimedia.org/43628 +comment (10mgrover) [03:09:03] 03(mod) Spam trap field visible when editing on iOS - 10https://bugzilla.wikimedia.org/46696 +comment (10mgrover) [03:09:41] 03(mod) Cannot easily retry upload - 10https://bugzilla.wikimedia.org/45377 +comment (10mgrover) [03:10:48] 03(mod) wgMobileDeviceName is not populated on en.m.wikipedia.org - 10https://bugzilla.wikimedia.org/47586 +comment (10mgrover) [03:14:18] 03(mod) inconsistency between headers in mobileview api vs html content - 10https://bugzilla.wikimedia.org/47462 +comment (10mgrover) [03:15:30] 03(mod) meta.m.wikimedia.org user login doesn't work - 10https://bugzilla.wikimedia.org/47647 +comment (10mgrover) [03:16:08] 03(mod) Nearby link on wikivoyage that doesn't work - 10https://bugzilla.wikimedia.org/47636 +comment (10mgrover) [03:16:48] 03(mod) meta.m.wikimedia.org user login screen inexplicably has "W" icon - 10https://bugzilla.wikimedia.org/47648 +comment (10mgrover) [03:18:00] 03(mod) Opera Mini: Cannot focus search - 10https://bugzilla.wikimedia.org/47567 +comment (10mgrover) [03:19:12] The Wikimedia Foundation has hired someone to re-file Bugzilla tickets in Mingle? [03:21:44] 03(mod) Watchlist incorrectly shows attributed edits as anonymous - 10https://bugzilla.wikimedia.org/45517 +comment (10mgrover) [03:22:39] 03(mod) Description of watchlist inaccurate - 10https://bugzilla.wikimedia.org/44922 +comment (10mgrover) [03:31:45] hello , im interested in the MediaWiki-Moodle extension (as i have worked on moodle previously) but the mentor, Jan Luca, does not have any contact information and the project description is pretty breif. Does anyone know anything about this mentor or project? [03:33:56] 03(mod) Add extension to show infos about a Moodle course - 10https://bugzilla.wikimedia.org/47381 +comment (10Rohan Vera) [03:35:09] clancer: Yeah, let me see if I can find Jan for you [03:38:15] clancer: Looks like Jan is usually around IRC starting in about two hours [03:38:16] oooo, MediaWiki+Moodle... that sounds cool. [03:38:56] I'm supposed to be working on something else, no distractions, lalalalala.... [03:39:21] 03(NEW) "(help me choose)" should appear only after a failed registration attempt - 10https://bugzilla.wikimedia.org/47704 normal; MediaWiki: User login and signup; () [03:39:57] haha ok that sounds good thanks mark. i have to go ill try to lurk around the time you said each day then [03:40:10] clancer: OK, good luck [03:40:16] clancer: You could also try him on wiki [03:40:33] clancer: http://www.mediawiki.org/wiki/User:Jan_Luca [03:40:35] Also, clancer, Jan has an e-mail address linked to xyr wiki account. [03:41:16] thank you [03:41:18] bye [03:42:00] 03(mod) Some user/user talk pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10liangent) [03:46:56] 03(mod) Some user/user talk pages + [[zh:Special:Preferences]] start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 summary (10Liangent) [03:56:33] 03(mod) hardcoded message in code (0.2.0) - 10https://bugzilla.wikimedia.org/43412 +comment (10gerritadmin) [03:57:08] 03(NEW) "Request an account" should be an optional parameter - 10https://bugzilla.wikimedia.org/47705 normal; MediaWiki: User login and signup; () [03:57:11] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 summary; +comment (10Liangent) [03:57:52] 03(mod) "Request an account" should be an optional parameter - 10https://bugzilla.wikimedia.org/47705 (10Quim Gil) [03:57:55] 03(mod) CAPTCHA doesn't work for blind people - 10https://bugzilla.wikimedia.org/4845 (10Quim Gil) [03:58:37] 03(mod) "Can't see the image? Request an account" should be an optional parameter - 10https://bugzilla.wikimedia.org/47705 summary (10Quim Gil) [04:04:10] 03(mod) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 minor->normal; +comment (10Quim Gil) [04:31:19] * Dantman wonders how many broken media query rules he's written because he didn't notice one subtle thing about the mediaqueries spec. [04:32:34] The spec or the implementation? [04:33:39] My queries being broken because I misunderstood part of the spec [04:34:11] Hmmmm... wait [04:34:18] Okay, Susan, *now* you can complain, 'cuz I so want to make a crude comment. [04:34:19] No, nevermind [04:34:44] Those old queries I made are legal [04:35:24] The part that broke this time only broke because of a special requirement when you use 'not' or 'only' at the start of your rule [04:38:23] This is the mediaquery syntax definition [04:38:30] 03(mod) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 +comment (10b) [04:38:47] * Dantman media_query_list : S* [media_query [ ',' S* media_query ]* ]? ; [04:39:06] media_query : [ONLY | NOT]? S* media_type S* [ AND S* expression ]* | expression [ AND S* expression ]* ; [04:39:21] Amgine_: Re: 47693? [04:39:31] I didn't see your comment in here until after I posted. [04:39:35] Probably just as well. [04:40:02] No, actually, to Dantman. [04:40:13] 03(mod) NUMBEROFUSERS is not "contributors this month" - 10https://bugzilla.wikimedia.org/47693 +comment (10Steven Walling) [04:40:32] [04:40:44] This means that say `not (max-width: 300px)` is actually illegal. [04:40:54] Amgine_: Oh. That bug comment was pretty good. [04:40:56] You should look. [04:41:00] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 summary (10Steven Walling) [04:41:15] Number? [04:41:17] It's only valid if you make it something like `not all and (max-width: 300px)` [04:41:29] Amgine_: https://bugzilla.wikimedia.org/show_bug.cgi?id=47693#c3 [04:41:46] Amgine_: https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page&type=signup&useNew=1 is the context. [04:42:13] [04:42:17] However thanks to the second half of media_query `(max-width: 300px)` is valid [04:42:51] Wait, what Dantman? [04:43:28] 03(mod) "(help me choose)" should appear only after a failed registration attempt - 10https://bugzilla.wikimedia.org/47704 +comment (10Steven Walling) [04:43:45] @media (max-width: 300px) {} is valid [04:43:52] @media not all and (max-width: 300px) {} is valid [04:43:58] @media not (max-width: 300px) {} is invalid [04:44:15] Amgine_: ^ [04:45:51] That's.... oddish. [04:45:56] 03(mod) "Can't see the image? Request an account" should be an optional parameter - 10https://bugzilla.wikimedia.org/47705 +comment (10swalling) [04:46:34] 03(mod) Update video on https://en.wikipedia.org/wiki/Help:Logging_in to new account creation interface - 10https://bugzilla.wikimedia.org/47692 +comment (10swalling) [04:47:07] Yeah feels like that a bit... but it's what the spec has defined [04:48:48] lol... I hope no mediaquery implementation ever takes up the offer css3-mediaqueries hands over with this little paragraph: [04:48:51] "User agents are expected, but not required, to re-evaluate and re-layout the page in response to changes in the user environment, for example if the device is tilted from landscape to portrait mode." [04:49:13] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10roland.unger) [04:49:58] They left it as legal to not update the applied css when a media query no longer matches. [05:14:10] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10gerritadmin) [05:15:41] 03(mod) "(help me choose)" should appear only after a failed registration attempt - 10https://bugzilla.wikimedia.org/47704 +comment (10qgil) [05:18:58] Aggh... wtf is this... [05:19:43] For some reason I have an element with some floated contents inside of it. And for some time any margin-bottom I put on it gets mirrored like a margin-top even though margin-top is 0; [05:52:01] Is 'Referenced sniff Generic.PHP.LowerCaseKeyword does not exist' in Jenkins a known issue? [05:52:05] https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/8625/console [05:56:59] 03(NEW) Untranslatable strings in ve.ui.MWLinkTargetInputWidget.prototype.populateMenu - 10https://bugzilla.wikimedia.org/47706 normal; VisualEditor: User Interface; () [06:21:46] 03(mod) Acquire the enwp.org domain - 10https://bugzilla.wikimedia.org/30861 +comment (10p858snake) [06:29:07] 03(mod) Acquire the enwp.org domain - 10https://bugzilla.wikimedia.org/30861 +comment (10jeremyb) [06:31:28] 03(mod) Missing or useless links in Echo notification e-mails - 10https://bugzilla.wikimedia.org/46937 summary; +comment (10Nemo) [06:38:55] 03(mod) Socialization links in flyout - 10https://bugzilla.wikimedia.org/46678 +comment (10Nemo) [06:43:14] 03(NEW) No links to user talk messages on notifications flyout - 10https://bugzilla.wikimedia.org/47707 major; MediaWiki extensions: Echo; () [06:43:26] 03(mod) No links to user talk messages on notifications flyout - 10https://bugzilla.wikimedia.org/47707 (10Nemo) [06:43:29] 03(mod) Missing or useless links in Echo notification e-mails - 10https://bugzilla.wikimedia.org/46937 (10Nemo) [06:55:13] 03(mod) VisualEditor: Re-label the 'cancel' toolbar message to 'exit without saving' - 10https://bugzilla.wikimedia.org/47676 +comment (10s.mazeland) [07:04:11] 03(NEW) Line height jumps when focusing WikiEditor in Internet Explorer 9 - 10https://bugzilla.wikimedia.org/47708 normal; MediaWiki extensions: WikiEditor; () [07:06:10] 03(mod) Line height jumps when focusing WikiEditor in Internet Explorer 9 - 10https://bugzilla.wikimedia.org/47708 normal->minor (10TMg) [07:13:56] 03(mod) Line height jumps when focusing WikiEditor in Internet Explorer 9 - 10https://bugzilla.wikimedia.org/47708 +comment (10TMg) [07:13:56] 03(mod) Textarea jumps when editing articles unless IE8 compatibility mode is on - 10https://bugzilla.wikimedia.org/19334 (10TMg) [07:17:56] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10Nemo) [07:33:48] 03(mod) Hide "(optional)" when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47686 +patch-in-gerrit (10Matthew Flaschen) [07:48:33] 03(mod) formatNum doesn't default to the wiki's content language for formatting - 10https://bugzilla.wikimedia.org/44905 (10Andre Klapper) [07:49:52] 03(mod) Mobile site clips edges of large tables - 10https://bugzilla.wikimedia.org/36936 +comment (10jrobson) [07:52:38] 03(NEW) Wikimedia Commons is allowing h.264 uploads with bogus file extension - 10https://bugzilla.wikimedia.org/47709 normal; Wikimedia: Site requests; () [07:52:55] 03(mod) User can mark as being reviewed even though they cannot accept it - 10https://bugzilla.wikimedia.org/45628 +comment (10legoktm.wikipedia) [07:58:05] arrbee: Hi, I had a few questions regarding the jquery.ime extensions for chrome and firefox [07:58:41] prageck: Hello [07:59:17] arrbee: I had a litle conversation with Santhosh Thottingal [07:59:30] hello all [08:00:02] prageck: oh nice [08:00:12] guys i question, I'm looking for an option/way, how can i force mediawiki to show me the contents on each page... something like this: [08:00:12] http://www.mediawiki.org/wiki/Help:Categories, the contents box which you can hide/show [08:00:22] prageck: So what were your queries [08:00:55] arrbee: There are supposed to be some user preferences in the extension [08:01:25] arrbee: needed some suggestion about what all preferences can we have [08:04:41] prageck: well.. ideally it ought to be the preferences that the users would like to carry on over multiple sessions or instances of the same browser [08:05:22] prageck: Have you also started jotting your plan down on the talk page? [08:05:39] 03(NEW) Pawn ♙ appears after pressing Down key (first thing) - 10https://bugzilla.wikimedia.org/47710 major; VisualEditor: ContentEditable; () [08:06:05] arrbee: No, the talk page is still not ready [08:06:28] arrbee: I'm working on the proposal [08:06:36] prageck: ok.. it would probably be nicer if you could get that started. Helps us keep the discussion at one place. :) [08:07:31] arrbee: sure, I will try to submit a rough draft of the proposal by today itself. [08:07:59] prageck: Thanks Praveen. :) [08:08:38] 03(NEW) SHIFT-Right deletes characters instead of selecting - 10https://bugzilla.wikimedia.org/47711 normal; VisualEditor: ContentEditable; () [08:08:41] arrbee: Thanks :) [08:09:06] arrbee: since we need on demand loading of languages in the extension rather than pre loading all the languages at once [08:10:00] I was considering, we can preload only user's previously used launguages [08:11:01] arrbee: rules for other languages will be only loaded when the user selects that particular language [08:11:12] prageck: Well.. that is one option. Perhaps you can cover this as a probable user preference scenario. [08:11:19] arrbee: Any thoughts/suggestions ? [08:12:32] 03(mod) "Zarro Boogs found" is unhelpful - 10https://bugzilla.wikimedia.org/42467 +comment (10Andre Klapper) [08:13:04] 03(mod) VisualEditor: Click-dragging of content to move it - 10https://bugzilla.wikimedia.org/41150 +comment (10nicolas.raoul) [08:13:40] arrbee: Ok [08:14:15] arrbee: one more thing, shall we have keyboard navigation in jquery.ime ? [08:15:09] arrbee: currently the only way to select a language is by scrolling down and clicking on a particular launguage [08:15:28] prageck: Would be good to have :) [08:15:58] arrbee: we can use arrow keys for navigation [08:19:26] 03(NEW) Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 critical; VisualEditor: ContentEditable; () [08:19:56] arrbee: I'll start drafting the proposal, will ask for suggestions/feedback if required [08:20:26] prageck: Thanks. I'll look forward to it. [08:20:40] arrbee: Thanks :) [08:25:45] 03(mod) Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 +comment (10nicolas.raoul) [08:39:14] 03(NEW) Improve placement of refresh button and text for FancyCaptcha - 10https://bugzilla.wikimedia.org/47713 normal; MediaWiki extensions: ConfirmEdit (CAPTCHA extension); () [08:39:42] 03(mod) Improve placement of refresh button and text for FancyCaptcha - 10https://bugzilla.wikimedia.org/47713 normal->15enhancement (10Matthew Flaschen) [08:49:10] 03(mod) Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 +comment (10nicolas.raoul) [08:49:41] 03(mod) Category count of file numbers is wrong on first page - 10https://bugzilla.wikimedia.org/31732 +comment (10Raimond Spekking) [08:52:12] Tpt_: I've posted my GSoC proposal on Melange. Can you please have a look at it when you're free? [08:53:53] 03(mod) link to "depends on"/"blocks" in HTML bugmail - 10https://bugzilla.wikimedia.org/47556 +comment (10Andre Klapper) [09:01:14] does anyone have an example of site that uses a gallery slider for mediawiki? [09:01:50] 03(mod) PageTriage: different timezone settings cause looping - 10https://bugzilla.wikimedia.org/47645 (10Andre Klapper) [09:03:41] 03(mod) UW hangs on upload in some circumstances - 10https://bugzilla.wikimedia.org/47384 (10Andre Klapper) [09:04:01] 03(mod) handling of link parameter a bit odd - 10https://bugzilla.wikimedia.org/47646 (10Andre Klapper) [09:04:51] Rtdwivedi: Hi! I'll do it. [09:05:03] 03(mod) git review dies if non-utf8 text as commit subject - 10https://bugzilla.wikimedia.org/47633 +i18n (10Andre Klapper) [09:05:28] 03(mod) Tablesorter: colspan in buildHeaders is undefined - 10https://bugzilla.wikimedia.org/47654 (10Andre Klapper) [09:05:49] 03(mod) Tablesorter: colspan in buildHeaders is undefined - 10https://bugzilla.wikimedia.org/47654 +comment (10aklapper) [09:08:55] 03(mod) Change the bot code so that it's possible to create #*.wmflabs channels too - 10https://bugzilla.wikimedia.org/37404 (10Andre Klapper) [09:09:49] 03(mod) WikiCategoryTagCloud Extension: Undefined index: linkstyle - 10https://bugzilla.wikimedia.org/47659 (10Andre Klapper) [09:10:32] 03(mod) Expands all tree - 10https://bugzilla.wikimedia.org/47660 +comment (10aklapper) [09:12:39] 03(mod) Render server error for specific ZIM or PDF file - 10https://bugzilla.wikimedia.org/46946 +comment (10Volker Haas) [09:12:50] 03(mod) Firefox search bar not using Secure search - 10https://bugzilla.wikimedia.org/45765 +comment (10aklapper) [09:13:55] 03(mod) Cannot submit review form with enter from the reason field - 10https://bugzilla.wikimedia.org/42295 (10Andre Klapper) [09:14:39] 03(mod) Tablesorter: colspan in buildHeaders is undefined - 10https://bugzilla.wikimedia.org/47654 +comment (10hartman.wiki) [09:15:11] 03(mod) Pawn ♙ appears after pressing Down key (first thing) - 10https://bugzilla.wikimedia.org/47710 +comment (10nicolas.raoul) [09:15:52] 03(mod) current time as revision time of first revision - 10https://bugzilla.wikimedia.org/46630 +comment (10fomafix) [09:17:01] 03(mod) Change the name of "Monuments database" product to "Wiki Loves Monuments" - 10https://bugzilla.wikimedia.org/47669 summary (10Andre Klapper) [09:17:16] 03(mod) Also block a user when removing a page - 10https://bugzilla.wikimedia.org/47667 (10Andre Klapper) [09:18:11] 03(mod) Commons app crashes when taking photo with no camera - 10https://bugzilla.wikimedia.org/47671 normal->major (10Andre Klapper) [09:18:24] 03(mod) Add syntax highlighting to Edit box - 10https://bugzilla.wikimedia.org/11627 (10Andre Klapper) [09:19:39] 03(mod) Varnish cluster 503's should disaply a better error page - 10https://bugzilla.wikimedia.org/36498 (10Andre Klapper) [09:22:11] 03(mod) Mediawiki Upload Error and Search not working in Oracle due to DB account rights, works byenabling Oracle Text - 10https://bugzilla.wikimedia.org/36726 summary; +comment (10Andre Klapper) [09:22:44] 03(NEW) Support RDF and API serializations of entity data via OAI-MPH - 10https://bugzilla.wikimedia.org/47714 normal; MediaWiki extensions: WikidataRepo; () [09:23:15] 03(mod) "(help me choose)" should open link to username policy in new tab/window or as a popup within the same tab - 10https://bugzilla.wikimedia.org/47688 (10Andre Klapper) [09:23:51] 03(mod) Switch "Can't see the image? Request an account" to "Can't see the image? Load a new one" for first view - 10https://bugzilla.wikimedia.org/47690 (10Andre Klapper) [09:25:52] 03(mod) Simple English Wikipedia/Wikipedia: Labelling Article Subjects as [Hazardous], [Avoid], or similar - 10https://bugzilla.wikimedia.org/47701 +comment (10Andre Klapper) [09:26:39] 03(mod) IME icon is lost and browser freezes when trying to edit translation bordering the screen - 10https://bugzilla.wikimedia.org/47635 +comment (10gerritadmin) [09:28:19] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 +comment (10Andre Klapper) [09:28:26] 03(mod) Add a secondary confirmation email field when I check "Use a temporary random password and send it to the email address specified below" - 10https://bugzilla.wikimedia.org/47697 (10Andre Klapper) [09:29:37] 03(mod) User login and signup forms don't look great in Monobook - 10https://bugzilla.wikimedia.org/47698 (10Andre Klapper) [09:30:36] 03(mod) [Tablesorter] Headers with rowspan should be considered for all rows - 10https://bugzilla.wikimedia.org/38911 +comment (10listenleser) [09:30:39] 03(mod) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 normal->minor (10Andre Klapper) [09:31:01] 03(mod) Expands all tree - 10https://bugzilla.wikimedia.org/47660 +comment (10jesus.perez) [09:31:02] 03(mod) Give rollbackers the 'abusefilter-log-private' permission on wikidata.org - 10https://bugzilla.wikimedia.org/47503 (10Andre Klapper) [09:32:18] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 normal->minor; summary (10Andre Klapper) [09:32:19] 03(mod) Interface messages needing rewording or documentation and other issues with existing messages (tracking) - 10https://bugzilla.wikimedia.org/38638 (10Andre Klapper) [09:32:42] 03(mod) TorBlock catches Tor relay node - 10https://bugzilla.wikimedia.org/47626 (10Andre Klapper) [09:34:34] 03(mod) MIDI generation on Windows fails with "No MIDI file generated despite being requested"; Support "-dmidi-extension=midi" - 10https://bugzilla.wikimedia.org/47703 normal->major (10Andre Klapper) [09:36:48] 03(mod) "Can't see the image? Request an account" should be an optional parameter - 10https://bugzilla.wikimedia.org/47705 (10Andre Klapper) [09:37:18] 03(mod) Firefox search bar not using Secure search - 10https://bugzilla.wikimedia.org/45765 +comment (10Derk-Jan Hartman) [09:37:26] 03(mod) Secure Server (tracking) - 10https://bugzilla.wikimedia.org/27946 (10Derk-Jan Hartman) [09:37:29] 03(mod) User preference for enforcing HTTPS - 10https://bugzilla.wikimedia.org/29898 (10Derk-Jan Hartman) [09:38:17] 03(mod) Untranslatable strings in ve.ui.MWLinkTargetInputWidget.prototype.populateMenu - 10https://bugzilla.wikimedia.org/47706 normal->major; +i18n (10Andre Klapper) [09:38:46] 03(NEW) CategoryTagCloud Extension: Strict Standards ERROR - 10https://bugzilla.wikimedia.org/47715 normal; MediaWiki extensions: [other]; () [09:40:15] 03(mod) Acquire the enwp.org domain - 10https://bugzilla.wikimedia.org/30861 (10Andre Klapper) [09:40:31] 03(mod) wikimedia.de via HTTPS loads resources over HTTP - 10https://bugzilla.wikimedia.org/47653 +comment (10Daniel Kinzler) [09:42:12] 03(mod) CategoryTagCloud Extension: Strict Standards ERROR - 10https://bugzilla.wikimedia.org/47715 +comment (10jesus.perez) [09:42:31] 03(mod) Wikimedia Commons is allowing h.264 uploads with bogus file extension - 10https://bugzilla.wikimedia.org/47709 +comment (10aklapper) [09:42:44] 03(mod) wikimedia.de via HTTPS loads resources over HTTP - 10https://bugzilla.wikimedia.org/47653 +upstream (10p858snake) [09:42:52] 03(mod) Customizable summary of page editors/authors - 10https://bugzilla.wikimedia.org/27629 +comment (10kelson) [09:45:26] 03(mod) VisualEditor: Pawn ♙ appears when two paragraphs of different language are next to each other(?) - 10https://bugzilla.wikimedia.org/47687 +comment (10Amir E. Aharoni) [09:46:04] 03(mod) Socialization links in flyout - 10https://bugzilla.wikimedia.org/46678 +comment (10okeyes) [09:46:14] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10Derk-Jan Hartman) [09:46:37] 03(mod) [Worked around] Zuul slow to report back to Gerrit - 10https://bugzilla.wikimedia.org/46176 +comment (10Antoine "hashar" Musso) [09:47:41] 03(mod) [Worked around] Zuul slow to report back to Gerrit - 10https://bugzilla.wikimedia.org/46176 +comment (10hashar) [09:52:59] 03(NEW) FrequentPatternTagCloud Extension: Warning - 10https://bugzilla.wikimedia.org/47716 normal; MediaWiki extensions: [other]; () [09:54:14] 03(NEW) VisualEditor link input text always has ltr direction - 10https://bugzilla.wikimedia.org/47717 normal; VisualEditor: User Interface; () [09:54:15] 03(mod) VisualEditor: Support for right-to-left / bidirectional content (tracking) - 10https://bugzilla.wikimedia.org/33126 (10Amir E. Aharoni) [09:54:19] 03(mod) Special:EditForm by itself shows PHP warning instead of standard error message - 10https://bugzilla.wikimedia.org/47606 +comment (10jesus.perez) [09:54:33] 03(mod) FrequentPatternTagCloud Extension: Warning - 10https://bugzilla.wikimedia.org/47716 +comment (10jesus.perez) [09:54:46] 03(mod) WikiCategoryTagCloud Extension: Undefined index: linkstyle - 10https://bugzilla.wikimedia.org/47659 +comment (10jesus.perez) [10:02:21] 03(NEW) using non-ASCII characters in the VisualEditor edit summary insertion can make the remaining character count negative - 10https://bugzilla.wikimedia.org/47718 normal; VisualEditor: User Interface; () [10:05:35] 03(mod) WikiBhasha does not work with Wikipedia's secure server - 10https://bugzilla.wikimedia.org/27139 +comment (10Derk-Jan Hartman) [10:09:56] 03(mod) [Tablesorter] Headers with rowspan should be considered for all rows - 10https://bugzilla.wikimedia.org/38911 +comment (10hartman.wiki) [10:14:43] 03(NEW) Category:Main page Configuration - 10https://bugzilla.wikimedia.org/47719 normal; MediaWiki: Categories; () [10:19:37] 03(mod) Socialization links in flyout - 10https://bugzilla.wikimedia.org/46678 +comment (10federicoleva) [10:24:16] 03(mod) Translation page does not contain the latest translations - 10https://bugzilla.wikimedia.org/46716 (10Niklas Laxström) [10:24:19] 03(mod) Need a way to simulate replication lag to test replag issues - 10https://bugzilla.wikimedia.org/38945 (10Niklas Laxström) [10:24:37] 03(mod) Translation page does not contain the latest translations - 10https://bugzilla.wikimedia.org/46716 +comment (10gerritadmin) [10:27:39] 03(mod) Supporting __STATICREDIRECT__ - 10https://bugzilla.wikimedia.org/40755 +comment (10denny.vrandecic) [10:30:30] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 +comment (10marcin.cieslak) [10:38:34] 03(NEW) Provide information about changes to Wikidata items liked with watched pages via API - 10https://bugzilla.wikimedia.org/47720 enhancement; MediaWiki extensions: WikidataClient; () [10:48:16] 03(mod) Provide information about changes to Wikidata items liked with watched pages via API - 10https://bugzilla.wikimedia.org/47720 +comment (10listenleser) [10:51:22] dunno if anyone can help... i have migrated a mediawiki from ne server to another but the resource loader is trying to find things using the old paths, is there a maintenance script i can run to fix this or something? [10:51:29] s/ne/one/ [10:55:57] 03(mod) Translation page does not contain the latest translations - 10https://bugzilla.wikimedia.org/46716 +comment (10federicoleva) [10:58:26] 03(NEW) Restore action=credits on WMF wikis - 10https://bugzilla.wikimedia.org/47721 enhancement; Wikimedia: General/Unknown; () [10:59:38] 03(NEW) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 normal; MediaWiki: General/Unknown; () [11:03:56] ok, so this fixed that for me: [11:04:02] TRUNCATE TABLE l10n_cache; [11:04:09] TRUNCATE TABLE module_deps; [11:04:12] 03(NEW) Cache action=credits results in the DB - 10https://bugzilla.wikimedia.org/47723 enhancement; MediaWiki: General/Unknown; () [11:04:12] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 (10Nemo) [11:04:14] 03(mod) Render server error for specific ZIM or PDF file - 10https://bugzilla.wikimedia.org/46946 (10Nemo) [11:14:34] 03(mod) On Special:Translate, top link should always go to the translation page you're editing - 10https://bugzilla.wikimedia.org/47185 +comment (10gerritadmin) [11:16:53] 03(mod) [accountability/transparency] Set up web interface for "customers" which allows seeing the status of their request and making feedback easier - 10https://bugzilla.wikimedia.org/44146 +comment (10Andre Klapper) [11:17:06] 03(mod) On Special:Translate, top link should always go to the translatable page you're translating - 10https://bugzilla.wikimedia.org/47185 summary (10Nemo) [11:17:24] 03(mod) Add script to rebuild translatable pages - 10https://bugzilla.wikimedia.org/47286 +comment (10Niklas Laxström) [11:17:59] 03(mod) Unified diff in gerrit - 10https://bugzilla.wikimedia.org/38100 +comment (10Andre Klapper) [11:19:40] 03(mod) Search on ua.wikimedia.org (chapter website) does not work - 10https://bugzilla.wikimedia.org/43663 +comment (10aklapper) [11:20:39] 03(mod) add link widget should not invite to add links for user and talk pages - 10https://bugzilla.wikimedia.org/47620 summary (10Lydia Pintscher) [11:21:26] 03(mod) add link widget should not invite to add links for user and talk pages - 10https://bugzilla.wikimedia.org/47620 +comment (10gerritadmin) [11:24:47] 03(mod) add link widget should not invite to add links for user and talk pages - 10https://bugzilla.wikimedia.org/47620 (10Aude) [11:25:22] 03(mod) Expands all tree - 10https://bugzilla.wikimedia.org/47660 +comment (10aklapper) [11:26:38] I want to second Claudias Questoin from the wikitech-l mailinglist... is the given feedback regarding the visualeditor publicly available? [11:28:33] 03(mod) CategoryTagCloud Extension: Strict Standards ERROR - 10https://bugzilla.wikimedia.org/47715 +comment (10aklapper) [11:30:14] 03(mod) wikimedia.de via HTTPS loads resources over HTTP - 10https://bugzilla.wikimedia.org/47653 +comment (10aklapper) [11:31:33] 03(NEW) mw/core gating jobs are delayed during peak hours - 10https://bugzilla.wikimedia.org/47724 normal; Wikimedia: Continuous integration; () [11:33:17] 03(mod) FrequentPatternTagCloud Extension: Warning: Cannot modify header information - 10https://bugzilla.wikimedia.org/47716 summary; +comment (10Andre Klapper) [11:34:08] 03(mod) Category:Main page Configuration - 10https://bugzilla.wikimedia.org/47719 +comment (10Andre Klapper) [11:35:49] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 +comment (10aklapper) [11:36:20] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 (10Andre Klapper) [11:36:21] 03(mod) Restore action=credits on WMF wikis - 10https://bugzilla.wikimedia.org/47721 (10Andre Klapper) [11:39:20] can any help me, I want to upload an image on my user page [11:39:25] How can I do that ? [11:41:16] 03(mod) Enable translation import on wikis with Translate extension - 10https://bugzilla.wikimedia.org/40341 +comment (10gerritadmin) [11:43:07] 03(mod) Enable translation import on wikis with Translate extension - 10https://bugzilla.wikimedia.org/40341 +comment (10s.mazeland) [11:44:01] 03(mod) Socialization links in flyout - 10https://bugzilla.wikimedia.org/46678 +comment (10okeyes) [11:44:38] 03(mod) On Special:Translate, top link should always go to the translatable page you're translating - 10https://bugzilla.wikimedia.org/47185 (10Siebrand) [11:44:52] 03(NEW) Implement Lua interface for Language Converter - 10https://bugzilla.wikimedia.org/47725 normal; MediaWiki extensions: Scribunto; () [11:46:48] 03(NEW) add link to corresponding item to action=info of article - 10https://bugzilla.wikimedia.org/47726 normal; MediaWiki extensions: WikidataClient; () [11:52:42] 03(mod) improve message "Site link … already used by item …." by changing to "…used by another item …" - 10https://bugzilla.wikimedia.org/47217 15enhancement->normal; +comment (10Lydia Pintscher) [11:52:50] 03(mod) Implement Lua interface for Language Converter - 10https://bugzilla.wikimedia.org/47725 +comment (10liangent) [11:52:59] anubhav: you could upload the image to http://commons.wikimedia.org [11:54:19] 03(mod) mw/core gating jobs are delayed during peak hours - 10https://bugzilla.wikimedia.org/47724 +comment (10hashar) [11:57:19] 03(mod) Re-upload on Commons doesn't seem to work properly (caching issue?) - 10https://bugzilla.wikimedia.org/47670 (10Andre Klapper) [11:58:09] 03(NEW) show properties used in an article - 10https://bugzilla.wikimedia.org/47727 normal; MediaWiki extensions: WikidataClient; () [11:58:26] is the given feedback regarding the visualeditor publicly available? [11:59:09] 03(mod) Dumps should be incremental - 10https://bugzilla.wikimedia.org/28956 +comment (10gsvick) [12:01:19] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10federicoleva) [12:02:54] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 +comment (10federicoleva) [12:02:56] 03(mod) Collection and ProofreadPage in Wikisource sometimes create nearly empty PDF files - 10https://bugzilla.wikimedia.org/41324 04CRIT->major; summary; +comment (10Andre Klapper) [12:03:36] 03(mod) API method to poll centralized notifications - 10https://bugzilla.wikimedia.org/32283 +comment (10aklapper) [12:03:59] 03(mod) Write guidelines for extension organisation - 10https://bugzilla.wikimedia.org/25998 (10Andre Klapper) [12:06:44] 03(mod) Pawn ♙ appears after pressing Down key (first thing) - 10https://bugzilla.wikimedia.org/47710 +comment (10Benjamin Chen) [12:06:47] 03(mod) Socialization links in flyout on en.wiki for first month - 10https://bugzilla.wikimedia.org/46678 summary; +comment (10Nemo) [12:07:21] 03(mod) Undo of initial approve needs does not return the page to the pristine, non-reviewed state - 10https://bugzilla.wikimedia.org/43966 +comment (10marcin.cieslak) [12:08:28] 03(NEW) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 normal; Wikimedia: Site requests; () [12:10:33] 03(mod) Check environment and display new results every time when ?page=Welcome is accessed - 10https://bugzilla.wikimedia.org/31533 (10Andre Klapper) [12:11:39] 03(mod) Upload file: Special Pages does not allow Office 2007 or 2007 saved as 2003 files to be uploaded. - 10https://bugzilla.wikimedia.org/29461 +comment (10Andre Klapper) [12:11:48] 03(mod) Translation pages that cannot be edited should not show an "Edit" tab - 10https://bugzilla.wikimedia.org/35946 15enhancement->normal; summary; +comment (10Siebrand) [12:13:00] 03(mod) Upload fails and unable to move existing .dem files without extension: "Key 'something.' is not in a proper format" - 10https://bugzilla.wikimedia.org/29408 (10Andre Klapper) [12:14:12] 03(mod) Oracle EZconnect, if supported, conflicts with error message - 10https://bugzilla.wikimedia.org/41063 (10Andre Klapper) [12:16:01] 03(mod) Translation pages that cannot be edited should not show an "Edit" tab - 10https://bugzilla.wikimedia.org/35946 +comment (10federicoleva) [12:22:27] 03(mod) gracefully handle a poolcounterd outage - 10https://bugzilla.wikimedia.org/30452 +comment (10Andre Klapper) [12:26:04] 03(mod) All MobileFrontend Jenkins jobs that run Selenium tests are failing - 10https://bugzilla.wikimedia.org/46922 +comment (10gerritadmin) [12:28:33] lbenedix: there is some page at http://www.mediawiki.org/wiki/VisualEditor/Feedback [12:29:52] 03(mod) Upload file: Special Pages does not allow Office 2007 or 2007 saved as 2003 files to be uploaded. - 10https://bugzilla.wikimedia.org/29461 +comment (10Derk-Jan Hartman) [12:34:11] hello [12:35:37] I wanted to know if I can get any sample sql files so that I can import them and actually see how and what each table contains. I wanted some dummy data so that I can understand how mediawiki works. Is this possible? [12:35:45] hi mancoolgunda2 [12:35:51] !schema [12:35:51] http://www.mediawiki.org/wiki/Manual:Database_layout [12:36:06] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 normal->15enhancement; +shell; +comment (10Andre Klapper) [12:36:17] mancoolgunda2: you could go to the dumps and grab, like, the test2.wikipedia.org or Simple English Wikipedia data? [12:36:17] !dumps [12:36:18] For information on how to get dumps from Wikimedia Wikis, see http://meta.wikimedia.org/wiki/Data_dumps . For a how-to on importing dumps, see https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps . [12:36:59] thanks a lot sumanah. [12:37:04] sure! [12:39:33] 03(NEW) Feedback should follow redirect - 10https://bugzilla.wikimedia.org/47729 normal; VisualEditor: General; () [12:40:40] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10p858snake) [12:44:54] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [12:45:15] hashar: this is not the page were the feedback given within the visualeditor is stored, is it? [12:46:32] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [12:47:08] lbenedix: I have no idea :( [12:47:21] lbenedix: but you should be able to report feedback there [12:48:39] the problem is, that I'm in the german wikipedia and the feedback on mediawiki.org/wiki/VisualEditor/Feedback seems to be only in english [12:49:53] I just tried giving feedback in enwiki and it does not appear there... [12:51:25] lbenedix: just give your feedback in english can't you ? [12:52:02] that is not the point... the problem is that I have no idea where the feedback is going to... could be /dev/null [12:52:55] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10tomasz) [12:53:05] there is a confirmation message saying "feedback sent" but no link to a new issue or some site where I can see others feedback [12:54:48] 03(mod) Commons app crashes when taking photo with no camera - 10https://bugzilla.wikimedia.org/47671 major->normal; +comment (10Yuvi Panda) [12:55:17] lbenedix: "Your comment will be added to the page "VisualEditor/Feedback", along with your username. [12:55:21] Tpt_: Hi! Around? [12:55:37] am i missing something? [12:55:48] I think you are [12:56:57] I am talking about this feedback: http://lbenedix.monoceres.uberspace.de/screenshots/nmyn70cboq_(2013-04-26_14.56.17).png [12:57:47] that form appears when clicking this button: http://lbenedix.monoceres.uberspace.de/screenshots/ex0y3jahg8_(2013-04-26_14.57.27).png [12:58:01] lbenedix: yes [12:58:14] mediawiki.org language code is en [12:58:32] it's using liquid threads which i'm not sure how handles multiple languages [12:58:36] I tried with enwii as well [12:58:52] but if you give feedback in german, i'm pretty sure someone at the foundation could understand it anyway [12:59:12] the questoin is: where can a user see his feedback? [12:59:23] its not http://www.mediawiki.org/wiki/VisualEditor/Feedback [12:59:27] on the VisualEditor/Feedback page [12:59:29] ? [13:00:07] 03(mod) General-purpose HTTPS-friendly GeoIP solution - 10https://bugzilla.wikimedia.org/40965 +comment (10gerritadmin) [13:00:10] 03(mod) List of languages in page source - 10https://bugzilla.wikimedia.org/41210 +comment (10gerritadmin) [13:00:36] 03(NEW) Message "visualeditor-feedback-link should be used in content language - 10https://bugzilla.wikimedia.org/47730 normal; VisualEditor: User Interface; () [13:01:00] when clicking "Problem berichten" there is a HTTP-Request to http://parsoid.wmflabs.org/_bugs/ that breaks [13:01:06] lbenedix: i see [13:01:07] https://www.mediawiki.org/w/index.php?title=Project%3AVisualEditor%2FFeedback&diff=678889&oldid=624646 [13:01:17] it left my feedback in the wrong place, on a redirect page [13:02:41] I'll try again in enwiki [13:02:57] Tpt_: I made some changes you suggested. Please check again if its fine. I'll edit the Melange proposal as well. [13:03:57] Rtdwivedi: Thanks. [13:04:27] July 2- July 17 for find/use a zoom library? [13:04:43] Thanks! [13:05:29] I think that can be done in a day of find/draph of change + a day of test/review. [13:05:51] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [13:07:00] Rtdwivedi: And, if the move to PHP is done well, the JS refactoring can de done in a week. [13:07:23] aude: the feedback-mechanism is broken [13:07:52] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10tomasz) [13:08:09] lbenedix: could be or the i18n messages are wrong [13:08:17] Oh. So should I merge "Find and use a good free JS library for zooming into scans in order to improve the current zoom feature that might be enhanced + unit tests." and "Refactoring of the JavaScript module that manages edition of Page. Write more unit tests to cover everything done till now. Use libraries packaged with MediaWiki like JQuery when possible + unit tests" [13:08:34] I just made a video... a few minutes and you get the link [13:08:48] Rtdwivedi:Yes, I think. [13:08:49] heh, ok [13:08:56] http://www.youtube.com/watch?v=Zzt_2CBfTNI [13:08:57] * aude can take a look later or during the weekend [13:09:17] don't have time to look at it more, or the visual editor team should be around a bit later [13:09:31] the video it 35seconds [13:09:46] later... :) [13:09:52] I'll keep it 10 days. Just as buffer time. Is that fine? [13:09:55] Rtdwivedi: I've made some search and I've found https://github.com/benlumley/jQuery-PanZoom that looks pretty good. [13:11:08] Its neat. We can try it out. [13:11:45] lbenedix: https://bugzilla.wikimedia.org/show_bug.cgi?id=47729 [13:12:02] https://bugzilla.wikimedia.org/show_bug.cgi?id=47730 [13:12:16] Tpt_: I was wondering that we can try to complete as much integration with Visual Editor as possible. [13:13:04] Rtdwivedi: Yes, but for that we should work with the VisualEditor team. [13:13:15] 03(mod) Move unimplemented scenarios to a folder - 10https://bugzilla.wikimedia.org/47731 (10Željko Filipin) [13:15:01] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10tomasz) [13:15:33] aude: what is MediaWiki:Visualeditor-feedback-link? [13:16:13] marktraceur would be able to help, I guess. [13:16:34] Rtdwivedi: Good :-) [13:16:38] We can ask him. Can't we? [13:16:46] I think we talk about different things [13:17:17] lbenedix: it's a system message [13:17:41] I'm not talking about messages [13:17:55] I'm talking about the feedback-mechanism that dont work [13:17:56] lbenedix: don't know [13:18:24] 03(mod) General-purpose HTTPS-friendly GeoIP solution - 10https://bugzilla.wikimedia.org/40965 (10Niklas Laxström) [13:18:29] the "report problem" button results in a canceled http-request [13:20:14] lbenedix: on mediawiki.org or your wiki? [13:20:17] on enwiki and dewiki [13:20:29] hmmm [13:20:54] not good but expect they are aware or with those bug reports, they will know soon [13:21:12] visual editor -> review and save -> something is wrong -> report problem [13:21:19] yep [13:22:01] Rtdwivedi: Yes, ask him. [13:24:40] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [13:24:57] 03(mod) Translation page does not contain the latest translations - 10https://bugzilla.wikimedia.org/46716 +comment (10s.mazeland) [13:25:20] 03(mod) Translation page does not contain the latest translations - 10https://bugzilla.wikimedia.org/46716 (10Siebrand) [13:27:37] 03(mod) Expands all tree - 10https://bugzilla.wikimedia.org/47660 +comment (10jesus.perez) [13:39:28] 03(mod) [Contributions] Allow people to submit coordinates for articles that don't have them - 10https://bugzilla.wikimedia.org/42786 +comment (10Derk-Jan Hartman) [13:43:09] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10p858snake) [13:49:07] 03(mod) Cache action=credits results - 10https://bugzilla.wikimedia.org/47723 summary; +comment (10Sam Reed (reedy)) [13:49:17] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 +comment (10Sam Reed (reedy)) [13:50:09] 03(mod) Wikimedia Commons is allowing h.264 uploads with bogus file extension - 10https://bugzilla.wikimedia.org/47709 (10Sam Reed (reedy)) [13:50:28] 03(mod) Make action=credits faster - 10https://bugzilla.wikimedia.org/47722 +comment (10p858snake) [13:51:57] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [13:55:18] 03(mod) Upload of several files over 100 MB to Wikimediafoundation.org and Wikimedia Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10tomasz) [13:55:39] 03(mod) Upload of several large files Wikimediafoundation.org and Commons - 10https://bugzilla.wikimedia.org/47728 summary (10Sam Reed (reedy)) [13:57:34] 03(mod) Upload of several large files Wikimediafoundation.org and Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [13:58:32] 03(mod) Keep CategoryTree expanded after navigation - 10https://bugzilla.wikimedia.org/47660 normal->15enhancement; summary (10Sam Reed (reedy)) [13:58:59] 03(mod) Translation pages that cannot be edited should not show an "Edit" tab - 10https://bugzilla.wikimedia.org/35946 +comment (10Thehelpfulonewiki) [14:21:48] 03(NEW) Chrome blocks API calls to foreign Wikipedia APIs due to insecure protocol - 10https://bugzilla.wikimedia.org/47732 normal; MediaWiki extensions: WikidataClient; () [14:23:38] 03(mod) Feedback should follow redirect - 10https://bugzilla.wikimedia.org/47729 normal->15enhancement; +comment (10James Forrester) [14:24:04] 03(mod) Chrome blocks API calls to foreign Wikipedia APIs due to insecure protocol - 10https://bugzilla.wikimedia.org/47732 +javascript +wikidata (10Pavel Selitskas) [14:24:50] 03(mod) MediaWiki: Message should be used in content language - 10https://bugzilla.wikimedia.org/47730 normal->minor; summary (10James Forrester) [14:25:13] 03(mod) MediaWiki: Message should be used in content language - 10https://bugzilla.wikimedia.org/47730 (10James Forrester) [14:37:33] 03(mod) Upload of several large files Wikimediafoundation.org and Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10Tomasz W. Kozlowski) [14:42:49] 03(mod) Upload of several large files Wikimediafoundation.org and Commons - 10https://bugzilla.wikimedia.org/47728 +comment (10l_guldbrandsson) [14:51:51] 03(mod) List of languages in page source - 10https://bugzilla.wikimedia.org/41210 (10Niklas Laxström) [15:05:15] 03(mod) Enable Narayam on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/32515 +comment (10federicoleva) [15:05:39] 03(mod) Enable Narayam on Urdu Wikipedia - 10https://bugzilla.wikimedia.org/32515 (10Nemo) [15:08:30] 03(mod) Make Wikidata changes appear quicker in the watchlist on the client - 10https://bugzilla.wikimedia.org/45892 +comment (10Lydia Pintscher) [15:10:30] 03(mod) Wikidata broken in IE8 - 10https://bugzilla.wikimedia.org/44228 (10Lydia Pintscher) [15:16:58] 03(mod) Keep CategoryTree expanded after navigation - 10https://bugzilla.wikimedia.org/47660 +comment (10aklapper) [15:21:54] 03(mod) Some student articles are not linked on a course page - 10https://bugzilla.wikimedia.org/47439 +comment (10Jeroen De Dauw) [15:21:57] 03(mod) Some student articles are not linked on a course page - 10https://bugzilla.wikimedia.org/47439 (10Jeroen De Dauw) [15:22:08] 03(mod) Make Wikidata changes appear quicker in the watchlist on the client - 10https://bugzilla.wikimedia.org/45892 +comment (10federicoleva) [15:26:23] 03(mod) Undefined offset: 634 in UniversalLanguageSelector/data/LanguageNameSearch.php on line 32 - 10https://bugzilla.wikimedia.org/45327 (10Siebrand) [15:26:52] 03(mod) [Android] When view icon is clicked immediately after upload, commons url lacks file extension - 10https://bugzilla.wikimedia.org/45943 +comment (10yuvipanda) [15:31:26] 03(mod) (backend/api) Can not add reference to existing statement when any statement's reference got added/edited in the meantime - 10https://bugzilla.wikimedia.org/44547 (10tobias.gritschacher) [15:32:42] 03(mod) WikiCategoryTagCloud Extension: Undefined index: linkstyle - 10https://bugzilla.wikimedia.org/47659 +comment (10mediawiki-bugs) [15:33:06] 03(mod) (backend/api) Can not add reference to existing statement when any statement's reference got added/edited in the meantime - 10https://bugzilla.wikimedia.org/44547 (10tobias.gritschacher) [15:34:36] 03(NEW) Word count is wrong, does not recognize non-ASCII characters - 10https://bugzilla.wikimedia.org/47733 minor; MediaWiki extensions: ArticleFeedbackv5; () [15:34:55] 03(mod) (backend/api) Can not add reference to existing statement when any statement's reference got added/edited in the meantime - 10https://bugzilla.wikimedia.org/44547 (10tobias.gritschacher) [15:39:30] 03(NEW) Jenkins: allow wmde members to rebuild jobs - 10https://bugzilla.wikimedia.org/47734 normal; Wikimedia: Continuous integration; () [15:40:59] 03(mod) [OPS] Jenkins: allow wmde members to rebuild jobs - 10https://bugzilla.wikimedia.org/47734 normal->15enhancement; +ops; summary (10Antoine "hashar" Musso) [15:46:40] 03(NEW) Create component for Disambiguator - 10https://bugzilla.wikimedia.org/47735 normal; Wikimedia: Bugzilla; () [15:56:04] 03(NEW) Unable to use {{int}} inside {{for template}} - 10https://bugzilla.wikimedia.org/47736 normal; MediaWiki extensions: SemanticForms; () [15:56:04] 03(mod) Multilingual SemanticMediaWiki - 10https://bugzilla.wikimedia.org/46522 (10Niklas Laxström) [15:57:37] 03(mod) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date - 10https://bugzilla.wikimedia.org/46797 +comment (10mr.heat) [16:00:25] 03(mod) VisualEditor: data-parsoid attribute sometimes not preserved properly - 10https://bugzilla.wikimedia.org/47430 +comment (10Gabriel Wicke) [16:00:26] 03(mod) VisualEditor: Re-used refs wrongly expanded to - 10https://bugzilla.wikimedia.org/47417 +comment (10gwicke) [16:02:39] hi all, can I prevent certain pages from showing up in their categories? [16:03:02] certain pages = drafts that are not ready for public yet [16:04:23] 03(mod) Unable to use {{int}} inside {{for template}} - 10https://bugzilla.wikimedia.org/47736 +comment (10yaron57) [16:06:36] 03(NEW) VisuaEditor: jQuery bug in regex matching causes corruption of data-parsoid on ingest - 10https://bugzilla.wikimedia.org/47737 major; VisualEditor: Data Model; () [16:06:38] 03(mod) VisualEditor: Re-used refs wrongly expanded to - 10https://bugzilla.wikimedia.org/47417 (10James Forrester) [16:06:38] 03(mod) Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 (10James Forrester) [16:06:40] 03(mod) VisualEditor: data-parsoid attribute sometimes not preserved properly - 10https://bugzilla.wikimedia.org/47430 (10James Forrester) [16:08:06] 03(NEW) role::beta::logging::mediawiki breaks on deployment-bastion - 10https://bugzilla.wikimedia.org/47738 normal; Wikimedia Labs: deployment-prep (beta); () [16:08:44] 03(mod) VisualEditor: Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 summary; +comment (10James Forrester) [16:08:45] 03(mod) VisuaEditor: jQuery bug in regex matching causes corruption of data-parsoid on ingest - 10https://bugzilla.wikimedia.org/47737 +comment (10James Forrester) [16:09:30] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10Yury Katkov) [16:09:43] 03(mod) VisualEditor: Re-used refs wrongly expanded to - 10https://bugzilla.wikimedia.org/47417 +comment (10James Forrester) [16:10:24] 03(mod) VisualEditor: Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 +comment (10nicolas.raoul) [16:16:05] 03(mod) VisualEditor: Roundtrip breaks infobox line containing
- 10https://bugzilla.wikimedia.org/47712 +comment (10Gabriel Wicke) [16:17:40] 03(mod) Unable to use {{int}} inside {{for template}} - 10https://bugzilla.wikimedia.org/47736 +comment (10Nemo) [16:20:36] 03(mod) role::beta::logging::mediawiki breaks on deployment-bastion - 10https://bugzilla.wikimedia.org/47738 +comment (10Antoine "hashar" Musso) [16:21:43] Kyzz: So siebrand, who is our high priest of internationalisation, has commented on the patch I submitted, would you like to take a crack at fixing it? [16:24:29] 03(mod) VisualEditor: Trailing whitespace at end of paragraph or table cell dropped on round-trip - 10https://bugzilla.wikimedia.org/47712 summary (10Gabriel Wicke) [16:25:12] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10db) [16:33:44] 03(mod) VisuaEditor: jQuery bug in regex matching causes corruption of data-parsoid on ingest - 10https://bugzilla.wikimedia.org/47737 (10Derk-Jan Hartman) [16:36:45] 03(mod) VisualEditor: Trailing whitespace at end of paragraph or table cell dropped on round-trip - 10https://bugzilla.wikimedia.org/47712 +comment (10jforrester) [16:46:41] is there a way to embed an iframe into MW, or has that been blocked due to security issues? [16:47:22] 03(mod) All MobileFrontend Jenkins jobs that run Selenium tests are failing - 10https://bugzilla.wikimedia.org/46922 +comment (10Željko Filipin) [16:50:04] blobaugh: you can do it with the Widgets extension. [16:50:07] !e Widgets [16:50:07] https://www.mediawiki.org/wiki/Extension:Widgets [16:53:38] http://en.wikipedia.org/wiki/Template:Displaytitle is this supposed to change the words at the top of the page you are modifying say you didnt put a space in your page name like JohnDoe and now you want to have the title at the top be John Doe [16:54:12] 03(NEW) initStats.php help message is misleading about noviews and update options - 10https://bugzilla.wikimedia.org/47739 normal; MediaWiki: Maintenance scripts; () [16:54:17] I am interested in doing GSoC project for entity suggester in Wikidata, can anyone tell me the requisite skills ? [16:54:48] NoSu010: no, in this case you should just move the page [16:54:56] I tried this and nothing happened {{DISPLAYTITLE:John Doe}} [16:55:19] NoSu010: en.wikipedia help for this is https://en.wikipedia.org/wiki/Wikipedia:How_to_move_a_page [16:55:31] yaron: thanks, that looks like something that could work! :) [16:55:52] hi mapyth [16:56:07] sumanah: this is the most beautiful MW install I have ever seen! http://docs.webplatform.org/wiki/Main_Page [16:56:19] NoSu010: also https://www.mediawiki.org/wiki/Help:Moving_a_page [16:56:22] blobaugh: Ryan Lane deserves a fair bit of the credit, right? [16:56:31] mapyth: have you poked around the codebase at all yet? [16:57:44] well actually there was nothing mentioned in the bugzilla page. So I could not really get to know what and how do we do it! [16:58:49] mapyth: ok. So, in general, when you want to see the codebase for a Wikimedia project, do you know how to look for it? [16:59:22] yep. the ack-grep command is what i use generally. [16:59:48] 03(NEW) Throttle new captcha refresh link - 10https://bugzilla.wikimedia.org/47740 normal; MediaWiki extensions: ConfirmEdit (CAPTCHA extension); () [17:02:13] mapyth: ok. So where did you look? [17:05:07] mapyth: can you see https://gerrit.wikimedia.org/r/#/admin/projects/ ? [17:05:19] 03(mod) VisualEditor: Integration in production should not ignoreHidden on user preference - 10https://bugzilla.wikimedia.org/42936 +comment (10gerritadmin) [17:06:52] 03(mod) VisualEditor: Hard-coded strings in ve.ui.MWLinkTargetInputWidget.prototype.populateMenu - 10https://bugzilla.wikimedia.org/47706 summary; +comment (10James Forrester) [17:06:54] yep I can, but I do not know what to look for, and importantly the skills required for the project, can you brief me upon that. [17:07:06] mapyth: this is how I'm briefing you. :) [17:07:15] mapyth: ok. So, within that list, do you see Wikibase? [17:08:01] yep I do [17:08:24] ok. So go ahead and click where it says "gitweb" next to that [17:08:33] if you click "tree" then you'll see the files [17:08:38] there's a lot of PHP [17:09:26] you can look in there to see whether it feels like something you can get comfortable with [17:09:47] one person might have "one year of PHP" and the other might have "five" but sometimes the former is actually better than the latter [17:09:58] there are people who call themselves novices who are better than some others who call themselves experts [17:10:11] so there's no real clear way to say "you must be this tall to ride this ride" [17:10:15] looking at the codebase is the best way [17:11:51] !howto [17:11:51] https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [17:12:01] okay so PHP is the key right ? [17:12:26] mapyth: ^ that page lists the general things-you-might-want-to-know. There are some people here who have practically no PHP but are whizzes at jQuery & JS/CSS and they're doing well [17:12:41] but PHP will serve you well [17:13:05] !howto | mooeypoo [17:13:05] mooeypoo: https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [17:13:07] 03(NEW) After creating a new account there is a lag in preferences being set - 10https://bugzilla.wikimedia.org/47741 normal; MediaWiki extensions: Echo; () [17:13:11] !gsoc | mooeypoo [17:13:12] mooeypoo: Start a draft on mediawiki.org. In April, submit it to GSoC officially via Melange www.google-melange.com . Then, as you get feedback in IRC and on the wikitech-l mailing list, revise both wiki & Melange versions. Thus there's a public copy that everyone can see + an official copy the mentors see & evaluate. Also, Melange may crash at the 'last minute', so don't wait. Check the Melange FAQ & en.flossmanuals.net/GSoCStudentGuide/ [17:13:53] 03(mod) VisualEditor: Link inspector input text always has LTR direction - 10https://bugzilla.wikimedia.org/47717 summary (10James Forrester) [17:15:12] 03(mod) inconsistency between headers in mobileview api vs html content - 10https://bugzilla.wikimedia.org/47462 +comment (10Max Semenik) [17:15:53] 03(mod) Nearby link on wikivoyage that doesn't work - 10https://bugzilla.wikimedia.org/47636 +comment (10Max Semenik) [17:16:16] 03(mod) VisualEditor: Pawn ♙ appears after pressing Down key (first thing) in Firefox - 10https://bugzilla.wikimedia.org/47710 summary (10James Forrester) [17:16:31] thanks a lot for the insight! [17:18:27] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 summary; +comment (10James Forrester) [17:20:53] hi, I actually had a problem with the code-base. I am not able to understand how the urls work. Suppose I have to make changes to Recent changes page and the url for this is "/mediawiki/index.php/Special:RecentChanges". I tried looking into include/specials/SpecialRecentchanges.php but it was containing only functions and class definition. Where are the specific functions being called? Please explain the url parsing? [17:24:28] mooeypoo: sorry for the wait there [17:26:46] <^d> mancoolgunda: Well, the "Special:RecentChanges" part is the Title of the page. Since it's in the special namespace, it's called a SpecialPage. If you look in SpecialRecentchanges, you'll see it extends SpecialPage. [17:27:00] <^d> For special pages, the entry point for requests is the execute() method. [17:30:37] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10inez) [17:33:52] 03(mod) Nearby link on wikivoyage that doesn't work - 10https://bugzilla.wikimedia.org/47636 +comment (10Jon) [17:34:12] 03(mod) There's an inconsistency in the feedback page view and the permalink view; it looks like the feedback page view is not up-to-date - 10https://bugzilla.wikimedia.org/46797 +comment (10mmullie) [17:38:26] YuviPanda, hi [17:38:44] 03(mod) VisualEditor: Pawn ♙ appears after pressing Down key (first thing) in Firefox - 10https://bugzilla.wikimedia.org/47710 +comment (10inez) [17:38:55] YuviPanda, are you planning to create native app for android [17:38:58] hi tbharath how are you? [17:39:09] sumanah, hi [17:40:03] 03(mod) Nearby link on wikivoyage that doesn't work - 10https://bugzilla.wikimedia.org/47636 +comment (10tfinc) [17:40:14] sumanah, I have heard of wikipedia native app for android , I want to know more about that [17:40:39] tbharath: ok! so, check out https://meta.wikimedia.org/wiki/Wikimedia_Apps [17:40:46] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10swalling) [17:40:54] also the #wikimedia-mobile channel has people who specifically concentrate on that, tbharath [17:41:17] 03(mod) ECHO: Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 +comment (10Luke Welling) [17:41:23] sumanah, thanks for the information [17:41:36] sure! [17:42:03] 03(NEW) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 enhancement; VisualEditor: Editing Tools; () [17:48:34] 03(mod) Update video on https://en.wikipedia.org/wiki/Help:Logging_in to new account creation interface - 10https://bugzilla.wikimedia.org/47692 +comment (10Steven Walling) [17:49:57] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 +comment (10Bartosz Dziewoński) [17:49:58] 03(mod) VisualEditor: Fly-out wikitext editor for alienated content - 10https://bugzilla.wikimedia.org/43133 +comment (10Bartosz Dziewoński) [17:53:14] 03(mod) VisualEditor: "Edit source" tab doesn't become 'active' - 10https://bugzilla.wikimedia.org/47452 +comment (10roan.kattouw) [17:54:27] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 (10suitongbowgn) [17:54:29] 03(mod) VisualEditor: Reopening page in VE immediately after saving page in VE loads old version - 10https://bugzilla.wikimedia.org/47420 +comment (10roan.kattouw) [17:55:01] 03(mod) 'thanks-thanked' needs GENDER support - 10https://bugzilla.wikimedia.org/46595 (10Ryan Kaldari) [17:56:08] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 (10Greg Grossmeier) [17:57:46] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10greg) [17:59:29] A mediawiki I use recently switch from http to https only. When this happened all the widgets stopped working. Is this a bug in the widget extension or just a config option that needs updating? [18:00:56] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10rkaldari) [18:01:21] hi steevithak [18:02:01] anomie, i use the api logs are at stats1 [18:05:18] 03(mod) VisualEditor: Iceweasel seems to (wrongly?) trigger browser blacklist - 10https://bugzilla.wikimedia.org/41147 +comment (10Liangent) [18:05:28] steevithak: what widgets do you have installed? And what does the error look like? [18:06:42] 03(mod) Cleanup of Test backlog page - 10https://bugzilla.wikimedia.org/47655 (10Chris McMahon) [18:06:55] 03(mod) Some user/user talk and more pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10rkaldari) [18:07:37] yaron: I'm just a user on this wiki so I don't have admin access. The widgets don't display an error, there's just no content in the space where the content should be. [18:07:56] 03(mod) VisualEditor: Iceweasel seems to (wrongly?) trigger browser blacklist - 10https://bugzilla.wikimedia.org/41147 (10Liangent) [18:07:57] 03(mod) ECHO: Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 +comment (10lwelling) [18:07:57] sumanah: howdy [18:08:16] Okay - if you look in the HTML source for the page, does there seem to be the right content there? [18:08:27] i.e., stuff like "youtube.com" or whatever the widget is. [18:10:36] yaron: seems to be there - is there a way to get a list of what widgets are installed? [18:10:59] Yes, you can go to Special:AllPages, and select the "Widget" namespace. [18:12:03] 03(mod) ECHO: Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 (10Luke Welling) [18:12:54] yaron: ok, thanks - yes, I've checked the flickr and twitter widgets - both widgets are still present and have the same code as before but neither works [18:13:39] 03(mod) Add proper email bounce handling to MediaWiki (with VERP) - 10https://bugzilla.wikimedia.org/46640 (10Luke Welling) [18:13:39] 03(mod) Replace $wgPasswordSenderName with a system message defaulting to "{{SITENAME}}" to clarify and allow translation - 10https://bugzilla.wikimedia.org/32770 (10Luke Welling) [18:13:40] Ah - that sounds like an issue with HTTPS pages not allowing regular HTTP content to be included within them... [18:14:10] Do Flickr and Twitter have HTTPS versions? If so, maybe you could just get the admin to add in an "s" to those widgets... [18:14:27] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 +comment (10Bartosz Dziewoński) [18:14:28] 03(mod) VisualEditor: Fly-out wikitext editor for alienated content - 10https://bugzilla.wikimedia.org/43133 (10Bartosz Dziewoński) [18:14:40] <^demon> Twitter does for sure. [18:14:49] <^demon> You could also use protocol-relative urls perhaps? [18:15:29] yaron: Is that all that's needed to make widgets https compatible? Just update any URLs in the widget page itself (e.g. no changes to the widget extension are needed?) [18:15:44] That's my guess, for lack of a better guess. [18:15:54] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 +comment (10gwicke) [18:16:21] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 +comment (10Bartosz Dziewoński) [18:16:22] 03(mod) VisualEditor: Fly-out wikitext editor for alienated content - 10https://bugzilla.wikimedia.org/43133 (10Bartosz Dziewoński) [18:16:44] how do I set changes in CommonSettings.php for a particular wiki? [18:16:50] hi, how i could add a twitter link into wiki's page template edges? [18:17:07] there is plenty open space where i would like to put that icon. [18:17:31] 03(mod) Add proper email bounce handling to MediaWiki (with VERP) - 10https://bugzilla.wikimedia.org/46640 +comment (10tchay) [18:17:59] yaron: ok, thanks! [18:18:28] 03(mod) Some pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 summary (10Ryan Kaldari) [18:18:36] Anyone know of a general guide to running MediaWiki HTTPS only ? [18:20:29] how do I set changes in CommonSettings.php for a particular wiki? [18:20:59] in other words; does something like a LocalSettings.php exist for WMF wikis? [18:21:20] Heinsten: you probably want InitialiseSettings.php [18:21:28] nope [18:22:07] then i don't understand. [18:23:51] MatmaRex: maybe this is clearer: how do I set $wgDefaultUserOptions for a particular WMF wiki? [18:26:26] has nobody an idea? :S [18:26:27] Heinsten: hm [18:26:44] Heinsten: usually, you would add a section to InitialiseSettings.php, like the ones that are alreayd htere [18:27:03] but i'm not sure if adding a new option there will just work [18:27:09] or if there's anything else you need to do [18:27:30] I see no $wgDefaultUserOptions in InitialiseSettings.php [18:27:43] yes, you'd probably have to add the section [18:27:48] similarly to all the other ones that are there [18:28:00] you could try asking on #wikimedia-tech, there might be more people knowledgeable about this sitting there [18:28:20] but it's also friday, so they might all be away for the weekend already :) [18:29:33] MatmaRex: okay, I'll ask there :) [18:29:36] 03(mod) Support simple editing of source code snippets in articles (Not "Edit source") - 10https://bugzilla.wikimedia.org/47742 (10suitongbowgn) [18:29:36] thanky ou [18:29:38] *you [18:29:46] is there a wiki-way to edit those page templates that surround the actual page content? [18:30:02] yeah, it should just work, as far as i can see [18:30:28] Tuju: no; that's all contained in the skin, so to add something to the skin you may need to edit the PHP file for the skin. [18:30:50] ...other than modifying the text in the sidebar, which is done by editing the page MediaWiki:Sidebar. [18:30:56] yaron: ack, i was afraid of that. That's going to be bit hairy to keep around after release updates. [18:31:11] 03(mod) Firefox search bar not using Secure search - 10https://bugzilla.wikimedia.org/45765 +comment (10rlane32) [18:31:33] yaron: where would you recommend putting a site-wide/generic twitter button? [18:32:10] You mean, a "tweet this" button? There are a few extensions that already do that sort of thing... [18:32:39] There's: [18:32:42] !e AddThis [18:32:42] https://www.mediawiki.org/wiki/Extension:AddThis [18:32:47] no, i mean a button that would take user into my wiki's account where to press 'follow'. [18:33:22] yaron: is that extension the one everyone uses? [18:33:27] Oh, I see. [18:34:08] I don't know - not that many people have any kind of "share this page" thing, but if they do, there's probably a good chance that they're using AddThis. [18:34:27] i already have fb-buttons. i don't think i need 20 other sites too, it gives some sort of cacofonia feeling. [18:34:47] Right, cacophony. [18:35:03] ah, i never wrote that before in english :) [18:35:09] thanks. :) [18:35:11] Yeah, I've never actually "shared" anything using those buttons. [18:35:15] Well, you were close. :) [18:35:31] As to where to put your button - the top of the sidebar, maybe? [18:35:42] yeah, that could work. [18:36:21] maybe i try the 'native' twitter code first. that might be lighter. [18:38:19] https://twitter.com/about/resources/buttons can i just add that html code into page - if it's part of page content? should that go trough wiki-pareser? [18:38:21] parser [18:39:43] Tuju: no, you should add it directly to the skin, as HTML. [18:40:00] what if i add it into infobox? [18:40:16] 03(NEW) Missing check box in Echo preferences - 10https://bugzilla.wikimedia.org/47743 normal; MediaWiki extensions: Echo; () [18:40:25] i could put generic button into page skin and page specific into infobox. [18:41:33] Ah - you could do that. If you wanted to put it anywhere in the page itself, the Widgets extension could help. [18:41:37] !e Widgets [18:41:38] https://www.mediawiki.org/wiki/Extension:Widgets [18:41:54] ack, i look into that. [18:42:13] how the skins are built, is there some file where it appears in every skin? [18:43:06] No, you would have to add it in to each skin separately. [18:43:23] ...or, better yet, you could write a small extension, that added that HTML to every skin. [18:43:39] (At least, every skin that called whatever specific hook you used.) [18:43:48] yeah, common/* dir has only .css and javascrip [18:50:47] 03(NEW) update Jenkins to latest version - 10https://bugzilla.wikimedia.org/47744 normal; Wikimedia: Continuous integration; () [18:51:06] 03(mod) update Jenkins to latest version - 10https://bugzilla.wikimedia.org/47744 (10Antoine "hashar" Musso) [18:51:06] 03(mod) [upstream] Jenkins is slow to start - 10https://bugzilla.wikimedia.org/47120 (10Antoine "hashar" Musso) [18:51:09] Update on widgets and HTTPS Mediawiki: I've modified our widgets to use https URLs and this was enough to get them all working in Firefox but not in Chrome. [18:54:58] Apparently flickr and twitter widgets load badge javascript that has it's own internal references to http URLs. Chrome won't allow the javascript to load an http URL from an https page, so no widget display. [18:55:37] 03(mod) update Jenkins to latest version - 10https://bugzilla.wikimedia.org/47744 +comment (10hashar) [18:55:50] 03(mod) update Jenkins to latest version - 10https://bugzilla.wikimedia.org/47744 (10Antoine "hashar" Musso) [18:57:26] 03(mod) VisualEditor: Iceweasel seems to (wrongly?) trigger browser blacklist - 10https://bugzilla.wikimedia.org/41147 +comment (10James Forrester) [18:59:34] 03(mod) Missing check box in Echo preferences - 10https://bugzilla.wikimedia.org/47743 +comment (10rkaldari) [19:02:26] 03(mod) Support simple source code editing tools for the VisualEditor plugin for the SyntaxHighlight extension - 10https://bugzilla.wikimedia.org/47742 summary; +comment (10James Forrester) [19:02:26] 03(mod) Create a VisualEditor plugin tool to add/edit SyntaxHighlight blocks - 10https://bugzilla.wikimedia.org/43126 (10James Forrester) [19:06:04] 03(mod) Firefox search bar not using Secure search - 10https://bugzilla.wikimedia.org/45765 (10Derk-Jan Hartman) [19:06:07] 03(mod) User preference for enforcing HTTPS - 10https://bugzilla.wikimedia.org/29898 (10Derk-Jan Hartman) [19:14:57] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10gerritadmin) [19:20:21] 03(mod) Secure Server (tracking) - 10https://bugzilla.wikimedia.org/27946 +comment (10Alex Monk (Krenair)) [19:30:16] 03(mod) VisualEditor: Inserting content at start/end of paragraph leaves leading/trailing empty paragraph - 10https://bugzilla.wikimedia.org/46799 summary (10Ed Sanders) [19:30:38] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +patch-in-gerrit; +comment (10Amir E. Aharoni) [19:31:41] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10gerritadmin) [19:32:18] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10inez) [19:32:25] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 (10Inez Korczyński) [19:36:42] 03(mod) VisualEditor: Pawn ♙ appears after pressing Down key (first thing) in Firefox - 10https://bugzilla.wikimedia.org/47710 +comment (10Inez Korczyński) [19:39:28] 03(NEW) Moving the cursor using an arrow makes templates and footnote numbers disappear - 10https://bugzilla.wikimedia.org/47745 normal; VisualEditor: ContentEditable; () [19:39:47] hello, humans [19:39:53] is anyone skilled with CSS and/or JS [19:42:46] 03(mod) Images on 'my uploads' view flicker repeatedly during initial sync on Android 2.3 - 10https://bugzilla.wikimedia.org/47675 +comment (10Yuvi Panda) [19:42:47] 03(mod) [Android] My uploads images flash while upload is in progress in Android 2.3 - 10https://bugzilla.wikimedia.org/45391 +comment (10yuvipanda) [19:43:24] 03(mod) [Android] My uploads images flash while upload is in progress in Android 2.3 - 10https://bugzilla.wikimedia.org/45391 +comment (10yuvipanda) [19:44:11] hi Dragonfly6-7 - there are some folks here who are, yes [19:44:17] 03(NEW) The green stripes that mask templates and images in the VisualEditor don't appear in the Hebrew Wikipedia - 10https://bugzilla.wikimedia.org/47746 normal; VisualEditor: ContentEditable; () [19:44:18] 03(mod) VisualEditor: Support for right-to-left / bidirectional content (tracking) - 10https://bugzilla.wikimedia.org/33126 (10Amir E. Aharoni) [19:44:22] 03(mod) Moving the cursor using an arrow makes templates and footnote numbers disappear - 10https://bugzilla.wikimedia.org/47745 +comment (10Inez Korczyński) [19:44:37] sumanah - and can you help me with some bulky but relatively straightforward issues? [19:45:01] 03(mod) Moving the cursor using an arrow makes templates and footnote numbers disappear - 10https://bugzilla.wikimedia.org/47745 +comment (10inez) [19:45:08] we can try [19:46:59] 03(mod) Some pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10gerritadmin) [19:49:05] 03(NEW) Colons in semecolon-style
terms are not escaped properly in serialization - 10https://bugzilla.wikimedia.org/47747 normal; Parsoid: General; () [19:50:09] 03(mod) The green stripes that mask templates and images in the VisualEditor don't appear in the Hebrew Wikipedia - 10https://bugzilla.wikimedia.org/47746 +comment (10inez) [19:51:15] 03(NEW) Slash tricks are not rendered correctly - 10https://bugzilla.wikimedia.org/47748 normal; Parsoid: General; () [19:52:04] does anyone have a few minutes to help me with a complex but straightforward task or eight? [19:55:29] 03(NEW) Categorize {{#babel}} on udm.wikipedia - 10https://bugzilla.wikimedia.org/47749 enhancement; Wikimedia: Extension setup; () [19:55:45] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10gerritadmin) [19:58:52] 03(mod) The green stripes that mask templates and images in the VisualEditor don't appear in the Hebrew Wikipedia - 10https://bugzilla.wikimedia.org/47746 +comment (10inez) [20:00:52] 03(mod) Mbiama Assogo Roger - 10https://bugzilla.wikimedia.org/30657 (10Jack D. Pond) [20:02:16] 03(mod) Some pages start to load on Commons and Wikipedia but then go blank - 10https://bugzilla.wikimedia.org/47457 +comment (10liangent) [20:04:14] 03(NEW) Should run tests/AutoLoaderTest.php - 10https://bugzilla.wikimedia.org/47750 normal; Wikimedia: Continuous integration; () [20:04:50] 03(mod) The green stripes that mask templates and images in the VisualEditor don't appear in the Hebrew Wikipedia - 10https://bugzilla.wikimedia.org/47746 +comment (10amir.aharoni) [20:06:39] Dragonfly6-7: you might do better to just specify them, or ask the list [20:06:42] !lists [20:06:42] mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [20:16:02] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10swalling) [20:19:44] 03(mod) Slash tricks are not rendered correctly - 10https://bugzilla.wikimedia.org/47748 (10Gabriel Wicke) [20:20:30] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10leon.liesener) [20:23:32] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10swalling) [20:24:04] MatmaRex, congrats - you broke importing:P [20:25:25] wat [20:25:51] what did i break this time? [20:26:24] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10leon.liesener) [20:27:43] MatmaRex - busy? [20:28:03] MatmaRex, af125df5199b5c232bf335d735cecc6d8f8e9784 broke XML iporting, completely. Fixing now [20:28:39] MaxSem: that one´s not mine! :D [20:28:44] 03(NEW) A paragraph with multiple hash marks in the beginning is shown differently in VE and in output page - 10https://bugzilla.wikimedia.org/47751 normal; VisualEditor: ContentEditable; () [20:28:46] MaxSem: i was just rebasing it [20:28:52] and accidentally reset the author [20:28:58] you're listed in git blame [20:29:01] MaxSem: it\'s [20:29:05] it's tyler's patch [20:29:11] i knew this is going to end this way :P [20:29:21] ha! excuses!:P [20:30:10] * MatmaRex slaps Parent5446 around a bit with a large trout [20:30:14] sadly he's not here [20:31:10] 03(mod) wikimedia.de via HTTPS loads resources over HTTP - 10https://bugzilla.wikimedia.org/47653 +comment (10Kai Nissen) [20:40:51] 03(mod) Echo notifications menu looks rather silly in Monobook - 10https://bugzilla.wikimedia.org/47652 +comment (10gerritadmin) [20:41:30] 03(NEW) No warning is shown when saving a page without an edit summary - 10https://bugzilla.wikimedia.org/47752 normal; VisualEditor: MediaWiki integration; () [20:43:37] MatmaRex, such a waste of a large trout [20:43:56] I have a problem with SVg and a wiki hosting service. It doesn't recognize special characters such as ç, é or ô. Text containing such chars display strange chars [20:44:50] dsfsdg, sorry, forgot to announce, we decided to discontinue non ANSII characters - too much of MWF efforts was wasted on unicode [20:45:16] What does that mean? [20:45:38] that means - only the standard 26 latin characters will be supported from now on [20:45:41] text using certain characters won't work with SVG? No way around? [20:45:43] and a few digits [20:46:29] yurik, трололо [20:46:35] I'm referring to text in the SVG itself [20:47:06] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10Isarra) [20:47:35] dsfsdg, sorry, just kidding, i wish i knew the answer [20:49:15] yurik - got a few minutes? [20:49:19] Dragonfly6-7, sure [20:49:33] but only if its related to removing unicode support :) [20:50:45] 03(mod) A paragraph with multiple hash marks in the beginning is shown differently in VE and in output page - 10https://bugzilla.wikimedia.org/47751 +comment (10Inez Korczyński) [20:53:50] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10swalling) [20:54:35] 03(mod) Categorize {{#babel}} on udm.wikipedia - 10https://bugzilla.wikimedia.org/47749 +shellpolicy; +comment (10Dereckson) [20:54:49] how do I know the display size of SVG in web? With bitmap I choose a res and if 100% zoom looks good, that's it. [20:55:20] Dragonfly6-7, what was your question? [20:58:03] sorry, I was away [20:58:11] and no, it's got nothign to do with Unicode, sorry [20:58:29] Dragonfly6-7, good :D [21:01:55] 03(mod) Echo notifications menu looks rather silly in Monobook - 10https://bugzilla.wikimedia.org/47652 +comment (10gerritadmin) [21:09:18] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10James Forrester) [21:09:23] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10zhorishna) [21:11:39] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10gerritadmin) [21:12:19] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10Matt Walker) [21:12:23] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10gerritadmin) [21:13:42] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10swalling) [21:13:57] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10Matthew Flaschen) [21:16:33] 03(mod) VisualEditor: Shift-Right deletes characters instead of selecting in Firefox - 10https://bugzilla.wikimedia.org/47711 +comment (10James Forrester) [21:17:02] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10mflaschen) [21:18:00] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10swalling) [21:19:00] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10zhorishna) [21:23:12] 03(mod) VisualEditor: Pawn ♙ appears after pressing Down key (first thing) in Firefox - 10https://bugzilla.wikimedia.org/47710 (10James Forrester) [21:29:23] 03(mod) "Remember me" on Login interface should state "for 30 days" only - 10https://bugzilla.wikimedia.org/47694 +comment (10mwalker) [21:32:04] 03(mod) Wikimedia Commons is allowing h.264 uploads with bogus file extension - 10https://bugzilla.wikimedia.org/47709 +comment (10Marco) [21:32:14] 03(mod) Flickr links in UploadWizard are broken (shown as raw wiki text) - 10https://bugzilla.wikimedia.org/47345 (10Alex Monk (Krenair)) [21:32:17] 03(mod) VisualEditor: Report that the save dialog omits the save description entry box on hewiki/Windows/Firefox - 10https://bugzilla.wikimedia.org/47679 (10James Forrester) [21:32:34] 03(mod) VisualEditor: After saving a page, the VisualEditor tab points at the oldid content not the new one - 10https://bugzilla.wikimedia.org/47682 normal->minor (10James Forrester) [21:32:51] 03(mod) VisualEditor: Warn the user more prominently that they are editing an out-dated version of the page - 10https://bugzilla.wikimedia.org/47683 normal->15enhancement (10James Forrester) [21:33:02] 03(mod) VisualEditor: VE tab is on the left (not right) of the "edit source" tab in RTL languages - 10https://bugzilla.wikimedia.org/47684 (10James Forrester) [21:33:15] 03(mod) VisualEditor: Pawn ♙ appears when two paragraphs of different language are next to each other(?) - 10https://bugzilla.wikimedia.org/47687 (10James Forrester) [21:33:38] 03(mod) VisualEditor: Trailing whitespace at end of paragraph or table cell dropped on round-trip - 10https://bugzilla.wikimedia.org/47712 04CRIT->major (10James Forrester) [21:33:51] 03(NEW) Adapt "contributors" benefit for different values of $wgActiveUserDays - 10https://bugzilla.wikimedia.org/47753 normal; MediaWiki: User login and signup; () [21:33:58] 03(mod) VisualEditor: using non-ASCII characters in the VisualEditor edit summary insertion can make the remaining character count negative - 10https://bugzilla.wikimedia.org/47718 summary (10James Forrester) [21:34:07] 03(mod) Adapt "contributors" benefit for different values of $wgActiveUserDays - 10https://bugzilla.wikimedia.org/47753 (10Matthew Flaschen) [21:34:10] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 (10Matthew Flaschen) [21:35:03] 03(mod) VisuaEditor: jQuery bug in regex matching causes corruption of data-parsoid on ingest - 10https://bugzilla.wikimedia.org/47737 (10James Forrester) [21:35:51] 03(mod) VisualEditor: Aliens' phantoms don't appear in the Hebrew Wikipedia (cache/CSSJanus issue?) - 10https://bugzilla.wikimedia.org/47746 summary (10James Forrester) [21:36:24] 03(mod) VisualEditor: No warning is shown when saving a page without an edit summary despite user preference - 10https://bugzilla.wikimedia.org/47752 summary (10James Forrester) [21:39:58] 03(mod) Wikimedia Commons is allowing h.264 uploads with bogus file extension - 10https://bugzilla.wikimedia.org/47709 +comment (10Matthew Flaschen) [21:39:59] 03(mod) Upload verification check broken. mp4 uploaded as .ogg - 10https://bugzilla.wikimedia.org/39012 +comment (10Matthew Flaschen) [21:40:43] 03(mod) Echo notifications should have a larger clickable surface area - 10https://bugzilla.wikimedia.org/47665 +comment (10Fabrice Florin) [21:45:30] 03(mod) Upload verification check broken. mp4 uploaded as .ogg - 10https://bugzilla.wikimedia.org/39012 +comment (10Matthew Flaschen) [21:47:27] 03(mod) mw.loader.using throws exception when a module doesn't exist [mobile] - 10https://bugzilla.wikimedia.org/47296 +comment (10Arthur Richards) [21:51:05] 03(mod) Echo notifications should have a larger clickable surface area - 10https://bugzilla.wikimedia.org/47665 +comment (10rkaldari) [21:52:03] 03(mod) Echo notifications menu looks rather silly in Monobook - 10https://bugzilla.wikimedia.org/47652 +comment (10gerritadmin) [21:54:40] can someone explain the mediawiki namespaces to me?\ [21:55:01] is creating a new article with the name Foobar:foo creating a namespace? [21:56:24] lbenedix, no, you can not create a namespace just by using a colon. [21:56:45] Ok [21:57:07] lbenedix, it would just go in the main namespace. [21:57:19] See https://www.mediawiki.org/wiki/Manual:Namespace [21:57:25] thx for the clarification [21:58:02] I was wondering if creating a new namespace for my feedback mechanism would be a good idea [21:58:23] lbenedix, is this for GSOC? [21:58:28] nope [21:58:42] is there a gsoc-project about feedback? [21:58:46] that would be great [21:59:39] Depending what you mean by feedback, see https://www.mediawiki.org/wiki/Summer_of_Code_2013#Prototyping_inline_comments [21:59:45] 03(NEW) Fix up ep_mediawiki and deploy it to the labs instance - 10https://bugzilla.wikimedia.org/47754 normal; Wikimedia: Etherpad; () [22:00:14] no [22:00:31] that is not the kind of feedback I think about [22:01:23] I'm talking about this: http://www.mediawiki.org/wiki/Extension:UIFeedback [22:03:06] 03(NEW) Feedback is broken - 10https://bugzilla.wikimedia.org/47755 normal; VisualEditor: General; () [22:27:21] andre__: yt? [22:44:01] 03(NEW) Updater should warn for incompatible database names - 10https://bugzilla.wikimedia.org/47756 normal; MediaWiki: Installer; () [22:45:12] 03(mod) Parsoid: Make {{DEFAULTSORT}} editable - 10https://bugzilla.wikimedia.org/46470 summary; +comment (10Roan Kattouw) [22:51:54] 03(mod) VisualEditor: Inserting content at start/end of paragraph leaves leading/trailing empty paragraph - 10https://bugzilla.wikimedia.org/46799 +comment (10roan.kattouw) [22:52:24] Am I misremembering or did we have some amount of documentation about why $.text is better than $.html [22:52:43] 03(mod) Updater should warn for incompatible database names - 10https://bugzilla.wikimedia.org/47756 +comment (10innocentkiller) [22:53:18] 03(mod) Echo extension showing a "W" icon inexplicably next to user rights changes notifications - 10https://bugzilla.wikimedia.org/47650 +comment (10Matthew Flaschen) [22:53:19] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 +comment (10Matthew Flaschen) [22:53:35] RoanKattouw_away: what was that bad git-review commit? [22:54:31] 03(mod) Updater should warn for incompatible database names - 10https://bugzilla.wikimedia.org/47756 (10Siebrand) [22:57:54] 03(mod) VisualEditor: Provide a way to expand data using an IVStore for transmission over the wire - 10https://bugzilla.wikimedia.org/47318 (10Roan Kattouw) [22:59:03] ori-l-away, ping [22:59:40] 03(mod) VisualEditor on Opera 12: clicking selection arrow shows, then hides popup bar - 10https://bugzilla.wikimedia.org/37858 +comment (10matma.rex) [23:06:25] 03(mod) Wikipedia icon is shown for other sites - 10https://bugzilla.wikimedia.org/46585 (10Ryan Kaldari) [23:09:27] 03(mod) VisualEditor: Moving the cursor using an arrow makes templates and footnote numbers disappear - 10https://bugzilla.wikimedia.org/47745 summary (10James Forrester) [23:10:44] marktraceur, https://www.mediawiki.org/wiki/DOM-based_XSS ($.text v. $.html) [23:12:30] 03(mod) "Contributors this month" statistic should be defined with NUMBEROFACTIVEUSERS magic word - 10https://bugzilla.wikimedia.org/47693 +comment (10duplicatebug) [23:12:34] 03(mod) Adapt "contributors" benefit for different values of $wgActiveUserDays - 10https://bugzilla.wikimedia.org/47753 +comment (10db) [23:13:15] Aha. [23:13:16] Thanks [23:18:32] * marktraceur gives self one level of code-review [23:21:48] 03(NEW) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 normal; MediaWiki extensions: Thanks; () [23:23:01] 03(mod) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 (10Matthew Flaschen) [23:23:01] 03(mod) Code quality issues (tracking) - 10https://bugzilla.wikimedia.org/700 (10Matthew Flaschen) [23:24:31] Kyzz: Ping! [23:24:42] 03(mod) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 +comment (10rkaldari) [23:25:18] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10TMg) [23:28:36] 03(mod) Commons iOS app needs about screen - 10https://bugzilla.wikimedia.org/46000 +comment (10Tomasz Finc) [23:29:19] 03(mod) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 +comment (10gerritadmin) [23:29:28] 03(mod) Adapt "contributors" benefit for different values of $wgActiveUserDays - 10https://bugzilla.wikimedia.org/47753 +comment (10mflaschen) [23:29:35] Anyone here have a question about Outreach Program for Women and/or Google Summer of Code? [23:29:44] * sumanah is here for the next 10-20 min at least [23:31:39] anomie: if you have a bit of time to look at https://www.mediawiki.org/wiki/User:Mooeypoo/GSOC_2013_Project that would be nice [23:32:02] it seems ambitious to me, but maybe there's something in there that could be done in 6 weeks [23:32:10] also, I could be quite wrong [23:34:10] 03(NEW) Suggested category is not actually added to uploaded image - 10https://bugzilla.wikimedia.org/47758 normal; Commons App: Android; () [23:35:46] sumanah: Yes, it does. But estimating how long something would take is not one of my skills. And much less so when I have no idea whether this person is extremely talented and motivated, or just average. [23:36:13] 03(mod) Suggested category is not actually added to uploaded image - 10https://bugzilla.wikimedia.org/47758 +comment (10tfinc) [23:36:15] sumanah: I also wonder whether a projectile simulator is too special-purpose. But maybe not. [23:36:18] anomie: understood! I sort of wanted to understand whether this was something you would consider "no no bad idea!!" or not [23:37:05] 03(mod) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 +comment (10gerritadmin) [23:37:19] 03(mod) VisualEditor: Hard-coded strings in ve.ui.MWLinkTargetInputWidget.prototype.populateMenu - 10https://bugzilla.wikimedia.org/47706 +comment (10James Forrester) [23:38:43] Kyzz: Dunno what you're up to at the moment, but https://gerrit.wikimedia.org/r/60961 got some review and it would be cool if you could work on it [23:39:29] sumanah: I see nothing that makes me say "no no bad idea!!", just "I'm not sure how useful that would really be". OTOH, I think the same about the poem extension, and we have had that for a long time. [23:40:03] I am fine with GSoC projects being sort-of-nice things that are only mildly useful, as long as we get other benefit out of them [23:40:07] such as a continuing contributor [23:40:19] or making a particular subset of our users very happy and no users more unhappy [23:41:48] 03(mod) A paragraph with multiple hash marks in the beginning is shown differently in VE and in output page - 10https://bugzilla.wikimedia.org/47751 +comment (10jforrester) [23:41:52] 03(mod) icon and text of FancyCaptcha refresh can split across line - 10https://bugzilla.wikimedia.org/47398 +comment (10gerritadmin) [23:43:00] anomie: ok. It's good to have a gut check from you. Ambitious, not the most urgent thing we could be working on, rather "ooh shiny" [23:43:00] 03(mod) Move Thanks-specific code to Thanks extension - 10https://bugzilla.wikimedia.org/47757 +comment (10gerritadmin) [23:46:53] 03(mod) Suggested category is not actually added to uploaded image - 10https://bugzilla.wikimedia.org/47758 +comment (10brion) [23:54:13] 03(mod) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 +comment (10gerritadmin) [23:54:14] 03(mod) VisualEditor: Inserting content at start/end of paragraph leaves leading/trailing empty paragraph - 10https://bugzilla.wikimedia.org/46799 +comment (10James Forrester) [23:54:47] 03(mod) Excess white space between the bottom of the captcha image and refresh link - 10https://bugzilla.wikimedia.org/47699 +comment (10Steven Walling) [23:54:47] 03(mod) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 +comment (10Roan Kattouw) [23:55:54] 03(NEW) Visual editor has problem with
- 10https://bugzilla.wikimedia.org/47759 normal; VisualEditor: General; () [23:56:01] 03(mod) VisualEditor: Paragraph containing nowiki block does not change style unless block selected - 10https://bugzilla.wikimedia.org/41203 +comment (10roan.kattouw) [23:58:40] 03(mod) "(help me choose)" should open link to username policy in new tab/window or as a popup within the same tab - 10https://bugzilla.wikimedia.org/47688 +comment (10Steven Walling) [23:58:42] 03(mod) Open username policy in tooltip - 10https://bugzilla.wikimedia.org/47530 +comment (10Steven Walling) [23:59:37] 03(mod) Echo notifications menu looks rather silly in Monobook - 10https://bugzilla.wikimedia.org/47652 +comment (10gerritadmin)