[00:00:19] New patchset: Catrope; "Updating VisualEditor" [mediawiki/core] (wmf/1.21wmf4) - https://gerrit.wikimedia.org/r/36326 [00:01:12] i have a database optimization question. the templatelinks table has an index on (tl_from,tl_namespace,tl_title). I wrote an extension that does queries with, e.g. "WHERE tl_from=1 AND ((tl_namespace=10 AND tl_title='Wikipedia text') OR (tl_namespace=10 AND tl_title='foo') OR ...)" will know to SQL use the index on that query, or do I need to use "WHERE (tl_from=1 AND tl_namespace=10 AND tl_title='foo') OR ..." [00:01:15] New patchset: Catrope; "Updating VisualEditor" [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36327 [00:01:16] the extension is at https://www.mediawiki.org/wiki/Extension:PerPageLicense#PerPageLicense.php [00:01:46] leucosticte: That should work fine [00:01:46] *will SQL know to [00:01:55] ok, thanks [00:02:13] either one is equivalent as far as indexing is concerned, eh [00:03:02] akaptur, any luck? [00:03:38] Krenair: yes and no - now I can find a user, but when I make changes and hit save, the settings don't save [00:06:16] New patchset: Ori.livneh; "Update EventLogging to master" [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36329 [00:07:58] Krenair: I've defined a custom auth, so perhaps that's causing the problem [00:08:14] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36329 [00:08:43] sDrewth: hey, so in general, templatesandbox -- useful? any suggestions or bug reports? [00:09:26] Is there any way I can stop the resource loader from using jQuery from /resources/ and use the gooleapis CDN instead? [00:10:46] 03(mod) When moving a file at Commons, the created redirect is not recognized (or file usage is not updated) in other wikis and the file is not shown in articles it is included in - 10https://bugzilla.wikimedia.org/42582 +comment (10Rainer Rillke @commons.wikimedia) [00:11:34] cannot judge yet, haven't looked sufficiently [00:13:49] Change merged: Catrope; [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36327 [00:14:04] Change merged: Catrope; [mediawiki/core] (wmf/1.21wmf4) - https://gerrit.wikimedia.org/r/36326 [00:23:03] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [00:24:00] 03(mod) Cross-wiki userrights reflects groups on local wiki, not target wiki - 10https://bugzilla.wikimedia.org/12518 +comment (10Krenair) [00:29:18] Krenair: I'm still not able to get user rights to save. Any ideas for what I can try or steps to debug? [00:31:41] New patchset: Ori.livneh; "Assign NS_SCHEMA rights to editinterface" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/36331 [00:33:14] New review: Swalling; "Necessary permissions." [mediawiki/extensions/EventLogging] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/36331 [00:34:14] 03(mod) Narayam is not working with hotcat, reftoolbar etc. - 10https://bugzilla.wikimedia.org/41766 +comment (10praveenp) [00:34:24] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/36331 [00:35:15] New patchset: Ori.livneh; "Update EventLogging to master" [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36332 [00:36:15] Isarra, ESSENTIAL [00:36:15] Is your project proposal publicly available in a wiki page, containing answers for these questions? [00:36:21] New review: Alex Monk; "Work in progress, not quite working properly yet" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/36330 [00:36:22] Isarra, this is what counts [00:38:42] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36332 [00:40:11] New patchset: Pgehres; "Updating webmoney form" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/36333 [00:40:44] akaptur: you might want to try the mediawiki-l list [00:40:48] !lists | akaptur [00:40:48] akaptur : mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [00:42:35] New patchset: Pgehres; "Updating webmoney form" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/36333 [00:43:31] 03(FIXED) VisualEditor: In link inspector, when you hover over a dropdown list item it should highlight (blue background), not only when using keyboard navigation - 10https://bugzilla.wikimedia.org/39977 +comment (10James Forrester) [00:47:00] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [00:47:18] 03(mod) Title displayed for Main Page when loaded via search - 10https://bugzilla.wikimedia.org/41290 +comment (10Jon) [00:48:00] qgil_: So make a page specifically for the project description? [00:48:25] Isarra, yes [00:48:29] What's in the section now is quite brief, really, so... okay. [00:49:16] So what, just take that thing and expand it? [00:49:29] Where, exactly? [00:49:51] Isarra, you are the first one needing a plan to have an idea about wat are you going to do in 3 months working full time, if elected [00:49:57] Isarra, you need to agree this with your entor [00:50:13] Isarra, just create a subpage under your user page [00:50:43] Well, there's a brief proposal on the main OPW page, so this an expansion of that, right?? [00:50:44] -? [00:50:56] New patchset: Aaron Schulz; "[FileBackend] Actually unset the "conn" field in closeConnection()." [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36336 [00:51:15] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.21wmf5) - https://gerrit.wikimedia.org/r/36336 [00:51:15] Just kidnap jorm and... uh... [00:51:17] words. [00:51:59] qgil_: And the application, who all will be seeing that? [00:52:59] Isarra, you can just link to the wiki page. At the end it's us Wikimedisa mentors who are going to decide on our internships, and we are going to look at the selection process and criteria described [00:53:46] Okay, so... send application thing to GNOME or whatever linking to user subpage, at which y'all will actually be looking? [00:53:54] This... seems very strange. [00:54:14] Isarra, why? we just want to ave all the details in public, not in emals [00:54:36] * qgil_ needs to type s l o w e r [00:54:55] Because there's the general OPW stuff and the Wikimedia OPW stuff and it's contradictory! [00:55:03] And brain confused easily. [00:55:12] Isarra, also, if all the greatness of your application is in a private email, getting community endorsements will be more complicated [00:55:42] qgil_: Well, to be fair, with me getting community endorsements can be somewhat complicated as it is. [00:55:56] Like I seem to get the most when people mix me up with someone else. [00:56:03] Although maybe that's just wikipedia. [00:56:11] Isarra, is it contradictory? We are just asking you to put all the verbosity in wiki pages. Then in your email candidature reference to those pages instead of riting the verbosity. Or you can copy paste, up to you [00:56:29] It's somewhat, but it does make a lot more sense when explained. [00:56:57] Isarra, I'l try to improve the description of te process. Sorry, my first time here. [00:56:59] Having a section about this on the mww page might help. [00:57:13] Here? [00:57:19] OPW [00:57:51] Oh, heh, no worries. It's getting betters as it goes and all the betterness will be there for next time, yes? [00:58:15] Dammit, bouncer, let me stay connected! [00:58:19] * Isarra smacks it. [00:58:25] Isarra, https://www.mediawiki.org/wiki/Outreach_Program_for_Women#Selection tries to explain the process. Thank for your feedback. [00:59:14] Something about the application specifically more towards the top of the page, referencing the selection section, might help. [00:59:23] But then again, the page is quite large already. [01:00:47] qgil_: andre__ : the number of active users in Bugzilla per the requested query was in November: 441 (half an hour before end of month in UTC) [01:01:03] interesting. thanks! [01:01:07] todo: puppetize/cron to mail it to you automatically [01:01:24] on every last day of month (RT-3962) [01:01:54] the definition of "active" can be found in that mysql query linked from ticket [01:02:45] andre__: qgil_ requested that data for community metrics [01:02:51] qgil_: andre__ - if you can tell Guillaume that in an email or something that would be nice for the monthly report as well [01:02:51] so it was a ticket [01:02:54] the monthly eng report [01:05:05] mutante, thank you! [01:05:13] yw;) [01:06:26] New patchset: Mwjames; "Merge branch 'master' into 1.9.x" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/36337 [01:13:04] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/36337 [01:13:38] those of you who are not in the San Francisco Wikimedia Foundation office: we are having our Friday social hours now and so latency is increasing :-) [01:13:59] Change merged: Mwalker; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/36304 [01:15:32] Isarra, the long page is less long now. Hope it helps https://www.mediawiki.org/wiki/Outreach_Program_for_Women [01:16:05] hi getting Processing all IDs from 1 to last ID ... [01:16:05] A database query syntax error has occurred. [01:16:05] The last attempted database query was: [01:16:05] "DELETE FROM `smw_urimapping` WHERE smw_id = '51'" [01:16:06] from within function "DatabaseBase::delete". [01:16:06] Database returned error "1146: Table 'hoytwiki.smw_urimapping' doesn't exist (localhost)" [01:16:07] ubuntu@ip-10-245-129-254:/var/www/mediawiki-1.17.3/extensions/SemanticMediaWiki/maintenance$ [01:16:44] sorry - i meant to say i ran smw_setup.php all ok, ran smw_update.php and getting the above message [01:17:56] qgil_: Cool, but what exactly is the application process? [01:18:23] At this point it should be less of an issue, but you might want to have a section explaining just that next time, because folks have been rather unclear on that specifically. [01:22:31] hello, i am looking for some help copying a complicated template to a mediawiki instance [01:22:40] hi there htaccess_ [01:22:42] !copytemplates [01:22:43] For help copying templates from one wiki to another, see < http://www.mediawiki.org/wiki/Help:Templates#Copying_from_one_wiki_to_another >. [01:22:49] htaccess_: ^ [01:22:52] thansk [01:22:57] you're welcome! [01:23:06] it's annoyingly tedious [01:24:04] New patchset: Mwjames; "Consolidation/clean-up subobject parser class" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/36338 [01:24:14] yes this template has like 50 subtemplates and i dont have import rights [01:24:26] so i have copied a subset to test [01:24:30] its almost working [01:24:37] ha! [01:25:03] htaccess_: also on the very very newest version of MediaWiki as deployed on Wikimedia sites you can use "template sandbox" while editing templates [01:25:08] !templatesandbox | htaccess_ [01:26:03] i am trying to copy http://commons.wikimedia.org/wiki/Template:Convert and here is my test: http://opensourceecology.org/wiki/User:Donovan#Current_objectives converting temperature [01:26:24] back later, good luck [01:26:34] it seems to be linking to a page that doe snot exist in the origional [01:36:04] New patchset: Mwjames; "Consolidation/clean-up subobject parser class" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/36338 [01:37:16] 03(mod) Text layer of DjVu files doesn't appear in Page namespace - 10https://bugzilla.wikimedia.org/42466 04CRIT->major; +comment (10Doug) [01:45:27] ahhh, ive fallen down the template dependency rabbit hole [01:55:37] New patchset: Adamw; "add some helpful metadata about each change log entry" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/36339 [01:56:14] New patchset: Mwjames; "Consolidation/clean-up subobject parser class" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/36338 [01:58:34] New review: Mwjames; "Fixed test." [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 0; - https://gerrit.wikimedia.org/r/36338 [01:59:04] It should not take an hour just to reconnect to IRC. [01:59:08] It really shouldn't. [01:59:39] Does anyone know what I was doing? [01:59:47] Because now I don't remember. [02:04:51] 03(NEW) Support MPEG DASH for multiple webm files - 10https://bugzilla.wikimedia.org/42591 normal; MediaWiki extensions: TimedMediaHandler; (dale) [02:21:29] Does media wiki have any method for making some nice connected arrows [02:23:34] factor: maybe http://www.mediawiki.org/wiki/Extension:GraphViz [02:26:56] mutante, wonder how much that relys on graphics libs. [02:27:21] oh graphviz is what it uses. [02:29:05] mutante, that is what i wanted ,but limited as I cant use C gfx libs [02:29:15] factor: there is more in http://www.mediawiki.org/wiki/Category:Graph_extensions [02:29:48] SVG woudl work using html5 [02:30:19] last time i tried to draw a graph from wiki page is like years ago;) [02:30:32] but there are quite a few options [02:31:20] the analytics team might also be into this [02:35:09] http://www.w3schools.com/html/html5_svg.asp [02:35:27] Using the SVG stuff , very light weight and gfx done on client side [02:36:15] Guess i can make an extension, but will hold off currently busy. [02:36:19] sounds cool [03:09:01] 03(mod) Text layer of DjVu files doesn't appear in Page namespace - 10https://bugzilla.wikimedia.org/42466 (10baltoslavic) [03:09:36] Hi, how can I retrieve full URL if I have a string containing page title and section? ie "Test 34#Hi there?" into http://my.wiki.com/wiki/Test_34#Hi_there%## (whre ## are some two numbers, probably %30) [03:09:57] I got the query prop=info do the job, but it ignores section names. [03:13:57] New patchset: Aaron Schulz; "Reverted to state as of 40a0eb2367233dcb0401f9aa5554d451ca771ebf" [mediawiki/extensions/LabeledSectionTransclusion] (master) - https://gerrit.wikimedia.org/r/36340 [03:15:28] Gryllida: You could pass it to MediaWiki's parser. [03:16:01] &action=parse with &text={{fullurl:Page title#Section}} or something. [03:23:17] Hmm, or not. [03:27:39] Gryllida: https://en.wikipedia.org/w/api.php?action=parse&text={{canonicalurl:hello%23hello}}&format=jsonfm&prop=text [03:30:00] is the canonical url template also used by the wiki when users add [[hello#hello]] to the markup, or does the wiki use something else? [03:39:32] Brooke: ^^ [03:40:05] It's not a template, it's a magic word. [03:40:17] Though depending on version of MediaWiki, you may want {{fullurl:}} instead. [03:40:33] Can someone help me with a template? I am trying to add multi language support [03:40:46] and i cant get back to en [03:40:50] whichis default. [03:40:55] which is [03:41:06] Gryllida: When users add [[hello#hello]], the MediaWiki parser takes over. You can pass that string ("[[Hello#hello]]") to action=parse, but you get a relative URL in the HTML output. [03:41:16] it's running version 1.21wmf5 (dbcff2e) [03:41:22] That is, href="/wiki/Foo", not href="http://domain.com/wiki/Foo". [03:41:26] I tried to do a redirect from en back to the default page but still did not work. [03:41:39] factor: Link to what you're working on? [03:41:48] http://www.userspace.org/index.php/Userspace:Language_policy [03:42:58] If I can make English an option would be fine. [03:43:07] which is what the redirect I though would do. [03:43:31] Brooke: do i use canonicalurl or fullurl for my version? do they ever become different from what the wiki displays when a user adds [[something here]] to a page markup? [03:43:57] Gryllida: I just explained the difference. [03:44:06] [[foo]] is href="/wiki/foo" [03:44:17] {{fullurl:foo}} is href="http://domain.com/wiki/foo" [03:44:29] Well, kind of. [03:44:39] It's really href="//domain.com/wiki/foo" these days. [03:44:47] and {{canonicalurl:foo}} ? [03:44:52] And then {{canonicalurl:foo}} is href="http://domain.com/wiki/foo" [03:44:57] !magicwords [03:44:58] For more information about creating magic words and their inner workings, see . For a list of magic words, please see . [03:45:01] Read the second link. [03:46:32] it says {{fullurl:Category:Top level}} → //www.mediawiki.org/wiki/Category:Top_level but you say {{fullurl:foo}} is href="http://domain.com/wiki/foo" [03:46:51] I corrected myself. [03:46:58] I can change the |en=Language: line to |en=English: [03:47:02] It used to be that {{fullurl:}} included the protocol. [03:47:04] see what that does. [03:47:05] Now there's canonicalurl. [03:47:21] http://www.userspace.org/index.php?title=Template:Multilang&action=edit gives me a headache. [03:47:37] yup [03:47:47] oh yes, i got it, i should read better, thanks [03:47:52] :-) [03:48:29] Gryllida: Basically Wikimedia (makers of MediaWiki) implemented protocol-relative support. So //en.wikipedia.org/ can be either https://en.wikipedia.org or http://en.wikipedia.org, depending on the user's current protocol. [03:48:42] And consequently the magic words behavior changed a bit. [03:51:27] but er, the thing returns html markup with the full link in it; i was looking for just the full url [03:52:01] * Gryllida reads up a few more times to figure out what to read right [04:03:09] New patchset: Nischayn22; "Bug 32408 UW doesn't highlight errors in "more info"" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/36342 [04:06:19] 03(mod) UploadWizard doesn't highlight errors in "more info" - 10https://bugzilla.wikimedia.org/32408 +comment (10Nischay Nahata) [04:07:54] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 +comment (10Ferry Roland) [04:10:20] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 major->normal (10Ferry Roland) [04:10:42] New patchset: Spage; "First steps, implements Special:WelcomeNewUser" [mediawiki/extensions/Onboarding] (master) - https://gerrit.wikimedia.org/r/35598 [04:14:51] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 normal->major (10Ferry Roland) [04:15:08] sorry, i fail to see how to get just the full url without the

and tags around it so it would work for both [[foo]] and [[wikipedia:foo]] [04:16:03] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 +comment (10Ferry Roland) [04:16:45] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 +comment (10Ferry Roland) [04:19:12] Change merged: Kaldari; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/34564 [04:19:28] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 +comment (10Ferry Roland) [04:23:08] New patchset: Ori.livneh; "(Bug 42561) Enable Ace's JSON mode" [mediawiki/extensions/CodeEditor] (master) - https://gerrit.wikimedia.org/r/36343 [04:24:09] 03(NEW) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 major; MediaWiki: Special pages; (sixthhokage1) [04:24:55] 03(mod) MediaWiki thinks a public domain license is unacceptable - 10https://bugzilla.wikimedia.org/40920 +comment (10Ferry Roland) [04:26:14] 03(mod) Enable CodeEditor extension on Schema namespace on Meta-Wiki - 10https://bugzilla.wikimedia.org/42561 +comment (10Ori Livneh) [04:29:30] sorry, i fail to see how to get just the full url without the

and tags around it so it would work for both [[foo]] and [[wikipedia:foo]] [04:29:39] er [04:36:19] New review: MZMcBride; "Bless you." [mediawiki/extensions/CodeEditor] (master) C: 0; - https://gerrit.wikimedia.org/r/36343 [04:46:38] New patchset: Ori.livneh; "(Bug 42561) On CodeEditorGetPageLanguage, set 'json' as schema lang" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/36344 [05:23:06] hello, when running runjobs after importdump, i got Database returned error "1146: Table 'hoytwiki.smw_urimapping' doesn't exist (localhost)" [05:23:18] any ideas on this? thanks [05:38:11] New patchset: Ori.livneh; "(Bug 42561) On CodeEditorGetPageLanguage, set 'json' as schema lang" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/36344 [05:45:45] 03(NEW) CodeEditor should use ContentHandler - 10https://bugzilla.wikimedia.org/42593 normal; MediaWiki extensions: CodeEditor; (ori) [06:00:36] 03(mod) Text layer of DjVu files doesn't appear in Page namespace - 10https://bugzilla.wikimedia.org/42466 +comment (10Doug) [06:03:56] Uh, i have a strange bug on my wiki. [06:04:50] It's not showing me the editing toolbar, and the preferences have lost their tabs. [06:05:19] Sounds like you broke JavaScript. [06:05:30] Check your Web browser's error console. [06:05:41] Or check the HTML page source and ensure that JavaScript is being delivered properly. [06:06:08] 03(NEW) Change $wgNoFollowLinks to default to false - 10https://bugzilla.wikimedia.org/42594 minor; MediaWiki: General/Unknown; (nathanlarson3141) [06:06:51] Error console gives me a bunch of errors. [06:07:51] Could it be that the JavaScript is not compatible with this version of MediaWiki? [06:08:37] It could be. [06:08:42] Did you upgrade your wiki recently? [06:08:49] Most JS doesn't execute on Special:Preferences, though. [06:08:52] As I recall. [06:08:54] Can't. [06:09:00] Can't upgrade? [06:09:29] My host is running an old version of PHP. [06:09:47] 5.2, i think. [06:12:33] So, how do i fix it? [06:12:52] Hi, could anyone tell me where to put mw.msg('Message') exactly? [06:13:13] I think it happened when i got the Math extension to work. [06:13:38] This code precisely: $( '' ).prop( 'href', '#' ).text( mw.msg( 'message-key-foo' ) ); [06:16:49] SuchetaG: What are you trying to do? [06:16:57] The Rocket Master quit. [06:18:39] I am trying to add title messages and message documentation in EtherEditor.i18n.php. Then forward the message to the client in EtherEditor.php, and finally use the messages in the JavaScript file! [06:19:18] Brooke: I have followed the instrictions. But I have some doubts actually [06:19:44] Don't we all. [06:19:51] Are you working on a Gerrit changeset? [06:20:00] You should be able to get feedback/reviews of your code via Gerrit. [06:21:12] this is the first time I am working with il8n actually. [06:24:00] Have edited the il8n.php file, and the .php file [06:24:36] Now how to use them in javascript file? [06:52:53] my wiki works fine on localhost, but when I access it from a remote shell, a couple web browsers are saying it has a cylcic redirect or is redirected in a way that will never complete [07:07:04] 03(NEW) Bugzilla needs a RESOLVED MURDERED resolution - 10https://bugzilla.wikimedia.org/42595 enhancement; Wikimedia: Bugzilla; (zhorishna) [07:09:24] one of the other errors was 301 [07:09:56] Sounds like a misconfigured Web server? [07:10:02] Follow the chain of redirects? [07:10:19] If you think MediaWiki is to blame, check the value of $wgServer in LocalSettings.php. [07:12:03] I am not sure MediaWiki is to blame or how to follow the chain, but I have the path for Wordpress set up in a similar way, and that works [07:12:06] $wgServer = "http://athenaion.dyndns.org/"; [07:14:35] I have MediaWiki in something like /home/user/html/mediawiki and then a link called mediawiki in /var/www (web server document root,) and I am using the short URL thing (I had got it right earlier before I moved my web files) [07:15:11] but the error looks a little different than what it says if this may be a result of doing short URLs and something else (mod_php) I think [07:16:54] I did not actually redirect anything [07:17:38] I think it might be my short URL rewriting thing after all [07:18:12] actually not [07:19:48] maybe it is the '/' on the end of that variable... I will try that next [07:20:11] yes, surprisingly, that was it [07:20:54] 03(mod) Bugzilla needs a RESOLVED MURDERED resolution - 10https://bugzilla.wikimedia.org/42595 +comment (10Brandon Harris) [07:21:51] Hi, my MW installation is using too much imagemagick resources my webhost complained. Is there a way to disable it? [07:22:47] Your first point, would probably to understand why its using soo much first, before you disable it [07:23:38] p858snake|l, I have no idea it is using so much resources [07:23:55] the wiki is not used frequently and I don't have a lot of images [07:24:29] 03(mod) RESOLVED HUMOROUS (TRACKING) - 10https://bugzilla.wikimedia.org/29079 (10p858snake) [07:24:30] 03(mod) Bugzilla needs a RESOLVED MURDERED resolution - 10https://bugzilla.wikimedia.org/42595 (10p858snake) [07:37:36] 03(mod) Cross-wiki userrights reflects groups on local wiki, not target wiki - 10https://bugzilla.wikimedia.org/12518 +comment (10Quentinv57) [07:43:44] New patchset: Wizardist; "(Bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35626 [07:59:11] With git, how do you uncommit something? [08:02:02] 03(mod) Change $wgNoFollowLinks to default to false - 10https://bugzilla.wikimedia.org/42594 +comment (10Nemo) [08:15:28] New patchset: Wizardist; "(Bug 5231) Mouseover explanations for interlanguage links in native languages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35871 [08:34:36] New review: Krinkle; "Event name misspelled, event handler is not unbound." [mediawiki/extensions/VisualEditor] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/36318 [08:45:38] 03(mod) Change $wgNoFollowLinks to default to false - 10https://bugzilla.wikimedia.org/42594 +comment (10Nathan Larson) [08:47:02] aharoni: name one language in MediaWiki that performs digit transformation? [08:48:08] hi is good [08:57:52] New patchset: Wizardist; "(Bug 35753) Add a way to use {{FORMATNUM}} to just do digit transform" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35603 [09:06:25] New patchset: Wizardist; "(Bug 35753) Add a way to use {{FORMATNUM}} to just do digit transform" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35603 [09:07:39] 03(mod) Fatal error if to be merged users are blocked - 10https://bugzilla.wikimedia.org/35239 +comment (10Krinkle) [09:07:54] New patchset: Ori.livneh; "(Bug 42561) Enable Ace's JSON mode" [mediawiki/extensions/CodeEditor] (master) - https://gerrit.wikimedia.org/r/36343 [09:08:37] 03(ASSIGNED) Fatal error if to be merged users are blocked - 10https://bugzilla.wikimedia.org/35239 (10Krinkle) [09:09:15] 14(DUP) Fatal error if to be merged users are blocked - 10https://bugzilla.wikimedia.org/35239 +comment (10Krinkle) [09:09:16] 03(mod) Cannot delete users in block list - 10https://bugzilla.wikimedia.org/33414 +comment (10Krinkle) [09:09:47] 03(ASSIGNED) Cannot merge/delete blocked user - 10https://bugzilla.wikimedia.org/33414 summary (10Krinkle) [09:10:00] New patchset: Ori.livneh; "(Bug 42561) Enable Ace's JSON mode" [mediawiki/extensions/CodeEditor] (master) - https://gerrit.wikimedia.org/r/36343 [09:12:28] New patchset: Krinkle; "(bug 33414) Fix SQL error on merge/delete with blocked user." [mediawiki/extensions/UserMerge] (master) - https://gerrit.wikimedia.org/r/36345 [09:13:02] Change merged: Krinkle; [mediawiki/extensions/UserMerge] (master) - https://gerrit.wikimedia.org/r/36345 [09:13:58] 03(FIXED) Unable to merge/delete blocked user - 10https://bugzilla.wikimedia.org/33414 summary; +comment (10Krinkle) [09:14:14] 03(mod) Unable to merge/delete blocked user - 10https://bugzilla.wikimedia.org/33414 (10Krinkle) [09:20:30] 03(mod) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 +comment (10Alexander Mashin) [09:25:17] 03(mod) Change $wgNoFollowLinks to default to false - 10https://bugzilla.wikimedia.org/42594 +comment (10Nemo) [09:34:21] 03(NEW) When memcache is restarted project tokens are not re-created - 10https://bugzilla.wikimedia.org/42596 normal; MediaWiki extensions: OpenStackManager; (rlane32) [09:41:47] 03(NEW) Inconsistent rendering of redirect pages left behind after file was moved - 10https://bugzilla.wikimedia.org/42597 normal; MediaWiki: File management; (rainerrillke) [09:42:07] 03(mod) jquery.tipsy should have better triggers for showing and hiding - 10https://bugzilla.wikimedia.org/42584 +comment (10Michael M.) [09:43:05] 03(mod) Inconsistent rendering of redirect pages left behind after file was moved - 10https://bugzilla.wikimedia.org/42597 +comment (10Rainer Rillke @commons.wikimedia) [09:43:09] 03(FIXED) Make edit link and other repo links protocol relative - 10https://bugzilla.wikimedia.org/42534 +comment (10db) [09:44:14] 03(mod) Allow and display both wiki name and shell name in dialogs - 10https://bugzilla.wikimedia.org/33462 +comment (10db) [09:44:15] 03(mod) Inconsistent rendering of redirect pages left behind moved files - 10https://bugzilla.wikimedia.org/42597 summary (10Rainer Rillke @commons.wikimedia) [09:46:32] 03(mod) CentralAuth Session Fixation - 10https://bugzilla.wikimedia.org/40962 +comment (10db) [09:47:46] 03(mod) Generic Session Fixation - 10https://bugzilla.wikimedia.org/40995 +comment (10db) [09:48:09] 03(mod) Inconsistent rendering of redirect pages left behind moved files - 10https://bugzilla.wikimedia.org/42597 +comment (10Rainer Rillke @commons.wikimedia) [09:49:40] 03(mod) Permission checks fails in some tests - 10https://bugzilla.wikimedia.org/42526 +comment (10db) [10:06:45] New review: Nischayn22; "This selects all the "more info"s out there" [mediawiki/extensions/UploadWizard] (master) C: -1; - https://gerrit.wikimedia.org/r/36342 [10:13:19] 03(mod) duplicate link: is not HTML-linked to file page, not red and points to the wrong URL - 10https://bugzilla.wikimedia.org/32606 +comment (10db) [10:19:19] New patchset: Nischayn22; "Bug 32408 UW doesn't highlight errors in "more info"" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/36342 [10:23:45] 03(mod) MediaWiki api doesn't serve EXIF GPSAltitude (and other tags) as decimals - 10https://bugzilla.wikimedia.org/32410 +comment (10db) [10:37:20] 03(mod) [Regression] removeUnusedAccounts.php broken (needs to ignore newuser logging entry) - 10https://bugzilla.wikimedia.org/34581 +code-update-regression; summary (10Krinkle) [10:45:58] 03(NEW) Database: $fname should also be logged for BEGIN/COMMIT queries. - 10https://bugzilla.wikimedia.org/42598 normal; MediaWiki: Database; (krinklemail) [10:47:14] 03(mod) Edits wrongly attributed on frwikisource - 10https://bugzilla.wikimedia.org/35610 +comment (10MArc) [10:48:58] 03(mod) Some vowel combination in Sinhala Wijesekara need to be corrected - 10https://bugzilla.wikimedia.org/32029 +comment (10db) [10:53:31] New patchset: Krinkle; "(bug 42598) Database: fname was not logged for BEGIN/COMMIT." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36346 [10:53:50] 03(ASSIGNED) Database: $fname should also be logged for BEGIN/COMMIT queries. - 10https://bugzilla.wikimedia.org/42598 +comment (10Krinkle) [10:57:31] 03(NEW) Add option to apply nofollow only to external links added in revisions marked unpatrolled - 10https://bugzilla.wikimedia.org/42599 enhancement; MediaWiki: Patrolling; (nathanlarson3141) [10:58:24] New patchset: Mwjames; "Add SRF HTML5 Audio / Video media result printer" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/34678 [11:01:16] 03(NEW) [Regression] removeUnusedAccounts.php broken (uncommitted transaction) - 10https://bugzilla.wikimedia.org/42600 normal; MediaWiki: Maintenance scripts; (krinklemail) [11:01:45] 03(mod) [Regression] removeUnusedAccounts.php broken (uncommitted transaction) - 10https://bugzilla.wikimedia.org/42600 +code-update-regression (10Krinkle) [11:25:15] 03(mod) Blog comment form should be protocol-relative - 10https://bugzilla.wikimedia.org/37229 (10Guillaume Paumier) [11:29:41] New review: Liangent; "Not so sure whether that namespace=0&prefix= means all content namespaces is a good idea or not..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/35626 [11:29:59] 03(NEW) deleteOldRevisions.php: SQL syntax error: "WHERE page_id IN ()" - 10https://bugzilla.wikimedia.org/42601 trivial; MediaWiki: Maintenance scripts; (krinklemail) [11:39:13] liangent: ping [11:41:25] 03(mod) rebuildrecentchanges should not generate entries for rc-suppressing log events (e.g. patrol) - 10https://bugzilla.wikimedia.org/18364 summary; +comment (10Krinkle) [11:41:51] I'm keeping content namespaces if namespace=0, per our discussion yesterday. [11:42:16] 03(mod) rebuildrecentchanges should not generate entries for rc-suppressing log events (e.g. patrol) - 10https://bugzilla.wikimedia.org/18364 +comment (10Krinkle) [11:43:20] wizardist: it's ok. I remember I also said "I'm not sure" yesterday [11:44:13] New patchset: Wizardist; "(Bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35626 [11:48:35] New patchset: Krinkle; "mediawiki.Uri: Update doc comments." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35658 [11:49:16] hello [11:49:16] Change abandoned: Krinkle; "(no reason)" [test/mediawiki/core2] (master) - https://gerrit.wikimedia.org/r/35785 [11:49:49] had someone updated to 1.20 and had this problem? Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array [11:52:52] called in /home/fpedia/public_html/languages/Language.php on line 4229 and defined in /home/fpedia/public_html/languages/utils/CLDRPluralRuleEvaluator.php on line 49 [11:54:42] damn [11:55:31] liangent: I'm so sorry :) [11:55:38] New patchset: Wizardist; "(Bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35626 [11:58:01] 03(NEW) Javascript is broken on Special:Ask - 10https://bugzilla.wikimedia.org/42602 normal; MediaWiki extensions: Semantic MediaWiki; (niklas.laxstrom) [11:58:01] wizardist: I guess you thought about using an empty 'action' at some time? [11:58:44] nope, I thought that global statement wasn't needed (didn't notice use of $wgScript further in code) [12:02:47] New patchset: Nikerabbit; "(bug 42602) JavaScript is broken on Special:Ask" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/36347 [12:03:11] 03(mod) Javascript is broken on Special:Ask - 10https://bugzilla.wikimedia.org/42602 +comment (10Niklas Laxström) [12:04:57] Do I need some sort of special permission to push a change on an extension? [12:06:02] oh, wait [12:07:45] Dies mediakwiki template logic code have a compiler fromsomething sane. [12:07:49] does^ [12:10:01] is there a way for numbering to display the previous "subnumber" for example # foo ## foo bar to render as 1. foo 1.1 foo bar ? [12:10:16] 03(mod) Make AbuseFilter aware of Wikibase content models. - 10https://bugzilla.wikimedia.org/42064 (10jeblad) [12:11:04] 03(NEW) Remove Special:QueryCreator - 10https://bugzilla.wikimedia.org/42603 normal; MediaWiki extensions: Semantic MediaWiki; (niklas.laxstrom) [12:14:51] azi`: you can use CSS. http://www.w3.org/TR/CSS21/generate.html#scope You can then put the CSS code in http://www.mediawiki.org/wiki/Manual:Interface/CSS [12:15:03] 03(mod) UploadWizard doesn't highlight errors in "more info" - 10https://bugzilla.wikimedia.org/32408 +comment (10Lupo) [12:25:02] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/36347 [12:26:17] 03(FIXED) Javascript is broken on Special:Ask - 10https://bugzilla.wikimedia.org/42602 +comment (10MWJames) [12:26:35] Hi Peeps Anyone wanna hangout this morning ? https://diasp.eu/posts/738249 [12:27:41] Vulpix: great thanks! [12:49:52] hello there [12:50:21] I want a test wiki [12:50:53] what do I do, who do I need to nudge? [12:51:02] 03(mod) Narayam is not working with hotcat, reftoolbar etc. - 10https://bugzilla.wikimedia.org/41766 +comment (10Nasir Khan Saikat) [12:56:27] 03(mod) Maximum execution time exceeded: Levenshtein too slow we guess... - 10https://bugzilla.wikimedia.org/41208 04CRIT->normal (10Niklas Laxström) [12:56:51] Why am I getting fatal: ' 'gerrit' does not appear to be a git repository ' while doing git fetch gerrit refs/notes/commits:refs/notes/commits? [12:59:19] New patchset: Nikerabbit; "(bug 42536) Exception in Special:Translations" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/36348 [12:59:49] 03(FIXED) Language::isValidBuiltInCode must be passed a string, boolean given in Special:Translations - 10https://bugzilla.wikimedia.org/42536 +comment (10Niklas Laxström) [13:00:49] SuchetaG: https://www.mediawiki.org/wiki/Git/Workflow#Using_a_.22gerrit.22_remote_consistently [13:01:33] 03(FIXED) Bundling of external dependencies - 10https://bugzilla.wikimedia.org/40699 +comment (10Niklas Laxström) [13:02:02] Vulpix : i am following that only. But before that, just after cloning it gives that error. [13:02:56] 03(mod) Caret irregularly moves when the text area automatically expands in Translate extension - 10https://bugzilla.wikimedia.org/37589 +comment (10Niklas Laxström) [13:03:13] I'm still a git newbie, so I can't help you further on this :( [13:06:09] New patchset: Martineznovo; "(bug 25072) Fix weirdness in collapse threads" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/36349 [13:10:05] 03(ASSIGNED) Weirdness in collapsed threads - 10https://bugzilla.wikimedia.org/25072 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [13:31:20] 03(NEW) JavaScript on all Wikimedia sites fails on Opera due to faulty browser detection code in $.client - 10https://bugzilla.wikimedia.org/42604 normal; MediaWiki: JavaScript; (matma.rex) [13:32:25] 03(NEW) Redirect on mobile browser drops https - 10https://bugzilla.wikimedia.org/42605 normal; MediaWiki extensions: MobileFrontend; (cesarb) [13:35:56] New patchset: Matmarex; "(bug 42604) fix faulty browser detection code for Opera" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36350 [13:37:11] 03(mod) JavaScript on all Wikimedia sites fails on Opera due to faulty browser detection code in $.client - 10https://bugzilla.wikimedia.org/42604 +comment (10Bartosz Dziewoński) [14:04:51] New patchset: Umherirrender; "Add some __METHOD__ to begin/commit/rollback calls" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36351 [14:05:50] 03(mod) UploadWizard doesn't highlight errors in "more info" - 10https://bugzilla.wikimedia.org/32408 +comment (10Nischay Nahata) [14:06:09] Hellp. can somebody help me? [14:06:15] hello* [14:06:26] !ask | RoyTek [14:06:26] RoyTek: Hi, how can we help you? Just ask your question. [14:07:37] Thank you. I would like to have an mechaniesm that gives a user a right if he register from a certain ip adress. Is it possible? [14:08:11] hm, you'd probably have to write an extension for this. [14:09:09] Yeah I expected to get this answer :) but what is a line that gives a user a right? [14:10:42] RoyTek: it might be somewhat more complicated than that, as in MW all user rights changes are logged, and have to be performed by someone [14:10:50] (logged on [[special:log]]) [14:11:23] Not if it's done using autopromote [14:11:35] Though I can't remember if we have an IP check there [14:11:48] Oh I see. Can you explain how can it work? [14:11:55] RoyTek: hm, actually [14:12:07] RoyTek: it looks like what you want is possible in vanilla mediawiki :) https://www.mediawiki.org/wiki/Manual:$wgAutopromote [14:12:12] Yup, we do [14:12:16] look for APCOND_ISIP [14:12:17] MatmaRex: there are implicit groups and, worse, autopromotion :) [14:12:40] I will, thank you [14:13:07] RoyTek: https://www.mediawiki.org/wiki/Manual:$wgAutopromote should solve your issue, unless i misunderstood something, so disregard what i said earlier :) [14:13:46] I think it is! thanks :) [14:15:00] $wgAutopromote['foogroup'] = array( APCOND_ISIP, '...' ); [14:15:12] Unless you need a wrapper array [14:15:30] Docs don't talk about one condition, no operators, but with params. [14:17:49] and how can I get the user's ip? [14:18:08] and where should I put this code? LocalSettings.php ? [14:19:31] RoyTek: well, you already know that "certain IP address" your users use? just put it in place of ... in DanielFriesen's code [14:19:39] and yes, it should go in LocalSettings [14:20:21] Great, so it should go like that: $wgAutopromote['ip adress'] = array( APCOND_ISIP, '...' ); ? [14:21:29] Is it safe allthought? [14:21:36] althought* [14:24:46] RoyTek: no, more like $wgAutopromote['foogroup'] = array( APCOND_ISIP, '0.0.0.0' ); [14:24:56] !groups [14:24:56] 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 >. [14:24:58] I get it [14:25:05] see this about the groups [14:25:31] you assign users to groups, and these groups have certain rights. you can't directly access rights to users, only through a group. [14:26:03] So like this: $wgAutopromote['schoolstudent'] = array( APCOND_ISIP, '82.80.196.44' ); [14:26:18] there's already a group called "schoolstudent [14:26:19] " [14:27:26] probably should work [14:27:27] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [14:27:31] just test it ;) [14:27:33] And i want to give this right only if the user from the ip adress has already registered. What should I change? [14:27:52] 'already registered'? [14:28:02] it's not possible to assign anonymous users to groups anyway [14:28:06] (as far as i know) [14:28:49] I will, but I can't test it right now because this is school's ip aderess :) [14:29:00] Great! [14:29:42] test with a different address, e.g. yours :P [14:29:54] ^ Am looking for reviewers on that change [14:29:58] :P [14:30:26] I'm stupid :) thanks anyway :) [14:30:59] 03(mod) Wikibugs does not always report the real name instead of e-mail prefix when reporting on IRC - 10https://bugzilla.wikimedia.org/18831 +comment (10Bartosz Dziewoński) [14:31:17] 03(mod) add info if langlink is stored at repository or local - 10https://bugzilla.wikimedia.org/41345 (10jeblad) [14:32:58] Krenair: well i'm looking for reviewers on https://gerrit.wikimedia.org/r/#/c/36350/1 , which is fixing a bug that causes JS not to run on live pages right now for me, and none of us are going to get any because it's weekend, hooray! ;) [14:33:32] (i'm looking at yours, but i don't know PHP or MW internals well enough to review that :( ) [14:36:37] spam: http://www.mediawiki.org/wiki/Special:Contributions/66.30.96.212 [14:37:02] MatmaRex, I just make the target DB get passed around to a bunch of places and fix the getAllGroups and changeableGroups functions to use wgConf [14:37:06] The right disapperes a soon as I'm out of the ip adres, what should I do ? [14:37:21] Instead of accessing globals directly (Which will be the local groups obviously) [14:37:34] address* [14:39:58] RoyTek: that's weird. is the autopromotion shown in the log? [14:40:08] ([[special:log]] on your wiki, somewhere) [14:42:03] I don't know :P [14:42:30] It doesn't grant the right to the user, it's just acts like the user has it if he is connected from the ip address [14:42:58] ...that's pretty much how autopromote works [14:43:03] ^ [14:44:10] So its not what i want, is there any way to grant the right to the user if he has registered from a certain ip address? The email confirms action grants the right... [14:46:07] You'd have to write some code [14:47:26] If you really want to do it on emailconfirm we have a ConfirmEmailComplete hook [14:47:35] pity [14:48:51] No, I want to grant a right permanently to a user if he registers from a certain ip address, and I don't know how to write code for it [14:50:02] RoyTek: Then what do you mean by "The email confirms action grants the right..."? [14:51:36] The auto promt doesn't give the user. When the user is connected from the certain ip address it's act like he has the right but when i check he doesn't have it and as soon as he moves to another ip address the right dissappers [14:52:44] and the email confirms action actually grant the right permanetly - it won't go away as soon as he moves to another ip address and when you will check the system would say that that user has the right [14:53:49] RoyTek: if the user changes the email and it remains unconfirmed, it should have the emailconfirm right dropped as well [14:54:40] no no no i am not talking about the emaill confirmed action i just gave it as an example [14:54:54] to what i want [14:55:02] $wgHooks['AddNewAccount'][] = function( User $user ) { $request = RequestContext::getMain()->getRequest(); /* No context here */ if ( $request->getIP() == '0.0.0.0' ) { $user->addGroup( 'studentgroup' ); } return true; }; [14:55:49] Great! thanks [14:59:05] I tried to run it but there was an error: Parse error: syntax error, unexpected T_DNUMBER in /mnt/ms/home/web/u00008/html/wiki/LocalSettings.php on line 203 [15:00:49] 03(NEW) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 enhancement; Wikimedia: Bugzilla; (aklapper) [15:27:05] New review: Alex Monk; "trivial code style issue" [mediawiki/extensions/UploadWizard] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/36342 [15:39:21] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10MZMcBride) [15:45:52] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10Krenair) [15:47:09] RoyTek, still not working? [15:47:51] Still not working [15:48:01] Fatal error: Call to undefined method WebRequest::getIP() in /mnt/ms/home/web/u00008/html/wiki/LocalSettings.php on line 204 [15:48:08] Because of this [15:48:42] What version of MW are you running? [15:49:44] How can I check? [15:49:55] Go to Special:Version [15:50:23] Krenair: lol [15:50:34] Nikerabbit? [15:50:35] you think that works? [15:51:10] DanielFriesen's AddNewAccount code for RoyTek? [15:51:25] I don't know, I haven't tested it [15:51:37] 1.18.1 [15:51:43] Try this then: $wgHooks['AddNewAccount'][] = function( User $user ) { if ( wfGetIP() == '0.0.0.0' ) { $user->addGroup( 'studentgroup' ); } return true; }; [15:52:10] thanks [15:52:27] And I seriously suggest that you upgrade [15:53:21] I'll try [15:53:32] 1.18.2, 1.18.4, 1.18.5 and 1.18.6 were all security releases [15:53:36] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10MZMcBride) [15:54:42] Krenair: I think if we implement a warning for patches, we'll also need a warning about the awfulness of Gerrit somewhere. [15:55:02] "Don't submit your patch here, try this labyrinth instead." [15:56:20] I suggest you say that on the bug [15:56:37] Heh. [15:57:12] RoyTek, so that version has 15 security issues which have since been fixed [15:57:18] gerrit sucks particularly because you have to apply for an account and wait to have it created [15:57:27] Right. [15:57:38] The lack of self-registration seems like a blocker to resolving that bug. [15:58:21] also, uh, Susan? what's up with the nick? [15:58:41] It's Brooke/MZMcBride [15:58:42] It was time for a change, clearly. [15:58:48] Who's Brooke? [15:59:07] Krenair: i know, that's why i'm asking. :) [15:59:20] I'm not inchrage on the MediaWiki version, I've sent an email about it to the right person, thanks for the heads up. [15:59:38] MatmaRex: Can't stay with the same nick for too long! [16:01:35] It worked!!! thanks to everyone who've helped me! [16:01:43] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10MZMcBride) [16:01:57] There, I commented. [16:02:51] New patchset: Nikerabbit; "Fixing typo" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36352 [16:41:31] New review: Nikerabbit; "Nice catch. Wouldn't the code be shorter if the regexp was /\s/|$/" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/36346 [16:42:20] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36352 [16:43:07] Change merged: Nikerabbit; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35658 [16:46:24] When I try to git review, it says 'No changes between HEAD and gerrit/master.' [16:46:49] I changed a bunch of files to links. How do I get it to recognise this? [16:48:10] Isarra, are you sure you committed? [16:48:27] run 'git status' to make sure [16:48:38] Git status shows nothing. [16:49:06] It was an update to an existing commit, though... [16:49:14] You did commit --amend? [16:49:25] Yes. [16:50:02] Can you run git show HEAD and PM me the output? I'm interested to know what this is about [16:50:23] or just git log -n 1 [16:52:24] https://gerrit.wikimedia.org/r/#/c/36105/ [16:52:27] 14(INVALID) HTTPS Connection Close for login via API for Commons Wiki with IE user agent - 10https://bugzilla.wikimedia.org/42129 +comment (10Smallman) [16:52:50] Krenair: Link work? [16:53:04] In PHP how do I get page name [16:53:05] Isarra: guess it sounds like you may have to "git add *" after changing files to links [16:53:09] That's what it is currently. I want to update it per Krinkle's thing. [16:53:19] I did. [16:53:39] Isarra, yeah. run git log -n 1 and tell me what the commit hash is [16:54:08] ok I got it [16:54:15] commit 81bbe75e29cb77f5dcd3f104b51bd11872fa95c7 [16:54:22] Wait, what? [16:54:56] Change-Id: I0d721dc0ad47f916d2a4ee8f4b798bf4904bc841 [16:55:16] What does all this mean? [16:55:58] that's the change-id of https://gerrit.wikimedia.org/r/#/c/36105/ [16:55:58] How can I get the last / path data [16:56:23] since mediawiki templates suck , having to make a ext. to do it [16:56:27] Weird. [16:56:28] so when you amend the commit (and thus get a new commit hash) it still knows which change to upload your patchset to [16:56:37] need to get the /en /it /de from the path [16:56:42] you can use !change | [16:56:53] New patchset: Nemo bis; "(bug 42536) Exception in Special:Translations" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/36348 [16:57:57] it would be odd if changing files to links turns out to be a problem, because we hated svn for having an issue with it :p [16:58:16] O_o [16:58:39] : git certainly does support committing files as links to other files [16:58:51] we have a README.mediawiki in mediawiki/core right now [16:59:03] that links to README [16:59:09] But the files are currently there as files - depending on how it looks, it very well may not see the difference between those and links to the same. [16:59:14] Yeah, I had no problem when making README.mediawiki [16:59:14] so, Isarra, there must be something wrong locally [16:59:26] So what? [16:59:29] How do I fix it? [16:59:42] Can you pastebin the full output of git review? [17:00:54] It just asks for my passphrase and then this: [17:00:57] No changes between HEAD and gerrit/master. [17:00:58] Submitting for review would be pointless. [17:01:00] That's it. [17:01:31] New review: Jeroen De Dauw; "You sure this works with 1.17? Would suck to break compat just before release after we're done effor..." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/36347 [17:01:38] Isarra: that might be just git-review being a pile of poo [17:01:45] lol [17:01:46] There is another way to do it [17:01:49] >.< [17:01:49] Isarra: have you tried the manual way? git push refs/for/somehting [17:01:58] it's documented somewhere [17:02:01] Erp, how... what... [17:02:04] i don't remember the exact invocation [17:02:26] 'git push origin HEAD:refs/heads/master' I think? [17:03:02] Oh, 'for', not 'heads' [17:03:10] there has been a new update of git review , btw [17:03:13] So 'git push origin HEAD:refs/for/master' [17:03:16] mutante, I know, and it's broken [17:03:24] need to use that pip stuff to update :p..oops, ok, wfm [17:03:54] It runs into an exception while updating [17:04:33] maybe "pip" itself has an update? sigh [17:05:18] Hi Isarra, even I am having a same kind of problem. [17:05:25] Krenair: I think that worked. [17:05:53] yep [17:06:03] Thanks. >.< [17:06:06] Wonder why git-review didn't [17:06:07] That... was stupid. [17:06:14] It probably followed the links. [17:06:24] Because the thing they were linking to was all the same. [17:06:38] https://bugs.launchpad.net/git-review/+bug/1046881 ? [17:07:05] you should use gerrit instead of origin https://www.mediawiki.org/wiki/File:Origin_vs_gerrit_remotes.jpg [17:07:21] New review: Nikerabbit; "I saw mw.config.get used later in the file so I don't expect any issues." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/36347 [17:07:53] Vulpix, no thanks [17:08:15] Would rather have origin than gerrit [17:08:57] Is there any way to reply to a specific comment, or do you just have to manually add quotes like something out of the 80s? [17:09:13] https://www.mediawiki.org/wiki/Git/Workflow#Using_a_.22gerrit.22_remote_consistently [17:10:55] Isarra: yup, quotes. [17:11:06] Isarra: (you can only "reply" to inline comments) [17:11:10] Isarra: considering that you're talking about gerrit...you already know the answer [17:11:25] MatmaRex: So you have to manually quote stuff, and it's nice enough to remove all the content, including other comments, when reviewing... [17:11:30] Hang on a sec [17:11:42] * Isarra collapses into ashley's arms. [17:12:07] if the question is "does X suck in gerrit?" (where X is just about anything), no doubt that the answer is always "yes" [17:12:08] Pip, why are you in python3's directory, trying to use python 2.7 syntax which is invalid on 3.2? [17:12:20] That's why git-review update is failing... [17:12:24] o__o [17:12:27] Krenair: lol [17:12:42] Krenair: why would you have two incompatible versions of anything installed simultaneously [17:12:52] that's, like, asking for trouble [17:12:56] Because it's python. [17:13:05] ^ [17:13:10] The new version is incompatible with the old, but most stuff still uses the old. [17:13:10] python needs to get its shit together and move to version 3. [17:13:24] MatmaRex: Thank you for volunteering to translate all the python2 code. [17:13:31] <3 [17:13:53] i dunno, somehow the Ruby community managed to switch from 1.8 to 1.9, and mostly keep backwards compatibility even [17:14:01] (and the differences are comparable, afaik) [17:14:17] python is like perl, except a bit saner. emphasis on the "a bit" part, not on the "saner" [17:14:22] * ashley hides [17:14:23] Really not sure why they thought it a good idea to hurl backwards compatibility out the window, especially in such a widely used language... [17:14:40] Sorry pip, turns out git-review was at fault. [17:14:50] Isarra: probably to make things saner in the language? [17:14:50] There's a shocker. [17:14:54] Isarra: they did it for the lulz [17:14:56] like the print statement [17:15:00] MatmaRex: It's *python*. [17:15:00] who the heck invented that [17:15:21] Personally I quite like the notion of print $ashley; [17:15:21] honestly, one of the stupider language features i've ever heard of. [17:15:34] print(ashley) just does not have the same ring. [17:15:49] well, then what you want is having the parentheses optinal on your functins [17:15:50] echo $me; /* because */ [17:16:06] ashley: it's PHP, doesn't count [17:16:19] WORKSFORME NOTABUG [17:16:20] Single parameter functions, why should there need to be parentheses? [17:16:24] It's implicit. [17:16:37] Hells, the comma should probably be enough anyway. [17:16:45] some people really do print( $stuff ); in PHP...boggles my mind why anyone would do that, though [17:16:53] Habit, probably. [17:17:21] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10Andre Klapper) [17:18:42] 03(mod) InstantCommons doesn't respect $wgHTTPProxy - 10https://bugzilla.wikimedia.org/42196 +comment (10Raphael Eiselstein) [17:19:56] 03(mod) Customise Bugzilla front page to have more useful links - 10https://bugzilla.wikimedia.org/22170 +comment (10Andre Klapper) [17:20:39] 03(mod) Customise Bugzilla front page to have more useful links - 10https://bugzilla.wikimedia.org/22170 +comment (10Andre Klapper) [17:24:43] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10Isarra) [17:30:12] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 +comment (10Andre Klapper) [17:34:48] Hi, could anyone tell me what exactly to do after editing the commit message? [17:35:25] SuchetaG: what are you trying to do? change the commit message of a change submitted to gerrit? [17:35:45] SuchetaG: i assume you amended the commit and edited the message in this way? [17:35:51] if you did, just run `git review` again [17:36:35] No no. Not changing exactly. I am submitting it for the first time. [17:36:44] Yeah [17:36:47] Did that [17:37:56] MatmaRex: Actually, ' git rebase master ' says Cannot rebase: Your index contains uncommitted changes. Please commit or stash them. [17:38:18] Confused :( [17:38:32] SuchetaG: what does `git status` output? [17:38:39] it should show you which files are midified [17:38:42] modified* [17:38:54] New review: Mwjames; "It works in 1.17. I really hope we can close the topic 1.17 soon, I'm starting to get tired of check..." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/36347 [17:38:54] Yeah. It shows the modifed file. [17:39:05] and you can use `git diff` to view unstaged changes, and `git diff --cached` to view uncommited but staged ones [17:39:36] Yes yes. Have done that. Those work just fine. [17:39:52] both diffs should be empty - if they arent, either commit the changes, or reset them [17:40:16] 03(NEW) Tablesorter sorts all numbers as dates in Czech - 10https://bugzilla.wikimedia.org/42607 normal; MediaWiki: JavaScript; (mormegil) [17:40:18] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Mormegil) [17:40:28] both the difss should be empty? [17:40:32] diffs* [17:40:49] Aren't the supposed to show the changes? [17:41:45] 03(mod) InstantCommons doesn't respect $wgHTTPProxy - 10https://bugzilla.wikimedia.org/42196 +comment (10Raphael Eiselstein) [17:42:21] SuchetaG: `git diff` and `git diff --cached` shown *uncommited* changes [17:42:29] and you will probably want to commit or undo them [17:42:43] SuchetaG: you can use `git diff ` to view changes between two commits [17:43:08] SuchetaG: for example, to see changes made in the last commit, use `git diff HEAD HEAD^` [17:43:17] Does anyone know anything about the Chinese language in MediaWiki? [17:44:37] Elecbullet: i guess #wikipedia-zh might be worth a shot if you dont get other replies [17:45:11] Yes, I have a chinese user on my Wikia wiki and a Chinese wiki [17:45:27] MatmaRex: last commit made by me? [17:45:29] and apparently there are some nuances I should be aware of. [17:45:54] SuchetaG: that would show any last commit, it might happen to be made by you :) [17:46:04] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Mormegil) [17:46:05] 03(mod) [Tablesorter] Headers with rowspan should be considered for all rows - 10https://bugzilla.wikimedia.org/38911 (10Mormegil) [17:46:26] 03(mod) Wikitable Sorting doesn't work properly in preview mode - 10https://bugzilla.wikimedia.org/40638 (10Mormegil) [17:46:26] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Mormegil) [17:46:30] I see. Because it aint showing my commit :P MatmaRex [17:47:55] SuchetaG: well, that's not good :P does `git log --pretty=short` show it? [17:48:21] if it doesn't, then either you didn't actually commit the changes, or you switched to a different branch afterwards [17:48:30] ^^What an interesting command :D [17:48:40] git log can do a lot of stuff [17:48:57] i particularly like `git log --oneline --graph --decorate` :) [17:49:09] 03(mod) Diff navigation links are confusing for diffs between two different pages - 10https://bugzilla.wikimedia.org/2455 +comment (10Liangent) [17:50:37] MatmaRex: OMG! Its actually shows so many commits :P [17:51:19] Anyway. I guess I havent *commited* the changes properply :( [17:53:04] I did git add < the file> then git status then git diff --cached and then git commit [17:53:35] 03(NEW) Diff pages of archive pages contain some broken links - 10https://bugzilla.wikimedia.org/42608 normal; MediaWiki: History/Diffs; (liangent) [17:53:55] Which redirected me to the commit message section. MatmaRex [17:55:57] saper, hi... I tried to post here: https://review.openstack.org/#/c/14273/1/git-review but it didn't work out correctly [17:56:08] Please see https://review.openstack.org/#/c/17294/ [17:56:36] SuchetaG: well, it shows all of them, but should use a pager - you can use `git log | less` or something similar to page them [17:56:52] SuchetaG: so, what does `git status` output, once again? [17:57:09] and `git diff` / `git diff --cached`? only the changes you want to commit? [17:58:39] MatmaRex: Okay git status has a line 'changes to be committed' :O [17:58:58] I didnt notice that before [18:00:08] 03(mod) InstantCommons doesn't respect $wgHTTPProxy - 10https://bugzilla.wikimedia.org/42196 +comment (10Raphael Eiselstein) [18:01:18] So, how do i fix JavaScript? [18:01:46] JavaScript is not broken. Maybe your code is [18:01:53] The editing toolbar and stuff. [18:02:18] Have a look: http://rocketpedia.uni.me [18:02:32] What should i do? [18:02:41] MatmaRex: I did git commit. Which takes me to the edit message section. What exactly am I supposed to do now? After adding the summary? [18:03:41] How do i fix it? Tell me. [18:04:03] It happened after a browser update.\ [18:05:05] SuchetaG: write whatever you want, then save and close the editor - git should resume committing [18:05:23] (in git's default editor, vim, use ':wq' to save&exit) [18:06:23] MatmaRex: vim is not git's default editor, rather, git uses the system's default editor, `echo $EDITOR` [18:06:46] unless you install git on windows [18:06:48] valhallasw: oh. well, the default for me on Windows was vim. [18:06:53] ^ [18:07:08] therocketmaster: i keep getting "your site is experiencing technical difficulties" [18:07:14] therocketmaster: including on some load.php calls [18:07:26] therocketmaster: which means that your scripts and styles are sometimes not loaded [18:07:30] does interwiki linking support file links for things like images? [18:07:32] therocketmaster: fix your hosting provider :/ [18:07:44] My host derps out sometimes. [18:08:05] therocketmaster: have you considered a VPS? much more reliable than regular hosting [18:08:05] MatmaRex: How come :wq doesnt work but? :? [18:08:08] :/ [18:08:18] VPS? [18:08:26] therocketmaster: s/sometimes/usually/ [18:08:28] virtual private server [18:08:29] On my own computer? [18:08:38] SuchetaG: sorry? i don't understand? [18:08:41] Oh. [18:08:43] no, it's through a host, but it's a virtual server that you get to control 100% [18:08:58] so you can use linux or windows, whichever you prefer. gives you much more control, very stable, and cheap [18:09:05] my linode is only $20/mo [18:09:08] Interesting. [18:09:10] MatmaRex: :wq didn't work :( [18:09:24] Any free ones? [18:09:27] hehe no [18:09:45] you might find something cheaper, but $20 is pretty great. 12GB storage, 200GB bandwidth, 512MB RAM [18:09:59] and linode does referrals, one referral gets you a free month of hosting ($20 credit) [18:10:00] shifuimam: of course the big disadvantage of that is /having to/ control it 100% [18:10:16] true [18:10:43] but it's good to learn IMO [18:10:51] therocketmaster: indeed, your hosting is giving database errors for load.php sometimes, maybe the database doesn't accept so many concurrent connections [18:10:52] it's pretty easy to get started - lots of info online [18:11:04] SuchetaG: are you on windows? what is your editor? [18:11:29] MatmaRex: I am on ubuntu ! [18:12:11] SuchetaG: then git might be launching a different editor [18:12:25] I found ChunkHost. [18:12:27] hi, i have a question, i'm using ConfirmEdit on my wiki with ReCaptcha module but bots are stil able to register on my site. Is there any other way to register? For example using api? [18:12:36] save the commit message, anyway, and exit the editor [18:12:39] and the commit should resume [18:12:53] right, so my previous question - interwiki image linking y/n? [18:12:58] I have to install everything on it myself? [18:13:10] yeah, but it's really, really easy [18:13:18] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10Bartosz Dziewoński) [18:13:21] linode sets up the basic VPS for you [18:13:31] so linux is already installed and ready to have you put whatever you need on it [18:13:42] getting apache, php, and mySQL installed is extremely simple [18:14:00] elektryk91: there's no way to register via api right now [18:14:05] shifuimam: yes, and then 6 months later your server is rooted because of an SSH exploit [18:14:14] i've had a VPS for years. never been rooted once. [18:14:18] or compromised at all [18:14:26] elektryk91: it's not impossible to break the captcha. [18:14:32] MatmaRex: so why bots can register on my wiki and pass recaptcha :C [18:14:47] MatmaRex: How would I save it anyway? :/ [18:15:15] elektryk91: dunno, make sure the captcha is actually displayed and checked? [18:15:26] But, do i have to install everything myself? [18:15:31] SuchetaG: just save the file that was opened in whatever editor [18:15:33] yes, it is [18:15:35] yeah [18:15:48] PHP, MySQL, Apache? [18:15:52] yep [18:16:01] but if you use something like ubuntu, it's as easy as running "apt-get install apache" [18:16:02] et.c [18:16:04] etc.* [18:16:27] what is the name of that special page where i can check version of MW? [18:17:54] ok, i find it [18:17:58] elektryk91: Special:Version [18:18:13] hm, maybe the probler is that i have version 1.17.0 of MW? [18:18:14] 03(NEW) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 normal; Wikimedia: Site requests; (alex_y_xu) [18:18:50] 03(mod) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 (10alex_y_xu) [18:18:52] 03(mod) FlaggedRev installation requests (tracking) - 10https://bugzilla.wikimedia.org/29744 (10alex_y_xu) [18:19:50] 03(mod) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 +comment (10Krenair) [18:20:38] 14(INVALID) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 (10Krenair) [18:21:25] elektryk91: sometimes spam isn't posted by bots, but by humans http://en.wikipedia.org/wiki/CAPTCHA#Human_solvers [18:22:33] After saving git review? MatmaRex? [18:22:57] Vulpix: so i will make question in my language to be answered [18:23:11] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10Bartosz Dziewoński) [18:23:17] SuchetaG: uhh [18:23:18] (which is not the same language as the spam language) [18:24:08] SuchetaG: i think i got lost now. :) [18:25:05] 03(mod) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 (10alex_y_xu) [18:25:10] SuchetaG: i don't think i understand your problem :/ maybe something is obvious to me that isn't to you, and i'm missing it [18:25:24] SuchetaG: what happens when you run `git commit` (without any options)? [18:25:38] right, so my previous question - interwiki image linking y/n? [18:25:45] it doens't seem like it's working..not sure what the syntax should be [18:25:51] elektryk91: then it should be easier to block edits that contain foreign language spam like this. See http://www.mediawiki.org/wiki/Spam#Edit_filtering [18:26:06] MatmaRex: It goes to the edit message section [18:26:16] Opens the editor [18:26:36] Vulpix: wow, i didn't know about this feature [18:26:43] a GUI editor? or in the terminal window? [18:26:51] 03(mod) Alter HTML so that Wikipedia logo shows up in Facebook posts, instead of MediaWiki logo - 10https://bugzilla.wikimedia.org/41510 +comment (10Pete F) [18:27:19] terminal window. Its GNU nano 2.2.6 [18:27:38] :( [18:27:52] great. write something, then save and close (if i remember correctly, using Ctrl+X) [18:28:12] shifuimam: it;s not obvious to me hwta you are trying to do [18:28:19] what* [18:28:29] interwiki links to anything should work [18:28:46] i'm running a wiki for my guild wars guild. i have interwiki linking to the official guild wars wiki (mw 1.6 i think?) working [18:29:05] interwiki linking - that is, the links appearing in the sidebar? or just as regular links? [18:29:07] i'd like to be able to link to images on the official wiki for some stuff, instead of having to manually link to specific image URLs [18:29:12] regular links work fine [18:29:25] 1.6? wow [18:29:26] but i'd like to be able to actually display/embed images from the official wiki in my own [18:29:33] 03(mod) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 (10Andre Klapper) [18:29:36] MatmaRex: See, git status says: On branch usrsession # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # modified: ext.etherEditor.js # [18:29:42] my bad [18:29:44] 1.16.5 [18:29:48] http://wiki.guildwars.com/wiki/Special:Version [18:30:01] 03(mod) Diff pages of archive pages contain some broken links - 10https://bugzilla.wikimedia.org/42608 (10Andre Klapper) [18:30:52] so for instance here: http://shifuimam.com/moop/wiki/User:Shifuimam/sandbox [18:30:58] even interwiki transclusion works. just ont images [18:31:22] the icons on the tabs are using the actual URL for the image on guild wars' site, not the mediawiki syntax [18:31:32] SuchetaG: you can also provide the commit message on the command line, like this: [18:31:34] 14(INVALID) fixDeprecatedAttributes should add a CSS class - 10https://bugzilla.wikimedia.org/39613 +comment (10Umherirrender) [18:31:54] SuchetaG: `git commit -m "First line of the mesasge" -m "Second line" -m "Etc..." ` [18:32:06] SuchetaG: but it's really weird that the regular way doesn't work for you :/ [18:32:22] i'm off for a while, back in 15 minutes [18:33:17] btw i've set it up to use "gw:" as my interwiki prefix [18:34:14] 03(mod) Re-enable FlaggedRev on en.wp - 10https://bugzilla.wikimedia.org/42609 (10alex_y_xu) [18:34:40] MatmaRex: git status is still showing the same :( [18:35:55] 03(mod) ConfirmEdit bundled with MediaWiki 1.18.3 is incompatible with MediaWiki 1.18.3 - 10https://bugzilla.wikimedia.org/36311 +comment (10Andre Klapper) [18:36:10] SuchetaG: `git commit -a -m "..." ` ? (-a is the same as `git add`-ing all modified files) [18:36:19] if this doesn't work, i have no idea what's happening [18:36:33] i might be missing something obvious :( [18:36:40] (afk for real) [18:36:58] 03(mod) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 +comment (10Nemo) [18:38:33] so i can interwiki transclude the image except that the image doesn't transclude, just whatever text might be under it [18:39:34] New review: Siebrand; "Please do not add the whole Language Engineering team as reviewer. They're not all developers and ab..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/36124 [18:41:58] New patchset: SuchetaG; "[PATCH](Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [18:42:26] New patchset: Alex Monk; "(bug 12518) Cross-wiki user rights UI should show target wiki groups instead of local" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36330 [18:42:32] marktraceur, hey! I was wondering if you have a microtask I can work on for the OPW application? [18:42:50] MatmaRex: Yay! See! It worked :D [18:43:05] The regular way only :D [18:43:38] 03(mod) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 +comment (10Krenair) [18:46:03] uhhhhhhhh....i have a file page for an image that isn't acutally hosted on my wiki [18:46:07] how did i do this? [18:46:24] http://shifuimam.com/moop/wiki/File:Althea%27s_Ashes_map.JPG [18:48:50] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/36348 [18:50:17] New patchset: Siebrand; "Update check blacklist" [translatewiki] (master) - https://gerrit.wikimedia.org/r/36356 [18:50:33] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/36356 [18:51:00] 03(UNCONFIRMED) Special:UserRights broken in Mediawiki 1.20.1 - 10https://bugzilla.wikimedia.org/42592 (10Krenair) [18:51:46] andre__, "Ever Confirmed" is misleading if it goes back to 0 when re-setting unconfirmed [18:54:26] Krenair, file a bug :) Though that sounds like an upstream issue. [18:54:40] nothing specific to our implementation, but Bugzilla in general [18:57:15] New patchset: Siebrand; "Limit to 7 jobs instead of starting one every x time" [translatewiki] (master) - https://gerrit.wikimedia.org/r/36357 [18:58:34] I asked on #wikipedia-zh and nobody knew how to speak English, or at least answered. [18:58:53] If nobody here can explain anything about operating a Chinese wiki to me, I may have to just rough it out. [18:59:51] !ask | Elecbullet [18:59:52] Elecbullet: Hi, how can we help you? Just ask your question. [19:00:49] I am an English user on Wikia. I want to create a Chinese wiki for a user. There are specific tools for Chinese wikis and I don't understand any of them. [19:02:05] what are them? I guess most of them are about language conversion (variants) [19:02:23] btw wikia is not the same as a standard (standalone) mediawiki installation [19:02:45] New patchset: Umherirrender; "Cange maxlength of Content::getTextForSummary from 250 to 255" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36358 [19:02:46] Elecbullet: ^ [19:02:52] I know that much. There are buttons at the top of the page for variants of Chinese. But Wikia's default skin hides them all. [19:03:29] Elecbullet: go to preferences, and change your skin to monobook. And report the issue to Wikia staff [19:03:33] has anyone run into this error before: Strict Standards: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. ? [19:03:52] how do you interwiki transclude an image that has a redirect on it? [19:04:02] if i transclude the image, it's transcluding the page it redirects to, not the image itself [19:04:26] I use Monobook by default, Oasis is abysmally bad. I don't know that Wikia cares tremendously about Chinese users anyway. [19:04:32] shifuimam: what does your "transcluding an image" mean? [19:04:34] New patchset: Umherirrender; "Change default maxlength of Content::getTextForSummary from 250 to 255" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36358 [19:04:58] If he prefers Mandarin I will instruct him just to write in Mandarin and leave it at that. That shouldn't be too bad. [19:05:07] New review: Umherirrender; "Fixed typo in commit message" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/36358 [19:05:22] Elecbullet: then it's wikia's fault and we care Chinese users :) [19:05:27] SuchetaG: i'm glad :) [19:05:41] and wikia is for-profit [19:05:52] liangent: example here: http://shifuimam.com/moop/wiki/User:Shifuimam/testing [19:05:57] I know, I know. I'm a big user there. I don't approve of everything they do [19:06:08] i am using {{:gw:image:Abnormal_Seed.png}} [19:06:37] i want to transclude this file: http://wiki.guildwars.com/index.php?title=File:Abnormal_Seed.png&redirect=no [19:06:42] but it has a redirect on it [19:07:00] MatmaRex: Now if I want to submit another commit? Same file. [19:07:17] SuchetaG: do the same again :) [19:07:25] 03(mod) UploadWizard doesn't highlight errors in "more info" - 10https://bugzilla.wikimedia.org/32408 +comment (10Lupo) [19:07:38] liangent: i apparently set up a foreign file repo to the guild wars wiki, so i can include some images just using [[image:$imagename]] [19:07:45] SuchetaG: (do not amend, make a new commit) [19:07:47] but images with a redirect on them do NOT work [19:08:05] Elecbullet: You should try complaining to WIkia about that topic. Last discussion I had with them about an i18n topic they basically said they were thinking of removing support for Chinese variants. [19:08:20] shifuimam: I don't really understand what you want [19:08:38] ok, i am trying to embed images from wiki.guildwars.com into my own wiki [19:08:45] you're "transcluding an image page" instead of "using an image" [19:09:08] well, so i can use an image from wiki.guildwars.com like this: [[image:Abnormal_Seed.jpg]] [19:09:22] i believe this is because i have a foreign file repo set up to guild wars' wiki. however, the above doesn't work if the image has a redirect on it [19:09:31] I am trying to use the API for editing but I am getting an this error: Fatal error: Call-time pass-by-reference has been removed in /extensions/WikiObjectModel/includes/apis/WOM_OutputProcessor.php on line 107... any ideas what i am doing wrong? [19:09:50] MatmaRex: Yeah. , but now when i am trying to add the file here, it says nothing to commit. [19:09:51] ok [[image:Abnormal_Seed.jpg]] should be working I think [19:09:51] so if you look at this image on my own wiki: http://shifuimam.com/moop/wiki/File:Abnormal_Seed.jpg --- this is actually an image hosted on guild wars' wiki [19:09:56] it does [19:10:16] but, for example, there's another image i want to link to, called Abnormal_Seed.png --- this file exists on the GW wiki [19:10:20] New patchset: Siebrand; "Limit to 10 jobs instead of starting one every x time" [translatewiki] (master) - https://gerrit.wikimedia.org/r/36357 [19:10:28] however it has a redirect set up so that you can't access the image's file page directly [19:10:31] so it doesn't work [19:10:40] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/36357 [19:10:44] this is the image i am trying to use: http://wiki.guildwars.com/index.php?title=File:Abnormal_Seed.png&redirect=no [19:10:47] rgeiger: about the strict standards error, put the following in LocalSettings.php (or replace the line that contains something similar): [19:10:48] error_reporting(E_ERROR | E_WARNING | E_PARSE); [19:10:51] Well Daniel, you can "Create a free wiki" for some 200 languages so at least, statistically, there are probably languages less supported than Chinese. [19:10:52] New review: MarkAHershberger; "I'd like to see multiple cases, those that are expected to work as well as those expected to fail, b..." [wikimedia/bugzilla/modifications] (master) C: 1; - https://gerrit.wikimedia.org/r/33747 [19:11:11] shifuimam: so what do you want to see on http://shifuimam.com/moop/wiki/User:Shifuimam/testing [19:11:22] i want to see the image at http://wiki.guildwars.com/index.php?title=File:Abnormal_Seed.png&redirect=no [19:11:28] vulpix: ok, one sec [19:11:39] so it's http://wiki.guildwars.com/images/c/c7/Abnormal_Seed.png right? [19:11:41] if you go to http://wiki.guildwars.com/File:Abnormal_Seed.png it just redirects to the item page [19:11:51] yeah. but i'd like to link to it witout needing the explicit full URL for the image [19:11:52] New patchset: Umherirrender; "Trim spaces on user supplied comments" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36359 [19:12:15] this is for a page with a list of items, so if i can link to it using wikimarkup i can make a template to easily link to each image based on the item name [19:12:18] then what if you type [[image:Abnormal_Seed.jpg]] on http://shifuimam.com/moop/wiki/User:Shifuimam/testing [19:12:40] that works - reload the page [19:12:42] the image is there [19:12:51] so isn't this what you need? [19:12:55] no :( [19:13:02] the images i'm trying to link to are all set up with redirets [19:13:14] for instance, go here: http://wiki.guildwars.com/wiki/File:Copper_Crimson_Skull_Coin.png [19:13:33] i want to show that image (the coin on the upper right corner of the page) on my testing page [19:13:52] vulpix: alright, it doesn't show the error anymore [19:14:12] what's the different besides being scaled down? [19:14:26] well, a lot of the images i wnat to link to don't have a version that isn't redirecting [19:14:31] like the coin on that page. that's the only image of it [19:14:48] if [[image:Abnormal_Seed.jpg]] works, then you would think that, say, [[image:Copper_Crimson_Skull_Coin.png]] [19:14:48] should work [19:14:51] but it doesn't [19:15:09] rgeiger: WOM isn't very well maintained [19:15:11] refresh my test page - you'll see it points to a file that doesn't exist [19:16:11] danielfriesen: does that mean API edit doesn't work? [19:16:32] rgeiger: eh? [19:16:47] We have a perfectly good edit api that has nothing to do with WOM [19:17:22] really.. how is your foreign repo configured? [19:17:33] i am trying to use the API edit but that is the error i am getting [19:17:38] i can't recall... what is the name of the scripts that dumps the wiki into xml? [19:17:55] liangent: https://gist.github.com/4184262 [19:18:07] rgeiger: That's because WOM isn't well maintained and has incorrect code that causes PHP to spew messages [19:19:11] ok, i'll try to disable it and see if my editing script works [19:19:20] someone forgot to bump the MediaWiki version release :P [19:19:37] Vulpix: where? [19:19:45] the topic of this channel [19:20:02] liangent: am i missing an option in there? [19:20:03] Ah, security release [19:20:12] riiiiight... I need to apply that to a few wikis [19:20:28] shifuimam: I doubt it might be a bug [19:21:19] 03(mod) Edits before page moves are shown in unexpected places in the watchlist - 10https://bugzilla.wikimedia.org/41033 +comment (10Umherirrender) [19:21:47] well, crap [19:23:23] it's definitely the redirect portion that's causing a problem [19:23:53] if you refresh my test page, the coin shows up now. i removed the redirect from the guild wars image page to see what would happen [19:25:02] shifuimam: because we allow file redirecting to another file and in this case the target file is displayed... [19:25:15] but when the target is not a file... I don't know what should happen [19:26:00] 03(mod) Text layer of DjVu files doesn't appear in Page namespace - 10https://bugzilla.wikimedia.org/42466 major->04CRIT; +comment (10Philippe Elie) [19:26:01] well, crap [19:35:04] 03(mod) Request for new Analytics components in Bugzilla - 10https://bugzilla.wikimedia.org/42088 +comment (10Andre Klapper) [19:35:22] liangent: is there any way with wikimarkup to get the full URL of an image? [19:35:29] mutante, fixed that git-review issue I mentioned earlier and got it merged upstream [19:35:44] https://review.openstack.org/#/c/17294/ [19:38:35] shifuimam: {{filepath: filename.jpg }} [19:39:05] but not sure whether it also fails for foreign api file with a redirect to non-file... [19:40:16] what should that syntax output? [19:41:36] shifuimam: http://www.mediawiki.org/wiki/Help:Magic_words#URL_data [19:42:43] 03(mod) InstantCommons doesn't respect $wgHTTPProxy - 10https://bugzilla.wikimedia.org/42196 +comment (10Raphael Eiselstein) [19:44:45] 03(mod) Text layer of DjVu files doesn't appear in Page namespace - 10https://bugzilla.wikimedia.org/42466 04CRIT->major; +comment (10Doug) [19:45:55] hmm. filepath doesn't even work for images i've uploaded myself.. [19:46:39] nevermind, i'm retarded [19:49:03] yep, it would appear that the redirect breaks the ability to get the file path [19:49:05] this is REALLY annoying [19:49:12] 03(NEW) ForeignAPIRepo should ignore file redirects to non-file - 10https://bugzilla.wikimedia.org/42610 normal; MediaWiki: File management; (liangent) [19:49:24] FWIW, filepath does work for images via foreign API repo that do not have a redirect [19:51:23] 03(NEW) Superfluous newlines added in PythonSingleFFS - 10https://bugzilla.wikimedia.org/42611 major; MediaWiki extensions: Translate; (s.mazeland) [19:51:41] New patchset: Umherirrender; "(bug 37263) better handling of minor/bot in enhanced changelist" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36360 [19:53:31] 03(ASSIGNED) Enhanced watchlist shows inconsistent behavior when showing "minor" and "bot" flag for multiple changes - 10https://bugzilla.wikimedia.org/37263 +patch-in-gerrit; +comment (10Umherirrender) [19:53:46] shifuimam: yeah see bug 42610 I filed above [19:54:00] oh i blocked the bots in this channel. too much noise :P [19:54:32] found it - thanks! [19:55:40] How can I get the the base url page id from PHP ext coding [19:55:41] 03(mod) [EmbedVideo] Fatal error: Class 'Hmtl' not found in EmbedVideo.hooks.php on line 119 - 10https://bugzilla.wikimedia.org/36845 +comment (10Umherirrender) [19:56:22] 03(NEW) PythonSingleFFS does not observe codeMap - 10https://bugzilla.wikimedia.org/42612 major; MediaWiki extensions: Translate; (s.mazeland) [19:58:08] Vulpix: i am still having trouble with the Strict Standard... is there a fix for it? [19:58:47] Strict Standards: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. [19:59:05] In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/Setup.php on line 207 [20:00:11] 03(NEW) Inconsistent file parts order in JsonFFS - 10https://bugzilla.wikimedia.org/42613 normal; MediaWiki extensions: Translate; (s.mazeland) [20:00:55] New patchset: Jarry1250; "(bug #32987) The language used to render SVGs should be definable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25838 [20:03:07] rgeiger: do you have access to edit the php.ini file? [20:04:28] yea, i should be able to edit the local php.ini [20:06:17] you can change the error_reporting setting there, Setup.php is probably read before your error_reporting change [20:06:19] try also http://www.mediawiki.org/wiki/Manual:Timezone [20:06:27] New patchset: Umherirrender; "(bug 36211) add cursor:pointer to .mw-enhancedchanges-arrow" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36361 [20:07:09] 03(mod) [Regression] Show special cursor for expanding/collapsing in enhanced wachtlist/recent changes - 10https://bugzilla.wikimedia.org/36211 +comment (10Umherirrender) [20:09:13] hmm.... ok i will mess around with that [20:18:52] New patchset: SuchetaG; "[PATCH](Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [20:20:37] SuchetaG: congrats :) [20:20:43] Yay! [20:21:08] Vulpix: Thanks ^_^ [20:21:21] marktraceur: Finally :P [20:21:25] SuchetaG: It doesn't look right--it still uses plain strings, not the messages? [20:23:22] marktraceur: that amend command doesnt combine the codes? [20:23:53] :( [20:25:15] It just changes the commit message? Is that so? [20:25:57] SuchetaG: `git commit --amend` should commit everything [20:26:07] SuchetaG: are you sure you `git add`-ed the modified files? [20:26:27] (or you could use `git commit -a --amend`, but make sure that you don't commit something you didn't want to) [20:28:56] SuchetaG, what does [PATCH] mean? [20:30:32] a patch to fix a broken piece of software, I gess :P [20:31:20] it shouldn't be in the commit summary, of course [20:32:32] I am sorry, if I wasn't supposed to write that :) Will edit [20:33:26] .MatmaRex: Actually this time git add gives On branch usrsession # Untracked files: # (use "git add ..." to include in what will be committed) # # ../COMMITMSG nothing added to commit but untracked files present (use "git add" to track) [20:33:54] I mean after 'git add' ing, git status gives that ^^ [20:35:07] i ukasiu_admina [20:35:12] whoops, wrong window. [20:35:25] :O [20:35:29] SuchetaG: you seem to have done something weird D: [20:36:16] Oh. Naturally :( [20:37:29] But what could be the weird part :/ I just did it in the same way as before [20:39:54] good day [20:40:51] question...is there a particular upgrade/migration path if one wants to switch from using the packaged stable releases to using the git repository? [20:42:27] New patchset: Siebrand; "Add configuration for icons" [translatewiki] (master) - https://gerrit.wikimedia.org/r/36362 [20:42:28] SuchetaG: Can you confirm that `git diff` shows the right thing? [20:42:48] New patchset: SuchetaG; "(Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [20:52:23] New patchset: SuchetaG; "(Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [20:53:21] SuchetaG: have you modified any other files apart from modules/ext.etherEditor.js? [20:58:26] 03(mod) Request for new Analytics components in Bugzilla - 10https://bugzilla.wikimedia.org/42088 +comment (10Diederik van Liere) [21:02:07] New patchset: SuchetaG; "(Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [21:03:05] marktraceur: git diff does show the right thing! [21:03:19] Vulpix: No :( [21:04:14] That's really strange [21:04:46] Oh no! [21:04:56] SuchetaG: ^^^ why not mw.msg? [21:05:20] marktraceur: git diff shows both! [21:05:37] the string and the message! [21:06:56] wizardist: I did that only. The commit wont take it now [21:07:35] SuchetaG: your first patch submission? good luck! :) [21:08:06] Jasper_Deng, it looks like you could've limited filter 14 to the user namespace instead [21:08:19] s/instead/as well [21:09:50] Oh it is already? ignore me :P [21:10:25] wizardist: Technically so. Although now it seems like I have submitted the same patch 5 times [21:10:31] 03(FIXED) Method Message::__toString() must not throw an exception in SpecialContributions.php - 10https://bugzilla.wikimedia.org/39398 +comment (10Umherirrender) [21:10:33] :( [21:10:42] !sumanah [21:10:42] Wikimedia Volunteer Development Coordinator in charge of nurturing the software community. See http://www.mediawiki.org/wiki/User:Sumanah [21:11:13] She can help you to make your way through... [21:11:44] marktraceur: :( I am so clueless [21:12:05] SuchetaG: No, it's fine, something's clearly wrong [21:12:14] SuchetaG: Can you pastebin the output of git diff? [21:12:25] and git status! [21:14:08] 03(ASSIGNED) It's unclear which language should be used in Special:CreateItem - 10https://bugzilla.wikimedia.org/41001 +patch-in-gerrit; +comment (10Amir E. Aharoni) [21:14:31] marktraceur:http://pastebin.com/BgSXmb91 [21:14:46] See both the lines are there [21:14:55] SuchetaG: What about git status? [21:16:41] marktraceur:http://pastebin.com/UD99EeZE [21:17:25] SuchetaG: if you don't want to manually stage files for commit, you can just add '-a' argument while commiting [21:17:29] like: commit -a [21:17:34] Oh. There is one minus sign before the string code. [21:17:38] or, if amending: commit --amend -a [21:18:35] wizardist: You think that would work? [21:18:40] question...is there a particular upgrade/migration path if one wants to switch from using the packaged stable releases to using the git repository? [21:19:23] Renegade15: well, all your previous patchsets seem to be all the same, so probably you didn't stage your files again [21:19:48] try 'commit --amend -a', don't change the description, then 'git review' [21:19:52] wrong target, I think [21:20:32] Renegade15: You'd probably just have to clone the git one and then move all the modified stuff over to it from the old one. [21:20:35] Or something. [21:20:37] I dunno. [21:21:21] Renegade15: I believe general upgrade notes apply. [21:21:54] that's all? just pretend it's yet another new version? [21:22:43] Pretty much, yeah. [21:22:51] well... depends on what is your current stable release :) [21:23:40] 1.19.2 [21:25:12] Has anyone made progress toward versioning extensions in git? [21:25:57] wizardist: To ssh://suchetag@gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor.git ! [remote rejected] HEAD -> refs/publish/master/bug/39441 (no new changes) error: failed to push some refs to 'ssh://suchetag@gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor.git' [21:26:11] >.< [21:26:46] haha. and here I go to get some sleep :*( [21:27:22] wizardist: Such a cruel moment to laugh :-| [21:27:42] delete your branch, checkout master, pull, review -d REVIEWID, make enhancements again, commit --amend -a, review [21:28:13] :O [21:28:43] That's the most idiotic solution that came to my mind, but afaik it works, worked for me btw [21:29:37] :'( [21:30:27] first checkout master, then delete the branch of course [21:30:44] How to delete a branch? :P [21:31:03] git branch -D branchname [21:31:26] (it's not 'master' :)) [21:32:02] SuchetaG: Hold on now [21:32:17] SuchetaG: What does git status say for you? [21:32:47] marktraceur:http://pastebin.com/UD99EeZE [21:34:59] 04(REOPENED) Upgrades should provide a way to separate out schema changes for environments that need it - 10https://bugzilla.wikimedia.org/38110 +comment (10Mark A. Hershberger) [21:35:40] SuchetaG: Then you still need to `git commit -a --amend` again [21:35:42] Krenair: it /is/ limited to the user namespace [21:35:52] Yes I realised that afterwards :p [21:36:15] I also realised it wouldn't've stopped that situation [21:37:41] New patchset: Zfilipin; "Updated Ruby gems" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/36364 [21:38:30] New patchset: Umherirrender; "Show comment not as block in tables" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36365 [21:40:38] marktraceur: status is te same :( [21:40:50] 03(mod) Reverting to an old version of a video file does not trigger new transcodes - 10https://bugzilla.wikimedia.org/42294 +comment (10Marco) [21:43:04] 03(mod) Implement image tracking in the monuments database - 10https://bugzilla.wikimedia.org/37455 +comment (10Maarten Dammers) [21:43:38] SuchetaG: What command are you running to commit the change? [21:43:55] New patchset: SuchetaG; "(Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [21:44:05] 03(WONTFIX) Add Egypt (not participating in 2012) to the database as far as available - 10https://bugzilla.wikimedia.org/39165 +comment (10Maarten Dammers) [21:44:21] There it is! [21:44:31] YES! [21:44:42] Phew . :) [21:45:29] You know what was happening? [21:45:49] 03(WONTFIX) Add field on copyright expiration - 10https://bugzilla.wikimedia.org/38462 +comment (10Maarten Dammers) [21:46:14] Everytime I was doing review -d [21:46:30] 03(mod) Add a monument_random field + index to the monuments_all table - 10https://bugzilla.wikimedia.org/37974 +comment (10Maarten Dammers) [21:47:11] The .js file in my machine was getting changed. Then I was git- adding that changed one only. [21:47:34] Ohhh. [21:48:06] SuchetaG: Well, now you have a better idea of it [21:48:15] SuchetaG: I'll review it now :) [21:49:08] 03(mod) Lat/lon should be NULL when empty - 10https://bugzilla.wikimedia.org/37422 +comment (10Maarten Dammers) [21:49:29] marktraceur: I didn't notice that before. It didnt strike actually. The i realized it could be the problem. So I kept that .js file opened in the editor to test. And bingo ! [21:49:37] 03(mod) Use ResourceLoader/mw.config for jsReviewNeedsChange - 10https://bugzilla.wikimedia.org/34716 (10db) [21:49:46] 03(mod) allow export of deleted pages - 10https://bugzilla.wikimedia.org/28858 (10db) [21:49:54] SuchetaG: So....git review -d is what you use to *download* a change [21:50:02] 03(mod) Create tool listing user WLM contributions - 10https://bugzilla.wikimedia.org/39293 +comment (10Maarten Dammers) [21:50:10] SuchetaG: When you're submitting one, you shouldn't use -d [21:50:15] 03(mod) make guiuser of meta=globaluserinfo multi - 10https://bugzilla.wikimedia.org/32625 (10db) [21:50:24] 03(mod) provide log in link, when visit Special:ChangePassword or Special:ChangeEmail as anon - 10https://bugzilla.wikimedia.org/32674 (10db) [21:50:36] 03(mod) API: Allow listing of logevents per userid/pageid - 10https://bugzilla.wikimedia.org/32675 (10db) [21:50:41] 03(mod) add wiki filter to prop=globalusage - 10https://bugzilla.wikimedia.org/32776 (10db) [21:50:51] 03(mod) let list=logevents use the new LogFormatter to format its output - 10https://bugzilla.wikimedia.org/33235 (10db) [21:50:58] 03(mod) Add Bangladesh to the monuments database in .... - 10https://bugzilla.wikimedia.org/38318 +comment (10Maarten Dammers) [21:50:59] 03(mod) Store performer, reason and timestamp in page restrictions table - 10https://bugzilla.wikimedia.org/34497 (10db) [21:51:01] 03(mod) Add byte change also to Special:DeletedContributions - 10https://bugzilla.wikimedia.org/34523 (10db) [21:51:04] 03(mod) Add all the filter options from Special:Contributions to Special:DeletedContributions - 10https://bugzilla.wikimedia.org/34524 (10db) [21:51:10] 03(mod) add timestamp near cache key (JS/CSS minify) - 10https://bugzilla.wikimedia.org/34779 (10db) [21:51:25] 03(mod) JSMinifier: Skip '+' when both side is a literal - 10https://bugzilla.wikimedia.org/34905 (10db) [21:51:29] 03(mod) Add better revision delete handling for list=filearchive - 10https://bugzilla.wikimedia.org/34926 (10db) [21:51:38] marktraceur: No no.I used it to checkout the change. As written on the docs. [21:51:44] 03(mod) Add UNESCO World Heritage Sites to database - 10https://bugzilla.wikimedia.org/42265 +comment (10Maarten Dammers) [21:51:45] 03(mod) output status with prop=stashimageinfo - 10https://bugzilla.wikimedia.org/34950 (10db) [21:51:48] 03(mod) Make ResourceLoader option visible on Special:Gadgets - 10https://bugzilla.wikimedia.org/35097 (10db) [21:51:53] 03(mod) Add user_last_timestamp of user_newtalk to meta=userinfo&uiprop=hasmsg - 10https://bugzilla.wikimedia.org/39312 (10db) [21:51:58] 03(mod) allow multi-user block/unblock through API - 10https://bugzilla.wikimedia.org/40275 (10db) [21:52:10] 03(mod) allow multi-page protect/unprotect through API - 10https://bugzilla.wikimedia.org/40276 (10db) [21:52:19] 03(mod) Add user right to see logs which are deleted by deletelogentry - 10https://bugzilla.wikimedia.org/40411 (10db) [21:52:24] 03(WONTFIX) Add Liechtenstein to the monuments database - 10https://bugzilla.wikimedia.org/38326 +comment (10Maarten Dammers) [21:52:26] SuchetaG: So the workflow went `git review -d `, make the change, `git commit -a --amend`, `git review -R`, right? [21:52:30] 03(mod) clean up timestamp database fields - 10https://bugzilla.wikimedia.org/40626 (10db) [21:52:36] 03(mod) remove unused field rc_cur_time from recentchanges table - 10https://bugzilla.wikimedia.org/40667 (10db) [21:52:40] 03(mod) meta=allmessages shows more messages of extensions, not installed on that wikis - 10https://bugzilla.wikimedia.org/41741 (10db) [21:52:46] $wgUsePathInfo shoudl this give me path info [21:52:49] 03(mod) Watchlist grouping - api part - 10https://bugzilla.wikimedia.org/41901 (10db) [21:52:51] with page title [21:52:53] 03(mod) invalid ip on Special:GlobalBlockList gives 0.0.0.0 - 10https://bugzilla.wikimedia.org/42501 (10db) [21:52:58] 03(mod) http://dumps.wikimedia.org/other/pagecounts-raw/ needs a dynamic year list - 10https://bugzilla.wikimedia.org/42585 (10db) [21:53:01] all I get is a number 1 [21:53:58] Is that a bug in 1.20.x [21:54:20] marktraceur: Precisely. :) But yeah. It was becoming an algorithm with a broken loop :P [21:55:29] And what's more strange is , Yay! I am more happy to figure that algorithm out. :D marktraceur [21:55:34] 03(mod) Add UNESCO World Heritage Sites to database - 10https://bugzilla.wikimedia.org/42265 +comment (10Effeietsanders) [21:57:41] SuchetaG: So while you're at it, could you trim the commit message a bit? I'm glad you understand how to do things, but I think we really only need to know the functional changes. So "added tooltips for the pad and session lists" should be roughly enough :) [21:57:51] SuchetaG: Keep the bug number, of course [21:59:48] Er, "user and session lists", sorry [22:00:01] marktraceur: :D Again I followed the docs. And they have almost warned people to add a *A detailed summary of the committed changes.* and have a very scary example given :P [22:00:16] Heh, true [22:00:43] SuchetaG: That's fine, I happen to like it, but it does seem a bit much [22:01:21] I know. I thought you'd scold me if I keep it precise :D [22:01:38] New review: MarkTraceur; "The commit message could be a bit shorter, but that's OK. I've also noted an inline issue that I thi..." [mediawiki/extensions/EtherEditor] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/36355 [22:01:56] SuchetaG: If your message fully describes what changes, it can be short if you'd like :) [22:02:15] SuchetaG: I reviewed it, would like another change, but I think this is plenty for an intro task [22:02:27] SuchetaG: In short, you should get some sleep :) [22:03:19] marktraceur: Hehe. thanks :D I have some exams to write too :P [22:03:46] How adventurous :D [22:06:35] marktraceur: So, I wont keep any of the codes in the comment? [22:07:34] how short you want it to be. ( I wont be able to sleep with jobs undone :P ) [22:08:41] 03(NEW) JobQueueDB::claimRandom seems very slow with lots of jobs - 10https://bugzilla.wikimedia.org/42614 normal; MediaWiki: JobQueue; (niklas.laxstrom) [22:09:17] New patchset: Jnfsmile; "Adding the files" [mediawiki/extensions/MobileSections] (master) - https://gerrit.wikimedia.org/r/36366 [22:09:42] sumanah: Hi! :) [22:09:54] SuchetaG: As short as you can make it while still explaining the change, use your best judgement :) [22:09:55] Hi SuchetaG! [22:10:01] sorry I'm just dropping in very briefly [22:10:25] andre__: hi, how's it going? you around? [22:10:43] sumanah: Could you give me the link of that video again? :) Please? [22:10:57] SuchetaG: let me guess, you don't have logging enabled on your IRC client? [22:11:20] nevening sumanah. [22:11:25] diving emails. [22:11:30] SuchetaG: https://www.mediawiki.org/wiki/Meetings/2012-11-29 [22:11:54] SuchetaG: I highly recommend that you use a dedicated IRC client that lets you look at your logs later, such as XChat. https://code.google.com/p/google-summer-of-code/wiki/Irc has tips [22:13:20] sumanah: Oh okay. Sure :) I was online from phone the other day. [22:13:26] ah, got it [22:16:43] How do I get title with _ $context->getTitle() gets name without title. [22:17:03] title underscores [22:17:56] andre__: anything in particular happening re the revert of LST? [22:18:04] 03(mod) JobQueueDB::claimRandom seems very slow with lots of jobs - 10https://bugzilla.wikimedia.org/42614 +performance (10Andre Klapper) [22:20:24] Do i have to replace spaces with _ when getting titles [22:20:32] sumanah: I saw one too generic (no time info) comment in the forums so I could also only ask for more info and state that there were issues with LST [22:20:56] andre__: ok, thanks, just wanted to check! [22:21:51] New patchset: SuchetaG; "(Bug 39441) Added tooltips to the icons for session and user lists" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/36355 [22:21:58] factor, not an answer to your question, but you're aware of http://www.mediawiki.org/wiki/Manual:$wgTitle I guess? [22:22:35] marktraceur: Now? [22:22:44] its not in use any more [22:22:51] $wgtitle is gone [22:22:57] 1.20.x [22:23:09] marktraceur: What do you think about it? [22:23:52] $parser->getTitle() is the replacement but its got spaces in it not _ [22:24:27] factor: Should be a simple case of str_replace'ing them back [22:24:42] heh ok that is what i wanted to know [22:26:30] SuchetaG: Again, it's enough for your intro task, but my inline comment stands [22:27:16] No No :) I edited the comment. [22:27:35] marktraceur: Did you check? [22:28:21] marktraceur: https://gerrit.wikimedia.org/r/#/c/36355/ [22:34:14] New patchset: Jarry1250; "(bug #32987) The language used to render SVGs should be definable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25838 [22:35:47] SuchetaG: The inline comment was about something different [22:35:59] SuchetaG: https://gerrit.wikimedia.org/r/#/c/36355/6/modules/ext.etherEditor.js [22:37:13] Yes yes. I checked that. Shall I do it now? marktraceur? [22:41:22] New patchset: Jarry1250; "(bug #32987) The language used to render SVGs should be definable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25838 [22:43:15] How can I get the index.php name [22:43:43] I can get the domain and page but not the index.php [22:50:04] New patchset: Jarry1250; "(bug #32987) The language used to render SVGs should be definable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25838 [22:52:35] SuchetaG: You don't have to :) [22:52:44] factor: I'm not sure anyone renames index.php [22:53:32] factor: But if you consider $wgScript [22:53:37] humm. ok [22:53:43] looking [22:53:45] marktraceur: Tested that on localhost. Yes. Should have done that :( [22:53:54] factor: That's equal to "{$wgScriptPath}/index{$wgScriptExtension}". by default [22:54:16] So you could strip out the $wgScriptPath [22:54:27] *$wgScriptPath/ [22:54:57] So i can hard code index.php and shoudl be ok [22:55:52] factor: You could do, or, as I say, either use $wgScript or make your own globaal based on it [22:56:06] Most cases I've seen just use $wgScript [22:56:16] yes I had one but it kept putting /1 in my path [22:56:24] Translatewiki.net uses i.php. [22:56:27] I believe. [22:56:33] ok [22:56:37] It should be pretty easy to change. [22:56:47] Though you'll probably want to keep the old URLs working. [22:56:56] Susan: Ah, interesting, I learn something new every day :) [22:57:22] Rage. [23:00:09] marktraceur: Should I apply now? [23:03:44] $wgArticlePath gets me /index.php/$1 I could strip the $1 from it [23:04:02] that should work as a variable [23:04:51] SuchetaG: Yes, absolutely! [23:05:48] marktraceur: Ok :) Thank you ! ^_^ [23:12:12] 03(NEW) [Vector] recent changes uses different font for rows showing wikibase-item - 10https://bugzilla.wikimedia.org/42615 normal; MediaWiki extensions: WikidataRepo; (bugreporter) [23:29:12] 03(mod) API: Allow listing of logevents per userid/pageid - 10https://bugzilla.wikimedia.org/32675 +comment (10Daniel Friesen) [23:29:35] 03(FIXED) It's unclear which language should be used in Special:CreateItem - 10https://bugzilla.wikimedia.org/41001 +comment (10Amir E. Aharoni) [23:41:02] * DanielFriesen has been thinking of making the new skin system somewhat js smart [23:42:24] Already in my ideas, you'd... Write out the definition of how links are broken up into groups. Write markup that takes those lists of links and turns them into html lists with additional spans, classes, etc... [23:42:38] But perhaps that could be even smarter. [23:43:41] The template system could remember the markup pattern for a list item in one of those lists. And expose that pattern to js. [23:44:34] And it could output data attributes in list items to detail where they fit into the link group definitions. [23:47:00] Then using that information we could have really smart things like `mw.ui.addLink( 'page.actions.purge', { text: mw.message( 'purge' ), href: mw.title.getLocalURL( 'action=purge' ) } );` [23:48:32] And without the calling script understanding anything about the skin -- and without any hardcoded ids or restricted patterns -- the code would automatically add the link exactly where it should be. In the exact same place it would end up if you had added the link server side. [23:48:56] Even if that means the link is not appended but instead inserted into the middle of a group of links. [23:51:29] New patchset: MarkAHershberger; "(bug 38110) provide a way to separate out schema changes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36367 [23:54:03] does the edit API work with any namespace? I have a namespace that I created and whenever I try to write to that namespace it says it is an invalid title [23:56:53] rgeiger: Namespaces have nothing to do with whether a title is valid or not. So there is likely something wrong with the input you're giving. [23:58:55] hmm... if i get rid of the namespace there is no problem [23:59:06] 03(mod) Install Component watching extension for bugzilla - 10https://bugzilla.wikimedia.org/37105 +comment (10Andre Klapper)