[00:46:33] 03(mod) Fix the instance types - 10https://bugzilla.wikimedia.org/40943 +comment (10Ryan Lane) [00:50:30] 03(mod) link the project name in Nova_Resource: table - 10https://bugzilla.wikimedia.org/40999 +comment (10Ryan Lane) [01:04:41] New patchset: Alex Monk; "(bug 23721) Only show deletedOnly checkbox on contribs and history if the user can see deleted entries" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27870 [01:05:24] 03(mod) Useless "Deleted only" checkbox on page history and Special:Contributions for users unable to view deleted revisions - 10https://bugzilla.wikimedia.org/23721 +comment (10Krenair) [02:20:10] New review: Madman; "Looks good to me; my questions are of secondary importance." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/22880 [02:29:30] 14(INVALID) Some languages have blank homepages - 10https://bugzilla.wikimedia.org/36786 +comment (10Hydra) [02:44:05] Any SVN admin around? [03:17:38] 03(mod) $wgSecureLogin is broken - 10https://bugzilla.wikimedia.org/40789 +comment (10Oliver Keyes) [04:21:04] quick question: dual core windows VM with 2gb ram, should my pages be taking 3 seconds to load or is something wrong? [04:21:31] the page in question is the default main page [04:26:05] Lack of opt code caching, lack of data caching, use of things that slow down the parser... could be anything [04:26:15] kraftman, ^ [04:26:31] thanks, just wanted to check the specs werent limiting it [04:26:34] ill have a play [04:30:18] what are the indexes on the revision table? [04:32:53] where would I find that? [04:39:41] Tim-away, [04:39:45] Gah [04:42:02] Betacommand, rev_id, (rev_page, rev_id), rev_timestamp, (rev_page,rev_timestamp), (rev_user, rev_timestamp), (rev_user_text, rev_timestamp), (rev_page, rev_user, rev_timestamp) [04:56:16] tables.sql [05:20:37] New review: Daniel Friesen; "Re-reading my own code I think this is sane." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/26819 [05:57:45] New patchset: Victor Vasiliev; "* Introduce new ustring library according to specification. * Add ICU as a build dependency" [mediawiki/php/luasandbox] (master) - https://gerrit.wikimedia.org/r/27921 [05:59:48] New patchset: Victor Vasiliev; "Introduce new ustring library according to specification." [mediawiki/php/luasandbox] (master) - https://gerrit.wikimedia.org/r/27921 [06:03:25] 03(NEW) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 enhancement; Wikimedia: Site configuration; (kimmo.virtanen) [06:28:47] Can I ask why we don't use the English name of some languages in MediaWiki (while on en.wikipedia.org)? If you look into Special:SiteMatrix and see things like code=lbe that doesn't use English at all, but why? [06:28:47] (I posted this in #mediawiki-i18n, but I think I would get more people to see in here) [06:31:03] Hydriz: because their names are not available in cldr? [06:31:28] there is no relation with CLDR (afaik), its in core [06:32:44] Hydriz: there's some core code looking for a hook to provide data, and extension:languagenames implements that hook [06:33:24] liangent: Shouldn't the extension work without CLDR (or any extension dependency)? [06:36:02] Hydriz: that extension states it uses data from cldr and is pre-packaged with the extension [06:36:25] 03(NEW) 22px-Flag_of_South_Korea.svg.png broken as an HTML is returned instead of a PNG - 10https://bugzilla.wikimedia.org/41017 normal; Wikimedia: SVG rendering; (xu.jimmy.wrk) [06:36:43] liangent: Yes, it is prepackaged with the extension, but MediaWiki *shouldn't* use extension code in core functionality. [06:37:36] Hydriz: look at Language::fetchLanguageNames(). [06:37:58] Hydriz: as you can read chinese there's a real bug: for chinese the localized name is only available for zh-hans and zh-hant and not for zh-cn etc [06:38:06] fallback languages should be checked in this case [06:40:39] hmm, I don't think I phrased my question clearly: I am trying to point out that Special:SiteMatrix should have the English names for *all* languages while inside an English wiki (like en.wikipedia.org), but apparently there are languages like code=lbe that doesn't [06:41:03] It outputs "лакку" for lbe [06:41:20] but it should be лакку (Lak) [06:41:30] Hydriz: how can we know its "Lak" name? [06:42:04] erm, can you rephrase that? I didn't catch what you just said :( [06:43:02] Hydriz: we don't have that info (name of lbe in English is "Lak") in core [06:43:36] Hydriz: neither in SiteMatrix (it's another extension...) [06:43:54] liangent: but Special:Preferences has the list. [06:45:10] Hydriz: I can't find "Lak" there [06:45:22] you don't, it is supposed to be added. [06:45:34] liangent: You need to find the code "lbe" [06:45:53] liangent: Then you can see that it is not localised into English, which is my question about why not? [06:48:07] Hydriz: that's a lot work to do [06:48:18] so far we have thousands of messages [06:48:45] you don't say :P [06:48:59] but to add language translations we need to add about 100,000 messages [06:49:42] (an estimation, we have ~350 languages, 350*350=122500) [06:51:37] Hydriz: so we expect cldr can provide we with this data then their data is incomplete for all language we supports [06:52:02] so I said "because their names are not available in cldr" in my first line [06:52:48] Ah, I see [06:53:05] Just disabled CLDR on my test wiki, which would remove all the bracketed stuff [06:53:33] weird about why there is a dependency on CLDR, and why it is not in core when it is used by core itself. [06:55:12] liangent: Thanks for that help, I would probably have to look at CLDR itself and define it there, grr.. [07:02:37] 03(NEW) fixDeprecatedAttributes incorrectly converts the type attribute of lists and list items - 10https://bugzilla.wikimedia.org/41018 normal; MediaWiki: General/Unknown; (pleasestand) [07:02:57] 03(mod) fixDeprecatedAttributes incorrectly converts the type attribute of lists and list items - 10https://bugzilla.wikimedia.org/41018 (10PleaseStand) [07:20:09] 03(mod) $wgSecureLogin is broken - 10https://bugzilla.wikimedia.org/40789 (10Nemo_bis) [07:21:18] 03(mod) $wgSecureLogin is broken - 10https://bugzilla.wikimedia.org/40789 +comment (10Nemo_bis) [07:23:44] 03(NEW) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41019 normal; Wikimedia: Git/Gerrit; (raimond.spekking) [07:23:55] 03(mod) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41019 +ops (10Raimond Spekking) [07:42:22] 03(NEW) some photos have unreadable EXIF info because it's not in Unicode - 10https://bugzilla.wikimedia.org/41020 enhancement; MediaWiki: File management; (amir.aharoni) [07:43:04] 03(mod) some photos have unreadable EXIF info because it's not in Unicode - 10https://bugzilla.wikimedia.org/41020 +comment (10Amir E. Aharoni) [07:47:11] 03(mod) $wgSecureLogin is broken - 10https://bugzilla.wikimedia.org/40789 +comment (10Oliver Keyes) [07:53:07] how would I change the error message "Error: String exceeds 1,000 character limit" to something else? [08:02:47] Evil1888: Evil people should stick together %) when does this messige appears? [08:02:53] *message [08:08:49] EvilCat: well, the problem I having is this http://runescape.wikia.com/wiki/Forum:Simplifying_all_infoboxes Wikia, so could be their fault html source: 'the result with the above code is: Error: String exceeds 1,000 character limit' The strong tag is unclosed causing red big bold text everywhere [08:09:44] EvilCat: http://runescape.wikia.com/wiki/MediaWiki:Pfunc_string_too_long?action=edit gives the error but not the strong part [08:25:03] nevermind, figured it out [09:04:59] Crap... some jQuery changes broke that old code of mine [09:32:05] New patchset: Santhosh; "Fix some TODO items in font repository" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27922 [09:33:09] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27922 [09:34:40] New patchset: Daniel Friesen; "Fix bugs in jqueryMsg implementation." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4051 [09:34:40] New patchset: Daniel Friesen; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [09:36:56] New review: Daniel Friesen; "Rebase and whitespace fixes. I ended up doing both at the same time because the rebase included whit..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4051 [09:44:33] New review: Daniel Friesen; "Rebase, whitespace fixes, and change the code. Oh and the commit message." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4055 [09:52:21] hi [09:52:39] the etherpad site has problems or that is my connection? [09:57:32] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27870 [09:58:08] 03(FIXED) Useless "Deleted only" checkbox on page history and Special:Contributions for users unable to view deleted revisions - 10https://bugzilla.wikimedia.org/23721 +comment (10Alexandre Emsenhuber [IAlex]) [10:00:21] 03(mod) Code come with Book creation - 10https://bugzilla.wikimedia.org/40924 +comment (10Juan de Vojníkov) [10:02:04] 03(mod) Code come with Book creation - 10https://bugzilla.wikimedia.org/40924 +comment (10Juan de Vojníkov) [10:02:21] umm status is good, so its here in Serbia than [10:03:10] New review: Umherirrender; "This change has side effects:" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22301 [10:03:36] New patchset: Matmarex; "Clear any floats before the table" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/24968 [10:04:15] New review: Matmarex; "Rebased." [mediawiki/extensions/Translate] (master) C: 1; - https://gerrit.wikimedia.org/r/24968 [10:07:13] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27919 [10:07:37] 03(FIXED) IDREF attribute for references an unknown ID "wpSourceTypeFile" - 10https://bugzilla.wikimedia.org/40889 +comment (10Alexandre Emsenhuber [IAlex]) [10:14:14] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27920 [10:22:27] New review: Jarry1250; "&page=1 is equivalent to setting to page= at all, right? That's the default. So presumably we don't ..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22301 [10:25:55] * Dantman wants to slap the person who wrote mw.Message and jqueryMsg [10:29:23] New patchset: Daniel Friesen; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [10:29:51] Dantman: How do I stop MediaWiki rewrite rules breaking my aliases? I used your nice short url tool, but apparently it looks for MediaWiki pages when I try to go to where they were before... if you need me to pastebin the rules just shout [10:30:37] Lcawte, sure... maybe the other config too... I haven't quite caught what you're saying. [10:32:34] 03(mod) some photos have unreadable EXIF info because it's not in Unicode - 10https://bugzilla.wikimedia.org/41020 +i18n (10Andre Klapper) [10:32:44] Dantman: http://pastebin.com/4pjM7Dka ... my aliases to phpmyadmin don't work anymore for example, see http://servhome.lewiscawte.info/admin/phpmyadmin [10:36:12] 03(mod) 22px-Flag_of_South_Korea.svg.png broken as an HTML is returned instead of a PNG - 10https://bugzilla.wikimedia.org/40980 summary (10Andre Klapper) [10:36:21] 14(DUP) 22px-Flag_of_South_Korea.svg.png broken as an HTML is returned instead of a PNG - 10https://bugzilla.wikimedia.org/41017 +comment (10Andre Klapper) [10:36:21] 03(mod) 22px-Flag_of_South_Korea.svg.png broken as an HTML is returned instead of a PNG - 10https://bugzilla.wikimedia.org/40980 +comment (10Andre Klapper) [10:39:08] New review: Daniel Friesen; "Fix the texts. And add RELEASE-NOTES." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4055 [10:39:40] New patchset: Daniel Friesen; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [10:40:29] New review: Daniel Friesen; "One last fix for tests." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/4055 [10:50:28] 03(mod) Logins fail on IIS 7.5 if $wgCentralAuthCookies is set - 10https://bugzilla.wikimedia.org/36504 +comment (10Andre Klapper) [10:52:08] Lcawte, wrap it in a [10:52:30] Aliases or rewrite rules? [10:52:50] rewrites [10:53:53] Thanks :) [11:08:00] 03(mod) Logins fail on IIS 7.5 if $wgCentralAuthCookies is set - 10https://bugzilla.wikimedia.org/36504 +comment (10Victor Vasiliev) [11:15:52] 06(LATER) WTA - Inconsistency in cyrillic translation on the Serbo-croatian page - 10https://bugzilla.wikimedia.org/36549 +comment (10Andre Klapper) [11:21:46] 03(mod) LST Confused by tables. - 10https://bugzilla.wikimedia.org/36301 +comment (10Andre Klapper) [11:25:56] 03(mod) dead broken buggy Special:PrefSwitch page and its survey still live - 10https://bugzilla.wikimedia.org/40461 +comment (10Andre Klapper) [11:28:16] 03(mod) dead broken buggy Special:PrefSwitch page and its survey still live - 10https://bugzilla.wikimedia.org/40461 +comment (10Andre Klapper) [11:31:02] 03(mod) UI issues in Wiki editor in Internet Explorer - 10https://bugzilla.wikimedia.org/26828 (10Andre Klapper) [11:32:21] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/27891 [11:34:40] New patchset: IAlex; "(bug 39688) action=info displays misleading edit history for redlinks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22880 [11:36:16] New patchset: IAlex; "(bug 39688) action=info displays misleading edit history for redlinks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22880 [11:38:51] New review: IAlex; "- Using Article::getRevisionFetched() instead of creating yet another one Revision object (and also ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22880 [11:39:53] New patchset: Daniel Friesen; "Implement a "Now what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [11:40:02] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22880 [11:40:53] 03(FIXED) action=info displays misleading edit history for redlinks - 10https://bugzilla.wikimedia.org/39688 +comment (10Alexandre Emsenhuber [IAlex]) [11:44:19] 03(mod) [Regression] InfoAction: Call to a member function getUserText() on a non-object - 10https://bugzilla.wikimedia.org/40939 +comment (10Krenair) [11:48:24] 03(mod) fixDeprecatedAttributes incorrectly converts the type attribute of lists and list items - 10https://bugzilla.wikimedia.org/41018 (10Andre Klapper) [11:51:16] New patchset: Daniel Friesen; "Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [11:52:18] 03(mod) Link to search the keyword after redirect from GO - 10https://bugzilla.wikimedia.org/23772 +comment (10Daniel Friesen) [11:53:03] hmm [11:53:33] I imported Template:Pre2 and see weird text in the place of "{{pre2|mdadm --add /dev/md[0-9]+ /dev/xxx}}". [11:53:48] What else do I need to import? [12:00:07] crocket: looks like that template requires extension ParserFunctions; do you have that enabled? [12:01:16] Saruman, I use jamwiki. [12:01:25] I don't know how to enable ParserFunctions in jamwiki. [12:03:09] then you're better off rewriting the template to whatever jamwiki supports [12:05:24] Saruman, jamwiki dev said it supports most of what mediawiki supports. [12:05:49] most != all [12:07:09] if you can find a way to have jamwiki interpret #ifeq, #switch and #tag, then you'll have Pre2 working. If you can't get those functions to work, you'll have to adapt the template [12:19:31] !e ParserFunctions | crocket [12:19:31] crocket: https://www.mediawiki.org/wiki/Extension:ParserFunctions [12:21:27] New patchset: Alex Monk; "(bug 40154) On action=info show where this page redirects to and whether it's a content page or not." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27125 [12:41:29] 03(mod) Code come with Book creation - 10https://bugzilla.wikimedia.org/40924 +comment (10Sumana Harihareswara) [12:44:12] jamwiki doesn't support #tag parserfunction yet. [12:51:51] 03(mod) Add geolocation functionality to MobileFrontend to support Articles near me - 10https://bugzilla.wikimedia.org/19920 -easy (10Max Semenik) [12:55:01] New review: Martineznovo; "Nice addition, but see inline comment to prevent an annoying bug on Firefox under specific circumsta..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/27923 [12:58:33] crocket, What version of MW are you running? [13:01:21] Dantman, sorry I use JAMWiki [13:01:34] New patchset: IAlex; "Maintenance for Configure extension." [mediawiki/extensions/Configure] (master) - https://gerrit.wikimedia.org/r/23483 [13:01:59] New patchset: IAlex; "Maintenance for Configure extension." [mediawiki/extensions/Configure] (master) - https://gerrit.wikimedia.org/r/23483 [13:02:05] crocket, https://en.wikipedia.org/wiki/JAMWiki ? [13:03:00] Dantman, yes [13:03:03] "JAMWiki is a fast, easy-to-use open-source wiki engine implemented using Java that provides much of the functionality of MediaWiki." [13:03:17] Dantman, mediawiki doesn't support per-page view restriction. [13:03:18] crocket, Then stop asking for support here... [13:03:23] crocket, [13:03:59] crocket, JAMWiki is not MediaWiki... besides borrowing a few ideas it has nothing to do with MediaWiki... and you're not going to get various MediaWiki features running on it. [13:04:15] New review: IAlex; "- Corrected FIXMEs for missing breaks" [mediawiki/extensions/Configure] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23483 [13:04:26] Change merged: IAlex; [mediawiki/extensions/Configure] (master) - https://gerrit.wikimedia.org/r/23483 [13:07:35] crocket, if you use something else than MediaWiki, you should complain to those making the product you are using [13:07:39] not to mediawiki [13:07:51] indeed [13:07:58] maybe they shouldn't advertise as " much of the functionality of MediaWiki." [13:08:06] I haven't really tested their features [13:16:07] Looks like a project blindly copying the front end feel of MediaWiki without even trying to comprehend the reasons stuff ended up the way they are and what they'd be better of not trying to re-do. [13:17:02] It's all shallow similarities... nothing about what actually makes MediaWiki good. [13:19:28] It's nice they didn't replicate the mistake of &action= [13:19:55] But I won't praise blindly replicating Special: as a namespace. [13:25:23] 03(mod) Installation of FormatNum on sl.wiki - 10https://bugzilla.wikimedia.org/40386 +comment (10Vera) [13:27:47] well, using Special: instead of &action= culd be considered a more consistent way of doing things :) but anyway, you could even do it nicer with reqrite rules so you have /wiki/pagename, /edit/Pagename, /history/Pagename, etc [13:27:56] *rewrite [13:34:33] 03(mod) Icon for PSD (Adobe Photoshop) file types - 10https://bugzilla.wikimedia.org/40876 +comment (10drecodeam) [13:37:32] Vulpix, yeah that's what I was saying... action vs. Special: is just something historical... a mistake we have an RFC planning to fix [13:40:00] I don't feel very good after migrating mediawiki articles to jamwiki. [13:41:44] Vulpix, But I won't say Special: was something derived out of intentional perfection either... It's just more historical crap... Sure, you /could/ say that there's a slight advantage to being able to use normal link syntax to point to them. But most of that is really just legacy junk that comes from the fact we're running php and we need things to run without extra config so we want things that fit into a title. Other languages don't have to worry [13:41:50] about that and can jump into pretty urls completely. [13:43:31] Well, including the article history or edit as an internal link doesn't make sense for me [13:45:28] It somewhat makes sense... you'll probably want to link to special pages from within content, and you don't want to jump into full external links for that. [13:45:53] So you'd usually jump to something that fits into the same syntax you use for internal links. [13:46:23] But in reality a parser function would probably make more sense. [13:48:12] If we were to start from scratch right now, and didn't have PHP's issues... I would divide our specialpages/actions up into three types and come up with 3 sane patterns for them. [13:48:12] New patchset: Nischayn22; "Removes code duplication." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/27924 [13:49:06] well, yes, it's somewhat difficult to understand why special pages can use [[]] syntax but actions should use {{fullurl:}} [13:49:29] That's just legacy crap [13:49:32] 03(mod) Icon for PSD (Adobe Photoshop) file types - 10https://bugzilla.wikimedia.org/40876 +comment (10Trevor Harmon) [13:50:00] But I'm saying even with them unified into one, neither makes sense. [13:50:44] New patchset: Nischayn22; "Using the map editor library from Maps" [mediawiki/extensions/SemanticMaps] (nischayn) - https://gerrit.wikimedia.org/r/27925 [13:52:31] New review: Nischayn22; "Uses https://gerrit.wikimedia.org/r/#/c/27924/" [mediawiki/extensions/SemanticMaps] (nischayn) C: 0; - https://gerrit.wikimedia.org/r/27925 [13:53:03] Though maybe that's actually just two [13:55:04] New patchset: Reedy; "Fix Persona checkout issues" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/27926 [13:55:42] Change merged: Reedy; [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/27926 [13:56:19] hi [13:56:30] umm IRC works, Etherpad not [14:05:38] I should sing down bug [14:06:10] Etherpad is working fine [14:09:01] New patchset: Hydriz; "Adding the main working files for the PrefixExport extension." [mediawiki/extensions/PrefixExport] (master) - https://gerrit.wikimedia.org/r/27927 [14:10:50] New review: Hydriz; "This patchset shall not be merged until I can get things stable on my side and ready for people to t..." [mediawiki/extensions/PrefixExport] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27927 [14:20:27] 03(mod) Icon for PSD (Adobe Photoshop) file types - 10https://bugzilla.wikimedia.org/40876 +comment (10Andre Klapper) [14:23:45] I was looking into my mediawiki's slowness, and I discovered that gethostbynamel() is taking over 50 seconds to reslove (PHP 5.4.7-1~dotdeb.0 -- MW1.19.2 -- Debian Squeeze) [14:25:50] Why is mediawiki using that? o_O [14:26:03] DNS blacklisting [14:26:16] I suspect most of the time is mediawiki actually waiting for a response from your DNS servers [14:26:21] Yep, Its used only once in includes/User.php [14:27:22] Reedy: I thought that as well, I changed my DNS servers to a few of the good public ones (8.8.4.4, 4.2.2.1) and I get the extact same times as my Linode's DNS [14:27:41] reedy@ubuntu64-web-esxi:~$ time php -r "print gethostbynamel( 'www.google.co.uk' );" [14:27:41] Array [14:27:41] real 0m0.119s [14:27:41] user 0m0.048s [14:27:41] sys 0m0.036s [14:28:12] root@li263-94:/tmp# time php -r "print gethostbynamel( 'www.google.co.uk' );" PHP Notice: Array to string conversion in Command line code on line 1 PHP Stack trace: PHP 1. {main}() Command line code:0 Array real 0m0.071s user 0m0.017s sys 0m0.020s [14:28:42] shoot, its faster then yours [14:28:52] mines a local vm [14:29:14] tried a bad domain, I get about 203ms [14:29:23] that still sounds reasonable [14:29:39] I'm using Google or OpenDNS... Not sure what is using what atm [14:30:15] Can you find out what domain it's trying to resolve that takes over 50s? [14:30:37] http://hastebin.com/fubihehaye.hs [14:30:43] I think mine, not sure [14:30:49] Ill turn on the profiler [14:32:14] depending on what it is, you might be able to add it to your host file... [14:32:38] brb [14:33:23] that function is caching the dns response anyway, although not sure how many time [14:35:55] found it [14:35:56] Requested 32.74.249.66.opm.tornevall.org., not found in opm.tornevall.org.. Requested arkykwdsvvsg.187.5.76.180.dnsbl.httpbl.net, not found in Array. Requested 187.5.76.180.xbl.spamhaus.org., not found in xbl.spamhaus.org.. [14:36:03] its the DNSBLs [14:36:28] 03(mod) CSS issues with sidebar on zh-wiki using IE - 10https://bugzilla.wikimedia.org/20319 +comment (10Andre Klapper) [14:37:21] from 50s down to 2s http://pcgamingwiki.com/wiki/PCGamingWiki:Forum [14:37:30] poor poor Lqthreads [14:37:52] 14(WFM) Help : Add Nowiki and Redirect to Help - 10https://bugzilla.wikimedia.org/23053 +comment (10Andre Klapper) [14:42:16] 03(mod) Installation of FormatNum on sl.wiki - 10https://bugzilla.wikimedia.org/40386 +comment (10Platonides) [14:42:25] 03(mod) Support switching content language variants - 10https://bugzilla.wikimedia.org/38101 +comment (10Derk-Jan Hartman) [14:45:16] 04(REOPENED) Help : Add Nowiki and Redirect to Help - 10https://bugzilla.wikimedia.org/23053 +comment (10Liangent) [14:46:05] 03(NEW) Unknown properties of Mozilla - 10https://bugzilla.wikimedia.org/41021 normal; MediaWiki: General/Unknown; (magioladitis) [14:47:21] 03(mod) Unknown properties of Mozilla - 10https://bugzilla.wikimedia.org/41021 +comment (10Liangent) [14:50:05] 03(mod) Unknown properties of Mozilla - 10https://bugzilla.wikimedia.org/41021 +comment (10Platonides) [14:51:11] will the extensions be updated along with the mediawiki update? [14:51:21] that is scheduled for tomorrow? [14:52:45] 03(mod) Unknown -moz-border-radius-* properties of Mozilla Firefox - 10https://bugzilla.wikimedia.org/41021 summary; +comment (10Andre Klapper) [14:54:42] aharoni: how about a patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=38238 ? [14:55:34] Sid-G, thanks for the reminder. [14:55:44] will do this week. [14:56:05] k [14:56:20] which rule will u go for? [14:58:50] Sid-G, mmmmmm... I'll go through all the comments and decide on something sensible. I'll ping you if it will be hard to decide. [14:59:03] (I'm at a meeting now, so I cannot look at it immediately.) [14:59:14] 03(mod) Help Tab: Add Nowiki and Redirect to Help - 10https://bugzilla.wikimedia.org/23053 summary; +comment (10Andre Klapper) [15:00:51] aharoni: k :) [15:12:27] 03(mod) Unknown -moz-border-radius-* properties of Mozilla Firefox - 10https://bugzilla.wikimedia.org/41021 +comment (10Platonides) [15:12:30] 03(mod) CSS issues with sidebar on zh-wiki using IE - 10https://bugzilla.wikimedia.org/20319 +comment (10Jimmy Xu) [15:14:53] 03(mod) Icon for PSD (Adobe Photoshop) file types - 10https://bugzilla.wikimedia.org/40876 +comment (10Trevor Harmon) [15:16:06] 03(mod) Unknown -moz-border-radius-* properties of Mozilla Firefox - 10https://bugzilla.wikimedia.org/41021 +comment (10Jesús Martínez Novo) [15:41:57] New patchset: Daniel Friesen; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [15:43:40] 03(mod) PHP Notice: Undefined index: href in /www/w/skins/Vector.php on line 416 - 10https://bugzilla.wikimedia.org/38334 +comment (10Platonides) [15:47:47] New patchset: Daniel Friesen; "Remove the showjumplinks user preference." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25751 [15:50:55] New patchset: Daniel Friesen; "Make maintenance/dev/'s .sh files executable." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27928 [15:57:40] New patchset: Daniel Friesen; "Remove the showjumplinks user preference." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25751 [16:01:19] 03(mod) Pending changes protection has no affect on API (googlebot will pick up pending changes) - 10https://bugzilla.wikimedia.org/41003 (10cybernet678) [16:06:12] 03(mod) Top of #p-personal cropped/cut on zh-wiki using IE (CSS issues) - 10https://bugzilla.wikimedia.org/20319 summary; +comment (10Andre Klapper) [16:13:17] New patchset: Raimond Spekking; "Rephrase description message for better understanding" [mediawiki/extensions/Calendar] (master) - https://gerrit.wikimedia.org/r/27929 [16:15:35] 03(mod) Unknown -moz-border-radius-* properties of Mozilla Firefox - 10https://bugzilla.wikimedia.org/41021 +comment (10Marios Magioladitis) [16:29:33] New patchset: Mwjames; "SRF Pagewidget, support right/left keyboard events" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27930 [16:31:31] 03(mod) Pending changes protection has no affect on API (googlebot will pick up pending changes) - 10https://bugzilla.wikimedia.org/41003 +comment (10Brad Jorsch) [16:35:19] 03(mod) Unknown -moz-* properties of Mozilla Firefox - 10https://bugzilla.wikimedia.org/41021 summary (10Andre Klapper) [16:44:37] 03(mod) fixDeprecatedAttributes incorrectly converts the type attribute of lists and list items - 10https://bugzilla.wikimedia.org/41018 +comment (10MZMcBride) [16:46:18] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27872 [16:49:18] New review: Nischayn22; "I noticed that the current code in master also doesn't work that well, try creating a new group and ..." [mediawiki/extensions/SemanticWatchlist] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27667 [16:50:40] 14(WFM) parserTest output inherits categories from previous parserTests - 10https://bugzilla.wikimedia.org/17100 +comment (10Tim Landscheidt) [16:50:53] New patchset: Alex Monk; "(bug 40154) On action=info show where this page redirects to and whether it's a content page or not." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27125 [16:54:55] 03(mod) Debug toolbar's debug log has no scrollbar in Chrome or Konqueror - 10https://bugzilla.wikimedia.org/40286 +easy (10Tim Landscheidt) [17:02:10] New patchset: Nischayn22; "Fix error in handling of types of properties for groups." [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/27931 [17:03:57] 03(NEW) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 normal; Wikimedia: SSL related; (huji.huji) [17:06:16] oh god what [17:09:27] New patchset: Markus Kroetzsch; "Fixed outdated use of SMWDIHandlerFactory" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27932 [17:09:27] New patchset: Markus Kroetzsch; "Fixed outdated use of SMWDIHandlerFactory" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27933 [17:09:27] New patchset: Markus Kroetzsch; "Check $dbkey array size when loading DIs from DB" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27934 [17:09:59] New patchset: Mwjames; "SRF Pagewidget, support right/left keyboard events" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27930 [17:10:34] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27932 [17:10:50] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27933 [17:11:06] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27934 [17:12:02] New review: Mwjames; "Works with IE, FF, C" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27930 [17:12:02] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27930 [17:16:02] 03(FIXED) Fatal error when saving pages with SMWSQLStore3 - 10https://bugzilla.wikimedia.org/40864 +comment (10Markus Krötzsch) [17:17:02] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10MZMcBride) [17:20:52] New patchset: Nischayn22; "Fix error in handling of types of properties for groups." [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/27931 [17:23:09] 03(mod) some photos have unreadable EXIF info because it's not in Unicode - 10https://bugzilla.wikimedia.org/41020 +comment (10Bawolff) [17:24:36] New review: Nischayn22; "https://gerrit.wikimedia.org/r/#/c/27931/ should fix this.. but still when a new group is saved it c..." [mediawiki/extensions/SemanticWatchlist] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27667 [17:27:12] New review: Jeroen De Dauw; "Only had a very quick glance, nothing obviously wrong." [mediawiki/extensions/SemanticWatchlist] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/27667 [17:27:54] If anyone here is familiar with MW syntax [17:28:00] yes [17:28:26] can they check https://commons.wikimedia.org/wiki/Template:HPC_rainfall and see if the parameters which require "true" for other params could simply be #if params? [17:28:57] eg "{{#ifeq:{{{locationinfo|{{{8}}}}}}|true|in {{{location|{{{9}}}}}}}}" [17:29:40] FifteenAsterisks: This should work [17:29:51] kk [17:40:09] Hmm, I have serious problems with url rewrite. I would like to have the domains with syntac domain.com/Article. But this is the best I can do: http://164.138.26.183/mediawiki/index.php/Etusivu [17:40:46] I'm running on Ubuntu. I guess the symlink or something like that related to Ubuntu causes the problems. I have installed the wiki through Ubuntu repos. [17:42:18] ubuntu repos... that's quite outated... MediaWiki 1.15.5 [17:42:21] 03(mod) PHP Notice: Undefined index: href in /www/w/skins/Vector.php on line 416 - 10https://bugzilla.wikimedia.org/38334 +comment (10Alexandre Emsenhuber [IAlex]) [17:42:31] but anyway [17:43:14] Erkkimon: follow those instructions http://www.mediawiki.org/wiki/Manual:Short_URL/Apache [17:43:20] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27928 [17:44:21] Vulpix: I have followed that tutorial. No results. [17:45:47] If this should be working ( http://164.138.26.183/Etusivu ) then rewrite rules aren't being applied. Did you restarted/reloaded apache? [17:45:58] Vulpix: Many times. [17:46:45] hi guys [17:47:15] I need help with DjVu extension on wikisource, can anybody assist? [17:47:25] Vulpix: What is the best way to be sure the url rewrite works? [17:47:57] Dhaval1: What kind of a problem? I hope I can help. I haven't used that extension but just installed 6 extensions on my wiki. [17:48:41] Erkkimon: it doesn't create proper index page, I think while configuring I have missed something [17:48:45] Dhaval1: as usual, you need to ask a question to get a proper answer [17:49:33] Reedy: thanks, I thought it would be nice to ask by extension name, as if someone is aware with it, could come forward to help [17:50:16] That isn't the right name anyway :p [17:50:39] http://gu.wikisource.org/wiki/Index:Diwalini_Boni.djvu is not being displayed properly, there should be links to each image page on the index page [17:50:53] Reedy: you're right, I should have said proofread extension [17:51:04] you know very well how dumb I am# [17:53:14] Reedy/Erkkimon, do you think you can look at it and assist? [17:54:39] https://gu.wikisource.org/w/index.php?title=Index:Diwalini_Boni.djvu&action=edit [17:54:55] it's also not giving the normal editing interface [17:55:46] Dhaval1: can you confirm it's working on other index pages on guwikisource? [17:56:03] i tested it on enwikisource [17:56:29] Reedy, that's the only index page for DjVu file I have created on gu:ws [17:56:39] lol [17:57:36] !e ProofreadPage [17:57:36] https://www.mediawiki.org/wiki/Extension:ProofreadPage [17:57:41] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMaps] (nischayn) - https://gerrit.wikimedia.org/r/27925 [17:58:19] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/27924 [17:58:45] Erkkimon: keep the wiki/ in the url, makes it so much simpler [17:58:54] Reedy: I don't think we have any other page [17:59:00] hmm [17:59:08] Dhaval1: I seem to recall there's an extra part of config.. [17:59:42] Reedy: there must be which I have missed while creating it first [18:00:04] but I have no idea how to identify what's gone wrong and/or what's missing [18:00:23] Create a page with the prefix specified in Mediawiki:Proofreadpage_namespace. For example if your prefix is 'Page' create 'Page:Alice in Wonderland.djvu' [18:00:23] Create the corresponding file for this page File:Alice in Wonderland.djvu [18:00:23] Create the index page 'Index:Alice in Wonderland.djvu' [18:01:59] page with namespace Page is already there http://gu.wikisource.org/wiki/%E0%AA%AA%E0%AB%83%E0%AA%B7%E0%AB%8D%E0%AA%A0:Diwalini_Boni.djvu [18:02:00] Dhaval1: It's a namespac issues [18:02:01] https://gu.wikisource.org/wiki/%E0%AA%9A%E0%AA%BF%E0%AA%A4%E0%AB%8D%E0%AA%B0:Diwalini_Boni.djvu [18:02:07] Link to the index page [18:02:13] https://gu.wikisource.org/wiki/%E0%AA%B8%E0%AB%82%E0%AA%9A%E0%AA%BF:Diwalini_Boni.djvu [18:02:21] Dhaval1: ^ see that last link [18:02:30] https://gu.wikisource.org/w/index.php?title=%E0%AA%B8%E0%AB%82%E0%AA%9A%E0%AA%BF:Diwalini_Boni.djvu&action=edit [18:03:02] 03(mod) Pending changes protection has no affect on API (googlebot will pick up pending changes) - 10https://bugzilla.wikimedia.org/41003 +comment (10Maximilian Doerr) [18:03:06] https://gu.wikisource.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces|namespacealiases [18:03:19] Dhaval1: You haven't an Index namespace [18:03:30] well, not one called index (in english) [18:03:44] 03(mod) GNSM should support images - 10https://bugzilla.wikimedia.org/33180 normal->15enhancement; +comment (10Bawolff) [18:04:21] Reedy, https://gu.wikisource.org/wiki/%E0%AA%B8%E0%AB%82%E0%AA%9A%E0%AA%BF:Diwalini_Boni.djvu is an index namespace [18:04:50] 03(mod) PHP Notice: Undefined index: href in /www/w/skins/Vector.php on line 416 - 10https://bugzilla.wikimedia.org/38334 +comment (10Niklas Laxström) [18:05:09] oh will it matter? because we have got Index translated and I thought the name in gujarati would be linked to english [18:06:37] while requesting initial wikisource, we have provided all the corresponding namespace names in Gujarati [18:08:01] Nikerabbit: The problem is that this url structure was based before /wiki/ became recommended. I will lose all my Google hits if I change the URL structure during the migration. [18:10:26] Nikerabbit: During this migration/update I have been planning to begin using domain.com/wiki/foo and implementing domain.com/foo -> domain.com/wiki/foo 403 redirection for some period to keep Google with me but it means I have to make this domain.com/foo work. [18:13:32] Reedy: I think we need to manually provide the list of pages in Pages: section [18:13:40] which I didn't do... [18:13:47] I'm currently watching a guy fall from space :p [18:13:59] www.redbullstratos.com/live/ [18:18:13] interesting, I got late [18:35:38] 03(mod) Category tree shows inexisting categories and inexisting content (caching issue) - 10https://bugzilla.wikimedia.org/33608 +comment (10Bawolff) [18:41:32] New patchset: IAlex; "Rebuild MessagesEn.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27936 [18:47:34] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Huji) [18:59:05] New patchset: Umherirrender; "Add separate fa_sha1 field to filearchive table" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17512 [18:59:27] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17512 [19:00:14] New patchset: Umherirrender; "list=allusers&aurights=[unusedright] returns all users of the wiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26641 [19:00:20] New patchset: Umherirrender; "Restore deprecation warnings from 1.16 with current version" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26822 [19:00:25] New patchset: Umherirrender; "Avoid using $wgUser in TitlePermissionTest" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26891 [19:00:38] New patchset: Umherirrender; "(bug 40574) Add hints for generatexml param in api modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27886 [19:05:10] New patchset: Umherirrender; "Use ParserOptions::newFromUserAndLang in tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26895 [19:05:35] New review: Umherirrender; "Rebased" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26895 [19:05:40] 03(mod) ULS geoclient needs proper interface - 10https://bugzilla.wikimedia.org/40714 +comment (10Niklas Laxström) [19:08:57] 03(mod) Re-enable the new pages patrol to FI-wiki - 10https://bugzilla.wikimedia.org/41016 +comment (10Dereckson) [19:11:40] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10MZMcBride) [19:19:00] 03(mod) Unable to open diff in Gerrit - 10https://bugzilla.wikimedia.org/36172 (10Andre Klapper) [19:21:24] 03(mod) Enchant Suggestion mode does not work - 10https://bugzilla.wikimedia.org/34707 +comment (10Andre Klapper) [19:26:17] 03(mod) Add web font for Tibetan (bo) - 10https://bugzilla.wikimedia.org/33717 +comment (10Andre Klapper) [19:28:04] 03(mod) Logins fail on IIS 7.5 if $wgCentralAuthCookies is set - 10https://bugzilla.wikimedia.org/36504 +comment (10Jasper Deng) [19:28:09] New patchset: Platonides; "Debugging code for bug 38334." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27937 [19:28:17] New patchset: Inez; "Added support for Ime in IE. In IE when starting IME sequence 'compositionStart' is called to late, but fortunatelty we can do all necessary job in handler for 'keyDown'." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/27938 [19:28:59] 03(mod) PHP Notice: Undefined index: href in /www/w/skins/Vector.php on line 416 - 10https://bugzilla.wikimedia.org/38334 +comment (10Platonides) [19:31:24] 03(mod) Opera on Mac OS does not display saz font - 10https://bugzilla.wikimedia.org/31823 summary (10Andre Klapper) [19:35:04] New patchset: Umherirrender; "Use ParserOptions::newFromUserAndLang in tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26895 [19:39:58] 03(mod) ULS geoclient needs proper interface - 10https://bugzilla.wikimedia.org/40714 +comment (10Aude) [19:41:16] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Huji) [19:41:17] New review: Umherirrender; "Fix rebased patch (some globals were removed from setUp function, which does not trigger a merge con..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26895 [19:42:01] Krinkle|detached: thanks [19:44:12] New patchset: Aude; "PostgreSQL schema update for new sites stuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27939 [19:48:07] 03(NEW) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 normal; Wikimedia Labs: wikistats; (robih) [19:49:42] sumanah, I would review that but I have no idea how the global abuse filter feature works [19:49:54] The code itself looks fine but I can't verify it [19:50:05] hi Krenair ... ok! feel free to remove yourself as reviewer or just say that with a +0 :-) [19:50:15] btw how is your weekend going Krenair? [19:50:26] The code does make sense... But I'm still not keen on +1ing something which I can't test :p [19:50:36] +0 is also fine [19:51:26] Weekend was great. Back to school tomorrow though -.- [19:51:48] 03(ASSIGNED) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 (10Robert Hanke) [19:53:42] 03(mod) ULS geoclient needs proper interface - 10https://bugzilla.wikimedia.org/40714 +comment (10Niklas Laxström) [19:53:43] New patchset: Markus Kroetzsch; "Improve subobject handling in SMWSemanticData" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27940 [19:53:44] New patchset: Markus Kroetzsch; "Fix handling of Container objects." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/19378 [19:58:22] 03(mod) Pending changes protection has no affect on API (googlebot will pick up pending changes) - 10https://bugzilla.wikimedia.org/41003 +comment (10Brad Jorsch) [19:58:25] Krenair: Am I right to presume that you have a local instance of MediaWiki running off master? basically I have some trepidation about tomorrow's deployment (you probably saw my note to wikitech-l & wikitech-ambassadors) and unfortunately there's no good public test site [19:58:57] Yes, I have a copy which usually stays on master [19:59:40] 03(mod) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 +comment (10Mark A. Hershberger) [19:59:46] New review: Markus Kroetzsch; "Merged! I fixed some minor things, see comments and changes in https://gerrit.wikimedia.org/r/#/c/27..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/19378 [19:59:46] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/27940 [19:59:46] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/19378 [20:00:21] * sumanah likes how Markus says "Merged!" [20:00:26] it's like a Broadway show [20:00:29] "Merged! The Musical" [20:00:44] with all your favorite hits [20:01:02] "Oh, the Core and the Extensions should be friends" [20:01:14] "Anything Goes (In Userscripts)" [20:01:25] "Seventy-Six Upvotes" [20:01:58] "Oh What A Beautiful Codebase" [20:03:08] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27936 [20:04:14] sumanah: i'd really like to see the last one. :P [20:05:03] Does anyone know what version http://deployment.wikimedia.beta.wmflabs.org/wiki/Special:Version is at? [20:07:35] <[Relic]> Think I am missing something obvious. I want to change the colors and background image for the entire site, was assuming that was a css thing, but docs say to do that in Mediawiki:Common.css, which looks like it needs to be created but I am not sure where does Mediawiki: mean main directory? [20:08:19] no [20:08:27] go to a page in the wiki with that name [20:08:30] and write your css there [20:10:59] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17512 [20:19:27] sumanah, deployment-prep (beta.wmflabs.org) has all of those features you mentioned in your email [20:22:08] https://bugzilla.wikimedia.org/show_bug.cgi?id=41022#c4 [20:22:08] Krenair: ^ [20:22:08] I guess that bug is invalid? [20:22:55] New review: Matmarex; "Long-winded complaining about mediawiki.ui.js inside." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/27923 [20:24:52] Brooke, I have to admit that sounds more like a security feature than a bug [20:25:59] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10MZMcBride) [20:26:28] I CC'd Chris Steipp anyway, so we'll see [20:30:49] 03(mod) ULS geoclient needs proper interface - 10https://bugzilla.wikimedia.org/40714 +comment (10Platonides) [20:37:57] New review: Krinkle; "Code review per obvious. Only intended for git-review --download " [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/27937 [20:48:20] Looking to install mediawiki by hand, I used this method ( http://www.mediawiki.org/wiki/Manual:Wiki_family#Scenario_3:_Drupal-style_sites ) and install.php and web based installs just fail, any advice I can follow [20:49:47] the web based installer just bugs out: http://xenonautswiki.com/ [20:50:42] xJRWR: too old PHP version? [20:50:54] also ,what does "bugs out" mean? it at least loaded for me [20:51:28] 03(mod) Make a stats table for 85 W3C wikis - 10https://bugzilla.wikimedia.org/41023 +comment (10Robert Hanke) [20:52:14] MatmaRex: select the lang, it 302's funny [20:52:25] PHP 5.4.7-1~dotdeb.0 [20:52:44] running MW 1.19.2 [20:54:11] yeah. maybe you have weird rewirte rules in place? [20:54:40] nginx using try_files and a kind of complex image thumbnail one [20:55:04] http://paste.debian.net/200484/ [20:55:55] (sorry, i'm not an expert, just throwing ideas) [20:56:05] Its all good [20:57:37] you could try disabling some or all of them temporarily, but to be honest i have no idea what i am talking about right now :) [20:57:43] its OK [20:57:46] i'm a frontend guy ;) [20:58:00] ah, its mostly a global var issue I think [20:58:11] on the CLI i use a script to set the HTTP_HOST [20:58:50] http://paste.debian.net/200485/ http://paste.debian.net/200486/ [21:01:43] hi Krenair [21:01:48] hi [21:01:53] * sumanah reads backscroll [21:02:46] Krenair: how can you tell? (I ask curiously, not suspiciously) [21:03:06] New patchset: Aude; "PostgreSQL schema update for new sites stuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27939 [21:03:13] Someone in #wikimedia-labs told me the current commit they're on [21:03:41] ha [21:03:42] New review: Aude; "I have not yet verified this on a new install. Doing that now..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/27939 [21:03:42] ok [21:04:00] The good old "asking someone" trick [21:04:49] Any method to install the DB Scheme by hand? or not [21:04:51] Maybe I'm wrong though [21:04:59] It definitely has ContentHandler, I know that much [21:05:35] yeah [21:06:07] I am sure it has ContentHandler because I checked a Special:Version somewhere on the beta cluster and saw its last commit was from like 5 hours after the ContentHandler merge [21:07:29] but I cannot find that now [21:08:35] Oh, okay. So I've checked out 8451240ac04c6d7001dc4f4ea3e575d49f7abe47 and there's no sites or responsive images [21:09:14] yeah. :/ [21:09:17] I guess I was wrong... [21:09:32] Someone should definitely update deployment-prep to have those [21:11:30] Krenair: yeah, I am pretty sure hashar is working on it [21:11:46] there was a bug he filed about the auto updater, or something, not sure [21:12:10] at the moment it is basically unlikely that it will be updated before the deployment tomorrow, sadly [21:12:17] so "testwiki" will be true to its name again [21:12:26] * sumanah is oversimplifying [21:12:49] https://bugzilla.wikimedia.org/show_bug.cgi?id=40983 [21:13:51] yes, that one [21:15:44] (listening to Jonathan Coulton's "Artificial Heart" which is a straight-up great album) [21:20:04] 03(mod) Spaces before [[Category:]] link are ignored - 10https://bugzilla.wikimedia.org/17988 +comment (10Sumana Harihareswara) [21:20:46] sumanah: Below The Asteroids - EVE Online OST [21:21:21] xJRWR: trying it now, thanks [21:22:44] 03(mod) FileSearch does not work with MySQL - 10https://bugzilla.wikimedia.org/27300 +comment (10Sumana Harihareswara) [21:26:58] New patchset: Foxtrott; "Calendar view for the filtered format." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27831 [21:27:13] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 +comment (10Sumana Harihareswara) [21:31:27] New patchset: Aude; "PostgreSQL schema update for new sites stuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27939 [21:31:57] 03(mod) Preferences - Date format - display standard date format - 10https://bugzilla.wikimedia.org/30087 +comment (10Sumana Harihareswara) [21:35:18] 'WikitextContentHandler' => 'includes/ContentHandler.php', [21:35:23] Warning: require(/var/www/MediaWiki/Git/core/includes/ContentHandler.php): failed to open stream: No such file or directory in /var/www/MediaWiki/Git/core/includes/AutoLoader.php on line 1193 [21:37:01] Krenair: oooh, yeah, that's sounding like something to file (I'm being redundant I'm sure, you already know that) -- I'll be very curious to see the report [21:37:41] I just got global AbuseFilters working on my machine. Will try out that change you wanted me to review [21:38:24] I doubt there's any point filing a bug. I've already fixed it and someone else has probably already put a fix in Gerrit [21:38:56] would you mind checking to make sure of the latter, to put my mind at ease? [21:39:00] Krenair: why isn't it being deployed? [21:39:05] (on-wiki) [21:39:10] Jasper_Deng, global abusefilters? [21:39:17] yeah [21:39:22] I would imagine it's blocked by this at least: https://gerrit.wikimedia.org/r/#/c/23509/ [21:39:59] Hi Jasper_Deng, how's it going? [21:40:00] 03(NEW) log_page still not set for hundreds of images where it should - 10https://bugzilla.wikimedia.org/41024 normal; Wikimedia: General/Unknown; (Platonides) [21:40:00] ... [21:40:05] sumanah: great [21:40:21] Krenair: I'm assuming you have a replacement for that change [21:40:36] What do you mean? [21:40:48] something that also adds to $wgAvailableRights [21:41:11] Well usually I leave these things up to the change owner to fix [21:41:20] * sumanah adds product manager ashley as reviewer for https://gerrit.wikimedia.org/r/#/c/23509/ in case ashley wants to push for a faster fix & resubmission [21:41:29] But since Chris appears to have forgotten about it, I'll do it in a sec [21:41:46] Krenair: might just be back burner & not forgotten, but yes, if you have a fix, that'd be great [21:42:03] Got to upload some other stuff first [21:42:19] Jasper_Deng: you might have seen my note about the changes in the 1.21wmf2? [21:42:27] no [21:42:51] * Jasper_Deng opens up http://www.mediawiki.org/wiki/MediaWiki_1.21/Roadmap [21:42:52] sumanah: hi! I'll try to remember to take a look at that later on, the next week will be a busy one for me IRL (and I still have a decent backlog of unanswered emails, too...) [21:43:16] ashley: thanks! understandable [21:43:31] ashley: (I presume James_F knows of your time crunch this week?) [21:43:44] New patchset: Alex Monk; "includes/ContentHandler.php does not exist, it's includes/content/ContentHandler.php" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27960 [21:43:57] There's also a really weird error in AbuseFilter I fixed [21:44:11] I'm sure that at least Guillaume knows 'cause I haven't replied to that one email yet...so many things to do, so little time... [21:44:15] 03(mod) log_page still not set for hundreds of images where it should - 10https://bugzilla.wikimedia.org/41024 +comment (10Sam Reed (reedy)) [21:44:27] I don't understand how the previous code ever worked, and how nobody else got this error before. [21:44:46] Jasper_Deng: you're one of the people I'd like to keep informed about these sorts of updates -- what info channels should I publicize to, to reach you? [21:45:18] sumanah: my e-mail [21:46:01] Jasper_Deng: ok, can I ask you to subscribe to the low-traffic "wikitech-ambassadors" mailing list that gets heads-up of possibly disruptive changes to the sites? [21:46:11] * Jasper_Deng is a n00b [21:46:20] * Jasper_Deng doesn't know how to subscribe to Wikimedia mailing lists [21:46:50] Krenair: do you think you can investigate https://bugzilla.wikimedia.org/show_bug.cgi?id=39449? [21:47:01] 03(NEW) This file was used on - 10https://bugzilla.wikimedia.org/41025 enhancement; MediaWiki: File management; (subfader) [21:47:13] Jasper_Deng: there's a subscribe form at https://lists.wikimedia.org/mailman/listinfo/wikitech-ambassadors - if you want, PM me your email and I'll got through the form for you [21:48:20] * Jasper_Deng filled out the form [21:48:58] New patchset: Alex Monk; "Fix some errors on the main AbuseFilter page" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/27961 [21:49:10] Jasper_Deng, sorry, no IPv6 [21:49:39] Krenair: use a tunnel [21:50:11] In theory I would just need a local IPv6 address [21:50:30] But my wiki always seems to show me as 127.0.0.1 [21:50:30] I don't think MediaWiki respects link-local addresses does it? [21:50:48] hello, is it possible for https://bugzilla.wikimedia.org/show_bug.cgi?id=40789 to be backported before the deployment? [21:51:48] Why does it need backporting? [21:51:51] (is this monday already where dev people live, or do i have to wait till tomorrow? ;) ) [21:51:55] Krenair: what's your $wgServer? You can't test IPv6 unless you've set it to something that can do IPv6 (domain name or address) [21:51:58] Why does it need backporting? [21:51:59] Reedy: it causes issues, duh. ;) [21:52:12] It's going to be in 1.21wmf2 [21:52:13] there's at keast one guy on pl.wiki who is vocal about it [21:52:18] It's already merged [21:52:32] maybe others who just didnt complain [21:52:41] i realise, i'm asking for a backport to wmf1 [21:52:54] Be explicit! [21:53:04] D: [21:53:19] i couldnt have been more explicit without repeating myself. [21:53:23] I thought you're talking about backporting to 1.20... [21:53:26] 03(ASSIGNED) Enable Narayam at Hindi Wiktionary - 10https://bugzilla.wikimedia.org/41015 +patch-in-gerrit; +comment (10Dereckson) [21:53:30] Backporting to a branch that didn't exist yet was just weird [21:54:02] why would i need it in 1.20? nothing runs it right now :) and i think mark is taking care of the 1.20 release [21:54:08] is running* [21:54:43] New patchset: Reedy; "(bug 40789) Fixed $wgSecureLogin after-login redirect." [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/27963 [21:55:20] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/27963 [21:55:27] 03(mod) EditWarning: Does not appear when search box is used - 10https://bugzilla.wikimedia.org/30101 normal->major; +comment (10Sumana Harihareswara) [21:55:31] Reedy: you totally rule, thanks [21:55:35] New patchset: Alex Monk; "Add Permission for Global-Rule Editing" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/23509 [21:55:52] sumanah: did you like it? [21:56:19] xJRWR: yes! I tried just the main track. Nice soft ambient electronica [21:56:22] thanks for the tip [21:56:33] Jasper_Deng, okay, so that sorts out hoo's problems [21:56:39] Reedy: when can / will this be deployed, if i may ask? :) [21:56:44] I'm not sure it stops people from making the filters non-global. Maybe it should do that... [21:57:15] sumanah: wait till you try space station soma [21:57:26] MatmaRex: when you ask for something, explaining why it's a win for everyone to do that thing is often useful to get the thing you want [21:57:39] Krenair: what about localization of the name of the permission? [21:57:40] have you ever heard the phrase "benefits, not features"? [21:57:51] Jasper_Deng, what about it? [21:58:14] xJRWR: is that a radio station or a track or other? [21:58:20] Krenair: Would localization/translation have to be taken care of before we can deploy? [21:58:29] no [21:58:39] Just needs En and Qqq [21:58:51] TWN takes care of the rest and new translations should(!) be up within 48 hours [22:01:04] sumanah: radio station [22:03:58] 03(mod) Track file usage history - 10https://bugzilla.wikimedia.org/41025 summary (10Sam Reed (reedy)) [22:06:07] 03(FIXED) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41019 +comment (10Sam Reed (reedy)) [22:06:40] New review: Aude; "I am having trouble running the phpunit tests because of a bug in TestORMRowTest.php" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27939 [22:06:43] 03(mod) Enable Narayam at Hindi Wiktionary - 10https://bugzilla.wikimedia.org/41015 normal->15enhancement (10Sam Reed (reedy)) [22:10:52] 03(mod) Add editbugs user right to legitimate Bugzilla accounts - 10https://bugzilla.wikimedia.org/40497 +comment (10Sumana Harihareswara) [22:11:42] 03(FIXED) dead broken buggy Special:PrefSwitch page and its survey still live - 10https://bugzilla.wikimedia.org/40461 +comment (10Sam Reed (reedy)) [22:12:37] 03(mod) Suppressed edits should not appear in Special:DeletedContributions and Special:Undelete - 10https://bugzilla.wikimedia.org/19725 +comment (10Sumana Harihareswara) [22:14:48] 03(mod) If "Talk" namespace is chosen, "Associated namespace" (Article) articles don't get listed - 10https://bugzilla.wikimedia.org/40882 +comment (10Sumana Harihareswara) [22:14:56] 03(mod) Track file usage history - 10https://bugzilla.wikimedia.org/41025 +comment (10Subfader) [22:17:26] Krenair: as is probably apparent from the bot traffic here, I am working through some old bugs that I was cc'd on :) Can I point you to a couple where there's an old patch that might need updating & Git-ing? [22:17:55] I'm not sure about putting old patches in Gerrit anymore [22:18:21] oh? [22:18:40] I've done about 3 so far and there have been problems which no one has signed up for an account to fix [22:18:44] fair [22:18:54] 03(mod) Uninstall PrefSwitch extension from Wikimedia wikis - 10https://bugzilla.wikimedia.org/37364 (10spage) [22:20:02] E.g. https://gerrit.wikimedia.org/r/#/c/22945/ which is just sitting on my CR dashboard gathering dust [22:21:19] and Vitaliy hasn't responded...yeah, I'll ping him on that [22:21:30] any others? I can at least send a ping before we abandon [22:21:59] Anyone here who's in the mood to try to get the Gerrit developers to prioritize a feature request: https://code.google.com/p/gerrit/issues/detail?id=1379 Maintain log of administrative actions (permission changes, etc) [22:22:32] Krenair: what's your $wgServer? You can't test IPv6 unless you've set it to something that can do IPv6 (domain name or address) [22:22:39] http://localhost [22:23:03] did you set Apache to bind ::1? is IPv6 enabled on your computer? [22:23:09] Could replace it with http://[::1] [22:23:17] * Krenair tries [22:24:02] Apache is definitely running and ip addr shows 'inet6 ::1/128 scope host' [22:25:08] Yay there we go, I'm 0:0:0:0:0:0:0:1 [22:25:46] 03(mod) dead broken buggy Special:PrefSwitch page and its survey still live - 10https://bugzilla.wikimedia.org/40461 (10spage) [22:27:20] 03(mod) Filename not found - 10https://bugzilla.wikimedia.org/34255 +comment (10Subfader) [22:29:18] Hi TimStarling - hope your weekend was good [22:29:27] hi [22:30:54] TimStarling: added you as reviewer to a ContentHandler-related patchset that Krenair wrote - fixes a bug he found, though he didn't file a report on it IIRC [22:31:18] ok [22:33:32] You can continue to use GitTest anonymously, or you can [http://[::1]/MediaWiki/Git/core/index.php?title=Special:UserLogin&returnto=Special%3AAbuseFilter log in again] as the same or as a different user [22:33:32] Hmm that's not parsed [22:35:34] https://gerrit.wikimedia.org/r/#/c/26939/ -.- [22:40:00] That's interesting, it works fine with an IPv4 $wgServer but not IPv6 [22:40:01] Jasper_Deng, ^ [22:40:35] Krenair: do you have your own domain name? [22:40:41] no [22:41:36] TimStarling: and there are 2 contenthandler-related items on https://bugzilla.wikimedia.org/show_bug.cgi?id=38865 both with patchsets that probably ought to be reviewed before the Monday deployment, in case you have time [22:42:51] Krenair: in any case, I don't think this affects ABuseFilter's bug. [22:43:01] It doesn't. [22:43:06] It's something separate I noticed. [22:44:03] bye for the day [22:44:08] bye [22:44:13] Krenair: something related is that URLs like [[2001:db8:]] aren't parsed in wikitext [22:44:23] (external links [22:44:54] (or [[2001:db8]/foo], for that matter) [22:48:33] New patchset: Daniel Friesen; "Fix links and html in jqueryMsg and add text mode." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4055 [22:48:33] New patchset: Daniel Friesen; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [22:49:11] New review: Daniel Friesen; "Rebased to jqueryMsg changes." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27923 [22:52:13] Jasper_Deng, this is the problematic line, from SpecialAbuseLog.php: [22:52:14] $conds[] = 'afl_ip=afl_user_text'; [22:52:31] In the database, afl_ip is '::1' but afl_user_text is '0:0:0:0:0:0:0:1' [22:54:30] It's fine if you remove that line, but it probably breaks something else... [22:54:36] bd6ab24e SpecialAbuseLog.php (Andrew Garrett 2010-06-25 00:06:07 +0000 212) $conds[] = 'afl_ip=afl_user_te [22:57:46] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/68534 [22:59:23] hhm... [22:59:43] the database should be storing IPv6 expanded fully [23:03:53] 03(mod) Can't filter by IPv6 in AbuseLog - 10https://bugzilla.wikimedia.org/39449 summary; +comment (10Krenair) [23:07:45] nothing to commit (working directory clean) [23:07:45] The previous cherry-pick is now empty, possibly due to conflict resolution. [23:09:04] I fixed a bug in php-cloudfiles by typing the exact same set of characters as Aaron did at around the same time [23:11:28] is there a proper way to add a link to the toolbar with an extension except manual javascript? [23:13:11] Hi! I need help with a media wiki [23:14:19] Subfader: you could use SkinTemplateOutputPageBeforeExec [23:14:40] modify $skin->data['nav_urls'] [23:14:56] is that the toolbar you mean? [23:15:21] toolbar portlet in sidebar i mean [23:15:22] I'm looking for someone who could help me import a pdf file in the wiki,,,,, [23:16:02] you mean toolbox [23:16:12] eh! right [23:16:31] **rolls eyes** [23:16:32] which is what I thought, so what I said already [23:16:45] great :) [23:17:06] sarasvati80: Just upload it? [23:17:24] actually it's $tpl->data['nav_urls'] [23:17:33] i.e. the second parameter to the hook [23:17:51] @Reedy: upload it and show it on a page.... [23:17:58] !pdf [23:17:58] There is no such key, you probably want to try: !gitcheat, !wiki2pdf, [23:18:04] !e PdfHandler | sarasvati80 [23:18:04] sarasvati80: https://www.mediawiki.org/wiki/Extension:PdfHandler [23:19:01] @Reedy: Thanks! [23:20:09] New review: Reedy; "RELEASE-NOTE conflict." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27923 [23:23:27] New patchset: Tim Starling; "Fix declaration of content_model and content_format fields." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27394 [23:23:33] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27394 [23:24:30] 03(FIXED) Different data types for *_content_* in tables.sql and patches - 10https://bugzilla.wikimedia.org/40960 +comment (10Tim Starling) [23:25:00] New patchset: leucosticte; "Add new ViewFiles extension" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/27964 [23:26:19] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27960 [23:27:02] New patchset: Tim Starling; "Support plain text content." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27399 [23:27:11] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27399 [23:28:01] 03(FIXED) ContentHandler renders Scribunto nonoperational - 10https://bugzilla.wikimedia.org/40908 +comment (10Tim Starling) [23:28:34] funny how you can have so much discussion about a bug with an uncontroversial one-line fix [23:28:52] New review: Reedy; "This isn't how you add new extensions to our Git repos." [mediawiki/extensions] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/27964 [23:29:32] "The ViewFiles allows users to view the contents of a limited set of text files. If you plan on displaying PHP files with this, you may want to install Extension:SyntaxHighlight GeSHi as well. Don't forget, if you're going to use this to display files such as LocalSettings.php that contain sensitive data, you'll want to get that data out of webroot before exposing those files to the world." [23:29:33] Scary. [23:32:40] New review: Tim Starling; "Use a wrapper function if you want this behaviour. Most core PHP functions return false on error, so..." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/26030 [23:35:53] New patchset: Tim Starling; "[Bug 40032] code 415 for bad type in action=raw" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27282 [23:36:00] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27282 [23:36:33] 03(FIXED) Wikidata should not return 406 Not Acceptable - 10https://bugzilla.wikimedia.org/40032 +comment (10Tim Starling) [23:38:56] 03(FIXED) [Regression] InfoAction: Call to a member function getUserText() on a non-object - 10https://bugzilla.wikimedia.org/40939 +comment (10Sam Reed (reedy)) [23:39:13] Change abandoned: Tim Starling; "Abandoning per author's -2, so it stops showing up in review lists." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/7826 [23:39:38] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 +comment (10Huji) [23:39:49] 03(mod) Preserve login status when switching protocols (HTTP and HTTPS) - 10https://bugzilla.wikimedia.org/41022 (10Huji) [23:39:52] 03(mod) User preference for enforcing HTTPS - 10https://bugzilla.wikimedia.org/29898 (10Huji) [23:45:19] New review: Tim Starling; "Syncing the remote development branch with Liangent's local branch. Not reviewed, will review the me..." [mediawiki/core] (chinese-collation); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27511 [23:45:20] Change merged: Tim Starling; [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/27511 [23:45:46] New review: Tim Starling; "Syncing the remote development branch with Liangent's local branch. Not reviewed, will review the me..." [mediawiki/core] (chinese-collation); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27512 [23:45:51] Change merged: Tim Starling; [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/27512 [23:46:02] New review: Tim Starling; "Syncing the remote development branch with Liangent's local branch. Not reviewed, will review the me..." [mediawiki/core] (chinese-collation); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27738 [23:46:32] New review: Tim Starling; "Syncing the remote development branch with Liangent's local branch. Not reviewed, will review the me..." [mediawiki/core] (chinese-collation); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27676 [23:46:46] New review: Tim Starling; "Syncing the remote development branch with Liangent's local branch. Not reviewed, will review the me..." [mediawiki/core] (chinese-collation); V: 1 C: 2; - https://gerrit.wikimedia.org/r/27513 [23:46:47] Change merged: Tim Starling; [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/27738 [23:46:48] Change merged: Tim Starling; [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/27676 [23:46:48] Change merged: Tim Starling; [mediawiki/core] (chinese-collation) - https://gerrit.wikimedia.org/r/27513 [23:46:59] New patchset: Daniel Friesen; "(bug 23772) Implement a "Not what you were looking for?" search feature." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27923 [23:47:51] New review: Daniel Friesen; "RELEASE-NOTE tweak and some mw.ui fixes." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27923 [23:48:46] hello Dantman [23:49:00] ? [23:49:02] re https://gerrit.wikimedia.org/r/#/c/4065/ [23:49:18] I can implement the changes I proposed myself if you like [23:49:42] Yeah, sure. [23:49:50] I'm just wondering whether it should be $wgPurgeHttp11 = true or $wgPurgeHttp10 = false [23:51:37] Maybe we should try to scrub the Http?? from the config name. [23:52:32] In a way the 1.1 vs. 1.0 is a bit of a side effect. When the real thing we're doing is differentiating between full url in resource line vs. path + host [23:53:09] yes [23:53:14] but HTTP 1.0 doesn't have host headers [23:53:41] and for many years, Squid was the only HTTP proxy and only supported HTTP 1.0 [23:53:49] which may have been where the convention came from [23:54:15] $wgPurgeUseAbsoluteURI? [23:55:31] maybe $wgPurgeUseHostHeader [23:56:09] since an absolute URL is implicit in a request with a host header, so saying "use absolute uri" might be confusing [23:56:55] Ok [23:57:28] I ended up picking that name out of HTTP 1.1's: Request-URI = "*" | absoluteURI | abs_path | authority [23:59:09] yeah, I usually use "URL" rather than "URI" in MediaWiki, URI is just standardese for the most part [23:59:27] you know the definition of a URI? [23:59:37] a URI can either be a URL or a URN [23:59:50] and a URN is something that the committees never got around to defining