[00:00:55] New review: John Erling Blad; "There were 2 failures:" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/32172 [00:05:21] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32315 [00:10:56] 03(mod) Add wfProfileIn/wfProfileOut calls where necessary - 10https://bugzilla.wikimedia.org/41520 (10jeblad) [00:13:03] Should extension .php files not be closed with '?>' ? [00:13:27] f3ob: Yup, don't include ?> at the end. It's nothing but a source of bugs. [00:13:41] okay. Why is that ? [00:13:50] because they may get included in other php files ? [00:14:51] but opening f3ob: Sometimes some transfer could screw up, or someone might open accidentally add some whitespace then save and close a file... and now you end up with content after the ?> [00:14:52] Yes [00:15:09] Dantman: Okay, thanks! [00:15:10] f3ob: Which then leads to PHP sending headers early and completely breaking things. [00:15:33] While the ?> itself has no value. [00:15:49] It's only useful when you actually want to put content after it. [00:16:00] ie: ?>notphp Change merged: Feob; [mediawiki/extensions/SemanticImageAnnotator] (master) - https://gerrit.wikimedia.org/r/32151 [00:17:40] Change merged: Feob; [mediawiki/extensions/SemanticImageAnnotator] (master) - https://gerrit.wikimedia.org/r/32152 [00:18:09] New review: Jeroen De Dauw; "John, did you run update.php?" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32172 [00:18:50] New patchset: Mdale; "fixes gallery boxed display of tall videos" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32328 [00:19:05] New review: Waldir; "re:spaces vs tabs: I actually was following the conventions here: http://www.mediawiki.org/wiki/CC#V..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32209 [00:21:56] 03(mod) Couldn't resolve host 'ms-fe.pmtpa.wmnet' - 10https://bugzilla.wikimedia.org/40514 +comment (10Aaron Schulz) [00:22:19] Hi guys! [00:23:14] I just found some strange files on my wiki server. They are three years old (a time when I was not yet responsible for the wiki) and they seem to be some hack. [00:24:34] lol [00:24:36] Just some? ;) [00:24:58] joergi: More information would be awesome :) [00:25:15] The files could do some redirects, depending on some conditions being met. According to Google this could display adverts. However, one included file is missing, so this whole bogus does not work. [00:25:52] joergi: So are they affecting the wiki? [00:25:52] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32325 [00:26:10] Since I started using and administrating the wiki I did not encounter any strange behavior. [00:26:24] joergi: Have you tried moving them? [00:26:28] New patchset: Trevor Parscal; "Mapped tab key to indentation action" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32326 [00:27:04] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [00:27:12] Yes, I can move the files. What is that important for. [00:27:18] ? [00:27:20] Ha, I was just thinking "You know what VisualEditor needs? Tab-indentation." And Trevor did it. [00:27:33] joergi: I mean, if you move the files somewhere else, does the wiki get affected? [00:27:46] joergi: Maybe I misunderstand: What is your goal? [00:27:49] joergi: How about pastebinning them? [00:30:11] !pastebin [00:30:11] Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. When sharing multiple lines of code, please use a pastebin such as or and post a link to your paste in the channel. [00:30:44] marktraceur: I have now renamed the files (2 in total) and the wiki still seems to work. I installed MW 1.20 just today. I also updated all public extensions. That's when I found these files... [00:31:11] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32326 [00:31:16] joergi: Do you want to make the files do something, or do you want them gone? [00:31:39] New review: MrBlueSky; "I agree, strictly they are false positives and ideally shouldn't match. But switching to regular exp..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/28908 [00:34:19] Here is the .htaccess file: http://pastebin.com/PKJ6eTrS [00:36:03] This is http.php: http://pastebin.com/mLx4P0fV [00:39:29] And this is index.php: http://pastebin.com/XvB7z68e [00:39:34] Hi everybody :) [00:39:56] marktraceur: I want the files gone. But before I remove them, I want to understand what they can do [00:40:01] Outliver: Hi! [00:40:04] in order to turn it back... [00:40:14] I've got a "technical" question and don't know where else to find help: On templates, how do you solve the problem of closing html tags like p's or span's? [00:40:38] Dantman: Done! [00:40:39] Outliver: Can you be more specific about the problem you're having? [00:41:56] joergi: I don't know about http.php, but it looks like the htaccess bit was just a few redirects. I don't think these files would have done any damage. [00:42:29] joergi: If you find an error after moving them (maybe keep a copy somewhere just in case), I'd come back with the error in hand, else I see no reason to worry. [00:42:42] I saw on German wiktionary some template code like this:

'''Aussprache:''' [00:43:27] now if i try that on MY mediawiki installation i got no closing p-tag [00:43:52] Hm. [00:44:07] yeah, that's what i thought xD [00:44:08] marktraceur: Yes, I think the file generate.php would be interesting. However, it is not there... [00:44:21] Potentially.... [00:44:23] !tidy | Outliver [00:44:24] Outliver: HTML Tidy is an external application that cleans up HTML for XHTML compliance (such as bad user input like
). Prior to the new preprocessor in 1.12 it was also needed for distributed, transcluded, or conditional HTML, or mixed HTML and wikitables, but newer versions allow it without Tidy. See [00:44:48] joergi: Well, then there's probably nothing to worry about :) [00:45:48] ah, is it available as an extension, i believed something like that, too. I'll go give it a shot, brb, thanks so far :) [00:46:27] marktraceur: Hmm. I mean, if someone could place files on the server, he could do anything: Put stuff in the DB, hide files somewhere in another folder, God knows what... [00:46:32] Outliver: AFAICT you just need to install the Tidy binary and then configure its path. [00:46:44] It is hard to fix a problem, of which you do not know, what it actually is... [00:46:57] $wgUseTidy = true; in local settings [00:47:04] seems like you're my hero of the day :D [00:47:18] joergi: Is there a reason to believe that the pe(rson|ople) who adminned the server before you didn't put it there? [00:47:53] Outliver: Did that fix your problem? [00:48:00] 03(mod) import and import log error at wikisources - 10https://bugzilla.wikimedia.org/30723 summary; +comment (10Doug) [00:48:04] yepp, marktraceur :) [00:48:08] Yay! [00:49:15] * AaronSchulz loads up TimStarling's review queue [00:49:27] 03(mod) Special:Import should adjust namespaces to local wiki - 10https://bugzilla.wikimedia.org/5770 (10Doug) [00:49:28] 03(mod) Wikisource related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/35925 (10Doug) [00:49:29] *loads up on :) [00:49:38] New patchset: Trevor Parscal; "Added some more key bindings for IE and Mozilla support" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32332 [00:49:54] marktraceur: sometimes one needs a second brain, thank you :D [00:50:23] now I can go to sleep xD [00:50:26] gn8 all :) [00:50:27] Outliver: No problem, and feel free to stick around :) [00:50:58] maybe next time :) [00:51:12] marktraceur: Yes, have a look at the files contents: They obviously do not serve a good purpose. When you google parts of them, you find forums and blog posts about this kind of hack. There even are pages (e.g. of the university of Winnipeg), which show adverts for some pharmacy stuff (which is what people in the blogs tell what _they_ had after this hack as well). [00:52:06] joergi: So maybe one of your admins was trying to enable adverts? Is that not possible? [00:52:14] :-D [00:52:27] No, actually that is not possible. ;-) [00:52:34] OK, fair enough. [00:52:38] 03(mod) "Couldn't resolve host 'ms-fe.pmtpa.wmnet'" and "unexpected response" CloudFiles errors - 10https://bugzilla.wikimedia.org/40514 summary; +comment (10Aaron Schulz) [00:52:41] And not in this way. [00:52:42] 04(REOPENED) Enable WebFonts for the Arabic projects - 10https://bugzilla.wikimedia.org/41359 +comment (10Zack) [00:52:48] joergi: Oh, I think I see. [00:52:53] joergi: You use "hack" in a different way than I do [00:53:16] joergi: You should perhaps use the word "attack" in the future, it will be clearer to more people [00:53:58] joergi: In that case, though, I'm afraid I can't be of much more help than others who might be around....I'm no expert in security, I wouldn't even know where to start [00:54:24] Maybe that is because here in Germany we use the English word "Hack" with the meaning of "attack". [00:54:37] I mean "putting things in a website, which the owner does not want there". [00:54:59] joergi: Here, too, many people mistakenly use it that way--but in the free software community, when you use it in ambiguous context, people can get confused [00:55:19] joergi: "I found this hack", to us, means "I found this clever solution to a problem" [00:55:49] Anyway, I'll stop chatting with you and let someone else help :) [00:56:08] Does anyone want to help joergi investigate some possible security breaches on a wiki of his? [00:56:12] (hers?) [00:56:56] Yeah, his, my name actually is Joerg. :-) [00:56:56] *nod* [00:57:30] Thabnks for your thoughts, Mark! [00:58:07] One thing I find strange is that the whole images/ folder has directory permission 777. Perfect for an intruder, right? [00:58:50] it could just be a sign of lazyness [01:00:49] Because? What would break with more reasonable permissions of let's say 750? [01:01:01] depends on the owner/group of the folder [01:01:16] 777 will give apache write access whatever the group/owner [01:01:29] joergi: Potentially the owner and/or group was set wrong before, someone got frustrated and just did 'sudo chmod 777 images -R' to end it [01:04:14] The owner is not "apache", "www", "root" or the like, but the account, which I also use to administrate the wiki. This user also is what I see under group. [01:04:28] neither of which are likely to be running apache [01:05:19] I think so, too. [01:06:19] The folders extensions/, images/ and skins/ have permission 777. What would be reasonable directory permissions for these folders in my case? [01:11:56] New patchset: J; "Bug 39014: 0 is a valid thumbtime" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32334 [01:13:29] Change merged: Aaron Schulz; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32334 [01:14:49] anyone have a moment for https://gerrit.wikimedia.org/r/#/c/31728/ ? [01:17:52] 03(mod) can't validate username against blocking extensions like AntiSpoof - 10https://bugzilla.wikimedia.org/40648 (10spage) [01:18:39] New review: Aaron Schulz; "Depends on https://gerrit.wikimedia.org/r/#/c/32102/" [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/31666 [01:19:34] New patchset: Ori.livneh; "Update extension E3Experiments to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32336 [01:22:42] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32336 [01:28:30] New review: Aaron Schulz; "Doesn't seem that terrible (not much more so than before)." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/28014 [01:28:32] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28014 [01:31:00] TimStarling: will you get a chance to do some CR this week? [01:31:24] in a meeting [01:35:07] * AaronSchulz heads out [01:35:48] New patchset: Mwalker; "Track how many banners have been seen" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32007 [01:36:57] New patchset: Mwalker; "Track how many banners have been seen" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32007 [01:51:38] 03(NEW) parser function #ask / adding additional query parameters to manipulate further results on Special:Ask - 10https://bugzilla.wikimedia.org/41870 enhancement; MediaWiki extensions: Semantic MediaWiki; (mediawiki) [01:52:02] 03(mod) parser function #ask / adding additional query parameters to manipulate further results on Special:Ask - 10https://bugzilla.wikimedia.org/41870 (10[[kgh]]) [01:58:00] Hii...when i try to upload a file in my mediawiki recently, i got the "Could not create directory "mwstore://local-backend/local-public/0/0f"" error. [01:58:23] As suggested on google searches, i set the permission to my images directory to be 777 [01:58:26] i still get the same error. [01:58:41] Have any of you got similar errors before? could anyone help me out? [02:01:09] eagle_: You will have to recursively set the permissions: not just on the images directory but also on its children, its grandchildren, etc. [02:01:55] so i ll have to put -R and then type chmod right? [02:02:10] ok. in that case i must ask my administator to do it for me. [02:03:08] 03(mod) Special properties (such as Creation_date) are not generated when no string in localised file - 10https://bugzilla.wikimedia.org/40731 +comment (10[[kgh]]) [02:09:20] New review: Hydriz; "Okay..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32209 [02:10:08] 03(mod) ExtensionDistributor does not work: "Invalid response from Extension Distributor remote client" - 10https://bugzilla.wikimedia.org/41081 +comment (10Tim Starling) [02:13:56] New patchset: Catrope; "Add basic support for about groups" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32337 [02:16:27] i am making a wiki. the thing i want to know is that , can i customize the search in a such a way that, the search options only searches from the section, sub section and smaller sub section headings. [02:16:53] and not from the contents of the respective sections [02:28:23] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32332 [02:42:44] New review: Madman; "Haha, I think Sumanah requested that I review this change because it included the magic word "info"...." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/31058 [02:48:10] New patchset: Aaron Schulz; "Added GET profiling to pecl memcached (like the PHP one has)." [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32339 [02:53:22] New review: Madman; "Only a couple minor things." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/31504 [02:56:05] https://www.mediawiki.org/w/index.php?title=Thread:Talk:Wikimedia_engineering_20%25_policy/Suggested_replacement:_LevelUp&lqt_oldid=26299 [02:56:15] a broken link, yay [02:57:03] New review: Madman; "One minor thing; otherwise, looks good." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/31555 [03:00:26] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32339 [03:06:03] Krenair: did you report it? (is this already on bugzilla somewhere?) [03:07:28] haven't reported yet, doing so now [03:10:49] 03(NEW) Broken link - 10https://bugzilla.wikimedia.org/41871 normal; MediaWiki extensions: LiquidThreads; (krenair) [03:12:33] 03(FIXED) Link to thread or contribution broken. Add scheme. - 10https://bugzilla.wikimedia.org/30905 +comment (10Krenair) [03:24:31] New patchset: Nischayn22; "FIx issues with the UI" [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/32207 [04:51:29] does mediawiki have a parameter for adding text along with action=edit [04:59:45] factor: https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php [05:02:14] reading it Brooke [05:15:02] New patchset: Mwjames; "Funny things happen around SMW" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32340 [05:15:02] New patchset: Mwjames; "SMW DataValue check SMWDIBlob" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32341 [05:15:02] New patchset: Mwjames; "Trivial documentation change" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32342 [05:15:03] New patchset: Mwjames; "Corrected getWikiValue() for Property DVs" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32343 [05:15:03] New patchset: Mwjames; "Reworked and repaired Special:SearchByProperty" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32344 [05:15:03] New patchset: Mwjames; "Merge branch 'master' into 1.9.x Change-Id: I4933684aea4c4dcec882a920ab43658377962c94" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32345 [05:16:18] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32340 [05:16:30] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32341 [05:16:39] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32342 [05:16:51] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32343 [05:17:05] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32344 [05:17:24] 03(mod) Wikidata redirect to www URL doesn't work properly - 10https://bugzilla.wikimedia.org/41847 +comment (10MZMcBride) [05:17:29] Change abandoned: Mwjames; "Really ... I hate this ..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32345 [05:19:07] Anyone have an example php script for saving text to new page [05:20:24] Change merged: Pgehres; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/32007 [05:21:48] I just updated from 1.18.5 to 1.20.0 and now for one of my custom namespaces all links are being rendered as external links, help? [05:26:05] found the bulk page creator [05:41:42] 03(mod) Minor edit checkbox seems to be ticked as default sometimes! - 10https://bugzilla.wikimedia.org/41760 (10wiki.pesky) [05:47:34] New patchset: Mwjames; "Merge branch 'master' into 1.9.x" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32346 [05:48:01] Change merged: Mwjames; [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32346 [05:51:25] New patchset: Mwjames; "(Bug 36309) Enable #list to be used as multiple values marker in #set" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32347 [05:55:10] as an update to what i said above, transclusion works but links don't {{News:foo}} works [[news:foo]] doesn't [06:03:00] New patchset: Mwjames; "(Bug 36309) Enable #list to be used as multiple values marker in #set" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32347 [06:04:51] 03(FIXED) Enable WebFonts for the Arabic projects - 10https://bugzilla.wikimedia.org/41359 +comment (10Nemo) [06:08:58] New review: Mwjames; "docs++" [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 1; - https://gerrit.wikimedia.org/r/32347 [06:10:52] 03(mod) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 +comment (10MWJames) [06:16:31] 03(NEW) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 blocker; Wikimedia: Site configuration; (raimond.spekking) [06:18:37] 03(NEW) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41873 normal; Wikimedia: Git/Gerrit; (raimond.spekking) [06:19:41] New patchset: Tim Starling; "[FileRepo] Allow different file URLs for media based on file extension." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27855 [06:21:07] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27855 [06:21:09] 03(FIXED) If your name is mentioned on your talk page, it should not trigger the mention action - 10https://bugzilla.wikimedia.org/41713 (10Ryan Kaldari) [06:28:49] New patchset: Mwjames; "Add SMW 1.9 release notes" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32348 [06:32:46] New patchset: Tim Starling; "Simplified thumb.php for 404 handling." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28308 [06:33:40] New review: Tim Starling; "PS4: rebase, including conflict merge with Ib6473773" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28308 [06:33:40] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28308 [06:35:06] New patchset: Tim Starling; "[FileBackend] Avoid some stat calls in various operations." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30770 [06:35:13] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30770 [06:36:00] 03(NEW) Namespace broken after update - 10https://bugzilla.wikimedia.org/41874 normal; MediaWiki: General/Unknown; (redekopmark) [07:11:12] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 normal->15enhancement; summary; +comment (10Nemo) [07:13:10] 14(DUP) Special:Import should adjust namespaces to local wiki - 10https://bugzilla.wikimedia.org/5770 +comment (10Nemo) [07:13:14] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 +comment (10Nemo) [07:13:34] 03(mod) Special:Import should adjust namespaces to local wiki - 10https://bugzilla.wikimedia.org/5770 (10Nemo) [07:13:40] 03(mod) Wikisource related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/35925 (10Nemo) [07:20:52] 03(mod) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 +comment (10xqt) [07:25:54] Change merged: Yaron Koren; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/32313 [07:32:37] 03(mod) parser function #ask / adding additional query parameters to manipulate further results on Special:Ask - 10https://bugzilla.wikimedia.org/41870 +comment (10Markus Krötzsch) [07:34:50] 03(mod) Use more appropriate "limit" value in Special:Ask when clicking "further results ..." - 10https://bugzilla.wikimedia.org/41870 summary (10Markus Krötzsch) [07:40:17] 03(NEW) Android User would like "Chinese" language choice to be expanded - 10https://bugzilla.wikimedia.org/41875 enhancement; MediaWiki extensions: MobileFrontend; (mgrover) [07:41:53] 14(INVALID) queries for Text properties work incorrectly - 10https://bugzilla.wikimedia.org/41857 +comment (10Markus Krötzsch) [07:55:36] New review: Markus Kroetzsch; "Useful feature, but I am not convinced by the syntax proliferation we have here. There is a case for..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32347 [08:00:07] 03(mod) result format rss / not working as expected (1.8 beta 1) - 10https://bugzilla.wikimedia.org/40748 +comment (10Markus Krötzsch) [08:39:32] 03(mod) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 +code-update-regression; +comment (10merl) [08:44:08] 03(NEW) wmf3 - 10https://bugzilla.wikimedia.org/41876 blocker; Wikimedia: Site configuration; (bugreporter) [08:44:35] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/31214 [08:44:49] 14(DUP) wmf3 - 10https://bugzilla.wikimedia.org/41876 +comment (10merl) [08:44:50] 03(mod) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 +comment (10merl) [08:48:19] Hi guys I am working on a Hindi linguistics project and need to analyse a large corpus of Hindi text. I want to extract the article text from a dump like this (http://dumps.wikimedia.org/hiwiki/20121030/hiwiki-20121030-pages-articles.xml.bz2 ) preferably into a txt file. I am using Python for the rest of my project, so any idea how I could do this with it would be great .. [08:52:15] 03(NEW) Translation to Buryat language - 10https://bugzilla.wikimedia.org/41877 normal; Wikipedia App: Localization/Translation/Language; (mgubin12) [08:59:21] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 +comment (10Purodha Blissenbach) [09:00:13] 03(mod) "Wikipedia" namespace replace in bawiki by "Википедия" - 10https://bugzilla.wikimedia.org/41167 +comment (10merl) [09:05:39] New patchset: Tpt; "(bug 41872) Add namespaces for frr." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/32349 [09:08:19] 03(mod) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 +comment (10Tpt) [09:08:20] 03(mod) Display Settings shows dual labels for Font Selection - 10https://bugzilla.wikimedia.org/41804 +comment (10Santhosh Thottingal) [09:12:40] 03(mod) Translation to Buryat language - 10https://bugzilla.wikimedia.org/41877 (10Михаил) [09:15:30] 03(mod) Translation of "Wikipedia" namespace to Buryat language (bxr.wikipedia) - 10https://bugzilla.wikimedia.org/41877 +i18n +shell; summary; +comment (10Nemo) [09:15:53] I was wondering... How does MediaWiki compare to other wiki engines? [09:16:24] 03(mod) Translation of "Wikipedia" namespace to Buryat language (bxr.wikipedia) - 10https://bugzilla.wikimedia.org/41877 (10Nemo) [09:16:38] Oh, and some people call it "WikiMedia". [09:16:51] 03(mod) Translation of "Wikipedia" namespace to Buryat language (bxr.wikipedia) - 10https://bugzilla.wikimedia.org/41877 (10Nemo) [09:18:14] Even though Wikimedia is the name of an organization. [09:18:40] 03(mod) Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users - 10https://bugzilla.wikimedia.org/19262 +comment (10Derk-Jan Hartman) [09:18:40] 14(DUP) ERR_READ_TIMEOUT (and related) saving section of large page - 10https://bugzilla.wikimedia.org/41863 +comment (10Derk-Jan Hartman) [09:20:42] New patchset: Santhosh; "Fix Bug 41804 - Display Settings shows dual labels for Font Selection" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/32351 [09:21:50] 03(ASSIGNED) Display Settings shows dual labels for Font Selection - 10https://bugzilla.wikimedia.org/41804 +i18n; +comment (10Santhosh Thottingal) [09:26:35] New review: Tobias Gritschacher; "I did update.php and get 1 remaining error when testing groups Wikibase,Diff,DataValueExtensions:" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/32172 [09:28:32] 03(mod) Update wbgetentities to report statements for items - 10https://bugzilla.wikimedia.org/41383 (10abraham.taherivand) [09:28:53] 03(mod) Statements in ItemView - 10https://bugzilla.wikimedia.org/41419 (10abraham.taherivand) [09:45:30] New review: Markus Kroetzsch; "I am now working on the bugs I found in the property update management. This will change most of the..." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/31754 [09:48:11] New review: Tobias Gritschacher; "Another issue discovered by Selenium tests:" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/32172 [09:49:22] hello everyone [09:49:39] I need help on downloading the cite extension, can anybody help me please? [09:51:23] jotauve: What kind of help? [09:51:56] easy probably hehe [09:52:06] is just that I'm trying to download the extension and I'm getting an error [09:52:14] "Invalid response from Extension Distributor remote client." [09:52:31] I'm trying it from http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Cite [09:53:31] jotauve: Seems the distributor is still broken. Get the code from version control. [09:53:57] download the extension directly from the MediaWiki source code repository [10:07:25] 03(mod) Title is missing on latest item revision - 10https://bugzilla.wikimedia.org/41852 +need-volunteer (10denny vrandecic) [10:07:38] 03(mod) Title is missing on latest item revision - 10https://bugzilla.wikimedia.org/41852 normal->minor (10denny vrandecic) [10:07:42] 03(NEW) No width specified to ImageHandler::makeParamString - 10https://bugzilla.wikimedia.org/41878 blocker; MediaWiki: File management; (felipe.djong) [10:08:14] 03(mod) Empty items created with Special:CreateItem - 10https://bugzilla.wikimedia.org/41848 normal->minor; +need-volunteer (10denny vrandecic) [10:08:59] 03(mod) Rename special-entitieswithoutlabel and special-listdatatypes - 10https://bugzilla.wikimedia.org/41846 normal->minor; +need-volunteer (10denny vrandecic) [10:10:24] New patchset: Mwjames; "(Bug 36309) Introduce +list= as idenifier for multiple values in #set" [mediawiki/extensions/SemanticMediaWiki] (1.9.x) - https://gerrit.wikimedia.org/r/32347 [10:11:11] hi [10:11:31] tale [10:11:37] what is that direction, please? [10:11:41] when trying to dowload tarball for extensions from mediawiki.org I get the error message "Invalid response from Extension Distributor remote client." [10:11:51] any idea where I can address this issue ? [10:12:03] jhf2442 [10:12:03] 03(mod) Wikibase-item-summary-special-create-* messages are hard to translate - 10https://bugzilla.wikimedia.org/41803 (10denny vrandecic) [10:12:17] you are having the same problem as me [10:12:28] they told me to download directly from the mediawiki source repository [10:12:37] 03(mod) SpecialItemByTitleTest & SpecialCreateItemTest test for ItemDisambiguation - 10https://bugzilla.wikimedia.org/41779 +need-unittest (10denny vrandecic) [10:13:10] 03(mod) SpecialItemByTitleTest & SpecialCreateItemTest test for ItemDisambiguation - 10https://bugzilla.wikimedia.org/41779 +need-volunteer (10denny vrandecic) [10:13:22] jotauve: ok thanks [10:13:47] http://www.mediawiki.org/wiki/Download_from_SVN [10:15:21] Would be a good idea to write on that extension distributor page that it is not working currently. [10:15:30] 03(mod) Add a data-argument to the Special:CreateEntity that allow more complex entities to be created - 10https://bugzilla.wikimedia.org/41681 +need-volunteer (10denny vrandecic) [10:15:43] I mean, lots of users on this channel report that. [10:15:50] tale: +1 [10:16:29] also I'd like the "official" 1.19 version of the code, not the trunk -> where are those stored ? branches ? tags ? [10:16:50] 03(mod) "Restore" should have an option for removing offending sitelinks - 10https://bugzilla.wikimedia.org/41679 +need-volunteer (10denny vrandecic) [10:16:56] probably tags [10:17:05] 03(mod) "Restore" should have an option for removing double sitelinks - 10https://bugzilla.wikimedia.org/41679 summary (10denny vrandecic) [10:17:11] 03(mod) "Restore" should have an option for removing conflicting sitelinks - 10https://bugzilla.wikimedia.org/41679 summary (10denny vrandecic) [10:17:12] ok, just exploring http://svn.wikimedia.org/viewvc/mediawiki/ [10:18:40] 03(mod) "Undelete" (aka "Restore) is missing from the caction menu - 10https://bugzilla.wikimedia.org/41678 +comment (10denny vrandecic) [10:19:11] New review: Mwjames; "People might raise their voice that having a succeeding parameter |+list= instead of a compound iden..." [mediawiki/extensions/SemanticMediaWiki] (1.9.x); V: 1 C: 0; - https://gerrit.wikimedia.org/r/32347 [10:19:58] 03(mod) Add labels to user contributions - 10https://bugzilla.wikimedia.org/41624 normal->15enhancement; +need-volunteer; +comment (10denny vrandecic) [10:22:39] 03(WONTFIX) Special page to list a specific text entry for all languages for a single entity - 10https://bugzilla.wikimedia.org/41623 +comment (10denny vrandecic) [10:23:41] cool, everything works now, thank you very much guys!! [10:24:54] how do we identify pages with links in the interwiki_map format? [10:25:01] will linksearch work? [10:26:43] 03(mod) No i18n for diff sub headers - 10https://bugzilla.wikimedia.org/41619 +need-volunteer (10denny vrandecic) [10:26:51] jotauve: do you mean the downloads ? still not working for me [10:27:38] 03(ASSIGNED) special page to list all items without label in a given language - 10https://bugzilla.wikimedia.org/41597 (10denny vrandecic) [10:28:23] 03(mod) Articles I edit do not add to my watchlist - 10https://bugzilla.wikimedia.org/41573 normal->15enhancement; +need-volunteer (10denny vrandecic) [10:28:39] 03(mod) Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - 10https://bugzilla.wikimedia.org/30723 +comment (10Nemo) [10:29:02] 03(mod) Translation memory for phrases like in description - 10https://bugzilla.wikimedia.org/41571 +comment (10denny vrandecic) [10:29:54] 03(mod) Translation memory for phrases like in description - 10https://bugzilla.wikimedia.org/41571 +need-volunteer (10denny vrandecic) [10:34:04] 03(mod) Wrong message used when adding *or* removing aliases - 10https://bugzilla.wikimedia.org/41540 +need-volunteer (10denny vrandecic) [10:34:27] 03(mod) Special page and/or parser function to check quotations from references - 10https://bugzilla.wikimedia.org/41529 (10denny vrandecic) [10:36:12] 03(mod) initialization of the Language object is very heavy - 10https://bugzilla.wikimedia.org/41103 normal->major (10denny vrandecic) [10:39:33] 03(WONTFIX) red link and creating new item in wikidata - 10https://bugzilla.wikimedia.org/41817 +comment (10denny vrandecic) [10:44:43] 03(mod) local alias for wikidata - 10https://bugzilla.wikimedia.org/41811 +comment (10denny vrandecic) [10:47:44] Change merged: Reedy; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/32349 [10:48:23] 03(mod) Wikilink to a repo item by sitelink - 10https://bugzilla.wikimedia.org/41572 +comment (10denny vrandecic) [10:48:32] New patchset: Reedy; "Update ProofreadPage to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32352 [10:49:09] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32352 [10:50:12] 03(mod) Maintenance script for pruning wb_changes - 10https://bugzilla.wikimedia.org/41595 +comment (10denny vrandecic) [10:51:04] 03(mod) Make a separate extension out of the template engine or move it into core (3) - 10https://bugzilla.wikimedia.org/41813 summary (10denny vrandecic) [10:51:51] 03(mod) Make a separate extension out of the template engine (3) - 10https://bugzilla.wikimedia.org/41813 summary (10denny vrandecic) [10:52:26] 03(mod) Make a separate extension out of the template engine (3) - 10https://bugzilla.wikimedia.org/41813 normal->15enhancement (10denny vrandecic) [10:54:18] 14(DUP) Localize number in 'wikibase-propertyedittool-counter' and 'wikibase-propertyedittool-counter-pending' - 10https://bugzilla.wikimedia.org/41795 +need-volunteer; +comment (10denny vrandecic) [10:54:20] 03(mod) WikiBase should use localized numbers - 10https://bugzilla.wikimedia.org/41007 +comment (10denny vrandecic) [10:54:26] 03(FIXED) frrwiki broken due to ProofreadPage misconfiguration - 10https://bugzilla.wikimedia.org/41872 +comment (10Sam Reed (reedy)) [10:55:30] 03(mod) When editing sitelinks, target pages are suggested in a misleading order - 10https://bugzilla.wikimedia.org/41635 (10denny vrandecic) [10:56:55] 03(mod) User Preferences do not allow me to go to any other tab in IE9 - 10https://bugzilla.wikimedia.org/41792 summary; +comment (10Andre Klapper) [11:00:46] 03(mod) Page’s title is not the same as page’s label after editing - 10https://bugzilla.wikimedia.org/41598 +need-volunteer; +comment (10denny vrandecic) [11:02:05] New review: IAlex; "This produces "Fatal error: Class 'ParserTest' not found in tests/parserTests.php on line 74" while ..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32175 [11:02:35] 06(LATER) Make aliases UI compatible with ULS IME - 10https://bugzilla.wikimedia.org/41590 +comment (10denny vrandecic) [11:02:40] 03(mod) Some contributions show as empty list items on Special:Contributions - 10https://bugzilla.wikimedia.org/39062 summary; +comment (10This, that and the other) [11:04:33] 03(ASSIGNED) Language code column is too narrow - 10https://bugzilla.wikimedia.org/41587 +comment (10denny vrandecic) [11:05:27] 03(mod) Search duplicated archived file on upload based on hash only - 10https://bugzilla.wikimedia.org/41858 normal->minor (10Andre Klapper) [11:07:47] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32213 [11:07:51] 03(mod) Accented letters not entered properly in aliases - 10https://bugzilla.wikimedia.org/41557 +comment (10denny vrandecic) [11:08:48] 14(DUP) Wrong message used when adding *or* removing aliases - 10https://bugzilla.wikimedia.org/41540 +comment (10denny vrandecic) [11:08:49] 03(mod) Add and remove aliases in same edit - 10https://bugzilla.wikimedia.org/41535 +comment (10denny vrandecic) [11:09:00] New patchset: Anja Jentzsch; "Make ApiBotEditTest robust agnst non-sequential IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [11:09:19] 03(mod) Add and remove aliases in same edit - 10https://bugzilla.wikimedia.org/41535 (10denny vrandecic) [11:09:37] 03(mod) Expand "Chinese" language choice (also provide Taiwanese and Hongkong Chinese) - 10https://bugzilla.wikimedia.org/41875 +i18n; summary; +comment (10Andre Klapper) [11:11:01] 03(mod) Hard to tell whether an item has any content. - 10https://bugzilla.wikimedia.org/41495 (10denny vrandecic) [11:13:25] 03(ASSIGNED) spinner doesn't stop after selecting link target - 10https://bugzilla.wikimedia.org/41176 -need-volunteer (10denny vrandecic) [11:16:47] 03(NEW) Email notifier sends "page has been created" message on page deletion - 10https://bugzilla.wikimedia.org/41879 normal; MediaWiki: General/Unknown; (danny.b) [11:16:52] 03(FIXED) for rtl wikis labels and input text previews in wikidata needs to be rtl - 10https://bugzilla.wikimedia.org/41005 +comment (10denny vrandecic) [11:17:35] 03(NEW) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 normal; Wikimedia: General/Unknown; (arjunaraoc) [11:17:56] New review: IAlex; "I do find usages of these methods:" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/27179 [11:18:02] 03(mod) Autocomments in Client RecentChanges are wrong - 10https://bugzilla.wikimedia.org/41776 (10denny vrandecic) [11:18:47] 03(mod) For wikibase entities, the Content-Language header should contain the user language. - 10https://bugzilla.wikimedia.org/41806 (10denny vrandecic) [11:19:22] New patchset: Ori.livneh; "Change copy of talk page link in personal tools" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31728 [11:20:01] 03(ASSIGNED) Refactor wbeditentity and subclasses to use serialization - 10https://bugzilla.wikimedia.org/41631 (10denny vrandecic) [11:21:18] New patchset: Anja Jentzsch; "Make ApiBotEditTest robust agnst non-sequential IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [11:21:31] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 +comment (10Derk-Jan Hartman) [11:22:51] 03(mod) wikibase API should accept upper-case ID prefixes - 10https://bugzilla.wikimedia.org/41558 +comment (10denny vrandecic) [11:25:26] 03(NEW) Add wgContentNamespaces to mw.config - 10https://bugzilla.wikimedia.org/41881 normal; MediaWiki: JavaScript; (mybugs.mail) [11:25:26] 03(mod) ObjectComparer::dataEquals needs more tests - 10https://bugzilla.wikimedia.org/40975 +need-unittest (10denny vrandecic) [11:25:27] 03(mod) One custom namespace broken after update (rendered as broken external links) - 10https://bugzilla.wikimedia.org/41874 normal->major; summary (10Andre Klapper) [11:25:35] 03(mod) ExtensionDistributor does not work: "Invalid response from Extension Distributor remote client" - 10https://bugzilla.wikimedia.org/41081 (10bugzilla.mediawiki) [11:25:40] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10Derk-Jan Hartman) [11:26:20] 03(WONTFIX) add title normalization to wbgetentities - 10https://bugzilla.wikimedia.org/41534 +comment (10denny vrandecic) [11:26:51] 03(mod) Search on wikidata.org shows same item multiple times - 10https://bugzilla.wikimedia.org/41579 (10denny vrandecic) [11:27:31] 03(ASSIGNED) Search on wikidata.org shows same item multiple times - 10https://bugzilla.wikimedia.org/41579 (10denny vrandecic) [11:27:51] 03(ASSIGNED) Cleanup PHP Strict issues: Static functions should not be abstract - 10https://bugzilla.wikimedia.org/41521 (10denny vrandecic) [11:28:17] 03(ASSIGNED) Add wfProfileIn/wfProfileOut calls where necessary - 10https://bugzilla.wikimedia.org/41520 (10denny vrandecic) [11:28:40] 03(mod) Update wbgetentities to report statements for items - 10https://bugzilla.wikimedia.org/41383 (10denny vrandecic) [11:29:13] 03(mod) wbcreateclaim needs tests - 10https://bugzilla.wikimedia.org/41302 (10denny vrandecic) [11:30:09] New patchset: Siebrand; "Drop unneeded else." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32353 [11:30:09] New patchset: Siebrand; "MediaWiki 1.19 or later is now required" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32354 [11:30:09] New patchset: Siebrand; "Remove XLIFF support" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32355 [11:30:10] New patchset: Siebrand; "JSHint/JSLInt suggested fixes." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32356 [11:30:59] 03(mod) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41873 normal->major (10Andre Klapper) [11:30:59] 03(ASSIGNED) Generalize Autocomment - 10https://bugzilla.wikimedia.org/41214 (10denny vrandecic) [11:31:18] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/32353 [11:31:28] New patchset: Siebrand; "Add since 1.20 for Revision::READ_LATEST" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32357 [11:31:42] 03(mod) Ability to filter recent changes - 10https://bugzilla.wikimedia.org/41686 +need-volunteer (10denny vrandecic) [11:31:58] 03(mod) Email notifier sends "page has been created" message on page deletion - 10https://bugzilla.wikimedia.org/41879 +comment (10Andre Klapper) [11:32:06] 03(ASSIGNED) undeletion of items does not get reported to recentchanges on client - 10https://bugzilla.wikimedia.org/41644 (10denny vrandecic) [11:32:17] 03(mod) undeletion of items does not get reported to recentchanges on client - 10https://bugzilla.wikimedia.org/41644 (10denny vrandecic) [11:32:32] 03(ASSIGNED) Two language links per language possible - 10https://bugzilla.wikimedia.org/41633 (10denny vrandecic) [11:32:52] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32357 [11:35:28] 03(NEW) Check for login on Special:CreateItem - 10https://bugzilla.wikimedia.org/41882 normal; MediaWiki extensions: WikidataRepo; (anja.jentzsch) [11:35:34] New patchset: Siebrand; "Add profiling for database interaction" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27179 [11:36:05] New review: Siebrand; "PS6 removes any messing with CategoryViewer::columnList() and CategoryViewer::shortList()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27179 [11:36:49] 03(mod) Check for login on Special:CreateItem - 10https://bugzilla.wikimedia.org/41882 (10Anja Jentzsch) [11:39:36] 03(NEW) # in link when using TMH - 10https://bugzilla.wikimedia.org/41883 normal; MediaWiki extensions: TimedMediaHandler; (hartman.wiki) [11:40:34] 03(NEW) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 normal; MediaWiki: Special pages; (dixond) [11:45:44] New patchset: Zfilipin; "Straight port of UploadWizard test from RSpec to Cucumber, warts and all" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32088 [11:47:18] New review: Zfilipin; "Fixed commit message." [qa/browsertests] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32088 [11:48:46] 03(mod) Make aliases UI compatible with ULS IME - 10https://bugzilla.wikimedia.org/41590 +comment (10Andre Klapper) [11:49:27] 03(mod) Check for login on Special:CreateItem - 10https://bugzilla.wikimedia.org/41882 +comment (10Aude) [11:51:09] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Andre Klapper) [11:51:59] 03(NEW) Inconsistent file naming between URL and page content when file doesn't exist - 10https://bugzilla.wikimedia.org/41885 normal; MediaWiki: General/Unknown; (danny.b) [11:55:40] New review: Waldir; "Thanks for the input, but I'd prefer leaving the spaces for now, for 3 reasons:" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32209 [12:00:18] New patchset: Matthias Mullie; "implement CAS in BagOStuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25879 [12:05:08] New review: Hashar; "Seems with all agree. Following a conversation IRL with Krinkle, the maintenance/checkAutoLoader.php..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32175 [12:06:55] New patchset: Matthias Mullie; "implement CAS in BagOStuff" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/25879 [12:07:58] New review: Hashar; "Seems with all agree. ===> It seems we all agree." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32175 [12:10:12] 04(REOPENED) Use new changesDatabase setting instead of wgSharedTables on test clients - 10https://bugzilla.wikimedia.org/41112 +comment (10denny vrandecic) [12:10:35] 03(ASSIGNED) Use new changesDatabase setting instead of wgSharedTables on test clients - 10https://bugzilla.wikimedia.org/41112 (10denny vrandecic) [12:12:33] 03(FIXED) 1.18 post-deployment actions (tracking) - 10https://bugzilla.wikimedia.org/29876 +comment (10Andre Klapper) [12:13:16] New patchset: Aude; "move ORMTableTest from Wikibase to core" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32361 [12:13:27] 03(mod) Use new changesDatabase setting instead of wgSharedTables on test clients - 10https://bugzilla.wikimedia.org/41112 +comment (10Daniel Kinzler) [12:14:36] 03(mod) Use new changesDatabase setting instead of wgSharedTables on test clients - 10https://bugzilla.wikimedia.org/41112 +comment (10Daniel Kinzler) [12:15:05] 03(mod) Message 'wikibase-error-sitelink-already-used' is not parsed - 10https://bugzilla.wikimedia.org/41602 (10denny vrandecic) [12:15:59] 03(mod) PDF rendering error (RuntimeError: command failed with returncode 9) for big book - 10https://bugzilla.wikimedia.org/41829 normal->major; summary (10Andre Klapper) [12:16:56] 03(mod) wbcreateclaim could/should subclass from ApiModifyEntity - 10https://bugzilla.wikimedia.org/41301 (10denny vrandecic) [12:17:26] New review: Aude; "see comment" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/30963 [12:17:39] 03(mod) wbcreateclaim could/should subclass from ApiModifyEntity - 10https://bugzilla.wikimedia.org/41301 +comment (10denny vrandecic) [12:17:51] 03(mod) 'Show Changes' button missing. - 10https://bugzilla.wikimedia.org/28165 +comment (10Andre Klapper) [12:18:36] 03(mod) 'Show Changes' button missing. - 10https://bugzilla.wikimedia.org/28165 +comment (10Andre Klapper) [12:18:51] 03(mod) No width specified to ImageHandler::makeParamString - 10https://bugzilla.wikimedia.org/41878 +comment (10jongfeli) [12:20:27] 03(mod) No width specified to ImageHandler::makeParamString - 10https://bugzilla.wikimedia.org/41878 +comment (10jongfeli) [12:21:16] New patchset: Zfilipin; "Straight port of UploadWizard test from RSpec to Cucumber, warts and all" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32088 [12:21:36] 03(mod) No width specified to ImageHandler::makeParamString - 10https://bugzilla.wikimedia.org/41878 04BLOCKER->major (10jongfeli) [12:21:36] 03(mod) Work on XML backup/export formats - 10https://bugzilla.wikimedia.org/41790 +comment (10denny vrandecic) [12:21:51] 03(mod) Work on XML backup/export formats - 10https://bugzilla.wikimedia.org/41790 +need-volunteer (10denny vrandecic) [12:23:27] 03(mod) spec how to link to items from wikitext on the repo - 10https://bugzilla.wikimedia.org/39191 (10denny vrandecic) [12:24:31] 03(mod) Translation of "Wikipedia" namespace to Buryat language (bxr.wikipedia) - 10https://bugzilla.wikimedia.org/41877 +shellpolicy; +comment (10Andre Klapper) [12:25:33] New review: Zfilipin; "Fixed regular expression in Cucumber step." [qa/browsertests] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32088 [12:25:45] 03(mod) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 +shell (10Andre Klapper) [12:28:04] 03(mod) No width specified to ImageHandler::makeParamString after changing $wgDefaultUserOptions['thumbsize'] - 10https://bugzilla.wikimedia.org/41878 summary (10Andre Klapper) [12:28:14] New review: Hoo man; "Please don't mix code changes with rebases ;)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/27179 [12:28:16] 03(mod) Add wgContentNamespaces to mw.config - 10https://bugzilla.wikimedia.org/41881 normal->15enhancement (10Andre Klapper) [12:29:26] New review: Zfilipin; "Chris, could you please take a look if the changes I made did and let me know if I changed anything ..." [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32088 [12:30:39] New patchset: Anja Jentzsch; "Make ApiBotEditTest robust agnst non-sequential IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [12:31:43] 03(mod) 'Show Changes' button missing. - 10https://bugzilla.wikimedia.org/28165 (10mybugs.mail) [12:31:48] New review: Hydriz; "Sure." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/32209 [12:32:28] 03(mod) Ability to enter edit summaries - 10https://bugzilla.wikimedia.org/41490 +comment (10denny vrandecic) [12:33:00] New patchset: Aude; "move ORMTableTest from Wikibase to core" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32361 [12:33:35] 03(mod) MathJax zoomed preview shouldn't be hidden when "click-dragged" on - 10https://bugzilla.wikimedia.org/36091 +comment (10Andre Klapper) [12:37:01] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27179 [12:38:15] 03(mod) comment doesn't post - 10https://bugzilla.wikimedia.org/31226 +comment (10Andre Klapper) [12:40:15] 14(WFM) Added text disappears upon clicking "Show preview" - 10https://bugzilla.wikimedia.org/39003 +comment (10Andre Klapper) [12:43:44] New patchset: Matthias Mullie; "Bug 37579 - Article Feedback - Default Warning Message for Abuse Filter" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/32208 [12:45:23] 03(mod) Make aliases UI compatible with ULS IME - 10https://bugzilla.wikimedia.org/41590 (10tobias.gritschacher) [12:45:48] How do people write big tables with wiki syntaxes? [12:45:50] It's a nightmare. [12:48:48] New patchset: Aude; "move ORMTableTest from Wikibase to core" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32361 [12:53:41] 03(mod) Statements in ItemView (5) - 10https://bugzilla.wikimedia.org/41419 summary (10denny vrandecic) [12:54:51] New patchset: Aude; "move ORMTableTest from Wikibase to core" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32361 [12:56:33] 03(mod) One custom namespace broken after update (rendered as broken external links) - 10https://bugzilla.wikimedia.org/41874 +comment (10Nemo) [12:57:54] 03(mod) 'Show Changes' button missing. - 10https://bugzilla.wikimedia.org/28165 (10mybugs.mail) [12:59:20] Is it possible to produce a table from SQL queries? [13:00:12] 03(mod) One custom namespace broken after update (rendered as broken external links) - 10https://bugzilla.wikimedia.org/41874 +comment (10Andre Klapper) [13:00:50] New patchset: Matthias Mullie; "Make sure previously disallowed feedback is not re-submitted right away" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/32363 [13:02:24] 03(mod) Deploy extension Memento on Wikipedia sites - 10https://bugzilla.wikimedia.org/34778 (10Andre Klapper) [13:02:24] 03(mod) Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/31235 (10Andre Klapper) [13:06:06] New patchset: Krinkle; "(bug 41833) Test: Add AutoLoaderTest and clear TestsAutoLoader." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [13:07:45] 03(NEW) [regression] tablesorter explodes rowspans now before ever clicking sort - 10https://bugzilla.wikimedia.org/41886 normal; MediaWiki: JavaScript; (hartman.wiki) [13:08:35] 03(mod) Some banners have a delay in parsing CSS - 10https://bugzilla.wikimedia.org/41751 (10mybugs.mail) [13:09:09] New patchset: Daniel Werner; "Fixed bug 41598, changing label will update the pages title tag" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32364 [13:10:11] 03(ASSIGNED) Page’s title is not the same as page’s label after editing - 10https://bugzilla.wikimedia.org/41598 -need-volunteer ; +comment (10Daniel Werner) [13:14:19] New review: John Erling Blad; "This verifies for me now, not sure about the selenium tests." [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/32172 [13:15:13] 03(mod) Email notifier sends "page has been created" message on page deletion - 10https://bugzilla.wikimedia.org/41879 +comment (10Danny B.) [13:15:43] Hi guys! $wgEnableMWSuggest is removed from mediawiki 1.20. Is there "anything" replacing it? somewhere on mediawiki.or simplesearch is mentioned, but I couldn't find a way to reimplement what I had with $wgEnableMWSuggest. Any hint? thank you! [13:20:15] 03(NEW) [regression] Interface overlaps itself - 10https://bugzilla.wikimedia.org/41887 normal; MediaWiki: Interface; (mybugs.mail) [13:24:11] 03(mod) [regression] Interface overlaps itself - 10https://bugzilla.wikimedia.org/41887 (10mybugs.mail) [13:27:35] 03(mod) Search results show the label twice, but not the item description. - 10https://bugzilla.wikimedia.org/41580 (10tobias.gritschacher) [13:28:47] 03(mod) Search results show the label twice, but not the item description. - 10https://bugzilla.wikimedia.org/41580 (10tobias.gritschacher) [13:30:25] 03(NEW) Parser doesn't support protocol relative external links in free link syntax - 10https://bugzilla.wikimedia.org/41888 normal; MediaWiki: Parser; (federicoleva) [13:31:21] 03(WONTFIX) Parser doesn't support protocol relative external links in free link syntax - 10https://bugzilla.wikimedia.org/41888 normal->15enhancement; +comment (10Nemo) [13:31:25] 03(mod) [regression] Interface overlaps itself - 10https://bugzilla.wikimedia.org/41887 +comment (10Andre Klapper) [13:32:10] New review: Aude; "This is better, although I'd like DanielK or someone else to also review this." [mediawiki/extensions/Wikibase] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/30963 [13:32:42] 03(mod) Parser doesn't support protocol relative external links in free link syntax - 10https://bugzilla.wikimedia.org/41888 (10Nemo) [13:32:42] 03(mod) Support for protocol-relative URLs (tracking) - 10https://bugzilla.wikimedia.org/20342 (10Nemo) [13:35:28] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10Marco) [13:35:43] New patchset: Tobias Gritschacher; "fixed broken selenium tests for search" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32365 [13:38:15] 03(NEW) tablesorter has trouble exploding rowspans with row header cells - 10https://bugzilla.wikimedia.org/41889 normal; MediaWiki: JavaScript; (hartman.wiki) [13:38:16] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Derk-Jan Hartman) [13:38:56] 03(mod) [regression] Interface overlaps itself - 10https://bugzilla.wikimedia.org/41887 (10mybugs.mail) [13:42:48] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32314 [13:46:52] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Derk-Jan Hartman) [13:46:53] 03(mod) [regression] tablesorter explodes rowspans now before ever clicking sort - 10https://bugzilla.wikimedia.org/41886 (10Derk-Jan Hartman) [13:48:02] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32251 [13:49:59] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32245 [13:52:57] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32241 [13:54:07] New review: Aude; "So much for this being complicated and difficult to fix. :) Change looks good and works nicely but ..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/32364 [13:54:09] 03(mod) enter_bug.cgi?format=guided not properly configured - 10https://bugzilla.wikimedia.org/36762 +comment (10Andre Klapper) [14:02:36] when is the next deploy ? [14:03:28] New review: Bean49; "Runs only with this change." [mediawiki/tools/mwdumper] (master) C: 1; - https://gerrit.wikimedia.org/r/30932 [14:07:10] New review: John Erling Blad; "I'm not sure that these actually are failures from this patchset.." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/30963 [14:09:01] 03(mod) Wikibase updater eats all memory in Jenkins - 10https://bugzilla.wikimedia.org/41645 (10abraham.taherivand) [14:11:20] 03(mod) test wikibase on sqlite not only mysql - 10https://bugzilla.wikimedia.org/41420 (10abraham.taherivand) [14:18:44] New review: Jeroen De Dauw; "Looks like the test is failing because a string is passed which is checked for now and was not befor..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32172 [14:24:42] 03(mod) File upload using SwiftCloudFiles returns 'Could not create directory "mwstore://localSwift/public".' - 10https://bugzilla.wikimedia.org/40932 (10Andre Klapper) [14:24:43] 03(mod) "SwiftCloudFiles extension not installed" error reported when trying to use SwiftCloud Files extension on MediaWiki 1.20+ - 10https://bugzilla.wikimedia.org/40928 (10Andre Klapper) [14:27:51] New patchset: John Erling Blad; "Make ApiBotEditTest robust agnst non-sequential IDs." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [14:28:48] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/30963 [14:30:20] 03(mod) IP-adres shown in mails through Extension:ContactPage - 10https://bugzilla.wikimedia.org/22741 (10Andre Klapper) [14:30:26] 03(mod) ContactPage Extension: Bugfix Remember Checkbox Value - 10https://bugzilla.wikimedia.org/26201 summary (10Andre Klapper) [14:30:36] 03(mod) [ContactPage] Add hook to allow the easy addition of fields - 10https://bugzilla.wikimedia.org/26880 (10Andre Klapper) [14:32:40] 03(mod) Change key name for Special:Contact in ContactPage extension - 10https://bugzilla.wikimedia.org/32677 +comment (10Andre Klapper) [14:33:59] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32249 [14:40:29] New patchset: Krinkle; "(bug 41833) Test: Add AutoLoaderTest and clear TestsAutoLoader." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [14:41:01] 03(mod) tablesorter has trouble exploding rowspans with row header cells - 10https://bugzilla.wikimedia.org/41889 +comment (10Andre Klapper) [14:41:49] 14(WFM) LocalisationUpdate failed: git pull of extensions failed - 10https://bugzilla.wikimedia.org/41873 +comment (10Chad H.) [14:43:06] New review: John Erling Blad; "Nah, its gooood..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32364 [14:43:06] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32364 [14:45:50] New review: IAlex; "And the comment I made on patchset 1 still applies." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32175 [14:47:49] New patchset: Anja Jentzsch; "Reorganized wbsearchentities" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32370 [14:50:12] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32370 [14:52:21] 03(mod) Add wgContentNamespaces to mw.config - 10https://bugzilla.wikimedia.org/41881 +comment (10Krinkle) [14:52:52] 03(mod) Add wgContentNamespaces to mw.config - 10https://bugzilla.wikimedia.org/41881 +comment (10Krinkle) [14:58:36] 03(NEW) Show terms in search results - 10https://bugzilla.wikimedia.org/41890 normal; MediaWiki extensions: WikidataRepo; (jeblad) [14:58:46] 03(mod) Show terms in search results - 10https://bugzilla.wikimedia.org/41890 (10jeblad) [15:01:12] New review: Krinkle; "Pushed wrong commit." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32175 [15:07:28] New patchset: Anja Jentzsch; "wbsearchentity continuation fixed." [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32371 [15:08:13] Yaron: hi! I just went to these tech talks last night http://www.meetup.com/Prince-Building-Tech-Talks/events/85208862/ and enjoyed them; perhaps you would, too. [15:09:24] sumanah: thanks for the info. [15:09:32] Sure. [15:12:08] 03(mod) Show terms in search results - 10https://bugzilla.wikimedia.org/41890 (10jeblad) [15:12:27] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32371 [15:15:21] New review: Cmcmahon; "fix a typo and see about the env file" [qa/browsertests] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32088 [15:15:22] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32088 [15:16:21] New patchset: Anja Jentzsch; "Added TermMatchScoreCalculator" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32374 [15:16:41] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32374 [15:18:13] New patchset: Anja Jentzsch; "Correctly hiding suggester loading spinner" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32375 [15:18:22] 03(NEW) Fix Special:SetLabel - 10https://bugzilla.wikimedia.org/41891 normal; MediaWiki extensions: WikidataRepo; (jeblad) [15:18:38] New review: John Erling Blad; "Bug 41891 - Fix Special:SetLabel" [mediawiki/extensions/Wikibase] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/32172 [15:18:51] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32375 [15:20:04] New patchset: Anja Jentzsch; "Fix a small error in the label of Special:EntitiesWithoutLabel" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32376 [15:20:20] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32376 [15:21:12] 03(NEW) Fix tests with hardcoded entity ids - 10https://bugzilla.wikimedia.org/41892 normal; MediaWiki extensions: WikidataRepo; (jeblad) [15:23:13] New patchset: Krinkle; "(bug 41833) Test: Add AutoLoaderTest." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32175 [15:24:01] New patchset: Anja Jentzsch; "Include wbsearchentities" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32377 [15:24:08] 03(NEW) fullImageLink on File pages includes mw-filepage-resolutioninfo - 10https://bugzilla.wikimedia.org/41893 normal; MediaWiki: Interface; (hartman.wiki) [15:24:26] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32377 [15:25:02] 03(mod) Localize logo for ml.wiktionary - 10https://bugzilla.wikimedia.org/41785 +comment (10sunil) [15:26:23] 03(NEW) Rename transcodestatus table class to mw-filepage-transcodestatus - 10https://bugzilla.wikimedia.org/41894 normal; MediaWiki extensions: TimedMediaHandler; (hartman.wiki) [15:27:23] 03(NEW) Allow each item to have one link to a client page per language per namespace - 10https://bugzilla.wikimedia.org/41895 normal; MediaWiki extensions: WikidataRepo; (mybugs.mail) [15:27:47] New review: Krinkle; "* Improved logic to catch entries for classes that don't exist anymore (or never did)." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32175 [15:38:57] New review: Krinkle; "Are these merges from a commit in master?" [mediawiki/core] (REL1_20); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32227 [15:39:44] New review: Krinkle; "This change depends on and is needed by a abandoned changes. What's the status of this change?" [mediawiki/core] (REL1_20); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28944 [15:40:57] New review: Demon; "It hasn't been merged to master yet. At the very least, it'll need rebasing if we plan to apply to R..." [mediawiki/core] (REL1_20); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28944 [15:45:22] 03(mod) Localize logo for ml.wiktionary - 10https://bugzilla.wikimedia.org/41785 -shellpolicy +shell (10Andre Klapper) [15:50:58] New patchset: John Erling Blad; "Introduced EntityId class to hold to methods to deal with different representations of IDs and also serve to improve interfaces accepting or returing Entity IDs" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [15:53:00] andre__: did you know about https://www.mediawiki.org/wiki/Manual:Glossary ? [15:53:38] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 +comment (10Aaron Schulz) [15:57:42] New review: John Erling Blad; "Here we go..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32172 [15:57:43] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [15:57:44] New review: Demon; "One last nitpick: shouldn't this go in ./includes/ since we're checking a class that exists in /incl..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32175 [15:58:21] New patchset: Katie Horn; "Adds a forbidden country list, and checks the result of data validation before contacting any third party. As this alters do_transaction, every gateway/payment type is going to have to be tested for basic operation before this can be merged in." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32378 [15:59:15] sumanah, nice. I didn't [15:59:20] 03(mod) Export of coordinates to KML -- does not export all coordinates due to bad "offset" - 10https://bugzilla.wikimedia.org/39633 (10patelmm79) [15:59:34] andre__: Nemo bis just mentioned it and said that it's actually copied from one on en.wp [15:59:37] New patchset: Anja Jentzsch; "modify watchlist query conds to include external changes" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32379 [16:00:04] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32379 [16:00:54] Is there a way to make the Mediawiki 1.9 installer use less memory? [16:01:25] New patchset: Anja Jentzsch; "move autocomment back to repo; not used yet in client and causing test issues with client tests" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32380 [16:01:49] (specifically the I18n file) [16:01:56] hi Matthew_ - you mean 1.19, right? [16:02:02] sumanah: Yeah. [16:02:08] just checking :) [16:02:13] :) [16:02:16] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32380 [16:02:25] Matthew_: how much memory is it using now and how much is your desired limit? [16:02:42] sumanah: Here's my error: "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1966080 bytes) in /home/a8130601/public_html/wiki/includes/installer/Installer.i18n.php on line 7114" [16:02:57] (Which is strange in of itself) [16:03:20] <^demon|busy> PHP's memory management errors leave something to be desired [16:03:37] https://www.wolframalpha.com/input/?i=67108864+bytes - 67 megs , tried to allocate 1.966 MB [16:04:04] that's really odd - how do you exhaust 67 megs by allocating 2 megs? [16:04:15] <^demon|busy> The allocation is a lie. [16:04:19] oh ok. [16:05:10] <^demon|busy> Matthew_: Generally, 64MB generally won't be enough to run MediaWiki. Are you on a server you manage? [16:05:26] ^demon|busy: Unfortunately, no. [16:05:57] <^demon|busy> Ok, well we can try something else. At the very top of mw-config/index.php, add the following: [16:06:09] <^demon|busy> ini_set( 'memory_limit', '100M' ); [16:06:19] <^demon|busy> (Right after the ^demon|busy: OK, one second. [16:08:06] ^demon|busy: That appears to have worked, I'm getting the (chinese) language selection screen. Thank you. [16:08:28] <^demon|busy> You're welcome. You're also going to want to add a similar line to your LocalSettings.php, after you've finished installing. [16:09:02] ^demon|busy: OK, can do. [16:09:11] <^demon|busy> sumanah: I don't have time for it today, but this is something we should look at later: how to deal with the installer if memory_limit is too low to load installer i18n. [16:09:45] ^demon|busy: ok, I'll file an enhancement req [16:13:12] Change merged: Katie Horn; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32085 [16:13:51] Change merged: TheDJ; [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/30596 [16:13:58] New patchset: Aude; "cleaning up recent changes code, ExternalRecentChange stuff to handle more stuff" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32381 [16:15:04] Change merged: Aude; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32381 [16:15:32] Darn >.> [16:15:58] Connecting via SSH to Gerrit has been down for the better part of 48 hours now... is this affecting anyone other than me? [16:16:04] 03(NEW) help installer deal with memory_limit being too low to load installer i18n - 10https://bugzilla.wikimedia.org/41896 normal; MediaWiki: Installer; (sumanah) [16:16:36] 03(mod) help installer deal with memory_limit being too low to load installer i18n - 10https://bugzilla.wikimedia.org/41896 +i18n (10Andre Klapper) [16:16:56] 03(mod) help installer deal with memory_limit being too low to load installer i18n - 10https://bugzilla.wikimedia.org/41896 +comment (10Sumana Harihareswara) [16:17:17] New patchset: Aude; "show deletion log instead of diff for RC when items are deleted" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32382 [16:50:51] New patchset: Cmcmahon; "secret.yml is now required for both local and cloudbees for UW test" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32388 [16:50:53] petan: the logging in http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-wikidata/ doesn't include a bunch of stuff from the last several minutes, maybe more. can you restart and make sure logging is working across all the channels? [16:50:53] New patchset: Henning Snater; "Proper escaping for label, description and aliases" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32386 [16:50:53] sumanah yes I know, technically the bot is down [16:50:53] should be back within minutes [16:50:53] oh! [16:50:53] I did a huge release of new core and it didn't work as I wanted [16:50:53] so I am fixing it [16:50:53] New patchset: Kghbln; "Fix for extension registration on Special:Version" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32389 [16:51:32] sumanah: Thanks again. Found it, it's an extension. I'll pass along which one in a second. [16:52:07] sumanah: MobileFrontend. [16:52:08] cool [16:52:54] sumanah: Even though it's a legacy release? [16:53:20] oh, what MW version were you installing? [16:53:21] sumanah: should be back, though it's not perfect still... [16:53:21] !ping [16:53:21] 14(INVALID) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 +comment (10Krenair) [16:53:21] Pong. [16:53:40] petan: PONG! [16:53:41] lol [16:53:41] sumanah: 1.19 I can't do 1.20, my host has PHP 5.2 [16:53:41] huh 10 sec delay? [16:53:46] Danny_B|backup new core :D :D [16:53:47] it's powerfull :D [16:53:51] 03(mod) Item "kidnapped" after creation - 10https://bugzilla.wikimedia.org/41588 +comment (10Andre Klapper) [16:53:56] 03(mod) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 -shell (10Krenair) [16:53:59] so before the delay was 1 min? [16:54:10] !ping [16:54:10] Pong. [16:54:17] it just needed to finish booting [16:54:23] thank you petan - it's too bad that there's no note in the logs saying "gap here, stuff happened that did not get recorded" but I guess that's life [16:54:35] 14(DUP) Narayam is not working with HotCat - 10https://bugzilla.wikimedia.org/41897 +comment (10Andre Klapper) [16:54:37] sumanah petan: copy-paste? [16:54:38] 03(mod) Narayam is not working with hotcat, reftoolbar etc. - 10https://bugzilla.wikimedia.org/41766 +comment (10Andre Klapper) [16:54:47] sumanah if it's important part of log, I can insert it there by hand [16:54:53] petan: I think it is [16:54:58] which channel? [16:55:03] this one? [16:55:17] all of the ones that had logging interrupted.... http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-wikidata/20121108.txt is the one I noticed it in [16:55:22] 03(mod) Narayam is not working with hotcat, reftoolbar etc. - 10https://bugzilla.wikimedia.org/41766 (10Andre Klapper) [16:55:25] 03(mod) Bengali Wiki projects (tracking) - 10https://bugzilla.wikimedia.org/40760 (10Andre Klapper) [16:55:28] ok [16:55:33] 03(mod) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 +comment (10Danny B.) [16:55:38] New review: Kghbln; "See my comment. Apart from that, it looks ok to me." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32389 [16:57:27] ok if you can send a log to me to benapetr@gmail.com I will insert it by hand [16:57:35] because I am not in that channel :/ [16:57:40] ok [16:59:05] wikidata logged? [16:59:12] New patchset: John Erling Blad; "Small fix for error in ItemDisambiguation" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32390 [17:00:29] petan: sent, hope that helps [17:02:26] New review: John Erling Blad; "Fix for the Toby-bug in Change I89c4dfdb: Small fix for error in ItemDisambiguation" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32172 [17:02:34] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +i18n (10Krenair) [17:04:16] 14(INVALID) One custom namespace broken after update (rendered as broken external links) - 10https://bugzilla.wikimedia.org/41874 +comment (10Mark Redekop) [17:05:51] New review: Kghbln; "I am happy now. :)" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/32389 [17:06:12] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32386 [17:07:30] New patchset: Aude; "fix testEditCount to work with non-wikitext content in main NS" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32391 [17:08:17] * aude wonders who else likes to or is good at reviewing unit test stuff? [17:08:20] besides hashar [17:08:32] New patchset: Tobias Gritschacher; "added selenium tests to check for security issues" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32392 [17:09:43] aude: Chris McMahon? [17:10:01] also aude when I wonder that sort of thing I do a "message:" search in Gerrit [17:10:16] sumanah: ok, thanks [17:10:26] not urgent but hate to always poke hashar [17:10:30] understand [17:10:39] New patchset: Nischayn22; "FIx issues with the UI" [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/32207 [17:10:49] yeah, that's why I do that kind of "message:" search, to find people to spread out this kind of work [17:10:53] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32392 [17:10:54] sumanah: i see [17:11:01] i did git blame and found a few other folks [17:11:06] ooh, yeah [17:11:51] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32390 [17:12:15] ^demon|busy: I guess you're busy, but SSH on Gerrit still isn't working. [17:12:31] 03(mod) Item "kidnapped" after creation - 10https://bugzilla.wikimedia.org/41588 +comment (10Daniel Kinzler) [17:12:50] <^demon|busy> You're getting what error again? [17:13:14] "ssh: connect to host gerrit.wikimedia.org port 29418: Connection timed out". [17:13:33] ...and then: "fatal: The remote end hung up unexpectedly". [17:13:50] Maybe it's only happening to me? [17:15:52] <^demon|busy> Yaron: I believe so--nobody else has been reporting this. [17:16:07] <^demon|busy> Try `ssh -vvv gerrit.wikimedia.org` and pastebin the output. [17:16:08] Alright, that would explain it. [17:16:28] <^demon|busy> Ah, `ssh -p 29418 -vvv gerrit.wikimedia.org` [17:16:30] <^demon|busy> Sorry [17:17:56] 03(mod) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 +comment (10Neill Mitchell) [17:17:58] New review: Alex Monk; "It's not in master or REL1_20 yet, but it is apparently in the 1.20 tarball: I5e64e19d" [mediawiki/core] (REL1_20) C: -1; - https://gerrit.wikimedia.org/r/28944 [17:19:12] 03(mod) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10[[kgh]]) [17:19:50] New review: Alex Monk; "Changes to includes/specials/SpecialRevisiondelete.php are: I8d721ef5" [mediawiki/core] (REL1_20) C: 0; - https://gerrit.wikimedia.org/r/32227 [17:20:52] New patchset: Anja Jentzsch; "Proper escaping for label, description and aliases" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32393 [17:21:18] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32393 [17:21:45] 03(mod) parser function #set / settting multiple values for the same property - 10https://bugzilla.wikimedia.org/36309 +comment (10[[kgh]]) [17:21:54] New review: Alex Monk; "Same for includes/api/ApiQueryAllImages.php: Ide2ff3db" [mediawiki/core] (REL1_20) C: 0; - https://gerrit.wikimedia.org/r/32227 [17:22:51] New patchset: Anja Jentzsch; "added selenium tests to check for security issues" [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32394 [17:23:06] Change merged: Anja Jentzsch; [mediawiki/extensions/Wikibase] (0.2.x) - https://gerrit.wikimedia.org/r/32394 [17:24:14] https://gerrit.wikimedia.org/r/26440 is lying around for over a week again :/ [17:24:31] Reedy: question regarding wmf pushes... [17:24:49] 03(mod) Page’s title is not the same as page’s label after editing - 10https://bugzilla.wikimedia.org/41598 +comment (10Ltrlg) [17:24:56] New patchset: Aaron Schulz; "[JobQueue] Abstracted nextJobDB.php to not assume JobQueueDB." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31594 [17:25:07] Reedy: how do i get a revision of an extension in ? [17:25:28] Make sure it's merged in the extension before we breach? [17:25:38] *branch, even [17:25:50] hoo: Taking a look. [17:25:52] we always have master version of the extension ? [17:25:59] Not always [17:26:11] We take the master version of extensions when we branch [17:26:22] There's a couple of small exceptions - currently Wikidata and Diff [17:26:30] yes ok, that's what i wanted to know. good. [17:26:33] this is for UW [17:26:42] so make sure it's in before monday/tuesday [17:26:47] and it'll be deployed over the next couple of weeks [17:26:58] thanks, sumanah... there's another thing I want to do towards the patrol system... but I'll only start after that one's in [17:27:15] it's already in. although perhaps we want to fix this one sooner. [17:27:20] ashley: do you think https://gerrit.wikimedia.org/r/#/c/26440/ is something the experienced editors will like? [17:27:22] :) [17:27:48] There's a gadget on commons already... Krinkl.e hacked that up some time ago [17:28:40] 03(mod) Enable Special:Import for User:Arjunaraoc - 10https://bugzilla.wikimedia.org/41880 +comment (10Arjuna Rao Chavala) [17:29:10] Yaron: https://osconfny.herokuapp.com/ is the skeletal site for an open source conference that's going to happen in the spring sometime in Queens, and you may wish to give a talk about your local opensource-powered business [17:29:17] that's the kind of thing they are looking for [17:29:27] k, so currently this is scheduled for nov14th, wednesday's commons deploy.... [17:31:12] sumanah: thanks; I'll check it out. [17:32:29] New review: Reedy; "Does it look like they are? The change id doesn't suggest so :/ Even if they were then squashed, the..." [mediawiki/core] (REL1_20); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32227 [17:34:46] hi qgil_ [17:35:48] hi sumanah [17:37:14] qgil_: I thought you might be entertained to know that I just used some lessons from my time on GNOME Journal to aid the Wikimedia movement :) https://meta.wikimedia.org/wiki/Talk:Wiki_Research_Ideas#Problems_to_watch_out_for [17:37:21] since they interviewed you once [17:37:24] did you ever write for them? [17:37:33] (for us, I suppose I should say) [17:38:15] 03(NEW) Includable special pages with params should be includable also via their aliases - 10https://bugzilla.wikimedia.org/41898 normal; MediaWiki: Special pages; (danny.b) [17:38:28] sumanah: Thank you again. Everything's working now, and I was able to get my old data back (which was thought lost) [17:38:30] hoo: re https://gerrit.wikimedia.org/r/#/c/26440/ you may want to send out a note on wikitech-l to request review & merge - it's enough of a feature that I think that would be justified [17:38:50] Matthew_: you're welcome! Chad helped you far more than I did so I hereby thank Chad :) congrats [17:39:13] * sumanah hums "Amazing Grace". "My data's here / can read it clear / what once was lost is found" [17:39:21] sumanah: Might be worth a shot... I'll do that later today ;) [17:39:42] Matthew_: has this scare taught you a lesson about backups? ;-) [17:39:47] sumanah: Worst thing ever, explaining to someone "I'm sorry, all the work is gone..." [17:40:01] 03(mod) Language links not showing - 10https://bugzilla.wikimedia.org/40427 (10Chad H.) [17:40:02] sumanah: And yeah. If only my web host made it easier >.> [17:40:08] sumanah, thank you for any efforts keeping memory alive and useful :) [17:40:21] there is nothing quite like data loss and there is nothing quite like the sheer sweating relief of finding lost data [17:40:33] qgil_: :) [17:40:47] sumanah: Yeah :/ [17:40:53] New patchset: John Erling Blad; "(Bug 41843) Adding missing qqq messages" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32395 [17:41:00] 03(mod) Mark first expression and definition - 10https://bugzilla.wikimedia.org/8092 (10Chad H.) [17:41:00] 03(mod) Bugs related to special:Listusers - 10https://bugzilla.wikimedia.org/8088 (10Chad H.) [17:41:01] 03(mod) Wiki tags do not work - 10https://bugzilla.wikimedia.org/8090 (10Chad H.) [17:41:03] 03(mod) Expressions being shown as code, not link, in Translation lists - 10https://bugzilla.wikimedia.org/8089 (10Chad H.) [17:41:03] 03(mod) Wrong input field stored in database - 10https://bugzilla.wikimedia.org/8094 (10Chad H.) [17:41:04] 03(mod) Suport for character '' (two seperate quotes) - 10https://bugzilla.wikimedia.org/8097 (10Chad H.) [17:41:05] 03(mod) Badtitle in Wikidata - 10https://bugzilla.wikimedia.org/8087 (10Chad H.) [17:41:06] 03(mod) Fix core class name collisions - 10https://bugzilla.wikimedia.org/33378 (10Chad H.) [17:41:07] 03(mod) Extension:Wikidata_Language_Manager: PLURAL support needed. - 10https://bugzilla.wikimedia.org/18695 (10Chad H.) [17:41:08] 03(mod) OmegaWiki - 10https://bugzilla.wikimedia.org/9429 (10Chad H.) [17:41:09] 03(mod) add selection list inside article, and then draw a different article into the article - 10https://bugzilla.wikimedia.org/10124 (10Chad H.) [17:41:11] 03(mod) Square bracket lemmata - 10https://bugzilla.wikimedia.org/8093 (10Chad H.) [17:41:12] 03(mod) Typo correction to collections statistics - 10https://bugzilla.wikimedia.org/10233 (10Chad H.) [17:41:12] 03(mod) The collapse symbol is not updated for languages - 10https://bugzilla.wikimedia.org/8096 (10Chad H.) [17:41:13] 03(mod) No bold text for references to itself - 10https://bugzilla.wikimedia.org/8091 (10Chad H.) [17:43:20] 03(mod) Translation of "Wikipedia" namespace to Buryat language (bxr.wikipedia) - 10https://bugzilla.wikimedia.org/41877 -shell (10Krenair) [17:44:19] 03(FIXED) Autoedit changes unintended form field - 10https://bugzilla.wikimedia.org/41765 (10f.trott) [17:45:49] i am making a wiki. the thing i want to know is that , can i customize the search in a such a way that, the search options only searches from the section, sub section and smaller sub section headings. [17:46:11] and not from the contents of the respective sections is that possible ? [17:48:07] fire_: anything is possible, but that isn't built-in [17:49:11] Change merged: Pgehres; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/32170 [17:49:46] Reedy (or anyone): q about & and page titles. I'm seeing & displayed in page titles after upgrading from 1.11 ... have you seen this before? [17:50:15] New patchset: Aaron Schulz; "Moved "create" function definitions before "store" for consistency." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32396 [17:50:34] 03(mod) When user enters confirmation code for second time, we show misleading error message - 10https://bugzilla.wikimedia.org/30823 (10Andre Klapper) [17:50:47] 03(mod) Missing alias in Extension:EmailCapture - 10https://bugzilla.wikimedia.org/28585 (10Andre Klapper) [17:50:56] hexmode: that really sounds cool :) [17:51:16] hexmode, upgrading from 1.11...? [17:51:24] Krenair: yes [17:51:27] hexmode: Checked what's actually in the database [17:51:28] ? [17:52:03] I don't have access... (see my patch for separating schema changes) [17:52:15] but, yes, I'll ask someone to look [17:52:16] hexmode: so i must have knowledge of php for that right ? need your advice as i am a novice [17:52:40] i am more interested to learn more about and contribute to mediawiki. [17:52:46] fire_: I think so, but I think adding that would be a bit of work [17:52:50] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/32395 [17:52:56] can you tell me from where should i start. [17:53:10] fire_: is this in your own wiki? [17:53:20] my college wiki [17:53:31] i am undertaking that project of making my college's wiki [17:53:52] fire_: I want to see what extensions are installed, could you give me the url? [17:53:54] so i will work on the project learn and contribute [17:54:48] hexmode: i have just installed mediawiki and was going throught the mediawiki's wiki [17:55:02] fire_: You'd need to add some additional logic to the current search implementation, but it seems possible [17:55:05] fire_: easier, then. [17:55:21] * marktraceur doesn't want to give anyone the impression that he has any idea about this [17:55:29] 03(mod) Update wbgetentities to report statements for items - 10https://bugzilla.wikimedia.org/41383 (10jeblad) [17:56:24] fire_: includes/specials/SpecialSearch.php is a good place to start [17:56:26] 03(mod) Missing qqq messages - 10https://bugzilla.wikimedia.org/41843 (10jeblad) [17:56:37] * hexmode probably knows less than marktraceur  [17:57:59] Reedy: https://gerrit.wikimedia.org/r/#/c/32396/1 trivial :) [17:59:36] New patchset: Daniel Kinzler; "(Bug 41352) Provide tests for edit conflicts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29973 [18:00:16] 03(mod) Merge items in Wikidata - 10https://bugzilla.wikimedia.org/38664 (10abraham.taherivand) [18:01:56] where should i start to learn more and in detail info about wikimedia [18:02:36] ^demon|lunch: sorry for the very long delay; my computer decided to freeze. Anyway, here's the printout: http://pastebin.com/7hxDzPuK [18:02:56] Hi fire_ - about the wiki software (MediaWiki), or about the free knowledge movement (Wikimedia)? [18:03:18] about Mediawiki [18:03:47] fire_: the architecture overview is useful https://www.mediawiki.org/wiki/Manual:MediaWiki_architecture [18:05:24] fire_: and if you'd like to contribute, https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker and https://www.mediawiki.org/wiki/Project:WikiProject_Extensions are great places to start [18:05:31] !howto [18:05:31] https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [18:06:12] also, fire_, where are you - what region? https://www.mediawiki.org/wiki/MediaWiki_developer_meetings there might be a meeting near you [18:06:15] awesome useful info :) :) :) [18:06:19] :D [18:06:21] i am from India [18:06:38] there are hackathons & other events near you - check that page and http://wikimedia.in/ [18:06:41] do mediawiki take part in google summer of code ?? [18:06:44] Yes we do [18:06:56] at least, historically we have https://www.mediawiki.org/wiki/Summer_of_Code_Past_Projects [18:07:01] wow..!!! cool. [18:07:48] now this is the best thing to know about..!! [18:08:02] the best way to get involved is to start reading that stuff and then try following some of the tutorials that are linked in there -- make a little SpecialPage, maybe try to fulfill one of these requests https://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Requests , and eventually fix an annoying little bug https://www.mediawiki.org/wiki/Annoying_Little_Bug [18:08:35] can you make it to https://www.mediawiki.org/wiki/Bangalore_DevCamp_November_2012 fire_ ? [18:08:43] Change merged: Yaron Koren; [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/32207 [18:09:04] I have to head off fire_ but others here can always help you -- also on the wikitech-l developers' mailing list [18:09:09] !lists | fire_ [18:09:10] fire_ : mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [18:09:48] i can't make it as today is 8 th :( [18:10:00] oh too bad. Maybe you can organize a hackday in your college sometime [18:10:10] ok [18:10:31] New patchset: Daniel Kinzler; "(Bug 41352) Proper fix for vanishing content." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29981 [18:10:37] cool. see you later! [18:10:51] sumanah: what should be my path so that i make myself more mature for participatin gin google summer of code [18:10:56] in* [18:11:54] New review: Daniel Kinzler; "removed dependency" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29981 [18:12:59] fire_: You should look at the annoying little bugs, those are good for starting. [18:13:17] fire_: You may also be interested in just browsing patches, seeing what others are working on [18:13:36] that sounds good :) [18:14:08] 03(NEW) Notice: Undefined index: start in ApiQueryRevisions.php on line 282 - 10https://bugzilla.wikimedia.org/41899 minor; MediaWiki: API; (pleasestand) [18:15:13] New review: Umherirrender; "When needed a array_unique should be enough." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32264 [18:15:35] New patchset: Markus Kroetzsch; "Rewritten SQLStore3 writing methods" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32397 [18:15:56] Change abandoned: Umherirrender; "When needed a array_unique should be enough." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32264 [18:22:07] 03(mod) Merge items in Wikidata - 10https://bugzilla.wikimedia.org/38664 +comment (10Daniel Kinzler) [18:23:20] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/32337 [18:26:31] ^demon|lunch: Thanks for killing the "Wikidata" component. Had the same on the todo list but was waiting for the wikidata folks to give an okay (had discussed this before). [18:26:53] New patchset: Umherirrender; "Add RecentChange::selectFields and use it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [18:27:46] New patchset: CSteipp; "Use builder for SrtHTML" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32399 [18:28:04] New review: Umherirrender; "Patch Set 6, readd get_object_vars to avoid breaking of extensions, which add own fields to the quer..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [18:29:38] Hi guys! $wgEnableMWSuggest is removed from mediawiki 1.20. Is there "anything" replacing it? somewhere on mediawiki.or simplesearch is mentioned, but I couldn't find a way to reimplement what I had with $wgEnableMWSuggest. Any hint? thank you! [18:30:42] New review: Pgehres; "This will also require some messaging changes so that we can indicate that a field is optional, but ..." [mediawiki/extensions/DonationInterface] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/31962 [18:30:42] Change merged: Pgehres; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/31962 [18:40:40] what's the criteria for getting a project in google summer of code ? [18:42:01] New patchset: Hoo man; "(bug 7851) Added AJAX patrolling (mediawiki.page.patrol.ajax)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [18:42:04] 03(mod) If a 3rd party extension creates notifications and specifies its own formatter, turning on the extension breaks those notices - 10https://bugzilla.wikimedia.org/41866 (10bsitu) [18:43:15] New patchset: PleaseStand; "(bug 41899) Fix "Undefined index: start" notice" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32400 [18:43:20] New patchset: GWicke; "Add a test for the preservation of tags in the #switch default value" [mediawiki/extensions/ParserFunctions] (master) - https://gerrit.wikimedia.org/r/32401 [18:44:09] 03(mod) Notice: Undefined index: start in ApiQueryRevisions.php on line 282 - 10https://bugzilla.wikimedia.org/41899 +patch-in-gerrit; +comment (10PleaseStand) [18:45:15] New patchset: Hoo man; "(bug 7851) Added AJAX patrolling (mediawiki.page.patrol.ajax)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26440 [18:46:23] New review: Hoo man; "Spacing in includes/resourceloader/ResourceLoaderUserTokensModule.php" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26440 [18:47:59] New review: Anomie; "Exactly what I would have done. But you do need to add a line to RELEASE-NOTES-1.21, in the "Bug fix..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32400 [18:49:15] Really... for such fixing a PHP Notice in an API module?! [18:49:20] - such [18:52:21] fire_: almost anyone can apply [18:52:36] Essentially, you need to write a decent proposal for starters [18:52:57] hoo: Surely it'd go under API bugs ;) [18:53:15] Reedy: ok buddy :) that's good. [18:53:23] paolob - isn't search autocompletion now on by default, in MW 1.20? [18:54:22] <^demon|lunch> andre__: No problem. We talked about it in our wikidata meeting and I was like "Yeah I can do that now" :) [18:54:26] Reedy: in gsoc is it necessary that it must be my own idea, or i can work on any other task assigned by the wikimedia team [18:55:11] <^demon|lunch> fire_: No, it doesn't have to be your idea (but it should be something you're interested in). [18:55:24] <^demon|lunch> We usually end up with a list of suggested ideas too. [18:55:42] ^demon|lunch, I just wonder in general how I can find out about such stuff (but that's nothing to discuss right now). There's quite some changes (and lots of people with admin rights), so in the long run we probably need some logging... [18:56:14] <^demon|lunch> andre__: Does BZ still not log that stuff anywhere? *sigh* [18:56:29] ok ^demon|lunch :) [18:56:47] let me dive into mediawiki :) [18:56:51] ^demon|lunch, 4.2 does. We have 4.0. [18:57:03] <^demon|lunch> Well what are we waiting for? ;-) [18:57:49] 03(NEW) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 major; MediaWiki: ContentHandler; (sam) [18:57:51] hey there [18:58:07] New patchset: GWicke; "Add test for bracketed external links with invalid template-generated target" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32402 [18:58:47] just guide me whenever i get stuck over place and need support and help [18:58:50] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30167 [18:59:29] Hello, im using MW 1.17 with SMW and SMW Forms, what is the best way to integreate a Text Editor that allows me to upload files within the edit form or edit page. [18:59:35] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dereckson) [18:59:41] anyone know if performance improves moving complex templates into a parser-function? [18:59:58] kdanko - you should take that kind of question to the #semantic-mediawiki channel. [19:00:02] fbstj: it depends ;) [19:00:14] New patchset: Nischayn22; "Add relevant resources to special pages." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32403 [19:00:28] my target would be Template:Chart [19:00:34] for personal use [19:00:55] New patchset: PleaseStand; "(bug 41899) Fix "Undefined index: start" notice" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32400 [19:01:39] fbstj: a mediocre implementation will probably still be faster- as should be using Lua [19:01:57] the way its done atm just strikes me as highly inefficient, lol [19:02:04] using lua? [19:02:16] 03(mod) Special:UnusedProperties does not recognise and thus displays special properties properly (1.8 rc2) - 10https://bugzilla.wikimedia.org/38811 +comment (10Nischay Nahata) [19:02:19] intriguing [19:02:45] !e Scribunto | fbstj [19:02:46] fbstj: https://www.mediawiki.org/wiki/Extension:Scribunto [19:04:01] ^demon|lunch: I don't know if you saw this before, but here's my Gerrit SSH printout: http://pastebin.com/7hxDzPuK [19:04:42] anyone got any opinions on how hard this would be to an 'internals' n00b https://bugzilla.wikimedia.org/show_bug.cgi?id=41771 [19:05:36] <^demon|lunch> Yaron: Ouch. Can you try a `traceroute 208.80.154.152`? [19:05:50] Definitely... [19:06:54] ^demon|lunch: http://pastebin.com/zJ38sRkX [19:08:44] <^demon|lunch> Hmm. Well, whatever this is it's a network or ssh problem somewhere between your box and Gerrit :\ [19:08:51] :( [19:09:06] Well, it's messing with my flow. [19:10:07] oooh 1.20 [19:10:57] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32400 [19:11:30] 03(mod) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 +comment (10Ariel T. Glenn) [19:11:32] 03(FIXED) Notice: Undefined index: start in ApiQueryRevisions.php on line 282 - 10https://bugzilla.wikimedia.org/41899 +comment (10Alexandre Emsenhuber [IAlex]) [19:12:06] New patchset: Bsitu; "(bug 41139) message snippets in notif should skip templates" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/32178 [19:14:57] 03(mod) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41900 +comment (10Daniel Kinzler) [19:15:07] Reedy: --^ [19:15:20] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32402 [19:15:51] Yaron: just commit locally and worry about gerrit later. [19:16:02] New review: Waldir; "The commit message could have been a little more informative ;) This changes links to mediawiki.org ..." [mediawiki/extensions/SemanticMediaWiki] (master) C: 1; - https://gerrit.wikimedia.org/r/32389 [19:16:06] i think the ability to commit (and branch) locally is one of the biggest advantages of git [19:16:13] makes it mich nicer to work on the train [19:16:54] <^demon|lunch> Yaron: I'm still looking, and asking ops. Hope to have an answer. [19:17:50] DanielK_WMDE: well, normally, yes, but this is code I want to release. [19:18:17] ^demon|lunch: thanks a lot! If you think it's an issue with my hosting provider, I can write them about it. [19:18:33] (I was doing all the Git/Gerrit stuff from a hosted server.) [19:19:09] <^demon|lunch> Ops says: maybe it's a firewall blocking port 29418 because it's supicious. [19:19:15] <^demon|lunch> *suspicious [19:19:32] <^demon|lunch> (Since traceroute succeeds) [19:20:18] why are we using that "custom" port anyway? [19:20:25] <^demon|lunch> That's gerrit's default port. [19:20:34] <^demon|lunch> It's running its own ssh daemon, not the system one (for good reason) [19:21:00] <^demon|lunch> We've just never gotten around to doing some tweaks to let people use 22 instead (it's not entirely trivial, from what I remember Ryan saying) [19:22:05] <^demon|lunch> Yaron: We can confirm this theory. Try `ssh -p 22 -vvv gerrit.wikimedia.org` [19:22:15] <^demon|lunch> You shouldn't actually get a shell, but we'll hopefully get more output. [19:22:35] ^demon|lunch: okay - do you want the whole printout? [19:22:44] <^demon|lunch> Yes, please. [19:22:47] The last line is "Permission denied (publickey)." [19:22:55] <^demon|lunch> Good! [19:23:02] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dereckson) [19:23:12] Hello. [19:23:18] <^demon|lunch> Yaron: Ok, so we've confirmed the theory. It's a firewall between you and gerrit that's blocking 29418. [19:23:25] <^demon|lunch> I'd talk to your hosting provider. [19:23:43] Oh - damn. Okay, thanks a lot! [19:24:06] andre__: do you think we would really have to consider a special deployment to enhance the uk. translation? [19:24:39] <^demon|lunch> Yaron: If that's not possible, alternatively, if you have some host that can reach gerrit via 29418, you could port forward through it. [19:24:53] I don't know how to do that. [19:25:03] andre__: I would suggest the wiki can live 6 days more with russian characters. [19:25:31] (especially as special pages could alternatively be written in English or clicked as links) [19:26:21] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32399 [19:29:05] 03(mod) Watchlist "Grouping" - 10https://bugzilla.wikimedia.org/20444 (10duplicatebug) [19:30:37] 03(NEW) Watchlist grouping - api part - 10https://bugzilla.wikimedia.org/41901 normal; MediaWiki: API; (duplicatebug) [19:31:31] Yaron, no, it doesn't work [19:35:33] New review: Kghbln; "As a matter of fact you are right. If we do some optimisation here, we should do it right. I" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/32389 [19:35:46] 03(mod) Allow including of redirect special pages, when the target is a Includable special pages - 10https://bugzilla.wikimedia.org/41898 (10duplicatebug) [19:39:16] 03(mod) Inconsistent file naming between URL and page content when file doesn't exist - 10https://bugzilla.wikimedia.org/41885 (10duplicatebug) [19:46:58] New patchset: Cmcmahon; "page object and cuke steps for AFTv5 browser test" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/32407 [19:47:31] * AaronSchulz waits for transcodes for http://commons.wikimedia.org/wiki/File:%C2%BFQu%C3%A9_es_Wikipedia%3F.ogv [19:49:52] New patchset: Kghbln; "Fix for extension registration on Special:Version" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32389 [19:50:21] New patchset: GWicke; "Add parser tests for template-generated table cell with attributes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32408 [19:51:32] New review: Kghbln; "Enjoy :)" [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/32389 [19:55:42] Less than an hour till mediawiki.org/wiki/Meetings/2012-11-08 - hear about getcomposer.org [19:59:15] sumanah: thanks. gah, this just kills me. I *know* I hit send. nearest thing I can tell is that GMail croaked on me right then. [19:59:30] 03(mod) Remove or fixup Wikimedia/Wikipedia specific stuff from core (tracking) - 10https://bugzilla.wikimedia.org/26262 (10duplicatebug) [19:59:58] robla: my sympathies! it's SO ANNOYING. I have also dented & tweeted. [20:00:35] New patchset: Kaldari; "Checking that revert notification is enabled before firing it" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/31314 [20:00:46] saper: qgil_: thedj[work]: Krenair - hope you can join us for mediawiki.org/wiki/Meetings/2012-11-08 in about 30 min [20:01:08] New patchset: Foxtrott; "(bug 41781) Validation problem with input type regexp and multiple occuring forms" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/32409 [20:01:56] Dereckson: if I remember the context correctly, no, of course this can wait six days (hmm, did I imply that this should be deployed?) [20:02:22] New patchset: Kaldari; "Checking that revert notification is enabled before firing it" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/31314 [20:02:31] 03(ASSIGNED) Validation problem with input type regexp and multiple occuring forms - 10https://bugzilla.wikimedia.org/41781 +patch-in-gerrit; +comment (10f.trott) [20:02:36] 03(mod) "Contribs" and "Deleted contribs" should have a "RevisionDeleted" filter - 10https://bugzilla.wikimedia.org/25949 (10duplicatebug) [20:02:57] sumanah, okay [20:03:09] Dereckson, ah, I see. I should save that translation workflow somewhere, as I always wondered. Thanks! [20:05:50] 03(mod) Optionally have a dropdown menu on Special:RecentChanges / Special:NewPages instead of input field - 10https://bugzilla.wikimedia.org/25876 (10duplicatebug) [20:05:56] 03(mod) Add a drop-down list for the tags in Recentchanges and Newpages - 10https://bugzilla.wikimedia.org/25909 (10duplicatebug) [20:07:27] 03(mod) Call jQuery.ready() from bottomscripts - 10https://bugzilla.wikimedia.org/25860 (10duplicatebug) [20:08:26] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dmytro Dziuma) [20:18:46] paolob: sorry, I missed your response before. [20:19:11] Are you sure that you're using the latest version of MW 1.20? [20:19:42] ...and does the autocompletion fail even if you add "$wgEnableMWSuggest = true;" to LocalSettings.php? [20:20:18] If so, it could be a Javascript error somewhere - I would suggest looking at the Javascript console, with Google Chrome or Firefox + Firebug. [20:25:30] New patchset: Kaldari; "Setting up preferences for Echo, adding comments for some functions" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/31329 [20:29:28] 03(WONTFIX) Semantic forms preview function should not rely on #content - 10https://bugzilla.wikimedia.org/39669 +comment (10f.trott) [20:35:28] 03(NEW) Unable to "unlock further protect options" in Firefox - 10https://bugzilla.wikimedia.org/41902 normal; MediaWiki: Page protection; (trijnstel) [20:36:13] robla: Nils needs to join the hangout [20:39:39] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dereckson) [20:41:56] marktraceur: are you in the Hangout? [20:44:19] ok, hope people can join us in the hangout! #wikimedia-dev is where we discuss it [20:45:36] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dmytro Dziuma) [20:47:44] New patchset: GWicke; "Add test for inside nowiki block" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32414 [20:52:35] 03(mod) Local contribution lists of globally hidden accounts no longer visible to stewards - 10https://bugzilla.wikimedia.org/20954 +comment (10DerHexer) [21:04:04] New patchset: GWicke; "Test broken br tag sanitization" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32417 [21:06:30] New patchset: Ori.livneh; "Update extension EventLogging to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32423 [21:06:50] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32423 [21:08:39] New patchset: Parent5446; "(bug 41368) Added category information to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31555 [21:11:48] New patchset: Parent5446; "(bug 41365) Added transclusion count to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31504 [21:14:07] New patchset: Parent5446; "(bug 41365) Added transclusion count to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31504 [21:14:17] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32414 [21:15:01] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32417 [21:18:47] New patchset: Parent5446; "(bug 39957) Added threshold for showing number of page watchers." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27134 [21:19:20] Hello! Help creation articles and categories on mediawiki. [21:20:33] 03(mod) Add a drop-down list for the tags in Recentchanges and Newpages - 10https://bugzilla.wikimedia.org/25909 +comment (10MrBlueSky) [21:20:57] New patchset: Mdale; "fixed iframe embed controls, by updating position of videoHolder to relative" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32460 [21:21:25] 03(mod) Add a drop-down list for the tags in Recentchanges and Newpages - 10https://bugzilla.wikimedia.org/25909 +comment (10MrBlueSky) [21:26:00] New patchset: Parent5446; "(bug 41368) Added category information to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31555 [21:27:48] New patchset: Raimond Spekking; "Add messages for new user rights" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/32461 [21:29:15] New review: Raimond Spekking; "-1 until the message text is filled" [mediawiki/extensions/TimedMediaHandler] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/32461 [21:31:45] 03(mod) Call jQuery.ready() from bottomscripts - 10https://bugzilla.wikimedia.org/25860 +comment (10Krinkle) [21:50:45] 03(mod) Branch MediaWiki docs - 10https://bugzilla.wikimedia.org/26712 -ops ; +comment (10Chad H.) [21:51:50] 03(mod) Doxygen for Extensions - 10https://bugzilla.wikimedia.org/25978 -ops ; +comment (10Chad H.) [21:53:59] 03(mod) Proper ajax patrolling functionatlity in core - 10https://bugzilla.wikimedia.org/7851 +comment (10Nemo) [21:57:41] New review: Subramanya Sastry; "Jenkins-bot hasn't gotten around to this even after a long time, for some reason. Manually verified..." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/32408 [21:57:43] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32408 [21:58:28] 03(mod) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made the edit. - 10https://bugzilla.wikimedia.org/33880 +comment (10Bachsau) [22:01:22] Yaron, no, it doesn't work [22:01:44] What doesn't work? [22:01:49] Did you see my responses before? [22:02:01] autocompletion doesn't work in 1.20 [22:02:57] As I wrote before - check for Javascript errors. [22:03:49] Yaron, should it work in vector skin only or in every skin? [22:04:33] Well, I don't know about every skin... but it should at least work in MonoBook, I think. [22:04:43] 03(mod) Language and direction of first heading should depend on page content language instead of user interface language - 10https://bugzilla.wikimedia.org/34514 +comment (10Fomafix) [22:05:02] New patchset: GWicke; "Add a test for named vs. positional parameter whitespace stripping" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32463 [22:10:05] New patchset: Kghbln; "Adding plural support for message on Special:Properties" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/32464 [22:11:20] 03(mod) Proper ajax patrolling functionatlity in core - 10https://bugzilla.wikimedia.org/7851 +comment (10Marius Hoch) [22:18:22] New review: Kghbln; "Great, things are easy if one knows what he/she is doing :) Thank you for doing this." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/32403 [22:18:53] New patchset: GWicke; "More parameter stripping tests: nested, parser functions and single-line" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32466 [22:22:52] New patchset: GWicke; "More parameter stripping tests: nested, parser functions and single-line" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32466 [22:26:26] 03(mod) Proper ajax patrolling functionality in core - 10https://bugzilla.wikimedia.org/7851 summary (10Nemo) [22:27:23] subbu: dang, it looks like we have to add the ParserFunctions-using tests in the separate test suite: https://integration.mediawiki.org/ci/job/MediaWiki-Tests-Parser/lastCompletedBuild/testReport/%28root%29/ParserTests__testParserTest/testParserTest_with_data_set__71/ [22:28:10] hmm ... [22:28:54] is this for a new patchset or something i amerged? [22:29:37] subbu: no, a new patchset [22:29:40] New patchset: GWicke; "More parameter stripping tests: nested and single-line" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32466 [22:29:49] that's the amend [22:29:50] ah, i see now .. [22:30:40] so, parser functions aren't enabled on the test suite? [22:30:57] subbu: no, they are in a separate extension [22:31:10] k [22:31:33] gwicke, do you want to change line 1052 to {{echo|{{echo| a}}}}? [22:31:42] 03(mod) Proper AJAX rollback functionality in core - 10https://bugzilla.wikimedia.org/31270 +comment (10Nemo) [22:31:43] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:31:53] and update line 1059 to a pre? [22:32:06] New patchset: GWicke; "Add test for special parameter whitespace stripping behavior" [mediawiki/extensions/ParserFunctions] (master) - https://gerrit.wikimedia.org/r/32468 [22:32:34] would one be able to write a plugin that replaced the image storage routines of mediawiki to use a cloud hosting service instead? [22:32:58] 03(NEW) GitHub in bugzilla's see also - 10https://bugzilla.wikimedia.org/41903 enhancement; Wikimedia: Bugzilla; (federicoleva) [22:33:09] 03(mod) Search results show the label twice, but not the item description. - 10https://bugzilla.wikimedia.org/41580 +comment (10Daniel Kinzler) [22:36:21] 03(mod) Enable WebFonts for the Arabic projects - 10https://bugzilla.wikimedia.org/41359 +comment (10Mohamed Ahmed) [22:38:07] New patchset: GWicke; "More parameter stripping tests: nested and single-line" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32466 [22:38:34] fbstj: it's technically possible, yes. [22:39:21] gwicke: are you coming to amsterdam? [22:39:48] DanielK_WMDE: nope [22:40:04] too bad [22:40:42] DanielK_WMDE: don't even know what is happening there [22:40:56] gwicke: WMNL is hosting a hackathon [22:41:21] probably too deep in getting Parsoid ready for the December release [22:41:23] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32466 [22:41:29] DanielK_WMDE: ah, k [22:42:06] DanielK_WMDE: sadly no January hackathon in SF either [22:42:47] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:47] 03(mod) wgAjaxWatch.setLinkText doesn't work in Vector if icon mode is not used - 10https://bugzilla.wikimedia.org/22556 (10Nemo) [22:42:48] 03(mod) AJAX drop-down search (MWSuggest) obscures Go and Search buttons - 10https://bugzilla.wikimedia.org/13941 (10Nemo) [22:42:49] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:50] 03(mod) merge "Disable AJAX suggestions" and "Enable enhanced search suggestions" - 10https://bugzilla.wikimedia.org/28324 (10Nemo) [22:42:51] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:52] 03(mod) Some AJAX features seem to have stopped working in 1.18 - 10https://bugzilla.wikimedia.org/31545 (10Nemo) [22:42:53] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:55] 03(mod) Search (or AJAX Suggestions) should try expanding/contracting ordinals - 10https://bugzilla.wikimedia.org/15280 (10Nemo) [22:42:56] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:56] 03(mod) Make inline actions like ajaxWatch easier to clone for extensions - 10https://bugzilla.wikimedia.org/35639 (10Nemo) [22:42:57] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:42:58] 03(mod) Special:ComparePages should use AJAX suggestions - 10https://bugzilla.wikimedia.org/24235 (10Nemo) [22:42:59] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:43:00] 03(mod) AJAX tabs in monobook, vector... - 10https://bugzilla.wikimedia.org/19536 (10Nemo) [22:43:03] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:43:04] 03(mod) Ajax search container not working well for skins placing search box in the footer - 10https://bugzilla.wikimedia.org/16235 (10Nemo) [22:43:05] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:43:06] 03(mod) Feature request: Make categories load on demand via ajax magic - 10https://bugzilla.wikimedia.org/35618 (10Nemo) [22:43:07] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [22:43:48] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32463 [22:47:27] 03(mod) Proper AJAX rollback functionality in core - 10https://bugzilla.wikimedia.org/31270 +comment (10Marius Hoch) [22:53:55] New patchset: Demon; "Script to branch extensions as of a given date" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/32470 [22:55:54] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dereckson) [22:56:43] New review: Tim Starling; "This extension is intended for use outside Wikimedia, right? So it probably needs either a REL1_20 b..." [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/31666 [22:57:16] New patchset: Demon; "Script to branch extensions as of a given date" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/32470 [22:58:17] New review: Demon; "PS2 fixes the "likely to have remote problems" issue by creating a unique remote called gerrit-branc..." [mediawiki/extensions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32470 [22:59:59] New patchset: Demon; "Script to branch extensions as of a given date" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/32470 [23:00:20] New review: Demon; "PS3 fixes the missing source:dest from git push." [mediawiki/extensions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32470 [23:01:17] 03(mod) Add revision links to [[mw:Special:Code]] from various places in ViewVC - 10https://bugzilla.wikimedia.org/30720 +comment (10Chad H.) [23:01:21] New patchset: Tim Starling; "[FileBackend] Added getFileHttpUrl() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32102 [23:01:29] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32102 [23:04:07] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dmytro Dziuma) [23:06:06] Change merged: Tim Starling; [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/32327 [23:07:54] New review: Aaron Schulz; "How was it confirmed that avconv actually uses Range requests? I can't find it looking at the docs e..." [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/31666 [23:09:19] New patchset: Demon; "Script to branch extensions as of a given date" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/32470 [23:09:42] New review: Demon; "PS4 fixes escaping. Should Totally Work (tm) now." [mediawiki/extensions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32470 [23:11:46] 03(mod) Make categories load on demand via ajax magic - 10https://bugzilla.wikimedia.org/35618 summary (10Andre Klapper) [23:12:43] 03(mod) GitHub in bugzilla's see also - 10https://bugzilla.wikimedia.org/41903 +comment (10Andre Klapper) [23:20:06] Change merged: Alex Monk; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/31314 [23:22:20] 03(mod) Way for anons to disable search box AJAX suggestions - 10https://bugzilla.wikimedia.org/13848 +comment (10Daniel Friesen) [23:23:09] New patchset: Ori.livneh; "Fix-up of OpenTask Experiment" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32472 [23:23:17] Oh labsconsole is down! [23:23:27] * sumanah presumes other people know this, but will check in the relevant channels [23:24:38] 03(mod) merge "Disable AJAX suggestions" and "Enable enhanced search suggestions" - 10https://bugzilla.wikimedia.org/28324 +comment (10Daniel Friesen) [23:24:53] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/32472 [23:25:12] sumanah, well there's nothing in #wm-labs [23:25:43] except for loads of errors [23:26:51] New patchset: Ori.livneh; "Update E3Experiments to master" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32473 [23:27:08] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32473 [23:32:08] New review: Tim Starling; "Do you know how long nextJobDB::getPendingDbs() will take? I'm worried about whether 1/100 might be ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/31594 [23:32:42] New patchset: Pgehres; "Updating CentralNotice to master (756bce39ae)" [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32474 [23:32:53] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf3) - https://gerrit.wikimedia.org/r/32474 [23:34:34] TimStarling: the cache for isEmpty() should help and only one runner should be doing it at a time [23:35:01] What were you thinking of changing 100 too? [23:35:10] yeah, but it's still thousands of individual memcached requests [23:35:24] it might take a few seconds [23:35:35] there is also getmulti which can be added [23:35:53] though I'd have to move the memc stuff up to the base class for that [23:35:56] 03(mod) Watchlist grouping - api part - 10https://bugzilla.wikimedia.org/41901 (10Andre Klapper) [23:35:57] 03(mod) Watchlist "Grouping" - 10https://bugzilla.wikimedia.org/20444 (10Andre Klapper) [23:36:09] I was kind of assuming a redis queue wouldn't bother with memcached though [23:36:20] what's our peak job pop rate? [23:36:41] * TimStarling looks at the logs [23:36:49] * AaronSchulz looks at graphite [23:37:45] * AaronSchulz swears graphite is missing random stuff [23:38:39] maybe 14 per second? [23:40:01] so that 1/100 case would be hit every 7 seconds [23:40:17] 03(NEW) All wikivoyage wikis appear under special in the sitematrix - 10https://bugzilla.wikimedia.org/41904 minor; MediaWiki extensions: SiteMatrix; (sam) [23:42:11] so say if the update took 3 seconds, and we had a peak of maybe 40 jobs popped per second, then you would be running that update continuously [23:42:30] the lock key would pretty much always be set [23:44:27] count($wgJobClasses) * count($wgLocalDatabases) is 12900 [23:45:03] sounds about right [23:46:08] New review: Hoo man; "Looks good besides these stylistic flaws" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/29279 [23:46:11] I'm not sure how much lowering that rate would help [23:46:21] seems like using getmulti would be more useful [23:47:31] 72 apaches using memc, soon to be just 16 mc servers, seems like that would cut down on rtts [23:48:12] and you don't think 16 servers will mind having 4300 qps sent to them? [23:48:15] off course there may be some limits hit with getmulti that would require batching it at the MW level some...I'm not sure how smart pecl is [23:48:31] ~270 qps per server, I guess that's not muh [23:48:32] much [23:49:10] New patchset: Kaldari; "(bug 39383, bug 40059) Allowing badges to use strings and returning this" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/32091 [23:49:48] what are the consequences of updating it less often? [23:50:29] maybe the old priority bug you tried to fix by using mt_rand would start to creep back ;) [23:51:24] New review: Kaldari; "I removed the '+X/-X' functionality per bug 40059. I also removed "Based on Badger plugin by Daniel ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/32091 [23:51:32] anomie: what do you want the extension to be called? [23:51:54] wrong channel [23:57:23] New review: Hoo man; "Maybe we should allow negative values as well" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/32091 [23:58:40] New patchset: Spage; "Change userlogin to new appearance" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/30637 [23:58:42] AaronSchulz: ok, I'll just merge it [23:58:57] if you want to use getMulti() you can do it in a followup commit [23:59:19] 03(mod) Update names of special pages for Ukrainian - 10https://bugzilla.wikimedia.org/41884 +comment (10Dereckson) [23:59:19] New patchset: Tim Starling; "[JobQueue] Abstracted nextJobDB.php to not assume JobQueueDB." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31594 [23:59:32] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/31594