[00:00:47] 03(mod) Editor and image upload license is hardcoded - 10https://bugzilla.wikimedia.org/56639 +easy (10MZMcBride) [00:08:08] 03(NEW) missing.php (naturally) does not work for closed wikis - 10https://bugzilla.wikimedia.org/56876 normal; Wikimedia: General/Unknown; () [00:27:59] how do i show part of a skin only to logged in users? [00:28:37] 03(mod) Temporarily scale back deployment of UniversalLanguageSelector (ULS) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/56433 +shellpolicy; +comment (10MZMcBride) [00:29:04] Gika: You can probably do it with CSS. [00:29:14] Depends how "secure" you want it to be. [00:29:15] Gika: if( $this->getUser()->isLoggedIn() ) { … [00:29:29] Elsie: doesn't need to be secure, it's just banners [00:29:35] or possibly if( $this->getSkin()->getUser()->isLoggedIn() ) { … , depending on where you insert that [00:29:52] The built-in Sitenotice and Anonnotice support banners for anons or logged-in users. [00:29:56] (and assuming you hvae access to the PHP source code) [00:29:56] Have you looked at those? [00:30:02] !anonnotice [00:30:02] Anonnotice is a wiki-wide message viewable by all logged out users at the top of every page. Similar to sitenotice, if anonnotice exists only logged out users will see anonnotice and only logged in users will see Sitenotice, they will not see each other. Anonnotice is editable by sysops at [[MediaWiki:Anonnotice]]. See also: !sitenotice [00:30:07] !sitenotice [00:30:08] Sitenotice is a wiki-wide message that appears at the top of the page for all users. It is editable by users in the sysop usergroup at [[MediaWiki:Sitenotice]]. See also: !anonnotice [00:30:12] !hello [00:30:12] Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at https://www.mediawiki.org/wiki/Mwbot [00:30:17] Heh. [00:30:29] lol [00:30:31] huh. that's a lie. [00:30:35] yay importing things [00:30:43] !hello del [00:30:44] Successfully removed hello [00:30:52] Elsie: i need another banner at the end of the page, so that wouldn't work [00:31:02] Gika: You can probably still use CSS. [00:31:07] I think the has a class. [00:31:09] That you can use. [00:31:14] I don't remember, though. [00:31:26] i tried inspecting the body but it doesn't seem to be the case [00:31:39] class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Home skin-blu action-view vector-animateLayout" [00:31:49] Lame. [00:31:55] You can do it in JavaScript for sure. [00:32:04] By checking wgUserName or whatever. [00:32:20] We should probably have a CSS class. [00:32:31] It'd fragment the cache, but not meaningfully, I don't think. [00:33:04] js would probably mean that that the element would flash when the js loads though [00:33:25] i dunno, i'll try that php in the skin [00:33:44] Generally you shouldn't hack core MediaWiki files. [00:33:52] It makes upgrades much more painful. [00:33:55] it's a duplicate skin [00:34:01] Oh, okay. Fair enough. [00:34:13] which i diff with the base one every time i upgrade :) [00:42:23] is the redis job queue thing in 1.21? [00:43:03] Elsie: It actually wouldn't fragment the cache (to add an is logged in class), as logged in users don't get squid cache, and parser cache doesn't cover the outer skin [00:47:08] bawolff: It would further separate HTML output. [00:47:17] Between logged-in users and anons. [00:47:30] I realize it wouldn't be particularly meaningful. ;-) [00:50:37] 03(mod) ULS makes too many action=ulslocalization API calls - 10https://bugzilla.wikimedia.org/56509 +comment (10b) [00:53:03] 03(mod) use composite indexes for efficient term search - 10https://bugzilla.wikimedia.org/45529 +comment (10springle) [01:03:59] 03(mod) Temporarily scale back deployment of UniversalLanguageSelector (ULS) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/56433 +comment (10legoktm.wikipedia) [01:05:32] weird problem here: despite disabling new user creation, and installing the ConfirmNewAccount extension (and activating it successfully), I still get user spam. bots somehow create user pages for themselves and put spammy links in them. [01:05:39] how do they do this? [01:06:00] Are you sure they're making accounts? [01:06:02] Or just creating a user page? [01:06:07] You can have a user page without an associated user. [01:06:12] (Confusingly.) [01:06:18] Skaag: ^^^ [01:06:43] how do I prevent that? [01:06:58] I don't want anyone creating any content unless they are authenticated/logged in [01:07:01] There's a 'createpage' user right you can restrict. [01:07:05] Or the 'edit' user right. [01:07:07] !rights [01:07:07] For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [01:07:24] thanks [01:09:49] awesome, applied some of them, hopefully this will rid us of the pesky bots :) [01:10:25] Skaag: You can confirm your rights assignments by visiting the page "Special:ListGroupRights" on your wiki. [01:10:54] cool, checking this page now [01:11:57] hm. 'all' still has 'createtalk', 'createpage', 'read' and 'writeapi' [01:13:37] ok I think it looks better now. 'all' only has 'read' now. [01:28:36] 03(NEW) CirrusSearch should catch Elasticsearch query parse errors and try again with a more tolerant method - 10https://bugzilla.wikimedia.org/56877 normal; MediaWiki extensions: CirrusSearch; () [01:29:29] 03(mod) CirrusSearch should catch Elasticsearch query parse errors and try again with a more tolerant method - 10https://bugzilla.wikimedia.org/56877 (10Nik Everett) [01:35:18] 03(mod) Special:Allpages is too slow! - 10https://bugzilla.wikimedia.org/56840 +comment (10springle) [01:44:13] 03(NEW) Count on Special:Statistics is less useful due to MassMessageSubmitJob - 10https://bugzilla.wikimedia.org/56878 minor; MediaWiki extensions: MassMessage; () [01:44:24] 03(mod) Count on Special:Statistics is less useful due to MassMessageSubmitJob - 10https://bugzilla.wikimedia.org/56878 (10Kunal Mehta (Legoktm)) [02:21:22] 03(mod) Special:Allpages is too slow! - 10https://bugzilla.wikimedia.org/56840 +comment (10Tim Starling) [02:45:29] 03(mod) Special:Allpages is too slow! - 10https://bugzilla.wikimedia.org/56840 +comment (10gerritadmin) [02:45:31] 03(mod) Special:Allpages is too slow! - 10https://bugzilla.wikimedia.org/56840 (10Gerrit Notification Bot) [02:46:15] gicode: Hi [03:01:40] 03(mod) If no users found on target page, don't tell user it's been queued - 10https://bugzilla.wikimedia.org/53970 +comment (10gerritadmin) [03:01:41] 03(mod) If no users found on target page, don't tell user it's been queued - 10https://bugzilla.wikimedia.org/53970 (10Gerrit Notification Bot) [03:01:56] 03(mod) If no users found on target page, don't tell user it's been queued - 10https://bugzilla.wikimedia.org/53970 (10Kunal Mehta (Legoktm)) [03:04:45] navdeep: Hi [03:05:08] gicode: Hello [03:06:17] navdeep: You can check with Quim, but I think you still have time to edit your proposal [03:06:37] navdeep: I just think you should put it up on mediawiki.org today if you have time [03:07:12] gicode: Ok I will update their soon. [03:09:16] navdeep: OK, sounds good [03:09:51] gicode: I have change the order of implementation tasks. Does it make sense? [03:10:14] navdeep: Oh, I will take a look [03:12:02] gicode: Thanks :) [03:12:19] gicode: And in which area I can improve my proposal? [03:14:30] navdeep: Can you think of a clickjacking attack via CSS that would affect mediawiki users? [03:15:10] navdeep: The iframe example is an industry standard, but it doesn't directly apply in this case. [03:15:40] navdeep: If not, that is OK, but that is something cool you could think about. [03:16:23] gicode: ok I will change the example. [03:17:12] navdeep: Is your proposal on mw.org [03:17:39] bawolff: No [03:18:10] 03(mod) Count on Special:Statistics is less useful due to MassMessageSubmitJob - 10https://bugzilla.wikimedia.org/56878 +easy (10MZMcBride) [03:18:19] navdeep: Only change it if you know a good alternative. Think of it as a bonus. The example you have is good. [03:18:44] Oh ok. If it was up, I was going to take a look at it out of curiosity [03:19:40] bawolff: Glad to know. :) Will put up there in 5 mins. [03:21:23] gicode : Alternative of the clickjacking example I gave ? [03:21:38] navdeep: Yeah [03:22:13] navdeep: Your example isn't wrong. I am just offering an additional challenge if you have time to think about it. [03:23:14] gicode: I have time, will surely improve it. [03:29:06] gicode: I will take care of milestone order, XSS image and example of clickjacking. [03:29:32] OK, sounds good [03:30:01] gicode: Anything else which I can add or improve? [03:30:06] navdeep: After you get it up on mediawiki.org, I will read through it again. :-) [03:30:22] gicode: OK :) [03:32:44] Hello. I have a question. I have a new site with a "coming soon" page. How I can install mediawiki to prepare for the lunch? Is there a maintenance mode? Thank you [03:33:15] MichaelSonoTutti: While there is $wgReadOnly to put the wiki into read only [03:33:17] 03(mod) Add DynamicPageList on fr.wikt - 10https://bugzilla.wikimedia.org/29596 (10automatik68) [03:33:38] you can also change rights, so that only certain users can edit (and then open it up to everyone later) [03:33:41] !wg ReadOnly [03:33:42] https://www.mediawiki.org/wiki/Manual:%24wgReadOnly [03:33:47] !rights [03:33:47] For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [03:38:10] Easy answer. Sorry that i couldn't find it alone. Thank you [03:39:23] 03(mod) Add DynamicPageList on fr.wikt - 10https://bugzilla.wikimedia.org/29596 +comment (10Bawolff (Brian Wolff)) [03:43:59] gicode: My proposal now on mediwiki. [03:45:41] navdeep: Great :-) [03:45:45] navdeep: Can you paste a link? [03:46:53] gicode: https://www.mediawiki.org/wiki/OPW_Application, I am doing formatting. [03:47:31] navdeep: Oops. You should move that to a subpage of your user page. [03:48:07] gicode: OK [03:50:13] I'm trying to put mediawiki in readonly mode but it doesn't work. I pasted $wgReadOnly = 'This wiki is currently being upgraded to a newer software version.'; in my LocalSettings.php. Why doesn't it work? [03:50:43] MichaelSonoTutti: Did you put it at the bottom of LocalSettings.php [03:50:57] navdeep: In regards to "When CSS parser will read the background URL, we can set whitelist on *.jpg , *.png Just to ensure if url is actually an image and whitelist functionality will only allow specific image format" [03:51:22] navdeep: malicious image formats isn't the only (or really primary) reason we block images [03:51:37] bawolff: Yes i have put at the bottom of the file [03:52:14] navdeep: We're more concerned over privacy issues, where loading resources from third party sites can expose user IPs, and other tracking type things [03:52:53] 03(mod) ULS makes too many action=ulslocalization API calls - 10https://bugzilla.wikimedia.org/56509 +comment (10Santhosh Thottingal) [03:53:21] MichaelSonoTutti: That's odd, That line should definitely stop someone from editing your wiki [03:57:32] I'm newbie of mediawiki, this is for sure. but i don't think to have do it wrongly. [03:58:07] MichaelSonoTutti: Are you looking at an edit page? [03:59:05] navdeep: In the future, you can use the "Move" option under the down-arrow next to the search box. [03:59:13] navdeep: That way you move the history too. [03:59:43] navdeep: Also, we don't have permission to delete pages. [04:00:16] navdeep / gicode : btw, not related to the extension, but there was some discussion about similar feature at https://www.mediawiki.org/wiki/Requests_for_comment/Scoping_site_CSS (and especially the talk page) that might be of interestest [04:00:23] gicode: I can delete pages for you [04:00:50] gicode: OK. Now my application is on subpage. [04:01:13] bawolff: This page can be deleted, it was moved by hand. https://www.mediawiki.org/wiki/OPW_Application [04:01:26] bawolff: to here https://www.mediawiki.org/wiki/User:Navdeep_Bagga/Proposal [04:01:54] yep, done [04:01:55] MichaelSonoTutti: Yeah, are you saying you can edit pages with read-only set? [04:02:04] bawolff: Thanks :-) [04:02:56] bawolff: Thanks for the link too. That looks interesting. [04:03:36] MichaelSonoTutti: Let's keep the discussion here so others can help too. [04:03:54] MichaelSonoTutti: Can you pastebin your config (without passwords/secrets)? [04:06:30] bawolff: Thanks for the link :) [04:06:36] no problem [04:08:21] bawolff: I am not sure Less is a valid solution since the content could just contain an extra '}' to close out the scope. [04:08:36] oops, missed him [04:21:53] gicode: OK, I will soon update my proposal with the changes you have suggested and talk to you tomorrow. [04:22:19] navdeep: Sounds good. Thanks :-) [04:23:04] Make sure you send an email to the opw list as described on the program page [04:24:06] gicode: Yes, sure. [04:26:01] gicode: Ok Bye :) [04:26:59] navdeep: Bye [04:29:15] 03(NEW) TypeError in listpages - 10https://bugzilla.wikimedia.org/56879 normal; Pywikibot: General; () [04:35:27] 03(mod) TypeError in listpages - 10https://bugzilla.wikimedia.org/56879 +comment (10info) [04:43:30] I'd like help with a template on en.wp please. [04:43:39] It's not terribly complicated but I'm not terribly bright. [04:43:41] 03(mod) VisualEditor: Add advanced user option to review diff post-VisualEditor edit and easily report an issue - 10https://bugzilla.wikimedia.org/56221 normal->15enhancement; +comment (10John Mark Vandenberg) [04:44:05] All I want is if the namespace is 0 (main), then I want the article to be added to a category. If it's something else, then I don't want it added to said category. [04:44:08] How can I do this? [04:44:46] https://en.wikipedia.org/wiki/Template:Dmoz [04:46:14] koavf: https://www.mediawiki.org/wiki/Help:Magic_words#Namespaces_2 [04:46:20] koavf: https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23ifeq [04:46:25] I am literally reading them now. [04:46:28] They're kind of Greek to me. [04:46:53] You can see how I got it wrong just now: https://en.wikipedia.org/w/index.php?title=Template%3ADmoz&diff=581138920&oldid=581105452 [04:47:22] How would #ifeq be helpful...? I'm not trying to sum up things. [04:47:58] https://www.mediawiki.org/wiki/Help:Magic_words#Namespaces [04:48:07] Sorry I meant that one instead of the first link [04:48:08] Right. [04:48:11] I've read that. [04:48:30] But how do I change a template so that if, ns=0, then includeonly a category? [04:48:31] koavf: Use ifeq to compare {{NAMESPACE}} to the namespace name you are interested in [04:49:02] Okay, what did I do wrong here? [04:49:04] https://en.wikipedia.org/w/index.php?title=Template%3ADmoz&diff=581138920&oldid=581105452 [04:49:10] What do I type in differently and where? [04:50:04] koavf: That doesn't make sense. [04:50:09] I know. [04:50:12] I'm ignorant. [04:50:19] I'm asking if you can help me please. [04:50:43] koavf: Are you looking for help or do you just want someone to write it? ;-) [04:50:51] Well, if you write it, that's nice. [04:50:55] But I'd like to know *how* it works. [04:51:06] If you wrote it and then I decoded it or you helped me, that would be ideal. [04:51:22] koavf: You are using #if [04:51:33] {{#if: test string | value if test string is not empty | value if test string is empty (or only white space) }} [04:51:53] So you are checking to see if "param" is empty or not [04:52:11] "param" is always "param" so it is never empty [04:52:55] Okay. [04:53:00] koavf: So I would expect your statement to output "NS:0" all the time [04:53:26] koavf: If you want to compare two things, you need to use ifeq. [04:53:41] What would be the two things being compared? [04:53:45] The current namespace and 0? [04:54:17] I think {{NAMESPACE}} outputs a name so it might be empty or "(main)" for main. [04:54:28] Yeah. [04:54:35] Okay, I guess I *do* want you to write it for me. [04:54:37] If you're willing. [04:55:15] koavf: Can you check what {{NAMESPACE}} outputs for the main namespace? [04:55:24] 0. [04:56:33] koavf: No, it doesn't [04:57:00] https://en.wikipedia.org/wiki/Wikipedia:NAMESPACE [04:57:06] 0 (Main/Article) [04:57:55] koavf: I am sorry, I am not sure how to be more clear. [04:57:58] https://www.mediawiki.org/wiki/Help:Magic_words#Namespaces [04:58:21] That shows that for the "Help" namespace, {{NAMESPACE}} outputs "Help" [04:58:21] I just went to an article on en.wp. [04:58:26] Ah. [04:58:28] Okay. [04:58:36] {{NAMESPACENUMBER}} is 0. [04:58:36] Okay. [04:58:38] I suppose you could use {{NAMESPACENUMBER}} instead if you like [04:59:06] So use ifeq and put {{NAMESPACENUMBER}} as the first parameter and 0 as the second [04:59:44] The third parameter is your category [05:00:52] https://en.wikipedia.org/w/index.php?title=Template:Dmoz&oldid=581140567 [05:00:56] This is still not working. [05:01:42] koavf: What is this for? "{{{param|" [05:01:52] Dude, I don't know. [05:01:52] koavf: Compare your code to the ifeq examples [05:01:54] I don't get it. [05:01:58] koavf: did you know that it's Sufjan Stevens time? [05:02:05] ... [05:02:11] Schroeder: what? [05:02:24] gicode: I don't understand how this works. [05:02:33] I know it's an imposition to say, "Just do this for me." [05:02:35] And I don't want to do that. [05:02:36] yeah, I know [05:02:39] But I am completely lost. [05:02:41] that was my reaction too [05:02:43] it's so awesome, isn't it! [05:02:45] I'm so excited [05:02:54] Schroeder: what are you talking about? [05:03:19] I know [05:03:24] you're just completely awestruck, aren't you? [05:03:28] Sure. [05:03:28] with you, brother [05:03:31] right there with you [05:03:33] don't know what to say [05:03:35] I didn't either [05:03:55] 03(NEW) VisualEditor: Appending to a line shows additions before end of line in diff - 10https://bugzilla.wikimedia.org/56880 normal; MediaWiki: History/Diffs; () [05:04:27] koavf: I am sorry you feel lost. I can give you what you ask for, but I highly recommend you read the examples and try them out yourself. Once you play with them a bit, they will make more sense. Trying to build a non-trivial template from scratch without starting small, will result in pain. [05:04:51] wait [05:05:00] gicode: I'm sure that you're being very helpful and your feedback would work for someone who is less ignorant than me. [05:05:01] there's a NAMESPACENUMBER magic word? [05:05:10] so my MW extension that did just that is now rendered useless? [05:05:51] gicode: Honestly, I just came here because I was frustrated and wanted this to work. I can't do it and that bothers me. So I'm sorry if I'm being needy or aggressive or otherwise inappropriate but yes, I'm just put out and I would like someone to do it for me. [05:06:03] Schroeder: what is happening? [05:06:19] you mean with SufjanStevens or the NSNUMBER magic word? [05:06:25] The former. [05:06:31] koavf: {{#ifeq:{{NAMESPACENUMBER}}|0|Category:Articles with Open Directory Project links|}} [05:06:35] I don't see how the indie rock musician is relevant. [05:06:58] koavf: That should be what you want. [05:07:42] koavf: I fully believe you can understand this given a little quality time playing with the examples. [05:08:12] gicode: It's nice of you to try to talk me through this, ultimately tell me what I needed to do, and give me some encouragement. [05:08:30] I've only ever messed around with HTML, CSS, and some JavaScript, so debugging things is mostly new to me. [05:08:47] If I can't understand it at all, then I get very frustrated. I'm sorry if I came across as rude. [05:10:28] koavf: Think of ifeq as an if-statement in JavaScript like: if ( {{{1}}} == {{{2}}} ) { {{{3}}} } else { {{{4}}} } [05:10:43] Understanding MediaWiki is something that I'd like to do someday but I've never gotten into it and I don't know anything about PHP or databases. [05:11:11] All of this is similar to/comes from symbolic logic, which is the *only* philosophy class where I didn't get an A. [05:11:13] Go figure. [05:13:26] koavf: No problem. When you have some time, trust this isn't magic, every character has meaning, and try out lots of examples in a sandbox page. You will get the hang of it before long. [05:13:32] Now I have another question. [05:13:49] I can see that no less than 3,500 articles have this template transcluded: https://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere/Template:Dmoz&namespace=0&limit=500&from=452231&back=249749 [05:14:08] But only 3,319 are in the tracking category: https://en.wikipedia.org/wiki/Category:Articles_with_Open_Directory_Project_links [05:14:40] *which has existed for more than 24 hours. [05:14:47] When will all of the articles be in the categor? [05:14:51] *category [05:14:54] How does that happen? [05:15:42] For instance: https://en.wikipedia.org/wiki/Tcl [05:15:47] This is not in the tracking category. [05:16:10] Nor this: https://en.wikipedia.org/wiki/The_Who [05:16:27] But this is: https://en.wikipedia.org/wiki/Alcopop [05:16:39] Even though it doesn't show up in the article itself. [05:16:40] ? [05:16:58] https://en.wikipedia.org/wiki/Category:Articles_with_Open_Directory_Project_links [05:17:28] 03(NEW) Localisation for MediaWiki:Group-oversight-member/te not updating on Telugu Wikipedia - 10https://bugzilla.wikimedia.org/56881 normal; Wikimedia: General/Unknown; () [05:17:31] And actually, the number of articles in it is going down. [05:18:54] koavf: When the template is edited, it spawns jobs to update information on all the pages that use it. This can take a long time. [05:19:10] But it's not showing up on the articles themselves. [05:19:25] I know that populating categories takes time but that should be immediate... [05:19:26] Right? [05:19:40] koavf: Read the blue info box at the top of the category page [05:20:22] Right. [05:20:26] I have hidden categories on. [05:20:32] I see a lot of them on those pages. [05:21:00] koavf: The page may be cached [05:21:05] Ah. [05:21:07] Purge it. [05:21:08] koavf: Try requesting a purge [05:21:19] Good thinking. [05:24:46] Nope. [05:24:49] Still not in there. [05:25:03] https://en.wikipedia.org/wiki/The_Who transcludes https://en.wikipedia.org/wiki/Template:Dmoz [05:25:10] But it is *not* included in https://en.wikipedia.org/wiki/Category:Articles_with_Open_Directory_Project_links [05:25:37] https://en.wikipedia.org/w/index.php?title=Category:Articles_with_Open_Directory_Project_links&pagefrom=W#mw-pages [05:25:43] You can see it there but you cannot see it on the page itself. [05:25:59] And the number of articles in the category keeps decreasing: now it's at 3,313. [05:27:47] gicode: I don't think this fix worked. [05:28:05] koavf: I don't see how The Who would contain that category. [05:28:06] 03(NEW) memcached-serious log flooded with TIMED RETRY errors - 10https://bugzilla.wikimedia.org/56882 normal; Wikimedia: General/Unknown; () [05:29:38] koavf: Oh, you need to add the [[ ]] around the Category bit in your template [05:30:08] {{#ifeq:{{NAMESPACENUMBER}}|0|[[Category:Articles with Open Directory Project links]]|}} [05:30:16] Nice. [05:30:22] Thanks! [05:30:39] koavf: You can also use this page for testing https://en.wikipedia.org/wiki/Special:ExpandTemplates [05:30:56] https://en.wikipedia.org/wiki/User:Sabretooth123 [05:31:01] *Not* in the tracking category. [05:31:09] Paste in some wiki text like that one and set the page to something like "The Who" and run it to see the output [05:31:12] *even though it's still listed there: https://en.wikipedia.org/w/index.php?title=Category:Articles_with_Open_Directory_Project_links&from=S [05:31:47] Hi I am Vinayak Gaikwad from Pune India. I have a question for wikimedia.org. I saw different channels to contact them, however would be glad if this convesation happens on a scale. Does Wikimedia plan to bring in free education online for the children of the world, some thing that goes on the lines of " a contributory creative collective intelligence model"? thanks vinayak gaikwad , pune, india, luckydreamer99@gmail.com +9199231 [05:32:56] I just added it to https://en.wikipedia.org/wiki/Branson,_Missouri#External_links [05:32:59] And it's in there now. [05:33:25] Vinayak: I recommend you post your question to this email list: wikimedia-l@lists.wikimedia.org [05:33:32] What do you have in mind? [05:33:58] koavf: Are you still having issues? [05:35:14] koavf: Sorry I am not super helpful with these Wikipedia specific issues. You might want to try the #wikipedia channel. [05:37:01] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10runabh) [05:39:46] Thanks, It is helpfull. I thought from our earth's perspective that if all the children were on the same page then they would all think on the same lines without any doubts in their mind and here would be divide or difference..the result of which will be ... something creative ...and most importantly we will not waste our valuable resources which are being used in multiple for the same kind of out put by different people at diff [05:40:28] I meant "no divide or difference" [05:41:24] gicode:I may not have been clear. [05:41:29] It seems like it's working perfectly. [05:41:36] Userpages aren't in the category, mainspace articles are. [05:41:43] Which is exactly what I needed. [05:41:52] gicode:Do you work on other wikis? [05:41:52] Thanks Vinayak. This is mostly a technical chat. You will find more people to chat with on the mailing list. [05:42:12] koavf: I have a side business based on MediaWiki [05:42:19] Ah. [05:44:12] Thanks again. [05:44:24] I always get very patient and intelligent feedback on IRC. [05:44:36] koavf: Glad to help, and glad to hear that [05:44:44] Have a good night. [05:47:44] 03(mod) RandomPageGenerator returns max 10 pages - 10https://bugzilla.wikimedia.org/56347 (10xqt) [05:57:18] 03(mod) RandomPageGenerator returns max 10 pages - 10https://bugzilla.wikimedia.org/56347 +comment (10gerritadmin) [06:00:48] 03(mod) memcached-serious log flooded with TIMED RETRY errors - 10https://bugzilla.wikimedia.org/56882 +comment (10Ori Livneh) [06:04:33] 03(mod) VisualEditor: Switch to wikitext feature does not return in Firefox - 10https://bugzilla.wikimedia.org/56767 (10James Forrester) [06:07:12] 03(NEW) account creation similarity metrics - 10https://bugzilla.wikimedia.org/56883 normal; Wikimedia: General/Unknown; () [06:20:34] 03(NEW) pywikibot keeps retrying when it should throw an exception - 10https://bugzilla.wikimedia.org/56884 normal; Pywikibot: network; () [06:21:14] 03(mod) pywikibot keeps retrying when it should throw an exception - 10https://bugzilla.wikimedia.org/56884 +comment (10daniel) [06:23:31] 03(mod) pywikibot keeps retrying when it should throw an exception - 10https://bugzilla.wikimedia.org/56884 +comment (10xqt) [06:23:34] 03(mod) Updating complex pages - 10https://bugzilla.wikimedia.org/55219 +comment (10xqt) [06:25:13] 03(NEW) Font preference is not saved - 10https://bugzilla.wikimedia.org/56885 critical; MediaWiki extensions: UniversalLanguageSelector; () [06:34:43] 03(mod) Font preference is not saved - 10https://bugzilla.wikimedia.org/56885 +comment (10niklas.laxstrom) [06:40:16] 03(mod) memcached-serious log flooded with TIMED RETRY errors - 10https://bugzilla.wikimedia.org/56882 +comment (10ori) [06:56:18] 03(NEW) redis.log on fluorine flooded with "Used automatic re-authentication" messages - 10https://bugzilla.wikimedia.org/56886 normal; MediaWiki: General/Unknown; () [07:21:39] 03(mod) TypeError running a script (via pwb.py) - 10https://bugzilla.wikimedia.org/56879 summary (10xqt) [07:26:19] 03(mod) Edit comments in the description of the edits - 10https://bugzilla.wikimedia.org/55021 +comment (10xqt) [07:27:53] 03(mod) "category.py add" doesn't follow redirects - 10https://bugzilla.wikimedia.org/55310 (10xqt) [07:53:21] I am plaaning for this year's OPW and I have completed the set up of environment to work with Flow Edit Filter Integration, but now I am unable to find out how to work with bugs?? [07:57:16] 03(mod) Add a way to thank users for new articles - 10https://bugzilla.wikimedia.org/56155 +comment (10John Mark Vandenberg) [08:00:28] shroud: what do you need help with? [08:09:43] p858snake|l: i don't need any help [08:12:29] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10jayantanth) [08:13:31] 03(mod) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56774 +comment (10JAn Dudík) [08:24:41] 03(mod) broken tab behaviour when no exact match in entity selector - 10https://bugzilla.wikimedia.org/54072 +comment (10henning.snater) [08:25:57] 03(mod) Add a way to thank page patrollers for reviewing a page I created - 10https://bugzilla.wikimedia.org/50867 +comment (10John Mark Vandenberg) [08:28:03] 03(NEW) Set appropriate 404 status code for etherpad.wmflabs.org - 10https://bugzilla.wikimedia.org/56887 normal; Wikimedia Labs: (other); () [08:31:54] 03(mod) magic word for number of new articles - 10https://bugzilla.wikimedia.org/42636 summary (10John Mark Vandenberg) [08:35:52] 03(mod) Add a way to thank page patrollers for reviewing a page I created - 10https://bugzilla.wikimedia.org/50867 +comment (10federicoleva) [08:49:31] 03(mod) Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage - 10https://bugzilla.wikimedia.org/33980 (10silke.meyer) [09:00:21] 03(mod) beta: Parsoid daemon unreachable - 10https://bugzilla.wikimedia.org/56781 summary; +comment (10Antoine "hashar" Musso) [09:04:09] 03(mod) Add links to Jenkins jobs to mediawiki-selenium readme file - 10https://bugzilla.wikimedia.org/56430 (10Željko Filipin) [09:05:50] 03(mod) ResourceLoaderULSModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56856 (10Niklas Laxström) [09:06:04] 03(mod) ResourceLoaderULSModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56856 +comment (10gerritadmin) [09:06:07] 03(mod) ResourceLoaderULSModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56856 (10Gerrit Notification Bot) [09:14:55] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10nasir8891) [09:37:15] 03(NEW) Live preview does not localise "System font" consistently - 10https://bugzilla.wikimedia.org/56888 normal; MediaWiki extensions: UniversalLanguageSelector; () [09:40:19] 03(mod) Provision of article skeleton - 10https://bugzilla.wikimedia.org/3201 +comment (10John Mark Vandenberg) [09:50:08] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [10:06:56] 03(NEW) Known parameters are unknown - 10https://bugzilla.wikimedia.org/56889 major; VisualEditor: Editing Tools; () [10:08:33] 03(mod) Add "Create new article" link to the menu of Wikipedias - 10https://bugzilla.wikimedia.org/55677 +comment (10John Mark Vandenberg) [10:11:13] 03(NEW) Offer help or descripition for parametrs - 10https://bugzilla.wikimedia.org/56890 normal; VisualEditor: Editing Tools; () [10:19:35] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [10:34:31] 03(NEW) Misleading edit summary - 10https://bugzilla.wikimedia.org/56891 normal; VisualEditor: General; () [10:41:28] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 +comment (10gerritadmin) [10:41:29] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 (10Gerrit Notification Bot) [10:42:13] 03(mod) Non-WMF staff cannot access graphite.wikimedia.org - 10https://bugzilla.wikimedia.org/54713 summary; +comment (10Andre Klapper) [10:45:26] 03(mod) beta: Parsoid daemon unreachable - 10https://bugzilla.wikimedia.org/56781 +comment (10okeyes) [10:45:50] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 +comment (10This, that and the other) [10:47:28] 03(mod) Interwiki prefix to wikt: sometimes shown in title on de.wp - 10https://bugzilla.wikimedia.org/43763 +comment (10This, that and the other) [10:48:06] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 +comment (10at.light) [10:50:00] 03(mod) some defaults are wrong when interwiki linking to other domains on the cluster (from at least nyc.wm && ar.wm) - 10https://bugzilla.wikimedia.org/31042 +comment (10This, that and the other) [10:52:52] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 +comment (10Nemo) [10:59:17] 03(mod) � w:name_space: � generates a � MediaWiki:Badtitle � - 10https://bugzilla.wikimedia.org/12330 (10This, that and the other) [10:59:18] 03(mod) w: in en.wikipedia not really "superfluous" for self & broken links - 10https://bugzilla.wikimedia.org/954 (10This, that and the other) [11:00:17] 03(NEW) When rounding quantity margins, never round to zero. - 10https://bugzilla.wikimedia.org/56892 normal; MediaWiki extensions: WikidataRepo; () [11:00:35] 03(mod) When rounding quantity margins, never round to zero. - 10https://bugzilla.wikimedia.org/56892 (10Daniel Kinzler) [11:01:34] 03(mod) QuantityFormatter needs option to disable rounding - 10https://bugzilla.wikimedia.org/56714 +comment (10gerritadmin) [11:01:40] 03(mod) QuantityFormatter needs option to disable rounding - 10https://bugzilla.wikimedia.org/56714 (10Gerrit Notification Bot) [11:01:54] 03(mod) Interwikimedia links across language and project. - 10https://bugzilla.wikimedia.org/48035 +comment (10at.light) [11:02:26] 03(mod) Evaluating an interproject-interlanguage link over a non-existent project - 10https://bugzilla.wikimedia.org/7496 +comment (10gerritadmin) [11:02:29] 03(mod) Evaluating an interproject-interlanguage link over a non-existent project - 10https://bugzilla.wikimedia.org/7496 (10Gerrit Notification Bot) [11:03:06] 03(mod) Evaluating an interproject-interlanguage link over a non-existent project - 10https://bugzilla.wikimedia.org/7496 (10This, that and the other) [11:06:42] 03(NEW) Let Internet Archive's Wayback machine archive etherpads - 10https://bugzilla.wikimedia.org/56893 enhancement; Wikimedia: Etherpad; () [11:07:09] 03(mod) New Feature request - multi-category timeline links for wikipedia articles - 10https://bugzilla.wikimedia.org/22128 +comment (10This, that and the other) [11:12:16] 03(mod) Incorrect sorting for interwiki prefix nb at nn.wiki - 10https://bugzilla.wikimedia.org/46485 +comment (10This, that and the other) [11:12:31] 03(mod) ResourceLoaderULSModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56856 +comment (10gerritadmin) [11:16:02] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10runabh) [11:17:55] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10runabh) [11:18:49] 03(mod) ResourceLoaderULSModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56856 (10Niklas Laxström) [11:19:18] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10runabh) [11:20:41] 03(NEW) ResourceLoaderLanguageDataModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56894 major; MediaWiki: ResourceLoader; () [11:21:31] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10nasir8891) [11:24:41] freaking servers :-/ [11:25:15] 03(mod) Wikipedia Android app not showing file pages correctly (no picture/license info displayed) - 10https://bugzilla.wikimedia.org/56852 +comment (10Brion Vibber) [11:25:22] moved a file (and overwrote an old file) and it completely disappeared [11:28:17] 03(mod) Deliver WebP images instead of JPEG whenever the device supports it - 10https://bugzilla.wikimedia.org/56832 +comment (10Brion Vibber) [11:28:22] 03(mod) Support optimized WebP thumbnails as alternative to JPEG, PNG - 10https://bugzilla.wikimedia.org/25611 +comment (10brion) [11:32:29] 03(mod) Stale non-slow maintenance Special pages on Wikimedia wikis: bi-weekly updateSpecialPages.php no longer successfully running - 10https://bugzilla.wikimedia.org/53227 +comment (10This, that and the other) [11:33:07] 03(mod) Wikibase linkitem JS tool's input is Case sensitive and doesn't recognize local aliases - 10https://bugzilla.wikimedia.org/47836 +comment (10Marius Hoch) [11:34:04] 03(NEW) [Commons] Moved a file (and deleted old file) and moved file has disappeared - 10https://bugzilla.wikimedia.org/56895 major; Wikimedia: Site requests; () [11:39:10] 03(mod) Using Google Translate for a Wikipedia page causes forceHTTPS session cookies to be placed - 10https://bugzilla.wikimedia.org/55887 normal->15enhancement; +comment (10Andre Klapper) [11:41:04] 03(mod) Evaluate possibly removing "printable version" feature from MediaWiki core - 10https://bugzilla.wikimedia.org/56875 normal->15enhancement; +comment (10Andre Klapper) [11:41:45] 03(mod) Requesting adding AdorshoLipi font for Bangla - 10https://bugzilla.wikimedia.org/52719 +comment (10runabh) [11:42:22] 03(mod) Temporarily scale back deployment of UniversalLanguageSelector (ULS) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/56433 +comment (10Andre Klapper) [11:44:48] 03(mod) Add DynamicPageList on fr.wikt - 10https://bugzilla.wikimedia.org/29596 +comment (10Andre Klapper) [11:45:42] 03(mod) VisualEditor: Appending to a line shows additions before end of line in diff - 10https://bugzilla.wikimedia.org/56880 (10Andre Klapper) [11:46:08] 03(mod) Stale non-slow maintenance Special pages on Wikimedia wikis: bi-weekly updateSpecialPages.php no longer successfully running - 10https://bugzilla.wikimedia.org/53227 +comment (10billinghurst) [11:47:05] 03(mod) Set appropriate 404 status code for etherpad.wmflabs.org - 10https://bugzilla.wikimedia.org/56887 normal->trivial (10Andre Klapper) [11:47:27] 03(mod) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56774 +comment (10aklapper) [11:47:39] 03(NEW) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56896 normal; Pywikibot: General; () [11:47:41] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:48:27] 03(mod) Port nowcommons.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56896 summary (10Strainu) [11:48:50] 03(mod) Let Internet Archive's Wayback machine archive etherpads - 10https://bugzilla.wikimedia.org/56893 (10Andre Klapper) [11:49:39] 03(mod) Interwiki prefix to wikt: sometimes shown in title on de.wp - 10https://bugzilla.wikimedia.org/43763 +testme (10Andre Klapper) [11:50:17] 03(NEW) Port pagefromfile.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56897 normal; Pywikibot: General; () [11:50:18] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:51:06] 03(mod) account creation: username similarity metrics feel too strict - 10https://bugzilla.wikimedia.org/56883 normal->15enhancement; summary (10Andre Klapper) [11:51:57] 03(NEW) Port protect.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56898 normal; Pywikibot: General; () [11:52:01] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:52:09] 03(mod) Port protect.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56898 (10Strainu) [11:53:19] 03(NEW) [enWikisource] Change to config to extend Print/export to more namespace - 10https://bugzilla.wikimedia.org/56899 normal; Wikimedia: Site requests; () [11:54:20] 03(NEW) Port reflinks.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56900 normal; Pywikibot: General; () [11:54:23] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:54:37] 03(mod) Port reflinks.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56900 (10Strainu) [11:55:46] 03(NEW) Port unusedfiles.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56901 normal; Pywikibot: General; () [11:55:51] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:56:14] 03(mod) Port unusedfiles.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56901 (10Strainu) [11:57:24] 03(NEW) Port welcome.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56902 normal; Pywikibot: General; () [11:57:25] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [11:57:37] 03(mod) Port welcome.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56902 (10Strainu) [12:02:16] 03(mod) Increase chunked upload size limit to support longer videos - 10https://bugzilla.wikimedia.org/52593 +comment (10Tilman Bayer) [12:04:07] 03(mod) Increase chunked upload size limit to support longer videos - 10https://bugzilla.wikimedia.org/52593 +comment (10tbayer) [12:17:49] 03(NEW) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 normal; MediaWiki: Internationalization; () [12:20:40] 03(mod) Wikibase\EntityView::getBasicEntityInfo must not load full data for all referenced entities. - 10https://bugzilla.wikimedia.org/56903 normal->04CRIT; +comment (10Daniel Kinzler) [12:22:15] wikibugs: this is the wrong channel for that bug. what gives? [12:25:40] 03(mod) Wikibase\EntityView::getBasicEntityInfo must not load full data for all referenced entities. - 10https://bugzilla.wikimedia.org/56903 (10Daniel Kinzler) [12:27:04] 03(mod) [Commons] Moved a file (and deleted old file) and moved file has disappeared - 10https://bugzilla.wikimedia.org/56895 major->04CRIT; +comment (10Tomasz W. Kozlowski) [12:27:31] 03(mod) [Commons] Moved a file (and deleted old file) and moved file has disappeared - 10https://bugzilla.wikimedia.org/56895 04CRIT->normal (10Tomasz W. Kozlowski) [12:28:17] 03(mod) claimit.py sample: add option to allow checking for identical statement (same property with same value) - 10https://bugzilla.wikimedia.org/55002 +comment (10Strainu) [12:29:15] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10equazcion) [12:29:37] 03(mod) [Commons] Moved a file (and deleted old file) and moved file has disappeared - 10https://bugzilla.wikimedia.org/56895 +comment (10billinghurst) [12:45:37] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10s.mazeland) [12:56:15] 03(mod) [enWikisource] Change to config to extend Print/export to more namespace - 10https://bugzilla.wikimedia.org/56899 +shell (10Tomasz W. Kozlowski) [13:07:32] Can someone demo for me how to use Geishi on this page: http://wiki.scribus.net/wiki/index.php?title=Drawing_Lines_and_Python_%22For_loops%22 [13:09:18] is it ok to use Some python code here [13:09:43] Can anyone review this patch? https://gerrit.wikimedia.org/r/#/c/94500/ [13:12:14] 03(mod) "Other languages" box in Translate extension should use an HTML list - 10https://bugzilla.wikimedia.org/55389 (10andnlnbn18) [13:18:45] Hello, lovelies. So I was wondering if anyone could tell me why this script suddenly stopped working when we upgraded to 1.21.1 : http://pastebin.com/AGSY3M0G [13:19:47] It adds custom buttons to the edit toolbar. [13:20:17] I've come to the conclusion that something must have been changed in the MediaWiki core JS. [13:20:23] But I don't know what that could be. [13:20:50] Justin_ZW: some JS functions in core MediaWiki have been removed recently [13:20:57] Justin_ZW: (can you repeat what you said before i joined?) [13:21:31] Hello, lovelies. So I was wondering if anyone could tell me why this script suddenly stopped working when we upgraded to 1.21.1 : http://pastebin.com/AGSY3M0G [13:21:33] ^ [13:22:01] ah, in 1.21. the removed funcitons i mentioned are in 1.22 [13:22:03] let me look [13:24:59] Justin_ZW: hmm, i dunno. it looks okay, i tested on Wikipedia and it works there [13:25:04] your code looks a lot like what we have in https://en.wikipedia.org/wiki/MediaWiki:Common.js/edit.js so it should be good. [13:25:11] Justin_ZW: can you link the site where it doesn't work? [13:25:23] http://zeldawiki.org [13:25:33] Code is found at http://zeldawiki.org/MediaWiki:Common.js [13:27:06] Justin_ZW: what do i need to do to be able to edit? juts register? [13:27:13] mw.toolbar.addButtons == undefined [13:27:31] MatmaRex: We require email verification. [13:28:11] meh, too lazy then [13:28:17] hmm, when was addButtons() added? [13:28:26] mw.toolbar = toolbar; [13:28:53] hah [13:29:01] b92260c614f99c74a23809131d171b209ab07f85 Implement mw.toolbar.addButtons [13:29:05] Precedes: 1.22.0rc0 [13:29:14] you need to use addButton() on 1.21 [13:29:26] without the 's' [13:29:33] Aha. [13:29:39] indeed [13:30:04] i think you should just replace 'addButtons' with 'addButton' in that script and it'll work [13:30:19] * MatmaRex updates docs at mw.org [13:31:00] Could someone review my bugs? https://gerrit.wikimedia.org/r/#/c/94598/ and https://gerrit.wikimedia.org/r/#/c/94609/ [13:31:07] Thanks in advance! [13:31:48] HAHA! That did it! [13:31:52] Thanks, MatmaRex! [13:32:50] :) [13:33:00] I've been trying to fix that for like two-three months. [13:33:23] 03(mod) Incorrect source in harvest_template.py - 10https://bugzilla.wikimedia.org/55136 +comment (10Merlijn van Deen) [13:33:46] 03(mod) [enWikisource] Change to config to extend Print/export to more namespace - 10https://bugzilla.wikimedia.org/56899 (10Tomasz W. Kozlowski) [13:33:46] arav93: there are some reviewers listed on the patch, please be patient :) only WMF server ops can merge that patch, and they're mostly not working today [13:33:54] (it's a national holiday in the US or something) [13:34:04] Veterans' Day. [13:34:12] 03(mod) [enWikisource] Change to config to extend Print/export to more namespace - 10https://bugzilla.wikimedia.org/56899 +comment (10gerritadmin) [13:34:13] 03(mod) [enWikisource] Change to config to extend Print/export to more namespace - 10https://bugzilla.wikimedia.org/56899 (10Gerrit Notification Bot) [13:34:31] MatmaRex: Thanks! :) [13:35:12] MatmaRex: The second one has none. [13:47:01] 03(NEW) MultimediaViewer shouldn't interfere with middle click - 10https://bugzilla.wikimedia.org/56905 minor; MediaWiki extensions: MultimediaViewer; () [13:47:50] 03(mod) Stale non-slow maintenance Special pages on Wikimedia wikis: bi-weekly updateSpecialPages.php no longer successfully running - 10https://bugzilla.wikimedia.org/53227 +comment (10dcduring) [13:53:41] 03(mod) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56774 +comment (10crangasi2001) [13:57:52] 03(mod) beta: Parsoid daemon unreachable - 10https://bugzilla.wikimedia.org/56781 +comment (10hashar) [14:01:03] 03(mod) MultimediaViewer shouldn't interfere with middle click - 10https://bugzilla.wikimedia.org/56905 +comment (10Bartosz Dziewoński) [14:08:21] 03(mod) Parsoid stacktrace on beta cluster - 10https://bugzilla.wikimedia.org/56781 summary; +comment (10Antoine "hashar" Musso) [14:12:39] 03(mod) generate error logs per tool (apache) - 10https://bugzilla.wikimedia.org/49582 +comment (10Johannes Kroll (WMDE)) [14:16:28] 03(mod) Several i18n/l10n issues in OAuth - 10https://bugzilla.wikimedia.org/55680 +comment (10gerritadmin) [14:17:15] 03(mod) Stale non-slow maintenance Special pages on Wikimedia wikis: bi-weekly updateSpecialPages.php no longer successfully running - 10https://bugzilla.wikimedia.org/53227 +comment (10federicoleva) [14:17:39] 03(mod) Parsoid stacktrace on beta cluster - 10https://bugzilla.wikimedia.org/56781 +comment (10Antoine "hashar" Musso) [14:24:46] 03(mod) missing.php (naturally) should work for closed wikis - 10https://bugzilla.wikimedia.org/56876 normal->15enhancement; summary (10Andre Klapper) [14:29:13] 03(mod) Localisation for MediaWiki:Group-oversight-member/te not updating on Telugu Wikipedia - 10https://bugzilla.wikimedia.org/56881 +comment (10Andre Klapper) [14:30:53] 03(NEW) BetaFeatures: Icons on RTL UI are not aligned correctly - 10https://bugzilla.wikimedia.org/56906 minor; MediaWiki extensions: BetaFeatures; () [14:40:15] 03(mod) BetaFeatures: Icons on RTL UI are not aligned correctly - 10https://bugzilla.wikimedia.org/56906 +comment (10Amir E. Aharoni) [14:40:24] 03(mod) BetaFeatures: Icons on RTL UI are not aligned correctly - 10https://bugzilla.wikimedia.org/56906 (10Amir E. Aharoni) [14:40:26] 03(mod) RTL/bidirectional issues (tracking) - 10https://bugzilla.wikimedia.org/745 (10Amir E. Aharoni) [14:51:53] 03(mod) Offer help or descripition for parameters - 10https://bugzilla.wikimedia.org/56890 normal->15enhancement; summary; +comment (10Andre Klapper) [14:52:36] 03(mod) Known parameters are unknown - 10https://bugzilla.wikimedia.org/56889 +comment (10Andre Klapper) [14:53:39] 03(mod) Misleading edit summary - 10https://bugzilla.wikimedia.org/56891 +comment (10Andre Klapper) [14:57:15] 03(mod) Misleading edit summary - 10https://bugzilla.wikimedia.org/56891 +comment (10Bartosz Dziewoński) [14:57:23] 03(mod) VisualEditor: Pre-fill the section title in the edit summary when launched from a section edit link - 10https://bugzilla.wikimedia.org/50872 (10Bartosz Dziewoński) [15:13:16] 03(mod) Incorrect sorting for interwiki prefix nb at nn.wiki - 10https://bugzilla.wikimedia.org/46485 +comment (10Christoffer) [15:14:56] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10jeroen_dedauw) [15:16:36] 03(mod) Special:Browse is broken when there is a slash in the title - 10https://bugzilla.wikimedia.org/56872 +comment (10gerritadmin) [15:18:46] 03(mod) Increase chunked upload size limit to support longer videos - 10https://bugzilla.wikimedia.org/52593 +comment (10bawolff+wn) [15:19:57] https://bugzilla.wikimedia.org/show_bug.cgi?id=54622 +comment (spagewmf) [15:21:49] https://bugzilla.wikimedia.org/show_bug.cgi?id=55770 +comment [15:27:22] 03(mod) Add DynamicPageList on fr.wikt - 10https://bugzilla.wikimedia.org/29596 +comment (10bawolff+wn) [15:36:14] hi all [15:36:27] small question, i've installed mediawiki [15:36:44] and added a administrator password, but i can't find which user that is [15:36:54] and it's a private wiki, so i can't see which users exist [15:37:09] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [15:37:26] Roelke: well, you could always look into the database [15:37:43] Roelke: or create a new account from command-line with your chosen password and rights [15:38:00] !db user [15:38:00] See http://www.mediawiki.org/wiki/Manual:user_table [15:38:02] 03(mod) Add DynamicPageList on fr.wikt - 10https://bugzilla.wikimedia.org/29596 +comment (10hubert.bossot) [15:42:18] MatmaRex: i don't have command line access to the hosting [15:42:26] in the database i can see a userstring [15:42:32] can i get a username out of that ? [15:43:12] Roelke: you're using phpmyadmin or something similar, right? [15:43:43] 03(mod) badlogin CAPTCHA doesn't work in new login form - 10https://bugzilla.wikimedia.org/47371 +comment (10Tony Thomas) [15:44:00] 03(mod) "Incorrect or missing confirmation code." message for incorrect captcha could do with rewording - 10https://bugzilla.wikimedia.org/47689 +comment (1001tonythomas) [15:44:16] 03(mod) VisualEditor: If the user only has edited in one section (??), insert the name of that section into the edit summary as if they were section-editing - 10https://bugzilla.wikimedia.org/51903 (10Chris McKenna) [15:44:18] Roelke: there's some checkbox you can toggle to show the contents ofthe tables [15:44:19] 03(mod) VisualEditor: Pre-fill the section title in the edit summary when launched from a section edit link - 10https://bugzilla.wikimedia.org/50872 (10Chris McKenna) [15:44:20] 03(mod) Misleading edit summary - 10https://bugzilla.wikimedia.org/56891 (10Chris McKenna) [15:45:32] Roelke: the column name is "user_name", if you can't see it, toggle "Show binary contents" and "Show BLOB contents" in the options above table listing [15:46:36] 03(mod) Misleading edit summary - 10https://bugzilla.wikimedia.org/56891 +comment (10Chris McKenna) [15:48:15] 03(mod) Increase chunked upload size limit to support longer videos - 10https://bugzilla.wikimedia.org/52593 +comment (10bawolff+wn) [15:57:04] 03(mod) VisualEditor: Allow users to set/edit __FORCETOC__ status in the page metadata panel - 10https://bugzilla.wikimedia.org/56867 +comment (10Chris McKenna) [15:58:45] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Kelson [Emmanuel Engelhart]) [15:59:13] 03(mod) VisualEditor: Allow users to set/edit {{DISPLAYTITLE:xxx}} in the page metadata panel - 10https://bugzilla.wikimedia.org/56868 (10Chris McKenna) [15:59:13] 03(mod) Pages should have metadata about their correct title (capitalisation, special characters, etc) - 10https://bugzilla.wikimedia.org/53566 (10Chris McKenna) [15:59:45] 03(mod) Increase chunked upload size limit to support longer videos - 10https://bugzilla.wikimedia.org/52593 (10Kelson [Emmanuel Engelhart]) [15:59:47] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 (10Kelson [Emmanuel Engelhart]) [16:01:33] 03(mod) When rounding quantity margins, never round to zero. - 10https://bugzilla.wikimedia.org/56892 (10Lydia Pintscher) [16:01:41] 03(mod) VisualEditor: Allow users to set/edit __NOTOC__ status in the page metadata panel - 10https://bugzilla.wikimedia.org/56866 +comment (10Chris McKenna) [16:02:08] 03(mod) Implement {{DISPLAYTITLE}} and use this in the title element if set - 10https://bugzilla.wikimedia.org/49076 (10Kelson [Emmanuel Engelhart]) [16:02:09] 03(mod) VisualEditor: Allow users to set/edit {{DISPLAYTITLE:xxx}} in the page metadata panel - 10https://bugzilla.wikimedia.org/56868 (10Kelson [Emmanuel Engelhart]) [16:02:27] 03(mod) missing.php redirect function should work also for closed wikis - 10https://bugzilla.wikimedia.org/56876 summary (10MF-Warburg) [16:07:49] 03(mod) A-tags should always be serialized to wikitext, even if missing rdf info - 10https://bugzilla.wikimedia.org/56732 +comment (10elitre82) [16:10:02] 03(mod) Add link widget: linking to redirects whose targets exist in some Wikidata items fail. - 10https://bugzilla.wikimedia.org/51305 +comment (10Marius Hoch) [16:15:06] 03(mod) ResourceLoaderLanguageDataModule::getModifiedTime updates continuously - 10https://bugzilla.wikimedia.org/56894 (10Andre Klapper) [16:15:16] 03(mod) Wikibase\EntityView::getBasicEntityInfo must not load full data for all referenced entities. - 10https://bugzilla.wikimedia.org/56903 +performance (10Andre Klapper) [16:15:23] 03(mod) VisualEditor: Allow users to set/edit other behavioural flags in the page metadata panel - 10https://bugzilla.wikimedia.org/56869 +comment (10Chris McKenna) [16:16:43] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10aklapper) [16:18:27] 03(mod) Implement {{DISPLAYTITLE}} and use this in the title element if set - 10https://bugzilla.wikimedia.org/49076 (10Chris McKenna) [16:18:27] 03(mod) Pages should have metadata about their correct title (capitalisation, special characters, etc) - 10https://bugzilla.wikimedia.org/53566 (10Chris McKenna) [16:24:52] https://www.mediawiki.org/wiki/Manual:$wgLegacyEncoding talks about a utf8 flag [16:24:55] what flag is that? [16:25:48] database? [16:26:02] using the right encoding etc? [16:26:21] i don't follow [16:26:27] i'm assuming this is a per row flag [16:26:33] not for the whole column [16:27:28] global $wgContLang; [16:27:28] $text = $wgContLang->iconv( $wgLegacyEncoding, 'UTF-8', $text ); [16:27:50] -- Comma-separated list of flags: [16:27:50] -- gzip: text is compressed with PHP's gzdeflate() function. [16:27:50] -- utf8: text was stored as UTF-8. [16:27:50] -- If $wgLegacyEncoding option is on, rows *without* this flag [16:27:50] -- will be converted to UTF-8 transparently at load time. [16:27:52] -- object: text field contained a serialized PHP object. [16:27:54] -- The object either contains multiple versions compressed [16:27:56] -- together to achieve a better compression ratio, or it refers [16:27:58] -- to another row where the text can be found. [16:28:01] RTFM [16:29:45] well i started at the other end and now i see you read it for me :) [16:30:00] DB has: `old_text` mediumblob NOT NULL, `old_flags` tinyblob NOT NULL [16:30:43] still, i *was* reading the manual. i linked to it even. if it's going to be incomplete then it could give a hint that it's incomplete [16:30:46] MatmaRex: i can see the column user_name [16:30:59] but that is filled with a 526f656c20447269657373656e77 [16:32:39] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10s.mazeland) [16:32:53] Roelke: that's mediawikish for "Roel Driessenw" – you can probably somehow coerce phpmyadmin to show you the real value instead of raw bytes [16:33:27] Roelke: but exactly how depends on the version :) [16:34:21] username is Roel Driessenw [16:34:25] indeed [16:34:28] thanks for the help :) [16:36:16] my pleasure :) [16:39:35] Reedy: fyi, my reply just now @ mediawiki-l is related to the question above [16:47:23] 03(mod) Override the name of the Squid Proxy owner to something meaningful - 10https://bugzilla.wikimedia.org/18903 +comment (10Mark A. Hershberger) [16:48:25] hey, can anyone lend a hand with using phpunit.php? [16:51:49] UltrasonicNXT: Better to ask your actual question... [16:54:18] ok, well whenever I run phpunit.php, it just exits straight away with no error message [16:55:09] phpunit is installed (I'm on windows) [16:55:19] Just php phpunit.php? [16:55:59] Ugh [16:56:05] Unit tests look very broken [16:56:43] EEESSEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE 61 / 7684 ( 0%) [16:56:43] EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE 122 / 7684 ( 1%) [16:56:43] EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE 183 / 7684 ( 2%) [16:56:57] Loads of warnings [16:56:58] Warning: Invalid argument supplied for foreach() in /var/www/wiki/mediawiki/core/includes/objectcache/SqlBagOStuff.php on line 232 [16:57:17] REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEDY 100 / 100 (100%) [16:57:49] No hashar [16:58:06] Fatal error: Call to a member function numRows() on a non-object in /var/www/wiki/mediawiki/core/includes/objectcache/SqlBagOStuff.php on line 512 [16:59:45] 03(mod) Report more information about php warnings - 10https://bugzilla.wikimedia.org/43086 +comment (10sam) [16:59:59] :S [17:00:03] Can someone else see if/how broken phpunit is for them? [17:00:40] 03(mod) Varnish cluster 503's should be logged to Graphite/Gdash/Ganglia/etc - 10https://bugzilla.wikimedia.org/36131 +comment (10federicoleva) [17:01:45] 03(mod) Monitor and index error logs for trends and new errors - 10https://bugzilla.wikimedia.org/28493 +platformeng (10Nemo) [17:03:10] Reedy: yeah, no arguaments, but still nothing [17:04:03] Reedy: master tests pass via jenkins at least (https://gerrit.wikimedia.org/r/#/c/90563/) [17:06:08] What the hell is up with my dev wiki then [17:06:35] php tests/phpunit/phpunit.php [17:06:43] reedy@ubuntu64-web-esxi:/var/www/wiki/mediawiki/core/tests/phpunit$ php phpunit.php [17:06:43] PHP Fatal error: Cannot redeclare class ApiTokensTest in /var/www/wiki/mediawiki/extensions/Translate/tests/phpunit/api/ApiTokensTest.php on line 51 [17:07:05] Nikerabbit: ^^ [17:07:18] am getting a lot of weirdness in tests as well [17:08:36] Reedy: pull master? [17:08:50] * aude assumes https://gerrit.wikimedia.org/r/#/c/94764/ is related [17:09:19] no idea about bag o' stuff though [17:09:20] Also my wiki thinks it's German. [17:09:28] DAS IST VERBOTEN [17:09:35] :) [17:09:45] "Es ist ein Datenbankabfragefehler aufgetreten." [17:09:52] huh [17:09:55] Database error [17:09:58] yeah [17:10:00] Reedy: I've found this in the php log: "PHP Fatal error: Class 'LanguageClassesTestCase' not found in" [17:10:02] but datenbankabfragefehler, wow [17:10:11] master doesn't work either [17:10:13] so hopefully I can track this down now [17:10:21] * aude blames the germans! :) [17:10:37] UltrasonicNXT: It seems they're pretty broken atm [17:11:41] 03(NEW) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 normal; MediaWiki extensions: Translate; () [17:12:06] 1) ApiBaseTest::testRequireOnlyOneParameterDefault [17:12:06] pcntl_signal() has been disabled for security reasons [17:12:17] Running just the api tests gives that... [17:12:49] Reedy, do you get a lot of request URLs including page 'AQBT-' or similar with expected results and actual results? [17:14:39] No... [17:16:30] 03(mod) [gdash] "(cdn) HTTP Error Rate" would use log scale for 5xx errors - 10https://bugzilla.wikimedia.org/41754 +comment (10federicoleva) [17:16:50] 03(mod) [gdash] "(cdn) HTTP Error Rate" would use log scale for 5xx errors - 10https://bugzilla.wikimedia.org/41754 (10Nemo) [17:16:59] Commenting out disable_functions fixed it [17:17:10] I wonder if it was broken by the 13.10 upgrade [17:17:30] Not sure when I last actually ran phpunit tests.. [17:17:32] 03(mod) Deploy Extension:Education_Program on el.wikipedia - 10https://bugzilla.wikimedia.org/56771 (10geraki (Konstantinos Stampoulis)) [17:17:38] UltrasonicNXT: What version of MediaWiki? [17:21:41] 03(mod) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 +comment (10gerritadmin) [17:21:41] 03(mod) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 (10Gerrit Notification Bot) [17:22:10] Reedy: yeah, I'm getting nearly enless errors now... [17:22:29] Do you get a stack trace? [17:23:13] I'm back to having Fatal error: Call to a member function numRows() on a non-object in /var/www/wiki/mediawiki/core/includes/objectcache/SqlBagOStuff.php on line 512 [17:23:15] 03(NEW) Add improved support BCP-47 script extensions - 10https://bugzilla.wikimedia.org/56908 enhancement; MediaWiki extensions: UniversalLanguageSelector; () [17:23:37] So why does it break with Fatal error: Call to a member function numRows() on a non-object in /var/www/wiki/mediawiki/core/includes/objectcache/SqlBagOStuff.php on line 512 [17:23:45] if I do php tests/phpunit/phpunit.php... [17:26:28] 03(mod) Add support for Zend OPcache as a MediaWiki Caching option - 10https://bugzilla.wikimedia.org/56652 summary; +comment (10Mark A. Hershberger) [17:27:12] E"" is not a valid magic word for "if" [17:27:45] Jesus [17:29:39] wat? [17:29:55] is that a PHP error or something? [17:30:10] Something from the localisation code I sus[pect [17:30:17] Still getting them [17:30:18] lots of them [17:31:38] E"" is not a valid magic word for "if" [17:31:38] E"" is not a valid magic word for "if" [17:31:38] E 4575 / 8155 ( 56%) [17:31:38] "" is not a valid magic word for "if" [17:31:38] E"" is not a valid magic word for "if" [17:32:08] E"" you say so [17:34:04] 03(mod) PHP Warning: Missing argument 3 for FlaggedRevsXML::pendingEditNoticeMessage(), called in FlaggedRevsXML.php on line 423 and defined in FlaggedRevsXML.php on line 430 - 10https://bugzilla.wikimedia.org/56736 (10Sam Reed (reedy)) [17:34:09] ..........FFFFFFFFFFFFFFFFFFFFFFFFFFFF....................... 6527 / 8155 ( 80%) [17:35:34] 03(mod) Add support for Zend OPcache as a MediaWiki Caching option - 10https://bugzilla.wikimedia.org/56652 +comment (10Mark A. Hershberger) [17:36:01] [18:34] ..........FFFFFFFFFFFFUUUUUUUUUU....................... 6527 / 8155 ( 80%) [17:36:17] FAILURES! [17:36:17] Tests: 8048, Assertions: 140045, Failures: 81, Errors: 1315, Skipped: 20. [17:36:38] Segmentation fault [17:36:39] lmfao [17:37:59] 03(NEW) PHP unit tests don't work if not run from tests/phpunit directory - "Call to a member function numRows() on a non-object" - 10https://bugzilla.wikimedia.org/56909 normal; MediaWiki: Unit tests; () [17:44:43] Commenting $wgCacheDirectory seems to have helped.. [17:46:44] Nope [17:48:37] 03(mod) Report more information about php warnings - 10https://bugzilla.wikimedia.org/43086 +comment (10Sam Reed (reedy)) [17:49:02] 03(mod) Add link widget: linking to redirects whose targets exist in some Wikidata items fail. - 10https://bugzilla.wikimedia.org/51305 (10Liangent) [17:50:34] 03(mod) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 +comment (10gerritadmin) [17:53:03] 03(mod) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 (10Siebrand Mazeland) [17:59:24] 03(mod) Remove simple usages of EntityId::getNumericId - 10https://bugzilla.wikimedia.org/56710 +comment (10Jeroen De Dauw) [17:59:45] 03(mod) Remove simple usages of ItemId::newFromNumber and PropertyId::newFromNumber - 10https://bugzilla.wikimedia.org/56709 +comment (10Jeroen De Dauw) [18:13:48] 03(NEW) Top navigation bar not responsive, covers page content - 10https://bugzilla.wikimedia.org/56910 normal; Analytics: Tech community metrics; () [18:20:33] 03(mod) Language names blurred and legible with difficulty (using the hardcoded "Autonym" font) - 10https://bugzilla.wikimedia.org/56346 +comment (10Erwin Dokter) [18:21:38] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10equazcion) [18:22:31] 03(mod) Commons uploads: Support automatic conversion of video formats to free formats - 10https://bugzilla.wikimedia.org/43150 +comment (10Jean-Fred) [18:23:28] Reedy: you got it working? [18:35:31] 03(NEW) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 major; MediaWiki: General/Unknown; () [18:43:01] 03(mod) ApiRemoveClaims needs to report new revision ID on success - 10https://bugzilla.wikimedia.org/45275 (10Addshore) [18:43:14] 03(mod) Commons uploads: Support automatic conversion of video formats to free formats - 10https://bugzilla.wikimedia.org/43150 +comment (10mdale) [18:44:56] Heya. I am trying to include my own special page and get this error: PHP Fatal error: Class 'EditConfig' not found in [....]w/includes/SpecialPageFactory.php on line 318. My code looks like this: http://codepad.org/CuEZk2EA Where is my (hopefully) stupid mistake? [18:49:05] sven^: $wgAutoloadClasses['CalReminder'] = dirname( __FILE__ ) . '/SpecialEditConfig.php'; [18:49:18] should this be: $wgAutoloadClasses['EditConfig'] = dirname( __FILE__ ) . '/SpecialEditConfig.php'; ? [18:50:46] 03(mod) Moodbar smileys styled by JS-added class instead of plain CSS - 10https://bugzilla.wikimedia.org/38345 +comment (10gerritadmin) [18:50:46] 03(mod) Moodbar smileys styled by JS-added class instead of plain CSS - 10https://bugzilla.wikimedia.org/38345 (10Gerrit Notification Bot) [18:51:49] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 +comment (10niklas.laxstrom) [18:58:28] 03(mod) VisualEditor: Fix "Uncaught TypeError: Cannot read property 'params' of undefined 'content'" - 10https://bugzilla.wikimedia.org/52198 +comment (10krinklemail) [19:00:11] 03(mod) "shellpolicy" keyword is badly named - rename to "community-consensus-needed" - 10https://bugzilla.wikimedia.org/49494 summary; +comment (10Andre Klapper) [19:07:06] 03(mod) VisualEditor: Fix "Uncaught TypeError: Cannot read property 'params' of undefined 'content'" - 10https://bugzilla.wikimedia.org/52198 +comment (10azatoth) [19:08:02] 03(mod) Parsoid: 503 "Bad Status" error when loading Edit - 10https://bugzilla.wikimedia.org/50480 +comment (10azatoth) [19:08:14] 03(mod) Parsoid: 503 "Bad Status" error when loading Edit - 10https://bugzilla.wikimedia.org/50480 (10Carl Fürstenberg) [19:15:45] 03(mod) [connect-items-from-client] Enhance error handling - 10https://bugzilla.wikimedia.org/44709 +comment (10hoo) [19:16:21] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 +comment (10niklas.laxstrom) [19:18:16] MatmaRex: omigod. Thanks. [19:19:39] 03(NEW) Special:DeadendPages doesn't show deleted pages in red - 10https://bugzilla.wikimedia.org/56912 normal; MediaWiki: Special pages; () [19:26:54] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10s.mazeland) [19:27:09] 03(mod) VisualEditor: Fix "Uncaught TypeError: Cannot read property 'params' of undefined 'content'" - 10https://bugzilla.wikimedia.org/52198 +comment (10krinklemail) [19:28:10] 03(mod) VisualEditor: Fix "Uncaught TypeError: Cannot read property 'params' of undefined 'content'" - 10https://bugzilla.wikimedia.org/52198 +comment (10Krinkle) [19:39:07] 03(mod) VisualEditor: TemplateData hints doesn't show up on parameters in transclusion dialog - 10https://bugzilla.wikimedia.org/50440 +comment (10krinklemail) [19:40:06] 03(mod) Some interwiki language link tooltips (titles) are missing native language names - 10https://bugzilla.wikimedia.org/56904 +comment (10equazcion) [19:41:17] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 +comment (10gerritadmin) [19:41:19] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 (10Gerrit Notification Bot) [19:47:00] 03(mod) VisualEditor: Lag when selecting complex templates (especially in big pages) - 10https://bugzilla.wikimedia.org/50084 (10ryasmeen) [19:47:44] 03(mod) VisualEditor: Lag when selecting complex templates (especially in big pages) - 10https://bugzilla.wikimedia.org/50084 (10ryasmeen) [19:48:24] 03(mod) VisualEditor: Lag when selecting complex templates (especially in big pages) - 10https://bugzilla.wikimedia.org/50084 (10ryasmeen) [19:51:16] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 +comment (10gerritadmin) [20:01:53] 03(mod) VisualEditor: TemplateData hints doesn't show up on parameters in transclusion dialog - 10https://bugzilla.wikimedia.org/50440 +comment (10James Forrester) [20:07:07] 03(mod) Revision deletion's radio buttons labelled yes/no can be confusing, replace with hidden/visible - 10https://bugzilla.wikimedia.org/56210 +comment (10Niklas Laxström) [20:13:01] 03(mod) Revision deletion's radio buttons labelled yes/no can be confusing, replace with hidden/visible - 10https://bugzilla.wikimedia.org/56210 +comment (10Pxos) [20:17:19] 03(NEW) Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied - 10https://bugzilla.wikimedia.org/56913 normal; MediaWiki extensions: UniversalLanguageSelector; () [20:18:24] 03(mod) Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied - 10https://bugzilla.wikimedia.org/56913 +i18n; +comment (10Runa Bhattacharjee) [20:18:25] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Runa Bhattacharjee) [20:27:00] 03(mod) Override the name of the Squid Proxy owner to something meaningful - 10https://bugzilla.wikimedia.org/18903 +comment (10hashar) [20:27:58] 03(mod) Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied - 10https://bugzilla.wikimedia.org/56913 +comment (10runabh) [20:36:59] 03(mod) VisualEditor: "TypeError: focusedNode is null" thrown when applying a link to a template - 10https://bugzilla.wikimedia.org/50406 (10ryasmeen) [20:39:00] 03(mod) Override the name of the Squid Proxy owner to something meaningful - 10https://bugzilla.wikimedia.org/18903 +comment (10mah) [20:41:07] 03(mod) VisualEditor: "TypeError: focusedNode is null" thrown when applying a link to a template - 10https://bugzilla.wikimedia.org/50406 (10ryasmeen) [20:49:08] 03(mod) Selser not used for named empty ref tags in [[San Francisco]] - 10https://bugzilla.wikimedia.org/56735 (10ssastry) [20:50:07] 03(mod) Forbid to label properties as valid property IDs - 10https://bugzilla.wikimedia.org/46353 +comment (10gerritadmin) [20:50:10] 03(mod) Forbid to label properties as valid property IDs - 10https://bugzilla.wikimedia.org/46353 (10Gerrit Notification Bot) [20:51:12] 03(mod) Interwiki tooltip: " in title is escaped - 10https://bugzilla.wikimedia.org/55847 +comment (10gerritadmin) [20:53:43] 03(mod) Interwiki tooltip: " in title is escaped - 10https://bugzilla.wikimedia.org/55847 +comment (10Umherirrender) [21:04:00] 03(mod) Confusing error message in error-tooltip when violating the label/description uniqueness constraint - 10https://bugzilla.wikimedia.org/48740 +comment (10Bene*) [21:11:26] 03(mod) VisualEditor: thick line appearing - 10https://bugzilla.wikimedia.org/50468 (10ryasmeen) [21:11:35] 03(mod) VisualEditor: thick line appearing - 10https://bugzilla.wikimedia.org/50468 (10ryasmeen) [21:12:01] 03(mod) VisualEditor: thick line appearing - 10https://bugzilla.wikimedia.org/50468 (10ryasmeen) [21:13:49] 03(mod) do not accept talk pages as sitelinks - 10https://bugzilla.wikimedia.org/45581 +comment (10Bene*) [21:27:30] Hi, I'm getting what feels like a weird API error. en.wiki: /w/api.php?action=query&list=search&format=json&srsearch=Gregoire%20Kayibanda&srnamespace=0&srwhat=title&srinfo=totalhits&srredirects=&srlimit=1 - "code": "srsearch-title-disabled", "info": "title search is disabled" [21:27:58] Is title search really disabled? [21:28:48] hm, also happens on https://www.mediawiki.org//w/api.php?action=query&list=search&format=json&srsearch=Gregoire%20Kayibanda&srnamespace=0&srwhat=title&srinfo=totalhits&srredirects=&srlimit=1 (mediawiki.org) [21:30:25] greg-g, any ideas? [21:30:53] 03(mod) Interwiki tooltip: " in title is escaped - 10https://bugzilla.wikimedia.org/55847 (10Bartosz Dziewoński) [21:30:56] 03(mod) Interwiki tooltip shouldn't start with a dash on the main pages - 10https://bugzilla.wikimedia.org/55865 (10Bartosz Dziewoński) [21:34:28] 03(mod) VisualEditor: Switch to wikitext feature gives an Edit conflict warning when editing from IP - 10https://bugzilla.wikimedia.org/56835 +comment (10elitre82) [21:40:04] * brainwane looks for manybubbles, does not find him [21:40:24] Reedy? Got any ideas? I'm trying to use the API to check whether a particular page exists on enwiki. What am I doing wrong? [21:40:35] Err [21:40:47] (per backscroll) [21:40:55] Yeah, just reading [21:40:57] brainwane: don't use search for checking article existance [21:41:04] That's what I was going to say [21:41:05] RafaNadal: what should I use instead? [21:41:09] If you know the article title.. [21:41:13] prop=info [21:41:33] https://en.wikipedia.org/w/api.php?action=query&prop=info|flagged&titles=NEVEREXISTS [21:41:43] missing="" [21:41:47] action=query&prop=info probably [21:42:19] Missing property will be [21:42:26] set if it doesn't exist [21:42:27] https://en.wikipedia.org/w/api.php?action=query&prop=info&titles=NEVEREXISTS&format=jsonfm [21:42:36] https://en.wikipedia.org/w/api.php?action=query&prop=info&titles=Apple&format=jsonfm [21:44:20] I can't quite remember why title search is disabled... [21:44:25] Maybe that will change with Cirrus [21:44:30] ok, so I'm looking at how that would work in practice - trying it out in the sandbox https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&prop=info&format=json&titles=Sumana%20Harihareswara . The "missing" property is set to "". https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&prop=info&format=json&titles=Wikipedia - no "missing" property at al. [21:44:31] all. [21:44:41] Got it, thanks! [21:44:44] :) [21:44:48] brainwane: Having fun? [21:44:52] I totally am. [21:44:57] Sweet [21:45:02] Tech support is on you in the new year [21:45:03] ;) [21:45:06] HAHAH [21:45:08] brainwane: also, you can check more than one title at once [21:45:18] * brainwane mysteriously loses ability to connect to IRC as of Jan 1? [21:45:22] * brainwane jests [21:45:47] RafaNadal: yeah! I figured once I had the query working for 1 article, I should figure out how to do multiple queries in one request [21:45:52] RafaNadal: pipes, right? [21:45:58] Exactly [21:45:59] yes :) [21:46:22] https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&prop=info&format=json&titles=Wikipedia|Dave%20Coulier|Antarctica [21:46:52] rockin'. Thanks Reedy & RafaNadal [21:47:06] The api is strange [21:47:13] But it makes sense when you're familiar with it [21:47:13] RafaNadal: your name reminds me of a tennis player I think? [21:47:16] Yup [21:47:21] yeah [21:47:34] But it makes sense when you're familiar with it <- True for everything :P [21:47:37] well congrats on your Wimbledon performance :) [21:47:54] shush you YuviPanda [21:48:10] I think we can all agree that there is a spectrum of coherence [21:48:25] from "makes sense instantly" through "makes sense after some experience" to "never makes sense" [21:48:41] heh, true! [21:49:00] I believe Reedy that the API is in the second category [21:49:17] and who knows, maybe it will move closer to the first after yurik-away_ has implemented his proposal [21:49:35] Heh [21:49:43] We can still blame him [21:50:31] brainwane: if you actually want title search, i suggest https://toolserver.org/~nikola/grep.php [21:50:34] of course it makes sense :) [21:50:40] i wonder if that ever got moved to labs… [21:51:00] hey folks [21:51:07] Thank you MatmaRex! Is that available for me to check, say, 1200 titles in one go? [21:51:10] hi roycroft [21:51:18] * brainwane looks [21:51:19] since many of you have deployed wikis, and some have worked with large ones, i'd like to run this by for discussion [21:51:34] i am trying to get a wiki online fairly quickly [21:51:50] but it's going to be a decent size one over time [21:52:04] and i want to maintain some standards in article creation/formatting etc. [21:52:18] focus on writing the standards up front, delaying deployment? [21:52:32] or deploy now doing the best one can, and tidy up later? [21:52:33] * brainwane disappears a bit to concentrate on hacking. Thanks all [21:52:34] 03(NEW) Implement title search - 10https://bugzilla.wikimedia.org/56914 enhancement; MediaWiki extensions: CirrusSearch; () [21:53:18] in thet best of all possible worlds one would completely document the standards and practices up front, and not be under time constraints to do so, and then build a perfect, beautiful wiki after [21:53:23] roycroft: Depends on your users [21:53:29] this, alas may not be the best of all possible worlds [21:53:37] They can spend the next decade arguing about what's best [21:53:42] no [21:53:48] i am the supreme dictator [21:53:56] nobody will argue over standards [21:54:02] they will follow them once i set them [21:56:54] i guess the underlying question is: [21:57:43] if users are given general guidelines for article writing/layout, will there tend to be so much variance in how they do it that it will require a tremendous effort to gain conformity late? [21:58:25] we're talking probably a few thousand articles initially, and in the tens of thousands the first year [21:58:35] so not huge, but not tiny either [22:06:40] 03(mod) Cannot redeclare class ApiTokensTest in Translate/tests/phpunit/api/ApiTokensTest.php on line 51 - 10https://bugzilla.wikimedia.org/56907 +comment (10niklas.laxstrom) [22:11:54] 03(mod) Override the name of the Squid Proxy owner to something meaningful - 10https://bugzilla.wikimedia.org/18903 +comment (10tstarling) [22:14:34] 03(mod) Implement a special page to show items with the most sitelinks - 10https://bugzilla.wikimedia.org/46217 +comment (10gerritadmin) [22:14:37] 03(mod) Implement a special page to show items with the most sitelinks - 10https://bugzilla.wikimedia.org/46217 (10Gerrit Notification Bot) [22:17:43] 03(mod) Evaluate possibly removing "printable version" feature from MediaWiki core - 10https://bugzilla.wikimedia.org/56875 +comment (10ed.palmer) [22:21:00] 03(mod) VisualEditor: Toolbar buttons lack a background, are mixed with page content when window is narrow - 10https://bugzilla.wikimedia.org/50227 (10ryasmeen) [22:22:01] 03(mod) VisualEditor: Toolbar buttons lack a background, are mixed with page content when window is narrow - 10https://bugzilla.wikimedia.org/50227 (10ryasmeen) [22:22:53] 03(mod) VisualEditor: Toolbar buttons lack a background, are mixed with page content when window is narrow - 10https://bugzilla.wikimedia.org/50227 (10ryasmeen) [22:57:08] 03(NEW) Access to undeclared static property: <::$instance at on line 340 - 10https://bugzilla.wikimedia.org/56915 normal; MediaWiki: File management; () [22:57:22] :> [22:57:28] How can I download a page from one mediawiki and then insert it into another mediawiki? [22:57:55] !export [22:57:55] To export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See for an example of this form. See also: !import [22:57:59] !import [22:57:59] To import pages a few pages, use Special:Import - you can also import pages directly from another wiki (see !importsources). For mass imports, use importDump.php - see for details. NOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors! [22:58:02] tomboy_: ^ [22:59:08] !importsources [22:59:08] For information on configuring interwiki page imports, please refer to [23:02:38] 03(NEW) Parsoid should not parse name parameter in a ref tag - 10https://bugzilla.wikimedia.org/56916 normal; Parsoid: General; () [23:12:10] Is there a way to keep a history for logged in users? So that one could look back at what pages have been read? [23:16:12] 03(mod) Deploy Extension:Education_Program on el.wikipedia - 10https://bugzilla.wikimedia.org/56771 +comment (10aklapper) [23:19:24] 03(mod) PHP Warning: strtr(): The second argument is not an array in includes/utils/StringUtils.php - 10https://bugzilla.wikimedia.org/56911 (10Andre Klapper) [23:24:26] 03(mod) Evaluate possibly removing "printable version" feature from MediaWiki core - 10https://bugzilla.wikimedia.org/56875 +comment (10b) [23:24:39] JeroenDeDauw: Hi [23:25:04] JeroenDeDauw: I added a tracking category to your Maps extension, see https://gerrit.wikimedia.org/r/#/c/93499/ [23:25:20] Would be nice, if you code-review and merge, thanks [23:27:11] 03(mod) Change printable link to javascript print() - 10https://bugzilla.wikimedia.org/22256 +easy; +comment (10MZMcBride) [23:29:38] 03(mod) Evaluate possibly removing "printable version" feature from MediaWiki core - 10https://bugzilla.wikimedia.org/56875 +comment (10b) [23:32:59] 03(NEW) E:Maps: adding a tracking category for pages using the display_map function - 10https://bugzilla.wikimedia.org/56917 normal; MediaWiki extensions: Maps; () [23:33:16] 03(NEW) In a table + and - need nowiki only near a left pipe - 10https://bugzilla.wikimedia.org/56918 normal; Parsoid: General; () [23:33:16] 03(mod) E:Maps: adding a tracking category for pages using the display_map function - 10https://bugzilla.wikimedia.org/56917 normal->15enhancement (10T. Gries) [23:33:34] 03(mod) E:Maps: adding a tracking category for pages using the display_map function - 10https://bugzilla.wikimedia.org/56917 +patch-need-review (10T. Gries) [23:34:09] 03(mod) E:Maps: adding a tracking category for pages using the display_map function - 10https://bugzilla.wikimedia.org/56917 (10T. Gries) [23:50:59] 03(mod) In a table + and - need nowiki only near a left pipe - 10https://bugzilla.wikimedia.org/56918 +comment (10Ltrlg) [23:58:24] is there a problem setting title to allow starting w/ lowercase? [23:58:30] i see the warning that is says it might break links [23:58:31] 03(mod) "shellpolicy" keyword is badly named - rename to "community-consensus-needed" - 10https://bugzilla.wikimedia.org/49494 +comment (10dereckson) [23:58:33] but this is my first page. [23:59:39] I'm creating wiki pages based on the names of scripts. many of which start w/ lowercase letters. I dont care so much about the URL name but want it to display as lowercase on the page itself.