[00:00:52] just out of idle curiosity, how common does it seem to happen that a MediaWiki upgrade attempt goes awry and leaves the wiki in such a messed-up state that it's easier to restore from backup and redo the upgrade than try to fix the problem and resume upgrading? [00:01:32] 03(NEW) VisualEditor: wiki markup for link shows up if a template is selected with another text and applied link onto them together - 10https://bugzilla.wikimedia.org/56749 normal; VisualEditor: ContentEditable; () [00:08:42] 03(mod) VisualEditor: In firefox, while typing on reference dialog box the first character always goes to the next line and cannot be deleted thereafter - 10https://bugzilla.wikimedia.org/56642 (10Andre Klapper) [00:08:44] 03(mod) Grey "Automatically enable all new beta features" label looks disabled - 10https://bugzilla.wikimedia.org/56743 +comment (10Luis Villa) [00:12:32] 03(mod) SpecialWatchlist should extend SpecialRecentChanges - 10https://bugzilla.wikimedia.org/48641 +comment (10Bartosz Dziewoński) [00:13:22] 03(NEW) Flow: Increase default size of expanded text field, for non-javascript users - 10https://bugzilla.wikimedia.org/56750 normal; MediaWiki extensions: Flow; () [00:16:45] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 +comment (10aklapper) [00:17:48] 03(NEW) VisualEditor: Wiki markup and weird characters show up in the view mode while applying link to a text with reference - 10https://bugzilla.wikimedia.org/56751 normal; VisualEditor: ContentEditable; () [00:22:24] 03(NEW) Flow: Empty whitespace at end of post, is not getting trimmed - 10https://bugzilla.wikimedia.org/56752 normal; MediaWiki extensions: Flow; () [00:23:28] 03(mod) fix the Google pagerank of en.wikivoyage (0/10) - 10https://bugzilla.wikimedia.org/52688 +comment (10aklapper) [00:26:27] 03(mod) VisualEditor: Wiki markup and weird characters show up in the view mode while applying link to a text with reference - 10https://bugzilla.wikimedia.org/56751 +comment (10Andre Klapper) [00:26:27] 03(mod) Reference displays as UNIQ string - 10https://bugzilla.wikimedia.org/56250 +comment (10Andre Klapper) [00:29:15] 03(mod) Import of Commons partial export fails with error about plurals-mediawiki.xml - 10https://bugzilla.wikimedia.org/56439 +comment (10Yuvi Panda) [00:29:30] 03(mod) fix the Google pagerank of en.wikivoyage (0/10) - 10https://bugzilla.wikimedia.org/52688 +comment (10rkaldari) [00:29:34] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 +comment (10yuvipanda) [00:30:06] 03(mod) Import of Commons partial export fails with error about plurals-mediawiki.xml - 10https://bugzilla.wikimedia.org/56439 +comment (10yuvipanda) [00:39:40] 03(mod) deactivate and decom codereview-proxy - 10https://bugzilla.wikimedia.org/52694 +comment (10Daniel Zahn) [00:40:28] 03(mod) Special:Nearby throws error on https://en.wikipedia.org/wiki/Special:Nearby?debug=false when an article is clicked - 10https://bugzilla.wikimedia.org/56154 (10Jon) [00:42:00] 03(mod) Watchlist feed other tab spills on to 2nd line - 10https://bugzilla.wikimedia.org/56625 (10Jon) [00:44:47] 03(mod) Watchlist feed other tab spills on to 2nd line - 10https://bugzilla.wikimedia.org/56625 +comment (10jrobson) [00:45:14] 03(mod) Beta: Cannot preview articles in nearby results list - 10https://bugzilla.wikimedia.org/56348 (10Jon) [00:45:55] 03(mod) Profiles heuristics - 10https://bugzilla.wikimedia.org/55627 +comment (10Jon) [00:46:40] 03(mod) Alpha: expanding a section at right opens editor - 10https://bugzilla.wikimedia.org/56209 summary (10Jon) [00:47:27] 03(mod) Alpha: expanding a section at right opens editor - 10https://bugzilla.wikimedia.org/56209 +comment (10bingle-admin) [00:52:43] Can anyone tell me if there's a MediaWiki way of dealing with html5 application cache manifest files? [00:53:21] i.e. via the resourceloader maybe? [00:57:30] There is no direct support for that [00:57:44] Quick Googling suggests it's no more than an attribute on the tag? [00:58:36] yes, it looks like a skin modification is required? [00:59:07] No, I don't think so [00:59:11] We have dynamic attributes on the tag [00:59:13] Like lang [00:59:24] I used to remember how that one was added, let me see [00:59:29] oh, ok. how does one set them? [01:00:07] Argh, it's all hardcoded, there's no hook for it :( [01:00:18] hm, bother [01:00:46] There is OutputPageBodyAttributes but no equivalent for the tag [01:00:52] We should probably just add it [01:00:59] is that hard? [01:01:14] i could override OutputPage::headElement() [01:01:15] No, it's pretty simple [01:01:32] Oh you already found the code, excellent, I was about to point you to it [01:01:46] yeah, just exploring now [01:01:46] I don't know what your situation is exactly but if you could submit a patch that adds that hook that would be awesome [01:01:59] (situation re are you running a release tarball or whatever, are you willing to patch it, etc.) [01:02:04] hm, ok! i'll try... [01:02:58] no, i've installed with git, so can make a branch from the ... umm, well, i think i'd beter go and read about how to do these things! [01:03:33] I can link you to docs [01:03:40] But if you've installed from git that's great, makes things easier [01:03:55] samwilson: https://www.mediawiki.org/wiki/Git [01:04:38] i'll give it a crak. thanks! you'll probably hear from me again though! :) [01:04:41] Super abbreviated instructions are at https://www.mediawiki.org/wiki/Gerrit/Getting_started [01:04:47] Yeah no worries, take your time [01:04:59] I'll be here for another ~40 mins, we're going ice skating after work today [01:05:03] oh, but what about serving the actual manifest file from an extension? [01:05:08] ah, nice! :) [01:05:42] can resource loader serve non script or js files? [01:06:20] What do you mean? [01:06:36] No, it's not designed for that unfortunately [01:06:46] It's outside its scope really [01:06:52] what would be the best way to provide a manifest file? given that its contents will be dynamic. [01:06:57] So you'll just have to build the full path to the raw file and stick it in there [01:07:00] hm. thought maybe that was the case. [01:07:04] Crap, dynamic contents [01:07:05] hm [01:07:42] Well *theoretically* you can use &only=styles or &only=scripts as parameters to load.php to get raw output, with either a CSS or JS content type [01:07:48] yeah, it needs to include a dynamic page list [01:08:00] It doesn't really care whether it's actually CSS or JS (except that it'll try to perform minification, but you can disable that with debug=true) [01:08:17] hm, okay. [01:08:24] So *in theory* you *could* deliver an arbitrary asset by having it masquerade as CSS in debug mode or something [01:08:33] would it be horrible to use a special page that doesn't output html? [01:08:39] As one of the primary authors of ResourceLoader I do not recommend or condone this strategy [01:08:46] That would actually be reasonable, that's a good idea [01:08:47] ha! ok [01:09:11] really? it could be surpressed from the specialpages list, i guess [01:11:15] 03(NEW) VisualEditor: The box for preformatted option gets overlapped with the image file - 10https://bugzilla.wikimedia.org/56753 normal; VisualEditor: ContentEditable; () [01:13:46] Yeah a special page should work [01:13:53] There's a class called UnlistedSpecialPage [01:14:12] Which means this isn't the first time someone's done strange things with special pages [01:14:27] ah cool. i'll give it a whirl. :-) [01:31:54] 03(mod) Flow: software behaviour when replying to topics is inconsistent with behaviour for replying to posts - 10https://bugzilla.wikimedia.org/56126 +comment (10gerritadmin) [01:38:16] 03(NEW) RecentChanges layout glitch when filtering by a Flow namespace - 10https://bugzilla.wikimedia.org/56754 minor; MediaWiki extensions: Flow; () [01:46:09] 03(NEW) tags are not recognized as being wikicode and thus do not trigger a warning - 10https://bugzilla.wikimedia.org/56755 normal; VisualEditor: General; () [01:46:36] 03(NEW) Flow: external link icons are not appearing - 10https://bugzilla.wikimedia.org/56756 normal; MediaWiki extensions: Flow; () [01:48:01] 03(mod) tags are not recognized as being wikicode and thus do not trigger a warning - 10https://bugzilla.wikimedia.org/56755 +comment (10gerritadmin) [01:48:04] 03(mod) tags are not recognized as being wikicode and thus do not trigger a warning - 10https://bugzilla.wikimedia.org/56755 (10Gerrit Notification Bot) [01:54:34] 03(NEW) Flow: editing a post twice in a row sends you to the isolated page - 10https://bugzilla.wikimedia.org/56757 normal; MediaWiki extensions: Flow; () [01:57:17] 03(NEW) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 major; Wikimedia: IRC; () [01:57:24] Jasper_Deng: ^ [01:57:49] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 (10Kunal Mehta (Legoktm)) [01:58:56] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 +comment (10legoktm.wikipedia) [01:59:04] 03(mod) PHPUnit tests choke with MySQL views - 10https://bugzilla.wikimedia.org/43571 +comment (10gerritadmin) [01:59:12] * Jasper_Deng sees [02:01:36] 03(NEW) Usurpation in bugzilla - 10https://bugzilla.wikimedia.org/56759 normal; Wikimedia: Site requests; () [02:03:46] 03(NEW) Logo in Korean Wikibooks - 10https://bugzilla.wikimedia.org/56760 normal; Wikimedia: Site requests; () [02:05:45] 03(mod) Usurpation in bugzilla - 10https://bugzilla.wikimedia.org/56759 +comment (10MZMcBride) [02:05:55] 03(mod) maintenance/cleanupUploadStash.php is broken (throws exception) - 10https://bugzilla.wikimedia.org/56298 +comment (10gerritadmin) [02:07:12] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 +comment (10gerritadmin) [02:07:13] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 (10Gerrit Notification Bot) [02:07:14] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 +comment (10gerritadmin) [02:11:46] 03(mod) Merge bugzilla accounts - 10https://bugzilla.wikimedia.org/56759 summary (10Sam Reed (reedy)) [02:13:43] 03(mod) Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia - 10https://bugzilla.wikimedia.org/56758 +comment (10Kunal Mehta (Legoktm)) [02:15:37] 03(NEW) make namespace aliases for korean wiktionary - 10https://bugzilla.wikimedia.org/56761 normal; Wikimedia: Site requests; () [02:16:04] 03(mod) Special chars insertion on it.wikivoyage does not work - 10https://bugzilla.wikimedia.org/56718 +comment (10Andyrom75) [02:55:09] 03(NEW) Enable Article feedback V5 Extension on Korean Wikipedia - 10https://bugzilla.wikimedia.org/56762 normal; Wikimedia: Site requests; () [03:04:45] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10gerritadmin) [03:58:48] 03(mod) Merge bugzilla accounts - 10https://bugzilla.wikimedia.org/56759 +comment (10kht1992) [04:44:36] 03(mod) Please collect statistics for the Vietnamese Wikivoyage - 10https://bugzilla.wikimedia.org/55528 +comment (10Gerard Meijssen) [04:44:39] 03(mod) VisualEditor: Replicate enwiki's reference pop-up (or a better one?) for reference invocations inside VE - 10https://bugzilla.wikimedia.org/50768 (10James Forrester) [04:45:01] 03(mod) Function ccnorm shouldn't convert "I" and "L" to "1", "O" to "0" and "S" to "5" - 10https://bugzilla.wikimedia.org/27987 +comment (10tstarling) [04:50:42] 03(mod) VisualEditor: Provide a way to block VisualEditor from being active on a page - 10https://bugzilla.wikimedia.org/53767 +comment (10John Mark Vandenberg) [04:50:44] 03(mod) VisualEditor: Provide a mechanism to disable VisualEditor on a given page (to be used if it corrupts said page) - 10https://bugzilla.wikimedia.org/52141 (10John Mark Vandenberg) [04:52:53] 03(mod) hhvm unable to open php://stdin - 10https://bugzilla.wikimedia.org/56597 +comment (10gerritadmin) [04:59:31] gicode: hi [05:05:06] navdeep: Hello [05:05:14] navdeep: How are you doing? [05:05:37] I am writing the proposal. [05:05:52] navdeep: Great :-) [05:06:05] gicode: As my patch is wrong. [05:06:14] gicode: I need to submit another one? [05:07:18] navdeep: Sorry, it isn't that it is "wrong". It just can be better in some ways. That is why we have the review process. Everyone has to make changes to their first patch. [05:07:54] ok :) [05:08:07] gicode: I have seen your diff [05:08:30] navdeep: After you make the changes, you should update your review. [05:08:57] gicode: okay will do it soon [05:09:11] navdeep: No problem, take your time. [05:09:14] navdeep: https://www.mediawiki.org/wiki/Gerrit/Getting_started [05:09:33] navdeep: Follow the instructions at the end there: "If the reviewer asks you to make a change, make it and amend your commit" [05:09:48] navdeep: That should explain how to update the review [05:10:02] gicode: okay [05:10:39] navdeep: You should only need that last two lines [05:11:14] navdeep: The other lines are more useful for other workflows [05:11:34] gicode: One more girl is submitting proposal on same project, to make my application more strong do I need to submit one more patch? [05:12:59] navdeep: I don't think another patch is necessary, but you are always welcome to contribute. :-) [05:14:16] gicode: Did she submit the microtask given by you? If not I will submit that. [05:15:00] navdeep: She is still working on it. She has to make changes on her patch too. [05:15:39] navdeep: For now at least, I would focus on getting your current patch through review and getting a first draft of your proposal together. [05:17:03] navdeep: The sooner you have a first version of your proposal the sooner I can ask you questions to help you improve it. [05:17:38] 03(mod) console doesn't show proper errors - 10https://bugzilla.wikimedia.org/45768 +comment (10jeremyb) [05:17:41] navdeep: The proposal doesn't have to be perfect at the start as long as you have time for updates before the deadline [05:18:12] navdeep: Does that make sense? [05:18:24] gicode: I am going to submit the patch now and with in 5 or 6 hours I will send you my first draft of proposal. [05:18:43] navdeep: OK, great :-) [05:21:18] gicode: I need these two command to run after making change i.e git commit --all --amend, git review --no-rebase [05:21:35] navdeep: no rush, but when you have a chance, please link your name to your user page like the other names https://www.mediawiki.org/wiki/FOSS_Outreach_Program_for_Women#Candidates [05:21:40] navdeep: Correct [05:21:47] navdeep: Those should do what you need [05:22:35] gicode: OK :) [05:27:22] navdeep: BTW, you did a great job reproducing the bug and figuring out where to fix it. :-) [05:29:42] gicode: Thanks gicode, I have experience of working in open source projects and I love programming. [05:29:55] navdeep: :-) [05:30:25] navdeep: If you think of it, when you run the git commit command, you can update your commit message as Brian suggested. [05:32:38] gicode: OK I will take his suggestion and follow commit message standards. [05:43:53] 03(mod) Grid error executing console php script - 10https://bugzilla.wikimedia.org/54953 (10jeremyb) [05:50:03] navdeep: I am on my way to bed. Good night/morning ;-) [05:50:35] gicode: Good night gicode [05:56:14] 03(mod) make namespace aliases for korean wiktionary - 10https://bugzilla.wikimedia.org/56761 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [05:58:51] 03(mod) Enable Article feedback V5 Extension on Korean Wikipedia - 10https://bugzilla.wikimedia.org/56762 normal->15enhancement; +shell; +comment (10Tomasz W. Kozlowski) [06:00:48] 03(mod) Logo in Korean Wikibooks - 10https://bugzilla.wikimedia.org/56760 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [06:13:22] 03(mod) Moved pages don't appear in new pages - 10https://bugzilla.wikimedia.org/55866 +comment (10Kunal Mehta (Legoktm)) [06:38:43] 03(mod) Recursive checkuser featured needed - 10https://bugzilla.wikimedia.org/9858 +comment (10Kunal Mehta (Legoktm)) [06:39:53] 03(mod) VisualEditor: tags normalized to quote name and add space before trailing slash - 10https://bugzilla.wikimedia.org/55461 (10ssastry) [07:21:20] 03(mod) jQuery.makeCollapsible: support table captions - 10https://bugzilla.wikimedia.org/47139 (10fantasticfears) [07:27:25] 03(NEW) Rendering URL datatype as wikitext should generate an external link instead of a bare URL - 10https://bugzilla.wikimedia.org/56763 normal; MediaWiki extensions: WikidataClient; () [08:12:48] 03(mod) PHPUnit tests choke with MySQL views - 10https://bugzilla.wikimedia.org/43571 +comment (10Antoine "hashar" Musso) [08:36:44] Hii, I have submitted the patch, I have got review and minor changes need to be done. [08:37:22] After done the changes I have pass these two commands git commit --all --amend, git review --no-rebase [08:37:32] and I got this error [08:37:52] To ssh://navdeep@gerrit.wikimedia.org:29418/mediawiki/extensions/CategoryTree.git ! [remote rejected] HEAD -> refs/publish/master (change 93194 closed) error: failed to push some refs to 'ssh://navdeep@gerrit.wikimedia.org:29418/mediawiki/extensions/CategoryTree.git' [08:38:03] Can anyone help me? [08:46:52] navdeep: That change has already been merged. So you can't push to it. [08:47:07] The change was done by a bot. [08:47:41] Rtdwivedi: What do you mean? [08:48:01] Aren't you referring to https://gerrit.wikimedia.org/r/#/c/93194 ? [08:48:25] ^ navdeep [08:49:07] Means I have done with it. [08:49:49] navdeep: The change I am talking about( 93194 ) was a localisation update done by the bot. [08:50:22] You are pushing to the wrong change. :-) [08:50:49] The code you are trying to push is the first patchset( as in a new commit )? [08:51:01] I have submitted the patch here https://gerrit.wikimedia.org/r/#/c/94099/ [08:51:17] and someone suggest minor changes. [08:51:55] Rtdwivedi: I have done with the changes and now I want to ammend the changes to this patch [08:54:18] navdeep: Did you do a rebase? [08:54:53] because it 94099 is your latest commit, then changes should automatically go to 94099 itself. [08:55:02] yes I did [08:55:37] I think that is where you made some mistake. [08:56:04] According to my speculations, you made changes in the commit 93194, finished the rebase and tried to push. [08:56:35] should I follow these steps? [08:56:36] https://www.mediawiki.org/wiki/Gerrit/Tutorial#Amending_a_change [08:56:56] navdeep: the naivest solution is to clone the repo, pull the patch, make further changes which you want and push again. [08:59:59] navdeep: yes. [09:02:56] navdeep: It might be easier to just undo the rebase, so http://stackoverflow.com/questions/134882/undoing-a-git-rebase might help you. [09:03:43] navdeep: It might be easier to just undo the rebase, so http://stackoverflow.com/questions/134882/undoing-a-git-rebase might help you. [09:04:48] Rtdwivedi: okay [09:14:05] 03(mod) Use (hidden) preference for copyright acknowledgment - 10https://bugzilla.wikimedia.org/47496 +comment (10gerritadmin) [09:24:23] Rtdwivedi: Thanks, I ammend and push the new change. Thank you very much. [09:24:43] Rtdwivedi: Here is the link https://gerrit.wikimedia.org/r/#/c/94099/ [09:28:10] navdeep: I am glad I was useful. :-) [09:40:25] 03(mod) QWebHistory: file or directory not found - 10https://bugzilla.wikimedia.org/55918 +comment (10benapetr) [09:42:52] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [09:47:37] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10jamesin.hongkong.1) [09:53:01] hi [09:54:26] all my self-written php tools do no longer work since yesterday, because I can't perform a get request on urls like http://de.wikipedia.org/w/index.php?action=raw&title=some_article [09:55:10] where there any signifcant changes related to this when introducing 1.23wmf2? [09:59:15] Flominator: I'm not aware of any [09:59:31] have you considered using the API? [09:59:55] I have a change in my mind... somewhere very deep .... [10:00:06] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [10:01:34] Nikerabbit: haven't tried, yet [10:01:51] 03(mod) ProofreadPage spits out warning when rendering an unknown page on the command line - 10https://bugzilla.wikimedia.org/56669 +comment (10gerritadmin) [10:01:54] 03(mod) ProofreadPage spits out warning when rendering an unknown page on the command line - 10https://bugzilla.wikimedia.org/56669 (10Gerrit Notification Bot) [10:07:00] YuviPanda: hi - I hear you have a potential improvement for Vagrant? [10:07:04] (Sumana here) [10:07:19] 03(mod) The same name detection prevents uploading same file in different format. - 10https://bugzilla.wikimedia.org/46741 +comment (10Marco) [10:09:15] Raymond_: is there quick fix I could apply for this change or should I switch to API? [10:10:58] 03(mod) Special chars insertion on it.wikivoyage does not work - 10https://bugzilla.wikimedia.org/56718 +comment (10andyrom75) [10:12:12] Flominator: sorry, no idea. but switching to API is the future [10:14:06] Flominator: that URL doesn't load for me, but actual ones do, e.g. https://de.wikipedia.org/w/index.php?title=Primera_Divisi%C3%B3n_(Mexiko)_2005/06&action=edit [10:14:14] * https://de.wikipedia.org/w/index.php?title=Primera_Divisi%C3%B3n_%28Mexiko%29_2005/06&action=raw [10:15:41] Flominator: what tool of yours is broken? they are so useful [10:16:45] Nemo_bis: works in browser as well, but not from my tools [10:17:01] 03(NEW) Left column not rendering ok in eu:wp - 10https://bugzilla.wikimedia.org/56764 normal; Wikimedia: General/Unknown; () [10:17:05] might have something to do with the automatic https redirect, when you're logged in [10:17:22] Nemo_bis: all tools are broken, that require retrieving page content [10:17:27] 03(mod) Left column not rendering ok in eu:wp - 10https://bugzilla.wikimedia.org/56764 +comment (10galder158) [10:17:49] Flominator: what language do you use? [10:17:51] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [10:17:58] ah you said php [10:18:06] 03(mod) Source count does not update after removing a source - 10https://bugzilla.wikimedia.org/56706 +comment (10Henning (WMDE)) [10:18:11] 03(mod) When a reference is deleted, reference count on entity view doesn't decrease - 10https://bugzilla.wikimedia.org/55891 +comment (10Henning (WMDE)) [10:18:27] in python, urllib is rather stupid about redirects; dunno php [10:19:24] 03(mod) UI for quantities should use the backend for formatting - 10https://bugzilla.wikimedia.org/56716 (10Henning (WMDE)) [10:19:26] 03(mod) Implement "ApiBasedValueFormatter" in the fashion of "ApiBasedValueParser" - 10https://bugzilla.wikimedia.org/56263 (10Henning (WMDE)) [10:22:52] now I'm worried: retrieving http://de.wikipedia.org/w/api.php gives me 404 as well :( [10:25:01] https://dpaste.de/9ihk [10:27:23] Raymond_: would this also be covered by the change you had in mind? [10:28:32] 03(mod) UI says "1 source" but have no references - 10https://bugzilla.wikimedia.org/56746 +comment (10Henning (WMDE)) [10:28:34] 03(mod) When a reference is deleted, reference count on entity view doesn't decrease - 10https://bugzilla.wikimedia.org/55891 +comment (10Henning (WMDE)) [10:30:48] Flominator: your http request goes to >http://amssq58.esams.wikimedia.org/w/api.php . thats totally wrong [10:31:45] any idea why it does? [10:32:58] I use https://dpaste.de/syB1 for getting the page [10:34:05] in the past days there were weird issues with IPv6. [10:34:21] your snippet looks sane [10:34:33] worked well for years [10:35:39] no idea, sorry [10:36:17] any workaround? [10:38:19] 03(NEW) create an api module for formatting data values - 10https://bugzilla.wikimedia.org/56765 normal; MediaWiki extensions: WikidataRepo; () [10:40:17] 03(mod) create an api module for formatting data values - 10https://bugzilla.wikimedia.org/56765 (10Daniel Kinzler) [10:40:19] 03(mod) Implement "ApiBasedValueFormatter" in the fashion of "ApiBasedValueParser" - 10https://bugzilla.wikimedia.org/56263 (10Daniel Kinzler) [10:40:22] 03(mod) UI for quantities should use the backend for formatting - 10https://bugzilla.wikimedia.org/56716 (10Daniel Kinzler) [10:40:23] 03(mod) design and spec API modules for value validation and formatting - 10https://bugzilla.wikimedia.org/51111 (10Daniel Kinzler) [10:40:56] Raymond__: workaround? [10:41:51] Flominator: no idea, sorry [10:42:10] Flominator: I am not an API user/guru [10:42:21] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10jamesin.hongkong.1) [10:42:31] Raymond_: who is? [10:43:03] retrievieving article text from w.php gives me the same problem, btw [10:43:09] doesn't seem to be an API problem [10:50:01] 03(mod) Rename two indexes in the Echo extension - 10https://bugzilla.wikimedia.org/49593 (10Sean Pringle) [10:52:09] posted a question on de.wp village pump, thank you guys anyway [11:01:12] 03(mod) TypeError: displaySettings.savedRegistry is undefined - 10https://bugzilla.wikimedia.org/56696 +comment (10Amir E. Aharoni) [11:12:05] 03(NEW) When protecting a non-existent page, the API uses wrong preference to determine whether to watch page - 10https://bugzilla.wikimedia.org/56766 normal; MediaWiki: API; () [11:15:30] 03(mod) When protecting a non-existent page, the API uses wrong preference to determine whether to watch page - 10https://bugzilla.wikimedia.org/56766 +comment (10at.light) [11:20:17] 03(NEW) VisualEditor: switch to wikitext feature does not seem to work with Firefox - 10https://bugzilla.wikimedia.org/56767 normal; VisualEditor: General; () [11:24:41] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [11:49:01] 03(NEW) Enable access to ValueFormatter in Lua - 10https://bugzilla.wikimedia.org/56768 normal; MediaWiki extensions: WikidataClient; () [11:51:46] 03(mod) SMW 1.9 beta1 / \ValueValidators\RangeValidator' not found - 10https://bugzilla.wikimedia.org/56663 +comment (10mitchell_neill) [11:59:16] 03(NEW) Time-out errors after creating new formulas - 10https://bugzilla.wikimedia.org/56769 normal; MediaWiki extensions: Math; () [12:02:14] 03(NEW) Time-out errors after creaint new formulas - 10https://bugzilla.wikimedia.org/56770 normal; MediaWiki: JavaScript; () [12:02:37] 03(NEW) Deploy Extension:Education_Program on el.wikipedia - 10https://bugzilla.wikimedia.org/56771 normal; Wikimedia: Extension setup; () [12:03:31] 03(mod) Special chars insertion on it.wikivoyage does not work - 10https://bugzilla.wikimedia.org/56718 +comment (10aklapper) [12:05:20] 03(mod) Recursive checkuser featured needed - 10https://bugzilla.wikimedia.org/9858 (10Andre Klapper) [12:05:39] 03(mod) Set new Logo in Korean Wikibooks - 10https://bugzilla.wikimedia.org/56760 summary (10Andre Klapper) [12:06:30] 03(mod) VisualEditor: switch to wikitext feature does not seem to work with Firefox - 10https://bugzilla.wikimedia.org/56767 +comment (10elitre82) [12:06:38] 03(mod) VisualEditor: switch to wikitext feature does not seem to work with Firefox/Opera - 10https://bugzilla.wikimedia.org/56767 summary (10Elitre) [12:06:51] 03(mod) mw.util.addPortletLink causes TypeError if the provided jQuery object is empty - 10https://bugzilla.wikimedia.org/56770 summary (10Helder) [12:07:45] 03(mod) Enable Article feedback V5 Extension on Korean Wikipedia - 10https://bugzilla.wikimedia.org/56762 (10Andre Klapper) [12:12:25] 03(mod) Merge bugzilla accounts - 10https://bugzilla.wikimedia.org/56759 normal->15enhancement (10Andre Klapper) [12:17:30] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 +comment (10Andre Klapper) [12:21:19] 03(mod) Function ccnorm shouldn't convert "I" and "L" to "1", "O" to "0" and "S" to "5" - 10https://bugzilla.wikimedia.org/27987 +comment (10mybugs.mail) [12:26:52] 03(mod) Left column not rendering ok in eu:wp - 10https://bugzilla.wikimedia.org/56764 +comment (10Andre Klapper) [12:34:32] 03(NEW) When using cite web, page title and access date should be filled automatically - 10https://bugzilla.wikimedia.org/56772 normal; VisualEditor: General; () [12:36:35] 03(mod) mw.util.addPortletLink causes TypeError if the provided jQuery object is empty - 10https://bugzilla.wikimedia.org/56770 +easy (10Helder) [12:49:46] 03(mod) Users Receive Incorrect Warning Messages for Wikimedia Foundation IP address 2620:0:862:1:91:198:174:70 - 10https://bugzilla.wikimedia.org/56727 +ops; summary; +comment (10Andre Klapper) [12:52:54] 03(mod) Cross-project search? - 10https://bugzilla.wikimedia.org/25278 +comment (10Andre Klapper) [12:52:55] 03(mod) Restore interwiki (sister projects) results in search queries - 10https://bugzilla.wikimedia.org/44420 +comment (10Andre Klapper) [12:56:53] 03(mod) captcha on badlogin isn't working - 10https://bugzilla.wikimedia.org/56721 normal->major (10Andre Klapper) [13:02:01] 03(NEW) AndroidFFS breaking multi-line messages - 10https://bugzilla.wikimedia.org/56773 major; MediaWiki extensions: Translate; () [13:02:11] 03(mod) CategoryWatch if Enabled in 1.18.1+ Attributes New User With Very Next Edit - 10https://bugzilla.wikimedia.org/56725 +comment (10Andre Klapper) [13:03:11] 03(mod) mw.util.addPortletLink causes TypeError if the provided jQuery object is empty - 10https://bugzilla.wikimedia.org/56770 (10Andre Klapper) [13:03:51] 03(mod) 504 Gateway Time-out errors after creating new formulas on pt.wikipedia - 10https://bugzilla.wikimedia.org/56769 summary (10Andre Klapper) [13:05:25] 03(mod) Deploy Extension:Education_Program on el.wikipedia - 10https://bugzilla.wikimedia.org/56771 normal->15enhancement; +shell (10Andre Klapper) [13:07:48] 03(mod) Language names blurred and legible with difficulty (using the hardcoded "Autonym" font) - 10https://bugzilla.wikimedia.org/56346 +comment (10seb35wikipedia) [13:26:19] 03(NEW) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56774 normal; Pywikibot: General; () [13:26:21] 03(mod) [Tracking] Functionality existing in compat but missing from core - 10https://bugzilla.wikimedia.org/55880 (10Strainu) [13:26:31] 03(mod) Port commonscat.py to Pywikibot core - 10https://bugzilla.wikimedia.org/56774 (10Strainu) [13:28:38] 03(mod) 504 Gateway Time-out errors after creating new formulas on pt.wikipedia - 10https://bugzilla.wikimedia.org/56769 +comment (10mybugs.mail) [13:32:19] 03(mod) Parsoid web service breaks text encoding on all edits made with VisualEditor to pages with non-ASCII characters - 10https://bugzilla.wikimedia.org/56583 (10Wikifram) [13:35:27] 03(mod) Moved pages don't appear in new pages - 10https://bugzilla.wikimedia.org/55866 (10Wikifram) [13:43:25] 03(NEW) ArticleFeedbackV5: Cannot middle click (ctrl+click) on reader comments links - 10https://bugzilla.wikimedia.org/56775 normal; MediaWiki extensions: ArticleFeedbackv5; () [13:53:47] 03(NEW) Database error when deleting items too fast - 10https://bugzilla.wikimedia.org/56776 normal; MediaWiki: Recent changes; () [13:59:27] 03(mod) When using cite web, page title and access date should be filled automatically - 10https://bugzilla.wikimedia.org/56772 normal->15enhancement (10Jared Zimmerman (WMF)) [14:00:48] 03(NEW) Cannot create account "Shinjiman" where formally had SVN access - 10https://bugzilla.wikimedia.org/56777 normal; Wikimedia Labs: Infrastructure; () [14:03:40] 03(mod) rename $wmfRealm to $wmgRealm in mediawiki-config.git - 10https://bugzilla.wikimedia.org/43956 +comment (10aravikn) [14:04:18] 03(mod) Use (hidden) preference for copyright acknowledgment - 10https://bugzilla.wikimedia.org/47496 +comment (10Bartosz Dziewoński) [14:05:30] 03(mod) Left column not rendering ok in eu:wp - 10https://bugzilla.wikimedia.org/56764 +comment (10galder158) [14:06:50] 03(mod) Cannot create account "Shinjiman" where formally had SVN access - 10https://bugzilla.wikimedia.org/56777 (10Nemo) [14:08:42] 03(NEW) Remove gadget modules from local storage when the user disables them - 10https://bugzilla.wikimedia.org/56778 normal; MediaWiki: JavaScript; () [14:11:47] 03(mod) Avoid floating point errors when manipulating decimal values - 10https://bugzilla.wikimedia.org/56682 +comment (10gerritadmin) [14:11:52] 03(mod) Avoid floating point errors when manipulating decimal values - 10https://bugzilla.wikimedia.org/56682 (10Gerrit Notification Bot) [14:13:04] is there an easy way to stop mediawiki from redirecting when the domain name is different from $wgServer? [14:14:46] 03(NEW) VisualEditor: The direction of the