[00:00:20] 14(WFM) Opera mobile clicking sub headings jumps to top - 10https://bugzilla.wikimedia.org/39740 +comment (10Jon) [00:00:50] 03(NEW) Windows 8 app: fix margins/padding on content area - 10https://bugzilla.wikimedia.org/40245 normal; Wikipedia App: Generic; (brion) [00:01:11] 03(mod) banner.js and banner.css served to non-zero rated mobile users - 10https://bugzilla.wikimedia.org/37267 normal->15enhancement; +comment (10Jon) [00:02:14] 03(mod) Mobile version does not display input forms - 10https://bugzilla.wikimedia.org/38515 normal->15enhancement (10Jon) [00:05:04] 03(NEW) Windows 8 app: set keyboard focus for navigation - 10https://bugzilla.wikimedia.org/40246 normal; Wikipedia App: Generic; (brion) [00:08:51] 03(mod) Improve hiding of usernames by looking for reverts with edit summaries containing the username - 10https://bugzilla.wikimedia.org/18526 +comment (10MZMcBride) [01:11:38] hi, I have this skin that is working fine in mediawiki 1.18 but when I try to use it in my new mediawiki 1.19 installation, it only loads the common js and css and ignores the skin [01:12:06] I don't get any errors in my apache error log. [01:12:20] any ideas how to begin debugging this? [01:15:52] msg /memoserv help [01:16:00] ups [01:17:40] Juul, why don't you start by pastebinning/gisting the code [01:23:21] 03(mod) rcprop=loginfo returns error page - 10https://bugzilla.wikimedia.org/40195 +comment (10anthonyzhang) [01:23:49] Hi (again!). How I can fix this: [01:23:51] $ git review -s [01:23:53] Could not connect to gerrit. [01:23:55] Enter your gerrit username: ebrahim [01:23:57] Trying again with ssh://ebrahim@gerrit.wikimedia.org:29418/mediawiki/core.git [01:23:59] [01:24:01] We don't know where your gerrit is. Please manually create [01:24:03] a remote named "gerrit" and try again. [01:24:35] Do you have a remote named gerrit? [01:25:48] Dantman: I don't think, how I must add it? git remote add ...? [01:26:04] git remote add gerrit [01:26:12] Dantman, ah, I just found out that I need the relevant part of resources/Resource.php where ResourceLoader modules for the skin are defined [01:27:01] !wg ResourceModules | Juul [01:27:01] Juul: https://www.mediawiki.org/wiki/Manual:$wgResourceModules [01:27:26] Dantman, thanks! [01:27:52] If you have a custom skin, do not modify core files like resources/Resources.php. Instead put your skin in an extension, load that from LocalSettings.php and in your extension php file use wgResourceModules. The syntax of wgResourceModules is exactly the same as in resources/Resources.php [01:28:05] Juul, also you'll probably want to use my skins/skinname/skinname.php pattern http://blog.redwerks.org/2012/02/08/mediawiki-skinning-tutorial/ [01:28:56] ok [01:36:01] Dantman: thanks :) [01:37:57] Dereckson: Can you help me a bit? I added git remote add gerrit ssh://review/ but I am still unable to do $git remote add gerrit ssh://review/ "Permission denied (publickey)." I must add you public key in my account in order to be able commit from grip? [01:40:03] Dereckson: ops, I mean I was unable to git review -s [01:43:48] Dereckson: I will figure out it somehow, thanks anyway [01:48:13] One of these days we need to do static loading from load.php [01:49:39] That... and possibly path based loading for compat with things like CloudFlare [02:07:27] 03(mod) 404 error for some files - 10https://bugzilla.wikimedia.org/39615 (10Aaron Schulz) [02:07:34] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 (10Aaron Schulz) [02:08:01] 03(FIXED) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Aaron Schulz) [02:09:29] New review: MarkTraceur; "I would prefer to find the non-empty copyMetaDataCtrlDiv and move it to the top if possible. This wo..." [mediawiki/extensions/UploadWizard] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23764 [02:09:33] 03(ASSIGNED) jquery.byteLimit sometimes causes an unexpected 0 maxLength being enforced - 10https://bugzilla.wikimedia.org/38158 summary (10Krinkle) [02:11:02] New review: Nemo bis; "The aim was probably to put all individual URLs between angle brackets, rather than the whole list. ..." [mediawiki/extensions/TranslationNotifications] (master) C: 0; - https://gerrit.wikimedia.org/r/23416 [02:12:27] New patchset: Krinkle; "jquery.byteLimit: Rewrite (fix bug 38158, bug 38163)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23771 [02:12:48] New review: Krinkle; "Superseded by I9c204243d0bdf7158aa86a62b591ce717a36fe27." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/23541 [02:12:48] 03(FIXED) jquery.byteLimit sometimes causes an unexpected 0 maxLength being enforced - 10https://bugzilla.wikimedia.org/38158 +comment (10Krinkle) [02:13:27] 03(FIXED) Fix jquery.byteLimit issues with incorrect blocking/limiting of input - 10https://bugzilla.wikimedia.org/38163 +comment (10Krinkle) [02:14:35] Hey #mediawiki! I've got an issue in the format of my lists with source code being included: http://www.mediawiki.org/wiki/Project:Support_desk#Broken_Lists_18988 maybe somebody here could help me? [02:15:02] 03(mod) jquery.byteLimit: Incorrect limiting of input when using methods other than basic per-char typing - 10https://bugzilla.wikimedia.org/38163 summary (10Krinkle) [02:17:39] Dantman: can you elaborate on that? [02:17:48] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Nemo_bis) [02:17:59] Krinkle, which one? [02:18:06] both (load.php) [02:21:20] The latter I mean finding some way to serve something like /load/module.blahblahblah.css since the last time I read CloudFlare's docs they wouldn't support static caching of the static content we serve with load.php, though I'm not sure anymore I sent them a message asking [02:22:29] For the first one I had thoughts about it before... load.php should be able to serve static content besides just js and css [02:23:22] Fallback images for embeds would be load.php urls statically serving images instead of full paths too [02:25:21] The rationale there of course is that as much as we like the pattern of $IP/extensions/Foo/* we fully support extensions being installed wherever you feel like it... including in locations that are not publicly accessible... extensions should not have to worry about this and users shouldn't need to fumble around to get assets to work... we should just let extensions have their assets output by load.php from wherever they are. [02:33:55] Maybe one of you has some tips for my situation? :) [02:39:25] jbud, You should just ask your question and see if someone does in fact have a tip [02:40:10] Sure, its actually just the formating of my lists. Each subsequent element in the list becomes indented when I have a source tag [02:40:53] I wrote it on the MediaWiki page to post the same question, but it shows just fine on there. I'm wondering what I can change around to fix this up for my wiki? [02:41:09] I heard of $wgUseTidy but enabling that didn't help in my case. Is there something else I may be missing? [02:59:07] New patchset: Aaron Schulz; "Only copy the output files that actually exist." [mediawiki/extensions/timeline] (master) - https://gerrit.wikimedia.org/r/23772 [03:00:14] New patchset: Krinkle; "Fix and update i18n QUnit test breakages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23773 [03:01:24] Change merged: Aaron Schulz; [mediawiki/extensions/timeline] (master) - https://gerrit.wikimedia.org/r/23772 [03:06:45] New patchset: Krinkle; "Phase out tests/jasmine; Update mediawiki i18n tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23493 [03:07:24] New review: Krinkle; "Moved out mediawiki.cldr.test/mediawiki.langauge.test fixes into a separate change (I95de3bb551efd79..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23493 [03:12:08] New patchset: Krinkle; "Phase out tests/jasmine; Update mediawiki i18n tests" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23493 [03:12:58] New review: Krinkle; "* Rebased" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23493 [03:13:07] New review: Yaron Koren; "Thanks to everyone for their comments totally irrelevant to this patch. :)" [mediawiki/extensions/SemanticForms] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23769 [03:16:48] 03(mod) rcprop=loginfo returns error page - 10https://bugzilla.wikimedia.org/40195 +comment (10anthonyzhang) [03:21:46] New patchset: Aaron Schulz; "Update timeline to master 9fd5e9098657a7d6897f05e80acfc4e76a312915" [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23774 [03:22:16] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23774 [03:22:42] New review: Krinkle; "Some more feedback." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/5130 [03:26:28] 03(FIXED) Timeline is trying to sha1/copy files that don't exist - 10https://bugzilla.wikimedia.org/40206 +comment (10Aaron Schulz) [03:28:34] 03(mod) EasyTimeline broken - 10https://bugzilla.wikimedia.org/40209 +comment (10Aaron Schulz) [03:37:24] 03(mod) EasyTimeline broken - 10https://bugzilla.wikimedia.org/40209 +comment (10Aaron Schulz) [03:58:32] 03(mod) EasyTimeline reversed text in RTL languages - 10https://bugzilla.wikimedia.org/4030 +comment (10Amir E. Aharoni) [04:32:17] New patchset: Aaron Schulz; "Moved down rarely used option flag and added @since." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23775 [04:34:00] 03(mod) rcprop=loginfo returns error page - 10https://bugzilla.wikimedia.org/40195 +comment (10anthonyzhang) [04:40:59] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23775 [04:46:06] 03(mod) EasyTimeline broken - 10https://bugzilla.wikimedia.org/40209 +comment (10Aaron Schulz) [04:53:21] 03(NEW) Description input field on items list is LTR in an RTL environment - 10https://bugzilla.wikimedia.org/40247 normal; MediaWiki extensions: WikidataRepo; (amir.aharoni) [04:53:22] 03(mod) WikiData RTL / BiDi tracker bug - 10https://bugzilla.wikimedia.org/36637 (10Amir E. Aharoni) [05:00:04] 03(mod) invite users to provide translations to languages they speak - 10https://bugzilla.wikimedia.org/39190 +comment (10Amir E. Aharoni) [05:12:06] 03(FIXED) EasyTimeline broken - 10https://bugzilla.wikimedia.org/40209 +comment (10Erik Moeller) [05:39:09] Hi [05:39:53] Wondering if there's a way to return a mobile-rendered version of a page using action=render, and rvparse [05:40:03] er. action=query* [05:50:19] 03(mod) Corrected logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/40222 (10Alexandre Emsenhuber [IAlex]) [05:54:09] So something like this: $getJSON( https://en.wikipedia.org/w/api.php?action=query&format=json&callback=?&prop=templates|info|text|imageinfo|revisions|categorieshtml&lllimit=500&pageids=12471253&rvprop=timestamp|user|comment|content&rvparse ) [05:54:24] Is there anything I can add to the call that would specify a mobile layout? [07:05:00] 03(mod) WikiBook page/chapter configuration tools/API not working on Mac - 10https://bugzilla.wikimedia.org/39827 (10cs) [07:19:05] New patchset: Amire80; "(bug 35167) Allow in toc items" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22435 [07:19:10] New patchset: Henning Snater; "style for disabled input box accompanied by pixel precision update" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23776 [07:29:48] New patchset: IAlex; "(bug 40214) Category pages no longer use deprecated "width" HTML attribute" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23777 [07:30:32] 03(mod) Category pages use width attribute (obsolete in HTML5) - 10https://bugzilla.wikimedia.org/40214 +comment (10Alexandre Emsenhuber [IAlex]) [07:30:59] 03(mod) Noexternalinterlang behaving eratically (8) - 10https://bugzilla.wikimedia.org/40069 +comment (10Nikola Smolenski) [07:34:32] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23766 [07:36:16] 03(FIXED) Special:PrefixIndex uses deprecated border=0 on a table - 10https://bugzilla.wikimedia.org/40213 +comment (10Alexandre Emsenhuber [IAlex]) [07:49:14] 03(mod) Save button stays disabled when copy/paste into the "enter label" field instead typing in it (3) - 10https://bugzilla.wikimedia.org/40131 +comment (10Rainer Rillke @commons.wikimedia.org (user of a WMF wiki); Using latest Firefox release if not otherwise noted.) [08:14:06] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23407 [08:21:53] New patchset: Mwjames; "Fix public method" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23778 [08:22:42] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23778 [08:28:00] New patchset: John Erling Blad; "(Bug 40204) Fix title of CreateItem, post action and token" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23663 [08:31:35] 03(mod) Tidy occasionally isn't executed - 10https://bugzilla.wikimedia.org/38273 +comment (10Michael M.) [08:37:36] New review: saper; "I am using mostly "nostalgia" skin so I haven't seen it on plwiki." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23103 [08:45:13] 03(NEW) Don't show "Edit history" in info action for missing pages - 10https://bugzilla.wikimedia.org/40248 normal; MediaWiki: General/Unknown; (listenleser) [08:48:16] New patchset: John Erling Blad; "(Bug 40204) Fix title of CreateItem, post action and token" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23663 [08:51:21] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23663 [08:52:06] New patchset: John Erling Blad; "(Bug 40239) Fix use of subpage form in the url" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23779 [08:57:11] New patchset: John Erling Blad; "(Bug 40236) Fix use of subpage form in the url" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23780 [08:58:19] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23779 [08:58:42] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23780 [09:12:13] hi [09:14:20] fcgi is surprisingly hard to get to work on apache [09:19:12] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 +comment (10Yun Ji Yun) [09:21:09] when I try to export templates form es:WP [09:21:33] I add the categories and appears: [09:21:43] "Portal:NagatoYondaime" [09:21:54] wich is not what I request [09:22:06] someone knows what is going on? [09:22:11] could be vandalism? [09:43:50] Woooooooowww.... I FINALLY managed to get ONE of the 4 (5?) ways to make (f)cgi work on apache [09:46:22] New review: Mwjames; ">> please clarify for me: datatables was added as a git submodule" [mediawiki/extensions/SemanticResultFormats] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22064 [09:55:39] Well that 4-5 hours of trouble finally answers my question now [09:56:07] ...I DON'T need any special cases for the config I output for people using php in apache using cgi/fcgi [09:58:51] New review: Ebrahim; "Hi this is my idea for making this patch more general." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23674 [10:03:21] Platonides, Could you have a quick look at https://gerrit.wikimedia.org/r/23671 again to see if the latest version addresses your concerns, please? [10:08:45] Change merged: Daniel Kinzler; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22551 [10:24:14] 03(mod) Interwiki extension's "URL" field doesn't validate input - 10https://bugzilla.wikimedia.org/30600 +comment (10drzraf) [10:25:23] New review: Ebrahim; "Per http://stackoverflow.com/questions/12422487/retrieving-get-form-submit-url-before-submit" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/23674 [10:25:42] 04(REOPENED) Interwiki extension's "URL" field doesn't validate input - 10https://bugzilla.wikimedia.org/30600 (10drzraf) [10:27:46] 03(mod) Corrected logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/40222 (10hemantbugzilla) [10:36:22] <[KrusheR]> hello [10:36:56] <[KrusheR]> i'm using the feedback extension solely for rating propourses... is it safe to truncate the click tracking table? [10:37:10] <[KrusheR]> it's growing like a mastiff pup [10:42:36] 03(NEW) added keyboard shortcuts to main style functions - 10https://bugzilla.wikimedia.org/40249 enhancement; MediaWiki extensions: WikiEditor; (raphael.droz) [10:44:42] <[KrusheR]> can i prevent it to add more rows? [10:49:22] New patchset: Tobias Gritschacher; "adjusted selenium tests to work with data items in main namespace" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23781 [10:56:37] 14(DUP) [jquery.byteLimit] Use post-insert check instead of trying to figure out all ways of insertion - 10https://bugzilla.wikimedia.org/35561 +comment (10Fomafix) [10:56:38] 03(mod) jquery.byteLimit: Incorrect limiting of input when using methods other than basic per-char typing - 10https://bugzilla.wikimedia.org/38163 +comment (10Fomafix) [11:15:11] 03(NEW) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 major; MediaWiki: Internationalization; (mxn) [11:27:30] 03(mod) Unresponsive script when uploading many files at once - 10https://bugzilla.wikimedia.org/35279 +comment (10Tomasz W. Kozłowski) [11:34:15] Hi, is this a known bug: "Notice: Undefined index: devtestwiki:messages:en in /mediawiki/core/includes/objectcache/SqlBagOStuff.php on line 166"? [11:46:55] 03(mod) [jquery.byteLimit] Use post-insert check instead of trying to figure out all ways of insertion - 10https://bugzilla.wikimedia.org/35561 (10Krinkle) [11:46:56] 03(mod) [jquery.byteLimit] selected text is not replaceable by a single character when byte limit is reached - 10https://bugzilla.wikimedia.org/35560 (10Krinkle) [11:47:08] 14(DUP) [jquery.byteLimit] selected text is not replaceable by a single character when byte limit is reached - 10https://bugzilla.wikimedia.org/35560 +comment (10Krinkle) [11:47:08] 03(mod) jquery.byteLimit: Incorrect limiting of input when using methods other than basic per-char typing - 10https://bugzilla.wikimedia.org/38163 +comment (10Krinkle) [12:00:32] New review: Jens Ohlig; "This seems to do the same as previously, with the added bonus of calling the respective hooks. Howev..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23480 [12:12:09] New review: Jens Ohlig; "Looks good. :)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/22005 [12:13:10] New patchset: Krinkle; "Set $wgUseCombinedLoginLink to false by default." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19781 [12:13:21] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19781 [12:18:17] New review: Daniel Werner; "The styles should rather be added to some css file." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23777 [12:21:15] New review: Tobias Gritschacher; "This fixes the bug but we still should consider also using Html::rawElement everywhere to construct ..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/23777 [12:22:27] New review: John Erling Blad; "The extension is not tested." [mediawiki/extensions/Nonlinear] (master) C: 1; - https://gerrit.wikimedia.org/r/23484 [12:27:03] New review: Krinkle; "Merging to get rid of the warning. Stylesheet is an improvement outside the scope of the bug imho. N..." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/23777 [12:27:26] 03(FIXED) Category pages use width attribute (obsolete in HTML5) - 10https://bugzilla.wikimedia.org/40214 (10Krinkle) [12:27:42] haha, bots have almost as many posts in this channel as humans [12:27:51] I mean, all together [12:28:38] New patchset: Krinkle; "(bug 40214) Category pages no longer use deprecated "width" HTML attribute" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23777 [12:28:54] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23777 [12:29:49] 03(mod) Category pages use width attribute (obsolete in HTML5) - 10https://bugzilla.wikimedia.org/40214 (10Krinkle) [12:31:59] New review: Jens Ohlig; "Seems to go into the right direction, but there are several bits and pieces to fix as noted in the c..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/4658 [12:32:14] hi [12:32:18] hi [12:32:41] * petan wonders if Juandev was talking to petan or gerrit :P [12:33:01] and bye [12:33:05] :o [12:33:07] bye [12:37:22] Dantman: hey you're sending your mail twice [12:37:25] to the mailing list [12:37:58] I had an outbox of unsent messages [12:38:50] I just fixed the newsgroup: to a to: and that's what happened [12:40:12] New review: Jens Ohlig; "I would like to give a -2. Rewriting content during upload is a bad idea. Any modifications should w..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/7826 [12:43:19] Hi folks! I have a really random error with my mediawiki setup. I installed it on a xp machin (at first) and after some tinkering it's up and running, no problems what so ever. Then i installed it on my Win7 machine with the exact same settings (except change the IP in apache conf and localsettings.php to the other computer), and sometimes i'm able to access it, sometimes not. If i change localsettings.php $wgServer to localhost: [12:44:09] access it if browsing to localhost:8080 (but then external users can't access it). if i keep it at ip:8080, it just randomly works to access localy and from another computer on the network, and sometimes (most of the time) it just time-outs [12:50:26] 03(NEW) PLURAL broken in Hungarian - 10https://bugzilla.wikimedia.org/40251 major; MediaWiki: Internationalization; (ght81-wikipedia) [12:52:16] 03(mod) PLURAL broken in Hungarian - 10https://bugzilla.wikimedia.org/40251 +comment (10Bean49) [12:52:45] 03(mod) PLURAL broken in Hungarian - 10https://bugzilla.wikimedia.org/40251 +comment (10Bean49) [12:53:49] New patchset: Krinkle; "(Bug 33094) Disallow invalid page titles in LinkInspector." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23373 [12:53:58] Change merged: Krinkle; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23373 [12:55:23] 03(mod) PLURAL broken in Hungarian - 10https://bugzilla.wikimedia.org/40251 (10Bean49) [12:58:03] New review: Aude; "please remove the unused, deprecated message pagetriage-warning-prototype from English section of i1..." [mediawiki/extensions/PageTriage] (master) C: -1; - https://gerrit.wikimedia.org/r/23389 [12:58:20] New review: Krinkle; "Gets tricky with local copies of upstream, hash no longer matching, detection of duplicates in gener..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/7826 [12:59:29] New review: Krinkle; "This would need unit tests, of course." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/7826 [13:04:01] New review: Jeroen De Dauw; "Looks good, but might not work for re-uploading existing images that are protected." [mediawiki/extensions/UploadWizard] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23007 [13:04:24] New patchset: Amire80; "(bug 30600) Fix regression - show prefix on edit page" [mediawiki/extensions/Interwiki] (master) - https://gerrit.wikimedia.org/r/23782 [13:04:35] if i copy screen.css from the used skin to the commonprint.css, and add the display:none section for the noprints equal to the ones on the origianl commonprint.css, the print should look like on the screen, but without some elements, right? but what i get is underlined headers instead of headers with background-color as on screen. any hints welcome! [13:05:48] 03(mod) Interwiki extension's "URL" field doesn't validate input - 10https://bugzilla.wikimedia.org/30600 -patch-need-review +patch-in-gerrit; +comment (10Amir E. Aharoni) [13:08:36] 03(mod) "Rangy not supported in your browser. Reason: Neither Range nor TextRange are implemented" - 10https://bugzilla.wikimedia.org/35979 +comment (10Tim Landscheidt) [13:10:53] 03(mod) WikiBook page/chapter configuration tools/API not working on Mac - 10https://bugzilla.wikimedia.org/39827 (10peter.farris) [13:15:12] New review: Tobias Gritschacher; "PHPUnit tests: please also extend the test case testMakeNormalBlock() in the ApiBlockTest class." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/17588 [13:18:30] New patchset: Tobias Gritschacher; "adjusted selenium tests to work with data items in main namespace" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23781 [13:30:56] New patchset: Liangent; "Partly disable title conversion if variant == main language code" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19746 [13:33:19] New review: Amire80; "This version still applies directionality to the whole
  • element." [mediawiki/extensions/Cite] (master) C: -1; - https://gerrit.wikimedia.org/r/7738 [13:36:38] Howcome i can access my mediawiki when running on a XP machine, but not when it's running on a win7 machin with the exact same files (besides changing the IPs in apache conf and localsettings). No firewall or antivirus or anything up and running. [13:36:40] 03(mod) enable mail on wikidata-test-* (8) - 10https://bugzilla.wikimedia.org/39945 (10silke.meyer) [13:37:15] but i can telnet into the win7 machine on the same port, but the browsers wont load any pages. [13:38:03] JimmieB: running apache on windows? [13:38:14] yeah [13:38:24] apache through newest xampp files [13:38:37] 03(mod) PLURAL broken in Hungarian - 10https://bugzilla.wikimedia.org/40251 +i18n; +comment (10Dereckson) [13:38:41] 03(mod) Messages needing PLURAL support (tracking) - 10https://bugzilla.wikimedia.org/38781 (10Dereckson) [13:39:15] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +comment (10Dereckson) [13:39:17] 03(mod) Messages needing PLURAL support (tracking) - 10https://bugzilla.wikimedia.org/38781 (10Dereckson) [13:39:21] JimmieB: you changed ip means you changed the vhost settings? or arent you using hostnames at all? [13:39:25] beli: any idea? going to put it live on my server in ~40m and hopefully it'll work as on the xp machine (and not give me problems like the win7 one :P) [13:39:56] i changed the "ServerName" setting in apache/httpd.conf file and the ip on $wgServer line in localsettings.php [13:40:14] JimmieB: so you arent using virtual host? [13:40:30] New review: John Erling Blad; "Nitpicking on whitespaces." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17801 [13:40:38] New patchset: Amire80; "(bug 38718) Add an interwiki prefix when posting to other wiki" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/18186 [13:41:15] beli: when it goes live on the server it will, but since i'm testing the upgrades i've done before implementing them i have to use my local ip on the test computer (if i dont want to take down the current live wiki we use) [13:43:27] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +i18n (10Nemo_bis) [13:44:50] New patchset: Dneary; "(bug 40221) Notify all bureaucrats when appropriate option is set." [mediawiki/extensions/ConfirmAccount] (master) - https://gerrit.wikimedia.org/r/23671 [13:45:41] JimmieB: ok, you could run your testwiki on another webserver port to verify stuff [13:47:44] JimmieB: i guess the problem is located at the routes of your servers......check route print output.....also dns might be a problem if you are using it at all for tests....i recommend to use virtual hosting on you local machines too. you could simulate hostnames by editing hosts.conf in the system32.....google for more information [13:48:15] JimmieB: always keep test szenario equal to the productive :) [13:48:47] JimmieB: also check the apache access/error logs [13:50:02] beli: but it feels wierd that i can telnet into the port (so apache accepts connection from telnet), but when accessing from iexplorer or firefox it just stops. I've tried changing to port80 but wont help. Just when having localhost:80 or localhost:8080 as "servername" etc. it works (locally) but ofc not from another computer. But on the xp machine on the same network and everything it works fine :/ [13:51:08] JimmieB: that you can connect to the port doesnt mean, that it is servering the right content there [13:51:20] 03(mod) PLURAL broken: always returns singular in some languages - 10https://bugzilla.wikimedia.org/40251 summary; +comment (10Nemo_bis) [13:51:25] beli: and yeah, the apache logs doesn't say anything at all when trying to access through a browser. It did work for a while and then suddenly (like 5-10minutes later) it just stopped. really random and wierd [13:52:19] beli: true, but i can see in the apache logs that it does accept my commands etc. through telnet, so it's not blocking the access, except for browsers somehow. but i'll investigate some more. 9 minutes to taking down servers and crossing my fingers it'll just work as on the xp machine :P [13:52:30] JimmieB: it just stops means it gives empty content back [13:53:08] dneary_: cue* ;P [13:53:36] telnet to the port and type sth. like \\HTTP and hit return and see if some hostname/ip is shown [13:53:49] beli: but shouldnt my browser send "GET" command (or whatever, i'm not so good at what it sends etc.) when it access the site? as a first greeting or whatever [13:54:54] New review: John Erling Blad; "Can you suggest some simple usecases? Perhaps also add some rudimentary tests." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17801 [13:55:00] JimmieB: you should get some 501 error back including the hostname/ip of the server you queried [13:58:58] New review: Jens Ohlig; "Looks like it works like a charm, but needs a) expertise by someone else with regard to variants/enc..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/8335 [13:59:35] beli: i'm just using the simple telnet command in dosprompt so i can't see anything with just one command, but if i send a few it throws some gibberish at me :P [14:00:31] jeremyb, ? [14:00:52] JimmieB:: \\http should give direct reply [14:01:27] tried it but screen stayed black, noticed it recieved the command in accesslog but didnt give anything back :P [14:02:22] does anybody recall whether the ts or nts version of PHP is required for IIS? [14:02:31] So, I submitted my first patch to an extension yesterday, and have had 5 reviews so far. Only 2 have looked beyond style issues. 1x "whitespace issues", 1x "commit message conventions", 1x"indentation" [14:03:11] JimmieB: can you call apachectl -S from a dos prompt? i dont know it windows apache has it [14:04:41] beli: not recognized command, can't see any apachectl executable in the \bin folder eitehr [14:05:04] !php [14:05:05] MediaWiki is written in PHP. PHP's website is http://php.net. For a full list of MediaWiki requirements, see http://www.mediawiki.org/wiki/Manual:Installation_requirements [14:06:00] JimmieB: ok...can you start httpd server from a dos shell instead as a service? so all feedback is printed to console on startup....but you should check the logs for binding information on apache startup [14:08:01] New patchset: Umherirrender; "wfTimestamp should not die on bogus input [Regression]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23783 [14:08:05] beli: when starting in dos shell it doesn't report any information, just keep the httpd running [14:08:55] JimmieB: maybe you need to increase debug level...but windows apache seems...ugly :) can you post your configs at a nopaste site? [14:09:35] the httpd.conf? [14:09:47] 03(mod) File related MWTimestamp::setTimestamp : Invalid timestamp exceptions - 10https://bugzilla.wikimedia.org/40037 +comment (10Umherirrender) [14:09:50] New review: Aude; "globals are evil and various other comments" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23534 [14:10:52] New review: Umherirrender; "This patch changed the return of wfTimestamp from false to exception on bogus input, that is a very ..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17107 [14:11:41] New review: Aude; "if we can implement this without the global, that would be better. otherwise, the patch works and is..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/23658 [14:14:56] New review: Daniel Werner; "It would probably be nice to have unit tests for this." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/19746 [14:17:29] New patchset: Umherirrender; "wfTimestamp should not die on bogus input [Regression]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23783 [14:19:21] 03(NEW) PLURAL stopped working for Persian - 10https://bugzilla.wikimedia.org/40252 normal; MediaWiki: Internationalization; (huji.huji) [14:24:48] 03(mod) PLURAL stopped working for Persian - 10https://bugzilla.wikimedia.org/40252 +comment (10Huji) [14:29:22] New review: Jens Ohlig; "Nice and clean solution." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/11063 [14:32:04] New review: Mtyeh411; "When I'm using the term 'git submodule', I'm referring to the notion of nested repositories that git..." [mediawiki/extensions/SemanticResultFormats] (master) C: 0; - https://gerrit.wikimedia.org/r/22064 [14:32:05] newest WMF Bugzilla stuff is still on SVN, correct? [14:42:04] 03(mod) rcprop=loginfo returns error page - 10https://bugzilla.wikimedia.org/40195 +comment (10Bryan Tong Minh) [14:46:30] New patchset: Subramanya Sastry; "Improved newline handling via p and br tags." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23785 [14:50:47] New patchset: Ebrahim; "(bug 17808) (bug 21167) use real links for search suggestions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23674 [14:51:55] New review: John Erling Blad; "This generates a new token and stores it in the user settings until any requesting party calls the a..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/20013 [14:52:16] 03(mod) rcprop=loginfo returns error page - 10https://bugzilla.wikimedia.org/40195 +comment (10Bryan Tong Minh) [14:52:45] New review: Daniel Werner; "@Krinkle: I beg to differ, I think flipping the shadow seems consequent. Your example with the logo ..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/23601 [14:53:04] dneary: was saying s/queue/cue/ [14:54:55] jeremyb, I think I missed my cue... [14:55:46] Someone with commit access can look at https://gerrit.wikimedia.org/r/#/c/23674/ and review it? Thanks [14:56:03] dneary: your comment on gerrit [14:56:20] ebraminio: *you* have commit access and anyone with commit access can do reviews [14:57:03] you shouldn't review your own stuff though of course [14:57:03] jeremyb, Ah :) re-reading [14:57:19] jeremyb, What's project policy - should I correct the typo in the comment? ;-) [14:57:34] dneary: errr, i don't think they're mutable [14:58:05] Hey #mediawiki, is there any way that I can view the details on mediawiki.org (MediaWiki version, LocalSettings)? I'm having some issues on my own wiki, and can't reproduce them on MediaWiki.org [14:58:31] yes you can [14:58:38] !gitweb [14:58:38] https://gerrit.wikimedia.org/r/gitweb?p=$1.git [14:58:49] !gitweb operations/puppet | jbud [14:58:50] jbud: https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git [14:58:54] !gitweb operations/apache-config | jbud [14:58:54] jbud: https://gerrit.wikimedia.org/r/gitweb?p=operations/apache-config.git [14:58:58] !gitweb operations/mediawiki-config | jbud [14:58:58] jbud: https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git [14:59:23] jeremyb: Well well, that's about all of it right there :D Thanks! [15:00:19] jbud: all wikis are currently at wmf/1.20wmf11 ; you can see the code for that version (and the commit IDs currently in use for extensions as submodules) as a branch in mediawiki core [15:00:59] 03(mod) Resizing of edit box on screen using JavaScript - 10https://bugzilla.wikimedia.org/9370 (10mybugs.mail) [15:01:14] jbud: also, will take some getting used to the config. there's no LocalSettings file there at all [15:01:16] New patchset: Subramanya Sastry; "Improved newline handling via p and br tags." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23785 [15:01:52] jbud: also you can see some of these files at noc.wikimedia.org/conf [15:02:00] jeremyb: Sorry if I misunderstand...wmf1.20/11 implying they're using v1.20.11 ?? [15:02:01] New review: Henning Snater; "The patch set solves the described error. However, I would propose using /* @noflip */ instead of ch..." [mediawiki/extensions/ArticleFeedbackv5] (master) C: -1; - https://gerrit.wikimedia.org/r/23612 [15:02:11] jbud: no [15:02:18] jbud: it's prerelease 1.20 [15:02:49] jbud: it's the 11th time they've branched from master after 1.19 was released ? give or take [15:02:59] jbud: new branch every 2 weeks [15:03:56] jeremyb: Wow, I wonder if my issue is fixed in there; I'm still on 1.18 myself :D Maybe I'll start by trying an upgrade then [15:04:13] jeremyb: I mean someone from core team can look at this patch and merge it on mediawiki if is applicable? :) (or how I can make this process faster?) [15:04:27] jbud: you should most certainly give 1.19.2 a try [15:05:01] ebraminio: you could find *anyone* to review it first. and then try to get someone to merge it later [15:05:05] jeremyb: Thanks so much for the help :) [15:05:24] jbud: anyway, you could say what the actual issue is and maybe search for it in the git logs or bugzilla [15:05:29] jeremyb: oh, thanks, I didn't know :) [15:08:12] 03(mod) PLURAL stopped working for Persian - 10https://bugzilla.wikimedia.org/40252 normal->major; +i18n (10Krenair) [15:08:12] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 (10Krenair) [15:08:12] 03(mod) Messages needing PLURAL support (tracking) - 10https://bugzilla.wikimedia.org/38781 (10Krenair) [15:08:40] jeremyb, So - what do you think? Latest revision worth a +1? [15:08:47] jeremyb, It would be my first... [15:09:13] dneary: i've no clue [15:10:10] jeremyb, How many +1s does a patch need to get committed? [15:10:31] dneary: there's no number. 0 or 15 [15:10:33] * dneary is wondering what happens if Aaron doesn't find the time to read it [15:11:47] dneary: remember it's WMF all staff week. lots of meetings, lots of people not in their home cities [15:12:05] 03(mod) Display redirect status in MediaWiki's info action - 10https://bugzilla.wikimedia.org/40154 (10Krenair) [15:12:08] 03(mod) Reimplement MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/38450 (10Krenair) [15:12:09] dneary: maybe try again in 5-10 days [15:12:12] 03(mod) Don't show "Edit history" in info action for missing pages - 10https://bugzilla.wikimedia.org/40248 (10Krenair) [15:12:12] 03(mod) Reimplement MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/38450 (10Krenair) [15:12:23] And its 0812 San Francisco time [15:12:36] You might consider being patient for an hour or two. [15:12:43] Amgine: that's kinda irrelevant [15:12:46] Amgine: no [15:13:08] New review: Martineznovo; "Please, see comments about the way you're constructing the link href attribute." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23674 [15:13:14] Oddly enough, JeremyB, many of the staff were active in IRC yesterday. [15:13:21] not so odd [15:13:32] Then why would it be irrelevant? [15:14:04] because dneary's patchset isn't brand new? it's more than 12 hrs old iirc [15:14:19] dneary: also, keep in mind even though we have numbers like -2, -1, 0, +1, +2, there's no math involved. 1 + 1 != 2 [15:14:26] so 2000 SF time. [15:14:29] dneary: btw, are you in NC? [15:15:48] Amgine: looks like it was submitted first ~23 hrs ago [15:16:17] not everyone can give a +2 :/ [15:16:18] dneary: seen http://www.groklaw.net/article.php?story=20120913073511444 ? i spent some time reading that this morning (not done yet) [15:16:23] aude: sure [15:16:26] [15:16:28] aude: that's a good thing [15:16:30] :) [15:16:32] jeremyb: indeed [15:16:47] * aude would be very conservative, even if i *could* do +2 [15:17:55] New patchset: Amire80; "Fix placement of angle brackets" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/23416 [15:20:51] jeremyb, Not in NC, European [15:21:37] Amgine, Thanks. Some guidance on what my expectations should be is helpful. [15:21:39] 03(FIXED) Failed to run update.php for PostgresQL: invalid input syntax for type bytea - 10https://bugzilla.wikimedia.org/36087 (10Tim Landscheidt) [15:23:41] dneary: I'm afraid I can't help you with specifics. Once upon a time I tried submitting code to MW and the process then was very slow to respond to non-internal-sourced product. I believe the current process is specifically design to address that issue, but I will never experience it. [15:23:45] dneary: i think 5-10 days would be a good time to check back [15:24:09] New patchset: Daniel Kinzler; "500x speedup for importInterlang" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23787 [15:24:09] jeremyb, OK, thanks [15:24:27] dneary: link to the patch? [15:24:27] dneary: there's the meeting going on now and then holidays are coming early next week for some people. (idk about aaron in particular though) [15:24:43] !g Ice1d6d0dd65b02fca797bea620360e0548bff75c | aude [15:24:43] aude: https://gerrit.wikimedia.org/r/#q,Ice1d6d0dd65b02fca797bea620360e0548bff75c,n,z [15:24:46] it helps sometimes to poke the *right* person at the right time [15:24:57] aude: or just do a search for owner:dneary [15:25:00] jeremyb, Ah - Twin Peaks. Just heard about that. It's pretty interesting [15:25:09] dneary: yah [15:25:20] aude, Unfortunately I don't know anybody :-( [15:25:39] dneary: aude knows ppl ;P [15:25:49] Danwe_WMDE: would you like to look at https://gerrit.wikimedia.org/r/#/c/23671/ again, please? [15:25:51] aude *is* ppl. [15:25:56] he can't do +2 though [15:26:05] New review: Daniel Kinzler; "oops, forgot something" [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23787 [15:26:26] is aude physically in the same room as Danwe_WMDE ? ;) [15:26:31] jeremyb: yes [15:26:59] oh, aude, doing anything with WLM? [15:27:03] https://gerrit.wikimedia.org/r/#/admin/groups/11,members [15:27:14] those are the people who can +2 (and the ops people) [15:27:26] * aude not sure who maintains that extension [15:28:13] except that aaron schulz has done a bit on it, so might be a good reviewer and can do +2 [15:29:18] Is Platonides the only non-WM staff who can +2? [15:29:25] Amgine: just got back from vacation, so not much WLM lately [15:29:46] Krenair: no, there's non-WMF roots [15:29:49] ah... odder had issues with large files yesterday. [15:30:00] Krenair: ialex is not staff either [15:30:14] jeremyb, non-WMF roots? [15:30:17] daniel kinzler is with WMDE [15:30:43] Krenair: yes [15:31:25] roots as in admins on the wmf cluster? [15:32:10] New patchset: Daniel Kinzler; "500x speedup for importInterlang" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23787 [15:32:29] Krenair: yes [15:32:31] * aude sure that domas has root access [15:33:47] Nooooooooooo! [15:34:31] what? [15:34:36] I may still have it! [15:35:01] [15:35:19] :) [15:36:01] New review: Ebrahim; "Thanks for reviewing! Could you look at my reply? :)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23674 [15:36:57] i already checked gerrit's ldap. domas is in ops [15:37:18] but not jeluf for some reason [15:37:28] maybe he doesn't even have an ldap account yet [15:38:26] yeah, he has an account but not migrated from SVN only yet [15:38:41] so no labsconsole or gerrit [15:38:58] domas is not in ops [15:39:17] as he's not paid by WMF ;) [15:39:23] but he does ops! [15:39:35] practice = definition. [15:40:13] poking around, i had no idea that wikimania wikis have a Proceedings namespace :o [15:41:38] I occasionally do something [15:41:43] readonly though [15:41:53] ;-) [15:43:14] I was under the impression there were no volunteer shell/root users [15:43:31] :( that would be too sad [15:43:39] who else would wreak havoc with eval.php? [15:43:47] * domas is legacy though [15:44:02] though I recently pointed out how to make API faster! [15:44:05] and more efficient! [15:44:25] btw, that included building qcachegrind which is fantastic tool [15:44:45] mark: kcachegrind has 'examples' directory which has cachegrind UI that needs just Qt, and compiles great against Qt-Aqua [15:44:55] mark: bestest tool for perf work [15:45:02] I should just put .app somewhere [15:45:50] mark, since you're alive: is there somewhere I could get a reasonably useful total requests per second across WMF servers? (for press) [15:46:28] for wikinews! [15:46:35] New patchset: Hashar; "HTML5 new types for input element" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22000 [15:46:35] New patchset: Hashar; "test: full coverage of Html::dropDefaults()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22005 [15:46:36] New patchset: Hashar; "Fix broken value="" stripping for HTML5" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19986 [15:46:48] I don't think the 'total requests per second' is useful in any way [15:46:59] domas: that is for the press [15:47:07] article views is useful [15:47:08] they probably don't need any useful numbers anyway [15:47:15] anything else sucks [15:47:21] edits is useful maybe too [15:47:25] Amgine: we have a dashboard at http://gdash.wikimedia.org [15:47:31] but that number is too low to impress anyone [15:47:50] Amgine: all requests is funny http://gdash.wikimedia.org/dashboards/reqsum/ [15:47:50] Thanks hashar! [15:47:56] if you want to impress anyone with numbers [15:47:58] do what managers do [15:48:03] don't talk like techie about per-second ones [15:48:07] talk about per-hour and per-day ones [15:48:08] 03(mod) Corrected logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/40222 (10hemantbugzilla) [15:48:09] \o/ [15:48:14] sooo true [15:48:15] those are bigger [15:48:17] 03(mod) Resizing of edit box on screen using JavaScript - 10https://bugzilla.wikimedia.org/9370 +comment (10Jesús Martínez Novo) [15:48:34] Amgine: we have another dashboard (the report card) can't find it [15:48:36] I was recently trying to figure out some numbers for someone's keynote [15:48:41] and "shit, numbers are small" [15:48:48] no worries, just will multiply by larger time unit! [15:49:02] so thousands become billions [15:49:05] domas: actually, the comparison I like is req/s / server farm members, and then compare with other top-10 sites. [15:49:08] ahh http://reportcard.wmflabs.org [15:49:31] mark: errr, you sure? [15:49:32] $ groups midom [15:49:32] midom : svn ops project-testlabs project-bastion project-php [15:50:24] New review: Martineznovo; "replied" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23674 [15:50:36] i am out for real [15:51:31] amgine: and how do you compare that with other top-10 sites? [15:52:28] I don't. I just mention that other top-ten sites have x0,000 and x00,000 servers to handle similar loads. [15:53:44] what is similar load? and does that mean that others have five million servers or what is the number? [15:54:23] I have nothing against using those kind of metrics for internal discussions to understand what is different [15:54:34] using that in press/fundraisers/etc is lame [15:55:29] Well, I assume other services in the top ten experience similar req/s, and they have published they use between 10,000 and 200+k servers. [15:55:30] Change merged: Nikerabbit; [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/23416 [15:56:02] are you sure about 'similar req/s' ? [15:56:11] and wikipedia doesn't run on single server either [15:56:25] wikipedia's large number is "monthly unique users" [15:56:35] that puts it somewhere in top10 [15:56:51] if you take "daily unique users" or more aggressive engagement numbers [15:56:55] you will be in completely different world [15:57:12] domas: I believe Alexa does not measure on daily unique users, but on sampled traffic. [15:57:41] Change merged: Siebrand; [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/23599 [15:58:09] I'm looking at some data, that says that e.g. wikipedia user spends 18 minutes per month average [15:58:24] youtube has 1h41min [15:58:35] yahoo 2:12, google 1:47 [15:59:21] I won't mention fb figure, to stay neutral ;-0 [15:59:23] ;-) [15:59:26] that's a ridiculous number, and probably unmeasurable. Using timed media is silly in a primarily text medium. [15:59:39] New review: Matmarex; "See inline." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23100 [15:59:45] New review: Siebrand; "Per Peter and Amir. Thanks for the review." [mediawiki/extensions/DismissableSiteNotice] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22424 [15:59:45] Change merged: Siebrand; [mediawiki/extensions/DismissableSiteNotice] (master) - https://gerrit.wikimedia.org/r/22424 [15:59:46] well, thats "how long browser is open" mostly [16:00:19] here, some random page - http://www.go-gulf.com/blog/online-time ;-) [16:00:41] I don't know what their numbers mean [16:01:51] I'd be more interested in the methodology. [16:02:46] I guess browser plugins and/or JS beacons [16:02:54] and lots of statistics ;-) [16:04:22] And, looking at MW's stats, a much larger portion of the traffic is hardened against that/uses supposedly non-standard browsers/and MW itself breaks some of them. [16:04:36] morning [16:05:00] Change merged: Siebrand; [mediawiki/extensions/Interwiki] (master) - https://gerrit.wikimedia.org/r/23782 [16:06:30] Nikerabbit: morning! [16:06:41] amgine: try comparing against wikia ;-) [16:06:58] eew! [16:09:08] I figure the traffic stats are primarily measuring the audience which can be targeted for advertising, and they don't care if that number accurately reflects the total traffic. Which is fair, but not useful for talking about the total traffic. [16:13:32] 03(FIXED) Interwiki extension's "URL" field doesn't validate input - 10https://bugzilla.wikimedia.org/30600 -patch-in-gerrit ; +comment (10Amir E. Aharoni) [16:14:12] 03(mod) Data loss: Page gone missing - 10https://bugzilla.wikimedia.org/40178 +comment (10Andre Klapper) [16:16:00] New review: Matmarex; "(See inline.)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23674 [16:23:43] New patchset: Daniel Kinzler; "get rid of Revision::getText" [mediawiki/core] (Wikidata) - https://gerrit.wikimedia.org/r/23790 [16:26:07] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +comment (10Niklas Laxström) [16:28:07] New review: Daniel Kinzler; "self-approving update to dev branch" [mediawiki/core] (Wikidata); V: 0 C: 2; - https://gerrit.wikimedia.org/r/23790 [16:28:08] Change merged: Daniel Kinzler; [mediawiki/core] (Wikidata) - https://gerrit.wikimedia.org/r/23790 [16:29:06] New patchset: Umherirrender; "wfTimestamp should not die on bogus input [Regression]" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23783 [16:31:05] 03(mod) Data loss: Page gone missing - 10https://bugzilla.wikimedia.org/40178 +comment (10Jesús Martínez Novo) [16:34:08] New patchset: Nikerabbit; "Updated plural rules from CLDR 22" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23791 [16:41:18] New patchset: Nikerabbit; "(bug 40250) Local plural overrides for vi" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23792 [16:41:50] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +comment (10Niklas Laxström) [16:42:11] New patchset: John Erling Blad; "(Bug 40227) Initial commit for SpecialCreateEntity" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23793 [16:47:10] New review: Matmarex; "A lot of nitpicking (feel free to ignore) and two semi-major issues." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/23771 [16:48:52] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23792 [16:49:21] 03(FIXED) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +comment (10Alexandre Emsenhuber [IAlex]) [17:02:36] New patchset: Aude; "auto suggestions need dir=auto to display correctly sometimes a rtl wiki has ltr page names this makes suggestions work nicer in various situations." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23506 [17:07:20] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23670 [17:07:30] New patchset: Kaldari; "Fixing recently broken button in banner editing interface." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23645 [17:07:41] New review: Aude; "I'm not sure about explicitly setting dir="rtl" or "ltr" for site links, as sometimes you have ltr p..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23506 [17:10:14] New review: John Erling Blad; "Second paragraph is partly invalid. The api module might work if the client side code use some kind ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/20013 [17:12:33] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 (10jeremyb) [17:14:27] New review: Trevor Parscal; "I'm inclined to agree that moving shadows moves the light source, and I have a hard time believing t..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23601 [17:15:24] New patchset: Daniel Kinzler; "Use single batch query in checkSiteLinksForInsert" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23794 [17:16:37] New patchset: Daniel Kinzler; "Use single batch query in checkSiteLinksForInsert" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23794 [17:17:38] 03(mod) Shrink amount of test data in our dev repo (1) - 10https://bugzilla.wikimedia.org/40216 (10silke.meyer) [17:24:17] 03(mod) Mediawiki::API does not work with Auth_remoteuser (using Basic Authentication) - 10https://bugzilla.wikimedia.org/31425 +comment (10Bruce Elrick) [17:28:03] New patchset: Daniel Kinzler; "adding some profiling points" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23796 [17:38:42] 03(NEW) Highlight warnings in environmental checks better - 10https://bugzilla.wikimedia.org/40253 enhancement; MediaWiki: Installer; (Bryan.TongMinh) [17:43:26] hmmm shouldn't there be an icon next to the help text in the installation screen? [17:44:12] Bryan: there's a bugzilla entry for that [17:44:23] it's a regression [17:45:21] 03(mod) Upgrade Bugzilla to 4.2 - 10https://bugzilla.wikimedia.org/33158 +comment (10Jack Phoenix) [17:45:29] 14(DUP) Installer "help" tips are broken - 10https://bugzilla.wikimedia.org/36750 +comment (10Brion Vibber) [17:45:31] 03(mod) Help icons missing - 10https://bugzilla.wikimedia.org/39941 +comment (10Brion Vibber) [17:47:48] oh right [17:48:35] The following commit is probably going to give you cancer, sorry for that... but it's the least bad thing that came to my mind [17:48:44] the shared.css should probably be added back [17:48:47] no reason not to [17:50:08] yeah that's my suspicion [17:51:40] yeah, that works [17:51:52] now lets see if I can get this git thing to work [17:59:33] 03(NEW) Version number shouldn't always use localized parentheses - 10https://bugzilla.wikimedia.org/40254 normal; MediaWiki: General/Unknown; (liangent) [18:00:10] 03(mod) Install ArticleFeedback on Portuguese Wikibooks (ptwikibooks) - 10https://bugzilla.wikimedia.org/29983 (10mybugs.mail) [18:00:21] 03(mod) Provide data collected by ReaderFeedback extension for Portuguese Wikibooks users - 10https://bugzilla.wikimedia.org/30427 (10mybugs.mail) [18:00:53] New patchset: Liangent; "(bug 33210) Don't convert blue categorylinks to another variant." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8335 [18:01:58] New patchset: Hoo man; "Make action=query&list=users use User::getRights()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23480 [18:02:09] ^^ that one's horrible :/ [18:02:12] 03(mod) FlaggedRevs: attempt to revert an edit causes crash in RevisionList.php - 10https://bugzilla.wikimedia.org/37136 +comment (10Nate Lenart) [18:08:23] New review: Liangent; "parser test added" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/8335 [18:10:50] New patchset: Liangent; "Partly disable title conversion if variant == main language code" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19746 [18:12:10] 03(mod) Provide data collected by ReaderFeedback extension for Portuguese Wikibooks users - 10https://bugzilla.wikimedia.org/30427 +analytics (10Diederik van Liere) [18:13:05] New review: Liangent; "inline comment fixed." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/19746 [18:26:59] <[KrusheR]> ashley are you around? [18:28:13] hi [KrusheR], what's up? [18:28:35] <[KrusheR]> i'm trying the wikiforum extension [18:28:39] <[KrusheR]> but can't reproduce the bug [18:28:47] <[KrusheR]> is that good or bad? [18:30:21] try this: [18:30:27] 1. create a category on the forum [18:30:43] 2. create a forum (or why not two or more) under the newly created category [18:30:46] <[KrusheR]> 1. cut a hole in the box [18:30:50] 3. post a topic on the new forum [18:30:56] 4. post another topic on the new forum [18:31:03] 5. delete the topmost (newest) topic [18:31:41] <[KrusheR]> lemme try... [18:31:58] <[KrusheR]> hmm nothing happens [18:32:06] <[KrusheR]> AM I THE CHOOSEN ONE? S: [18:32:59] <[KrusheR]> it seems to work correctly [18:33:31] interesting... [18:33:43] <[KrusheR]> i've got a test instance running, want to try? [18:34:18] <[KrusheR]> running along with social extension [18:34:27] <[KrusheR]> wich i've found very nice [18:36:16] well, glad that it works...though if I were you, I wouldn't rely on it working for very long (since we're talking about a confirmed bug that multiple people have spotted and reported) [18:37:32] <[KrusheR]> how does the data get corrupted when the bug happens? [18:39:58] hi devs and bots, boys and girls [18:46:11] it tries to update the last post timestamp counter (as well as the DB field indicating who posted the last reply) when you delete a thread, but the timestamp somehow gets messed up somewhere [18:47:18] Is there any reason we still use var $foo instead of public $foo inside of classes? [18:49:39] <[KrusheR]> sometimes i belive mediawiki should be rewritten from scratch [18:49:49] <[KrusheR]> and with sometimes i mean all the time [18:51:44] [KrusheR]: What about rewriting Mediawiki *in* Scratch? [18:52:21] <[KrusheR]> that would be totally awesome!! [18:55:08] New patchset: Parent5446; "(bug 32496) Added userid parameter to API block/unblock." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17588 [19:00:12] New patchset: Hoo man; "Clean up: Declare variables with public instead of var" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23799 [19:02:00] <[KrusheR]> ashley is PollNY broken or something? [19:02:09] <[KrusheR]> is a resourceloader issue? [19:02:14] yep [19:02:22] (same with FanBoxes, QuizGame and PictureGame) [19:02:39] they require plenty of rewriting, and of course, ResourceLoader support, to work with post-1.16 MediaWikis [19:02:55] yay, Resource Loader! :P [19:03:16] Vulpix: our dear friend, we all <3 it so much... [19:03:17] shouldn't be difficcult to rewrite [19:03:27] keyword: shouldn't :) [19:03:30] <[KrusheR]> should I place a bounty on them? [19:03:58] by all means feel free to try, I didn't have much of luck the last time I tried, but that was months ago [19:04:17] <[KrusheR]> i would if i weren't poor [19:04:23] <[KrusheR]> wasn't* [19:05:01] I finally got commit access, but probably no much time for that :S [19:05:19] Ooh, and they're using YUI... that's bad [19:05:24] <[KrusheR]> YUI? [19:05:53] Yahoo User Interface, is a JavaScript framework, but MediaWiki uses jQuery [19:06:12] loading 2 different JavaScript framewors that do nearly the same is bad [19:07:48] 03(ASSIGNED) API should allow blocking/unblocking using userid - 10https://bugzilla.wikimedia.org/32496 +patch-in-gerrit (10Tyler Romeo) [19:07:55] Anyway, I don't see any bug report on some of those https://bugzilla.wikimedia.org/buglist.cgi?component=FanBoxes are they really broken? or are they simply not using RL at all? [19:10:00] <[KrusheR]> besides pollny, are there any working poll extension? [19:10:41] [[Extension:Poll]]? [19:10:50] http://www.mediawiki.org/wiki/Extension:Poll [19:12:33] 03(mod) PLURAL broken: always returns singular in some languages - 10https://bugzilla.wikimedia.org/40251 +comment (10Minh Nguyễn) [19:13:09] 03(mod) plural: broken in Vietnamese (CLDR?) - 10https://bugzilla.wikimedia.org/40250 +comment (10Minh Nguyễn) [19:14:02] opst [19:16:30] <[KrusheR]> i had it woking some years ago [19:16:36] <[KrusheR]> but it requires a lot of hacking [19:16:41] <[KrusheR]> and doesn't work very well [19:16:56] <[KrusheR]> 5 years without maintenance... [19:17:24] <[KrusheR]> and the discussion suggests there are XSS and SQL injection issues... [19:17:56] but status say it's stable... [19:19:00] <[KrusheR]> unfortunately that was true some years ago, but not now [19:20:08] [KrusheR]: [[Extension:AJAX Poll]] [19:20:39] Vulpix: lack of bug reports is not the same as lack of bugs :) they're broken, I can confirm that (or at least they were the last time I checked and AFAIK no-one else but me is working on 'em...) and they're also not using RL [19:23:18] <[KrusheR]> ashley interesting [19:28:42] New patchset: btongminh; "(bug 39941) Add missing stylesheet common/shared.css to the installer pages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23800 [19:29:45] 03(mod) Help icons missing - 10https://bugzilla.wikimedia.org/39941 +comment (10Bryan Tong Minh) [19:34:14] 03(mod) Add filter by project on Special:GlobalUsage - 10https://bugzilla.wikimedia.org/36859 summary (10Bryan Tong Minh) [19:43:05] 03(mod) Numbers passed to $ variables in MediaWiki:Categorytree-member-num must not be formatted but raw - 10https://bugzilla.wikimedia.org/40151 (10duplicatebug) [20:24:03] hi. i'm having some trouble getting email notifications working. i don't see any messages in either my web server logs nor my mail logs. how can i troubleshoot further? [20:46:30] ah. email itself seems to be working, in some capacity. if i set $wgUsersNotifiedOnAllChanges, notifications are sent. however, no notifications are sent for users who have watchlist email enabled. [21:15:57] 03(NEW) Ask additional copyright questions of users claiming "own work" - 10https://bugzilla.wikimedia.org/40255 enhancement; MediaWiki extensions: UploadWizard; (rd232) [21:18:25] New patchset: jan; "(bug 16860) Add api for getting all global user" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23177 [21:29:19] 03(mod) UploadWizard: Copy information to files below does not copy language - 10https://bugzilla.wikimedia.org/40108 (10Nemo_bis) [21:29:19] 03(mod) "Copy metadata" failure (not copying custom copyright tags) - 10https://bugzilla.wikimedia.org/39927 (10Nemo_bis) [21:31:09] New review: btongminh; "Added comments inline." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/23177 [21:31:22] New review: Daniel Friesen; "The code builds 404 handling into MediaWiki itself. Basically it means that now that we handle 404s ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/17801 [21:37:07] 03(NEW) Wikipedia app displays in letterbox on iPhone 5 screen - 10https://bugzilla.wikimedia.org/40256 normal; Wikipedia App: Generic; (brion) [21:51:34] New patchset: Jarry1250; "Add extra = null; to MessageGroups::clearCache ." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23582 [21:52:07] 03(mod) Wikipedia app displays in letterbox on iPhone 5 screen - 10https://bugzilla.wikimedia.org/40256 +comment (10Brion Vibber) [21:52:52] 03(mod) [Regression] jquery.badge.js now only accepts numbers - 10https://bugzilla.wikimedia.org/40059 +code-update-regression; summary (10Krinkle) [21:56:59] 03(mod) Corrected logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/40222 (10hemantbugzilla) [21:59:06] 03(mod) Wikipedia app displays in letterbox on iPhone 5 screen - 10https://bugzilla.wikimedia.org/40256 +comment (10Brion Vibber) [22:06:44] 03(mod) [Regression] jquery.badge.js now only accepts numbers - 10https://bugzilla.wikimedia.org/40059 +comment (10Ryan Kaldari) [22:11:44] 03(mod) Error creating thumbnail: Image was not scaled, is the requested width bigger than the source? - 10https://bugzilla.wikimedia.org/20312 +comment (10Paul Kaganer) [22:12:19] 03(mod) Don't show "Edit history" in info action for missing pages - 10https://bugzilla.wikimedia.org/40248 +comment (10MZMcBride) [22:19:26] Hello! I have a question related to AbuseFilter. Has anyone developed a filter that can block gibberish user names? [22:29:08] Jak_Atackka: maybe ask the stewards [22:29:44] jeremyb: the stewards? [22:29:53] Jak_Atackka: #wikimedia-stewards [22:30:01] Okay, thank you [22:31:04] help [22:32:44] yeah right [22:33:06] i'm not in the mood to pull teeth [22:33:08] Okay, I have one other question. Is it possible to implement a collapsible sidebar with the Monobook skin? Mediawiki version 1.19 [22:33:26] Jak_Atackka: like what's on labsconsole.wikimedia.org ? [22:34:06] doesn't seem to work on monobook though [22:34:10] sure it's possible [22:34:26] not sure how much work it would be [22:34:51] New patchset: Jeremyb; "bug 39975 - Fixed thumb_handler.php handling of /temp thumb urls" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23647 [22:35:04] * jeremyb pets gerrit-wm [22:35:49] I'm curious if it's been done before. I work on www.uesp.net , and we cover a large number of games, each with a potentially large number of sublinks. I was wondering if it would be possible to make each list of sublinks collapsible [22:35:51] New review: Jeremyb; "PS3: I just added the bug number to the commit msg" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23647 [22:36:56] Jak_Atackka: idk, can't look now [22:37:06] * jeremyb will be back much later [22:37:14] jeremyb: Okay, that's fine. I was just curios [22:37:16] *curious [22:37:35] Jak_Atackka: this may be a particularly bad weekend to ask, lots of people traveling and some holidays approaching very soon [22:37:55] jeremyb: Okay. I'll see if I can implement a solution of my own [22:38:15] Jak_Atackka: in any case, as a general rule you should sit and be patient and not just stare at the channel the whole time. (leave it open in the background and check one in a while) [22:38:24] once in a while* [22:38:32] Jak_Atackka: well do report what you figure out [22:38:38] bye [22:38:40] jeremyb: Okay, thanks for the heads up. [22:43:21] 03(NEW) action=info should not claim there are subpages in NS with subpages disabled - 10https://bugzilla.wikimedia.org/40257 normal; MediaWiki: General/Unknown; (matma.rex) [22:43:21] 03(mod) Reimplement MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/38450 (10Bartosz Dziewoński) [23:08:04] 03(NEW) Deprecating and removing usage of RLE and LRE on MediaWiki - 10https://bugzilla.wikimedia.org/40258 normal; MediaWiki: General/Unknown; (ebrahim) [23:23:29] 03(WONTFIX) Add parser function #ifnumber or similar - 10https://bugzilla.wikimedia.org/14034 +comment (10Tim Landscheidt) [23:40:37] Change abandoned: Jeroen De Dauw; "(no reason)" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23654 [23:40:41] Change abandoned: Jeroen De Dauw; "(no reason)" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23655 [23:40:46] Change abandoned: Jeroen De Dauw; "(no reason)" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23656 [23:40:50] Change abandoned: Jeroen De Dauw; "(no reason)" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23657 [23:44:18] 03(mod) action=info should not claim there are subpages in NS with subpages disabled - 10https://bugzilla.wikimedia.org/40257 +comment (10MZMcBride) [23:44:44] 03(mod) action=info should not claim there are subpages in NS with subpages disabled - 10https://bugzilla.wikimedia.org/40257 +easy (10MZMcBride) [23:52:22] 03(mod) History does not support titles/urls that require utf-8 - 10https://bugzilla.wikimedia.org/38225 +comment (10Brion Vibber) [23:54:36] 03(mod) Wikipedia App history view does not support titles/URLs that contain UTF-8 - 10https://bugzilla.wikimedia.org/38225 summary (10MZMcBride)