[00:00:54] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 +comment (10zhorishna) [00:16:13] I had a brilliant idea for an extension but sadly I can't develop it. :( :( [00:16:37] is it possible to use opcache for mediawiki caching? [00:18:38] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 +comment (10George Barnick) [00:19:23] biberao: It should. [00:19:40] idk how to though, but I assume it would work [00:20:34] Meiko: im trying to find a way [00:20:35] hehe [00:32:17] Amgine: $wgCapitalLinks [00:32:21] !wg CapitalLinks [00:32:22] https://www.mediawiki.org/wiki/Manual:%24wgCapitalLinks [00:32:44] Meiko: theres a bug file for it [00:34:43] 03(mod) Enable automatic AbuseFilter blocking on eswikivoyage - 10https://bugzilla.wikimedia.org/62321 +comment (10llamaal_wikis) [00:46:57] how can I load a CSS file using JavaScript mw.loader? [00:47:21] (Gloria, do you know, since you have a good reputation of answering my dumb questions? :P) [00:49:22] Meiko: Hmmmmm. [00:49:24] !rl [00:49:24] ResourceLoader is the delivery system for JavaScript/CSS in MediaWiki. First released in MediaWiki 1.17. See also https://www.mediawiki.org/wiki/ResourceLoader , https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29 and https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_developers [00:50:12] I looked at doc.wikimedia and saw a few things that might look right but I have no idea how to use it >_> [00:50:19] http://cuusoo.brickimedia.org/index.php?title=MediaWiki:Common.css/templates.css&action=raw is what I need to be loaded [00:50:59] 03(mod) Add additional CodeEditor toolbar buttons - 10https://bugzilla.wikimedia.org/59924 +comment (10hartman.wiki) [00:51:41] https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.loader-method-load - this seems right but I'm not entirely sure how to use it [00:51:45] 03(mod) Add additional CodeEditor toolbar buttons - 10https://bugzilla.wikimedia.org/59924 +comment (10hartman.wiki) [00:51:48] https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users)#mw.loader [00:51:53] Something like that... [00:52:13] Meiko: You can always just use importStylesheetURI(). [00:52:16] That works. [00:52:18] 03(mod) Add additional CodeEditor toolbar buttons - 10https://bugzilla.wikimedia.org/59924 +comment (10hartman.wiki) [00:52:20] oh right [00:52:29] Both examples are there. [00:52:37] why did I forget that existed. :P I used to use it a lot at Wikia [00:52:54] but wikia is gross so I tried to forget everything about it [00:52:56] lol [00:52:58] Meiko: You definitely _can_ use mw.loader(), but it's not strictly necessary. [00:53:14] If you use importStylesheetURI, you're not using ResourceLoader. [00:53:16] But eh. [00:53:29] There's probably also a importStylesheet() that accepts a wiki page. [00:53:31] Instead of a URI. [00:53:34] Who knows. [00:54:38] Wikia has an importStylesheet I think. I know it has an importScriptPage that works well (and can import inter-wiki) [00:55:00] How would I import that script URL with mw.loader.load() though? [00:56:00] Probably by reading the source of mw.loader.load(). [00:56:11] ok [00:56:19] It presumably expects a certain path for the files or allows the calling code to override it. [00:56:24] Only one way to know for sure. :-) [00:56:56] Also doing &action=raw has the wrong MIME type :S [00:58:23] Meiko: &ctype=text/javascript [00:58:24] 03(mod) Tool Labs: Provide two views of the user_properties table - one filtered, one anonymized - 10https://bugzilla.wikimedia.org/58196 +comment (10krinklemail) [00:58:26] or text/css [00:58:31] oh [00:58:33] ctype [00:58:38] I tried &type [00:59:37] 03(mod) Tool Labs: Provide a meta database table to replace "toolserver.language" - 10https://bugzilla.wikimedia.org/58792 summary (10Krinkle) [01:04:56] 03(mod) Labs proxy seems to be running horribly slowly - 10https://bugzilla.wikimedia.org/62483 (10physikerwelt) [01:04:56] 03(mod) Labs-vagrant is very slow - 10https://bugzilla.wikimedia.org/62551 (10physikerwelt) [01:05:13] 03(mod) Create status page for Tool Labs - 10https://bugzilla.wikimedia.org/58795 summary; +comment (10Krinkle) [01:05:43] i think I just figured out that &ctype stands for Content-Type. [01:05:51] I think. [01:05:59] Maybe I realized that already. [01:06:04] 03(mod) Tool Labs: Provide working mail addresses for users and service groups - 10https://bugzilla.wikimedia.org/58796 summary (10Krinkle) [01:16:41] 03(mod) Create OTRS patch for "1-click spam" disposal - 10https://bugzilla.wikimedia.org/54755 +comment (10aklapper) [01:25:36] If anyone can help me I have a really annoying PHP error with wikibase [01:25:37] PHP message: PHP Fatal error: Class 'Wikibase\TemplateRegistry' not found in /var/www/core/extensions/Wikibase/lib/WikibaseLib.php on line 121" while reading response header from upstream, client: 173.72.194.6, server: *.brickimedia.org, request: "GET /wiki/ HTTP/1.1", upstream: "fastcgi://unix:/tmp/php5-fpm.sock:", host: "data.brickimedia.org" [01:25:41] idk how to fix that [01:26:52] 03(mod) Labs proxy seems to be running horribly slowly - 10https://bugzilla.wikimedia.org/62483 +comment (10physik) [01:32:59] 03(mod) Update CSS of input#wpSummary from "width: 80%" to "width: 100%" - 10https://bugzilla.wikimedia.org/62316 +comment (10gerritadmin) [01:38:54] 2 questions. First is there a way to disable a specific namespace so only sysops can view/edit it on a wiki? [01:41:07] And secondly, can I add tabs like Talk to make those namespaces like a seperate talk page only for sysops? [01:55:30] Aurora_Grimes: the "Lockdown" extension can help with the first one: https://www.mediawiki.org/wiki/Extension:Lockdown [01:55:47] (Although complete viewing restriction may be impossible.) [01:55:59] The second might require custom coding. [02:02:29] https://github.com/wikimedia/mediawiki-core/tree/wmf/1.23wmf15/extensions Why the hell are there all these submodules here!? [02:02:51] they aren't in master so why are they in wmf15?? [02:05:47] 03(mod) VisualEditor: "Review your changes" - cancel-arrow needs a tooltip; possibly replace with an "X"? - 10https://bugzilla.wikimedia.org/49147 +comment (10James Forrester) [02:15:41] 03(mod) HTTPS access is not detectable on Tool-Lab webserver - 10https://bugzilla.wikimedia.org/53689 (10Krinkle) [02:15:42] 03(mod) HTTPS access is not detectable on Tool-Lab webserver - 10https://bugzilla.wikimedia.org/53689 +comment (10Krinkle) [02:16:07] 03(mod) Tool Labs: Local webservice should get info about HTTPS usage in original request - 10https://bugzilla.wikimedia.org/53689 summary (10Krinkle) [02:16:24] 03(mod) Tool Labs: Local webservice should know about HTTPS in original request - 10https://bugzilla.wikimedia.org/53689 summary (10Krinkle) [02:42:44] how do i go about getting and turning on the visual editor in my local instance of mediawiki? [02:42:57] k-man: You'll need to install the VisualEditor extension on your wiki. [02:43:00] !e VisualEditor [02:43:00] https://www.mediawiki.org/wiki/Extension:VisualEditor [02:43:05] oh hi Gloria [02:43:56] i'm on mw version 1.19.5-1 [02:44:19] do i need to upgrade mw first? [02:45:04] Yeah. [02:45:22] You'll need to be running MediaWiki 1.22 or perhaps even 1.23 (beta) to properly use VisualEditor. [02:45:25] ah - thats a slight snag. I'm using the debian package of mw [02:45:32] hmm... ok [02:52:17] 03(mod) setup poolcounter daemon - 10https://bugzilla.wikimedia.org/36891 +comment (10MZMcBride) [03:01:10] can you run mw out of a git cloned directory? so that future updates would just be a matter of doing a git pull? [03:04:11] You can, sure. [03:05:01] k-man: https://www.mediawiki.org/wiki/Download_from_Git [03:10:36] k-man, their current dependency is 1.23wmf2, but they're planning on backporting to (1.22?) at some point, and supporting the upcoming LTS. (or something like that. I watched a video yesterday. :) [03:11:54] also, #mediawiki-visualeditor is the main channel for those folks [03:12:02] hello [03:12:21] ah ok, thanks [03:12:47] How do I contact the Admin of WIKI, there is a problem in the character of WIKI showing on Google page... [03:13:01] i saw a talk on it at LCA2014, the speaker said that if you don't want or care about keeping old mediawiki syntax, you can make the visual editor just do html [03:13:17] which wiki? [03:13:24] the Hong Kong Wiki [03:14:23] k-man, Ah, i might be forgetting that part then! I think you mean this talk, which is the one I watched, but I'm neither expert nor dev. https://www.youtube.com/watch?v=M_Ioi1aLAL8 [03:15:52] quiddity, yeah i was at that talk [03:17:47] Wiki, can you paste the URL that shows the problem? [03:18:41] quiddity, there are chinese (mainland) characters, or they call it simplified chinese. We don't use it here in Hong Kong. Can we correct it?? [03:19:04] k-man, asking questions in #mediawiki-visualeditor is the best bet, but wait till Pacific timezone monday morning (~14hrs from now) :) [03:19:24] ok, will do, thanks quiddity [03:19:46] just going to cross/upgrade from the debian install to the beta from git [03:19:53] on Google search or other search engine, you will see this.... 维基百科,自由的百科全书 zh.wikipedia.org/zh-hk/Wikipedia:首页‎ 轉為繁體網頁 Wikipedia中文版,自由的百科全书,可以由用户编辑。 ‎Running Man - ‎新條目推薦候選 - ‎優良條目評選 - ‎新闻动态候选 [03:20:12] these are not the language we use in Hong Kong [03:21:25] which branch do i want for 1.23beta? [03:23:21] Can anyone help to correct this? [03:24:18] we use the normal traditional chinese character in Hong Kong, not the same as those in china. [03:25:01] so google is suggesting a link to a hk chinese page, but using the wrong character set in displaying headings and content for that page? [03:25:31] does this only happen on the google search results or you see it if you visit the wikipedia page? [03:26:03] k-man, you are right.... can anyone help to correct it? it is kinda disgusting seeing these ugly characters and languages... [03:26:31] hmm... i wonder why it's happening [03:26:33] ? [03:27:45] maybe some assholes from red china trying to diminish our culture and kill our language? [03:27:45] Wiki, sorry. i'm not so familiar with the names of the different chinese character sets. do you call the character set you use in HK "Traditional Chinese" or something else? [03:28:09] yes [03:28:16] "Traditional Chinese" [03:28:27] and what country are you searching from, and using which google subdomain? [03:28:47] 'Simplified Chinese is invented by red china (communists) [03:28:47] which search engine url did you see that on? [03:28:58] I am using Hong Kong Google [03:31:06] seems like it effects other things too: https://productforums.google.com/forum/#!topic/mobile/VJS_cjlEjZc [03:31:30] 'Simplified Chinese' is used by china (communists). We don't use it here in Hong Kong even they try to force us... [03:31:38] k-man, [03:31:44] can you help us? [03:31:50] Wiki, maybe its a google setting? can you check your google preferences? [03:31:58] no..... [03:32:18] Wiki, no, i have no idea why its even happening, and even if i did. i am not associated with google of mediawiki in anyway [03:32:21] sorry [03:32:29] the display is fine with all other search result items... [03:32:31] i was just tryingto offer suggstions to establish why its happening [03:32:33] Wiki, it might just be returning results from the wrong language, because the results in the correct language do not exist. (google, not us). See the full list here: https://meta.wikimedia.org/wiki/List_of_Wikipedias_by_language_group#Sinitic - it appears that zh-traditional only has 3,233 articles, whereas zh has 756,195 articles. [03:32:38] 03(mod) mw-config call back error after updating from 1.22.2 to 1.22.4 - 10https://bugzilla.wikimedia.org/62697 +comment (10jerrygerstmann) [03:32:54] so the solution is to write more articles! ;) [03:33:06] hehe [03:33:15] damn... google [03:33:24] it's just trying to be helpful! [03:33:44] i suppose you could test that by searching for a topic that has articles in both simplified and traditional [03:33:48] and see what you get? [03:34:18] the heading of Wiki on the reasult page.. is half normal half simplified. [03:34:27] oh master branch in git is 1.23 right? [03:34:28] it must be the wiki page set up problem... [03:35:58] k-man, yup, current master is 1.23 [03:36:01] Please, if anyone know how to correct it, please help... [03:38:47] does mw keep any settings in files and if so, which files? [03:39:28] oh, LocalSettings.php [03:39:55] Wiki, please include an example URL(link), otherwise we can't be sure what you're asking about. (eg do you mean https://zh-classical.wikipedia.org/wiki/ ?) [03:40:13] i am not familiar with the Wiki system, should i write a letter to the head office in order to correct this>? [03:40:32] first of all, you need to identify what the exact proble is Wiki [03:40:41] you need to paste a link in here so others can have a look [03:40:48] ^^^ [03:41:21] ok, see this... I search this word on Hong Kong Google: [03:41:28] and I got this: https://www.google.com.hk/search?q=%E9%A6%99%E6%B8%AF&oq=%E9%A6%99%E6%B8%AF&aqs=chrome.0.57j61j0j5j0j62.326j0&sourceid=chrome&ie=UTF-8 [03:42:01] the first item u see on google result is: 香港- 维基百科,自由的百科全书 zh.wikipedia.org/zh-hk/香港‎ [03:43:09] 香港- 维基百科,自由的百科全书 zh.wikipedia.org/zh-hk/香港‎ ----------------- "书" <--- this character is bloody simplified chinese. [03:44:11] on google result : 香港- 维基百科,自由的百科全书 ---- "书" <--- this character is simplified chinese... the rest is fine [03:44:42] the rest are normal chinese character, they are fine [03:45:51] the web page title is wrong [03:46:06] all of them [03:49:32] Wiki, oh! I see, zh is using '百科全书' for 'encyclopedia' in the tagline (under the article title, and in the website header) https://zh.wikipedia.org/wiki/%E7%99%BE%E7%A7%91%E5%85%A8%E4%B9%A6 [03:51:00] You might find the answer to your question at the talkpage of that article? Otherwise, you might have better luck asking in #wikipedia-zh ? [03:51:14] * quiddity heads off to find dinner. [03:51:19] quiddity, yes.... this is wrong [03:52:31] quiddity, yes.... zh is using '百科全书' for 'encyclopedia' in the tagline (under the article title, and in the website header) ... and this '百科全书' is wrong [03:52:45] how do we correct it?? [03:55:26] Wiki, i think you could possibly edit the page yourself to fix it? but also as quiddity suggested, check the talk page. and as quiddity suggested, ask on #wikipedia-zh [03:55:41] Wiki, there are probably numerous discussions about it, but I can't read the language so cannot help you search for them. I suggest asking in #wikipedia-zh for links to prior discussions about where it was decided to use simplified chinese in the tagline. And it's probably a contentious (hot-button) issue, so ask gently? [03:57:09] setting the tagline is an admin-only thing. You can see the history here: https://zh.wikipedia.org/w/index.php?title=MediaWiki:Tagline&action=history but the talkpage is empty so far. [03:57:27] ok, now I'm really going to go look for food. o/ [03:59:20] Hello everyone. [03:59:24] Happy Holi. [04:11:06] 03(NEW) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 normal; MediaWiki: General/Unknown; () [04:11:18] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 (10JuneHyeon Bae) [04:13:56] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 +comment (10MZMcBride) [04:33:58] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 +comment (10gerritadmin) [04:33:58] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 (10Gerrit Notification Bot) [04:41:45] 03(mod) Possibility of moving Oldwikisource to mul.wikisource.org - 10https://bugzilla.wikimedia.org/62717 (10555) [04:41:45] 03(mod) Wikisource related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/35925 (10555) [04:45:12] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 +comment (10devunt) [05:03:57] after trying to cross install from the debian packages of mediawiki to mediawiki installed from git, i get this error in the logs: PHP Warning: Cannot modify header information - headers already sent in /usr/share/mediawiki/includes/WebResponse.php on line 38 [05:04:21] k-man: I think I saw that in bugzilla ... [05:05:34] !bugzilla headers already sent [05:05:34] https://bugzilla.wikimedia.org/headers [05:05:37] hmm [05:06:49] anyway, its a big mess cross installing. i think i need to redo my configuration [05:09:36] can i generate a new LocalSettings.php somehow? [05:09:50] if i delete it and re-run the setup procedure, would that delete my existing database? [05:15:50] k-man: You can generate a new LocalSettings.php by re-running the installer. [05:16:02] k-man: No, it shouldn't. But make backups of any important data regularly. [05:16:11] And especially before any maintenance work. [05:16:16] ok [05:38:44] 03(NEW) Wikidata should switch to correct label prefix automatically - 10https://bugzilla.wikimedia.org/62719 normal; MediaWiki extensions: WikidataClient; () [05:42:58] 03(mod) Wikidata should switch to correct label prefix automatically - 10https://bugzilla.wikimedia.org/62719 +comment (10reza.energy) [05:52:46] can I ask something? [05:55:06] anyone know how block logs, or any other logs than deletion logs, are formatted in xml? [05:56:39] llwy-ar-lawr: You can look at the MediaWiki Web API. [05:56:50] https://www.mediawiki.org/w/api.php <-- Example API. [05:57:00] Your wiki installation has its own api.php. [05:57:03] You can query that. [05:57:07] I have looked at that, and it's not the format for xml I think [05:57:16] It's in xmlfm by default. [05:57:21] You can specify &format=xml for the XML format. [05:57:30] Every format has an "fm" variant. [05:57:31] oh thanks, I'll do that [05:57:35] Which is just a pretty-print format. [05:57:44] Compare &format=jsonfm and &format=json. [05:57:54] No problem. [05:58:53] I'm looking at this: http://en.wikipedia.org/w/api.php?action=query&list=logevents&letype=block&lelimit=3&format=xml and...that's not the xml I saw here: https://github.com/glimmerphoenix/WikiDAT/blob/master/wikidat/sources/example-pages-logging-simplewiki.xml [05:59:08] I'd like to know so I can import logs to somewhere [05:59:25] I could try the first format, but the second one seems to work and I'm not sure they'd both work [05:59:29] I'll try though [06:00:20] Oh. [06:00:35] llwy-ar-lawr: There are bulk XML dumps. [06:00:47] pages-logging-simplewiki.xml is referring to simple.wikipedia.org, I imagine. [06:00:54] yes, but I thought those only included pages? [06:01:00] yes it is [06:01:03] There are different types of XML dumps. [06:01:09] pages-logging is its own type. [06:01:15] any idea how you get hold of those? [06:01:22] http://dumps.wikimedia.org/simplewiki/20140308/ [06:01:27] ah [06:01:28] http://dumps.wikimedia.org/backup-index.html [06:01:30] Etc. [06:01:45] > Log events to all pages and users. [06:01:49] actually I can probably just use that, thanks [06:01:52] That's the description for pages-logging. [06:02:29] If you want all (current) page text, you'd want pages-articles or pages-meta-current. [06:04:35] 03(mod) Discarding live preview of content font broken - 10https://bugzilla.wikimedia.org/56081 +comment (10Kartik Mistry) [06:05:47] what I'd like this for is to move a wiki somewhere, and I don't know how to get hold of the logs except to reconstruct them manually [06:08:37] weird...the simplewiki stuff doesn't look complete [06:08:44] I may be looking at the wrong thing [06:08:51] should go to bed soon anyway [06:09:07] also this is not my username on the wikimedia stuff [06:10:16] oh no no I got it [06:10:21] thanks for the help Gloria [06:11:25] hello, is there a built in parser function that can display edit count, or do I have to get extension:editcount? [06:14:29] Hi, According to https://www.mediawiki.org/wiki/API:Tutorial#Definitions, If I want to make a lot of API calls I need to contact admins [06:14:36] !magic [06:14:36] For more information about creating magic words and their inner workings, see . For a list of magic words, please see . [06:14:41] Can somebody suggest me where to contact them [06:14:54] guest231: Try the second link (Help:Magic_words), but I think you'll need an extension. [06:15:05] okay, gloria [06:15:21] apsdehal: Whose API do you want to hit a lot? [06:15:38] apsdehal: Every wiki has different contact methods. [06:15:55] wikidata For my GSoC project. [06:16:19] If you visit https://www.wikidata.org there's probably a community portal linked in the sidebar. [06:16:25] Or a similar message board. [06:16:44] Beer parlour, village pump, scriptorium, support desk, etc. [06:16:57] Though Wikidata can probably handle your queries without much trouble. [06:17:11] It depends whether you're talking about 10,000 queries a day or 10,000 queries a second. :-) [06:17:15] And it depends how expensive the queries are. [06:17:31] If you need bulk data, there are XML dumps of Wikidata. [06:17:42] It would be probably 10,000 queries a day, [06:18:07] That's not very many. [06:18:10] I need to fetch items, properties, values for every user who uses my plugins [06:18:12] You probably don't need to ask anyone. [06:18:46] 10,000/24/60 means about 7 queries per minute. [06:18:51] Also I will then edit the items page with the statements user annotates [06:19:05] Well, making 10,000 edits is a different matter. :-) [06:19:15] You'll need a bot account to do that on Wikidata, I imagine. [06:19:31] If you get a bot account, it will also receive the apihighlimits user right. [06:19:40] https://www.wikidata.org/wiki/Special:ListGroupRights [06:19:50] Look at the bots entry in that table for more info. [06:20:03] 03(mod) Wikidata should switch to correct label prefix automatically - 10https://bugzilla.wikimedia.org/62719 (10reza1615) [06:20:35] Gloria: Thanks a lot, I should better ask on wikidata irc also. [06:31:51] 03(mod) Migrate /data/project from math project into eqiad - 10https://bugzilla.wikimedia.org/62470 +comment (10physik) [06:44:36] 03(mod) Unexpected "undefined,sans-serif" font - 10https://bugzilla.wikimedia.org/62530 +comment (10gerritadmin) [06:48:48] 03(mod) Unexpected "undefined,sans-serif" font - 10https://bugzilla.wikimedia.org/62530 (10Kartik Mistry) [06:55:36] Hi Guys, [06:59:34] anyone have experience with installing math on ubuntu with mediawiki 1.22.3 [06:59:36] ? [07:19:13] 03(mod) MathJax equations are centered - 10https://bugzilla.wikimedia.org/61051 +comment (10gerritadmin) [07:19:16] 03(mod) MathJax equations are centered - 10https://bugzilla.wikimedia.org/61051 (10Gerrit Notification Bot) [07:42:50] 03(mod) Make Devanagari Transliteration as the default input method for sa.wikipedia - 10https://bugzilla.wikimedia.org/62145 +comment (10This, that and the other) [08:16:28] 03(mod) MathJax equations are centered - 10https://bugzilla.wikimedia.org/61051 +comment (10physikerwelt) [08:19:41] 03(mod) Adding level 2 warning, even if level 2 warning exists - 10https://bugzilla.wikimedia.org/59982 04CRIT->minor; +comment (10Peter Bena) [08:21:47] 03(mod) Use moment.js - 10https://bugzilla.wikimedia.org/61481 +comment (10gerritadmin) [08:25:09] 03(mod) [Regression] Jenkins: Jobs for npm testing are broken due to npm certificate issues on the new slaves - 10https://bugzilla.wikimedia.org/61508 (10Nemo) [08:29:43] 03(mod) Non breaking text hits the border - 10https://bugzilla.wikimedia.org/62194 +comment (10gerritadmin) [08:33:09] 03(mod) remove $wgContLang and armourMath - 10https://bugzilla.wikimedia.org/60799 +comment (10physik) [08:39:16] 03(mod) out of memory for large pngs near 35 MP - 10https://bugzilla.wikimedia.org/54744 (10Nemo) [08:39:16] 03(mod) Thumbnail/imagescaler (tracking) - 10https://bugzilla.wikimedia.org/41371 (10Nemo) [08:44:39] Nemo_bis: ping,ping [09:22:48] 03(mod) Uzbek: Change date and decimal separators - 10https://bugzilla.wikimedia.org/46453 +comment (10aklapper) [09:26:09] 03(mod) Increasing the width of the summary box - 10https://bugzilla.wikimedia.org/61460 +comment (10Andre Klapper) [09:26:10] 03(mod) Update CSS of input#wpSummary from "width: 80%" to "width: 100%" - 10https://bugzilla.wikimedia.org/62316 +comment (10Andre Klapper) [09:35:33] 03(mod) Move oldwikisource on www.wikisource.org to mul.wikisource.org - 10https://bugzilla.wikimedia.org/62717 normal->15enhancement; summary; +comment (10Andre Klapper) [09:35:34] 03(mod) Wikis waiting to be renamed (tracking) - 10https://bugzilla.wikimedia.org/19986 (10Andre Klapper) [09:36:51] 03(mod) Wikidata should switch to correct label prefix automatically - 10https://bugzilla.wikimedia.org/62719 +comment (10Andre Klapper) [09:40:58] 03(mod) Uzbek: Change date and decimal separators - 10https://bugzilla.wikimedia.org/46453 +comment (10gerritadmin) [09:42:00] 03(mod) Make only allowed user can use debug toolbar - 10https://bugzilla.wikimedia.org/62718 normal->15enhancement (10Andre Klapper) [09:44:29] 03(mod) mw-config call back error after updating from 1.22.2 to 1.22.4 - 10https://bugzilla.wikimedia.org/62697 +comment (10Andre Klapper) [09:45:07] 03(NEW) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 normal; Wikipedia App: Localization/Translation/Language; () [09:47:26] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 normal->15enhancement; +comment (10Andre Klapper) [09:53:21] 03(mod) [Android] Can't edit top level section - 10https://bugzilla.wikimedia.org/61327 +comment (10Liangent) [09:53:21] 03(mod) Android Dev version: No edit button for lead section - 10https://bugzilla.wikimedia.org/61513 +comment (10Liangent) [09:55:00] 03(mod) Start watch animation on submit when watchdefault is set - 10https://bugzilla.wikimedia.org/58534 +comment (10thiemo.maettig) [09:56:58] 03(mod) wfDebugLog timestamp should show fraction of second - 10https://bugzilla.wikimedia.org/62713 minor->15enhancement (10Andre Klapper) [09:57:21] 03(mod) Wrong language code shown in Babel boxes - 10https://bugzilla.wikimedia.org/62715 (10Andre Klapper) [10:01:58] 03(mod) Flow: Move RC-exceptions into FlowActions.php - 10https://bugzilla.wikimedia.org/60855 +comment (10gerritadmin) [10:02:01] 03(mod) Flow: Move RC-exceptions into FlowActions.php - 10https://bugzilla.wikimedia.org/60855 (10Gerrit Notification Bot) [10:02:13] 03(mod) Some language tags show wrong language ("English") in Babel boxes - 10https://bugzilla.wikimedia.org/62714 normal->minor; summary; +comment (10Andre Klapper) [10:02:38] 03(mod) {{#Babel:deu|...}}shows language code deu instead of de in Babel boxes - 10https://bugzilla.wikimedia.org/62715 summary (10Andre Klapper) [10:06:07] 03(mod) Start watch animation on submit when watchdefault is set - 10https://bugzilla.wikimedia.org/58534 +comment (10Lydia Pintscher) [10:10:50] 03(mod) Images on categories should have srcset - 10https://bugzilla.wikimedia.org/62709 normal->15enhancement; +comment (10Andre Klapper) [10:10:54] 03(mod) Interwiki links to the current wiki behave and fail inconsistently - 10https://bugzilla.wikimedia.org/5197 +comment (10at.light) [10:12:32] 03(mod) Wikidata should switch to correct label prefix automatically - 10https://bugzilla.wikimedia.org/62719 +comment (10Lydia Pintscher) [10:15:49] 03(mod) Interwiki links to the current wiki behave and fail inconsistently - 10https://bugzilla.wikimedia.org/5197 +comment (10federicoleva) [10:18:00] 03(mod) Label language indicator/selector - 10https://bugzilla.wikimedia.org/62696 +comment (10Lydia Pintscher) [10:19:03] hello all [10:19:27] i need an info [10:19:41] 03(NEW) Changing visibility on protected page creates malformed Special:Log entry - 10https://bugzilla.wikimedia.org/62722 normal; MediaWiki extensions: ArticleFeedbackv5; () [10:20:24] 03(mod) Draft a computer-assisted translation system for Wikidata labels/descriptions - 10https://bugzilla.wikimedia.org/62695 +comment (10Lydia Pintscher) [10:23:05] 03(mod) Tag protected items with a padlock - 10https://bugzilla.wikimedia.org/62554 15enhancement->minor (10Lydia Pintscher) [10:23:05] 03(mod) VisualEditor: Provide some way for out-of-skin places icons (e.g. featured star) to appear where they "should" and be editable - 10https://bugzilla.wikimedia.org/51420 (10Lydia Pintscher) [10:30:12] 03(mod) CSS and JS pages should have 'Preview page with this...' field - 10https://bugzilla.wikimedia.org/62711 normal->15enhancement (10Andre Klapper) [10:34:57] 03(mod) Labs proxy seems to be running horribly slowly - 10https://bugzilla.wikimedia.org/62483 +comment (10addshorewiki) [10:36:14] 03(mod) tipsy can't use string for the title, if original element has non-empty title - 10https://bugzilla.wikimedia.org/57146 +comment (10aklapper) [10:43:49] 03(mod) [[special:emailuser]] link in sidebar should not be hidden if sender is not emailconfirmed - 10https://bugzilla.wikimedia.org/62655 (10Andre Klapper) [10:44:44] 03(mod) Back navigation collapses all page sections - 10https://bugzilla.wikimedia.org/62703 +comment (10Andre Klapper) [10:47:49] 03(mod) Changing visibility on protected page creates malformed Special:Log entry - 10https://bugzilla.wikimedia.org/62722 (10Andre Klapper) [10:47:49] 03(mod) "Changed visibility of the article feedback tool" entry in public log - 10https://bugzilla.wikimedia.org/58039 (10Andre Klapper) [10:54:45] 03(mod) Requesting hook to affect preview text - 10https://bugzilla.wikimedia.org/6812 +testme (10Andre Klapper) [10:54:54] 03(mod) Draft a computer-assisted translation system for Wikidata labels/descriptions - 10https://bugzilla.wikimedia.org/62695 (10dacuetu) [10:57:36] 03(NEW) action=parse should allow hiding editsection links - 10https://bugzilla.wikimedia.org/62723 normal; MediaWiki: API; () [11:00:31] 03(mod) Can't use phpunit.phar to invoke MediaWiki tests - 10https://bugzilla.wikimedia.org/58881 +comment (10aude.wiki) [11:00:51] 03(mod) [Regression] Echo: Sending 2 e-mails for user talk page notification (1x HTML, 1x old style plain text) when you watch your own talk page - 10https://bugzilla.wikimedia.org/53569 +comment (10aklapper) [11:01:42] 03(mod) Make metawiki the central OAuth wiki - 10https://bugzilla.wikimedia.org/57336 +comment (10aklapper) [11:03:17] 03(mod) No search facility in mobile view if search term is an article title - 10https://bugzilla.wikimedia.org/62706 (10pamdavies7) [11:05:53] 03(mod) show diffs for sorting changes - 10https://bugzilla.wikimedia.org/57918 +comment (10aklapper) [11:08:53] 03(mod) Directory permissions in /src/scap incorrect for new directories when created by puppet - 10https://bugzilla.wikimedia.org/61970 +comment (10aklapper) [11:09:09] 03(NEW) Reuse EntityInfoBuilder arrays everywhere - 10https://bugzilla.wikimedia.org/62724 critical; MediaWiki extensions: WikidataRepo; () [11:09:41] 03(mod) Reuse EntityInfoBuilder arrays everywhere - 10https://bugzilla.wikimedia.org/62724 (10Thiemo Mättig) [11:09:43] 03(mod) Don't link deleted items in the UI - 10https://bugzilla.wikimedia.org/61854 (10Thiemo Mättig) [11:12:21] 03(mod) Module wbpatchitem that updates an item - 10https://bugzilla.wikimedia.org/39149 +comment (10Lydia Pintscher) [11:13:04] 03(mod) Expose the diff functionality for items through the MW API - 10https://bugzilla.wikimedia.org/39147 (10Lydia Pintscher) [11:16:50] 03(mod) Include language variant conversion and transliteration - 10https://bugzilla.wikimedia.org/37461 +comment (10Lydia Pintscher) [11:16:51] 03(mod) Specify language fallback - 10https://bugzilla.wikimedia.org/36430 +comment (10lydia.pintscher) [11:23:20] 03(mod) ThrottleOverride: Can set multiple expiries for same throttle type - 10https://bugzilla.wikimedia.org/60423 (10Andre Klapper) [11:23:20] 03(mod) Log changes to throttle overrides - 10https://bugzilla.wikimedia.org/60421 (10Andre Klapper) [11:23:20] 03(mod) Need way to remove throttle overrides - 10https://bugzilla.wikimedia.org/60420 (10Andre Klapper) [11:24:21] 03(mod) Interwiki links to the current wiki behave and fail inconsistently - 10https://bugzilla.wikimedia.org/5197 +comment (10at.light) [11:31:21] 03(mod) uzwiki lists latin variants twice (as uz and uz-latn) on variant selection list - 10https://bugzilla.wikimedia.org/42420 +comment (10Lydia Pintscher) [11:32:01] 03(NEW) Use "ar-u-nu-latn" instead "ar" for whole Arabic Wikipedia or just for its - 10https://bugzilla.wikimedia.org/62725 normal; Wikimedia: Language setup; () [11:34:35] 03(mod) missing language code uz-latn - 10https://bugzilla.wikimedia.org/42397 +comment (10Lydia Pintscher) [11:36:02] 03(mod) Need interface for diff-based DataUpdates in WIkiPage::doEdit - 10https://bugzilla.wikimedia.org/36898 (10Lydia Pintscher) [11:36:18] 03(mod) Wikibase: Invalid argument supplied for foreach - 10https://bugzilla.wikimedia.org/47024 (10Lydia Pintscher) [11:48:21] 03(mod) Special:CreateProperty / log message after property creation (2.4.2) - 10https://bugzilla.wikimedia.org/35370 +comment (10gerritadmin) [11:52:06] 03(mod) Images on categories should have srcset - 10https://bugzilla.wikimedia.org/62709 +comment (10lukas.cello) [11:53:43] 03(mod) Log entries generated by extensions that are later removed appear malformed - 10https://bugzilla.wikimedia.org/62722 summary; +comment (10Jackmcbarn) [11:58:44] 03(mod) show diffs for sorting changes - 10https://bugzilla.wikimedia.org/57918 +comment (10lydia.pintscher) [11:59:25] 03(mod) Reuse EntityInfoBuilder arrays everywhere - 10https://bugzilla.wikimedia.org/62724 (10Lydia Pintscher) [11:59:46] 03(mod) Reuse EntityInfoBuilder arrays everywhere - 10https://bugzilla.wikimedia.org/62724 04CRIT->major (10Lydia Pintscher) [12:00:15] 03(mod) Can't use phpunit.phar to invoke MediaWiki tests - 10https://bugzilla.wikimedia.org/58881 +comment (10aude.wiki) [12:00:54] 03(mod) redirect to www.wikidata.org not working anymore - 10https://bugzilla.wikimedia.org/54273 +comment (10gerritadmin) [12:01:04] 03(mod) Always redirect wikidata.org to www.wikidata.org - 10https://bugzilla.wikimedia.org/45005 +comment (10gerritadmin) [12:02:45] 03(mod) Can't use phpunit.phar to invoke MediaWiki tests - 10https://bugzilla.wikimedia.org/58881 +comment (10sebastian) [12:07:38] 03(mod) Integrate property constraint values into data model - allow statements for properties - 10https://bugzilla.wikimedia.org/49554 (10Lydia Pintscher) [12:07:46] 03(mod) Integrate property constraint values into data model - allow statements for properties - 10https://bugzilla.wikimedia.org/49554 (10Lydia Pintscher) [12:08:09] 03(mod) Special:CreateProperty / log message after property creation (2.4.2) - 10https://bugzilla.wikimedia.org/35370 +comment (10[[kgh]]) [12:09:42] 03(mod) Can't use phpunit.phar to invoke MediaWiki tests - 10https://bugzilla.wikimedia.org/58881 +comment (10aude.wiki) [12:10:22] 03(mod) make Wikidata its own client - 10https://bugzilla.wikimedia.org/55570 summary (10Lydia Pintscher) [12:10:37] 03(mod) Allow use of the Lua API on a Wikibase repository - 10https://bugzilla.wikimedia.org/47071 +comment (10Lydia Pintscher) [12:10:39] 03(mod) make Wikidata its own client - 10https://bugzilla.wikimedia.org/55570 +comment (10Lydia Pintscher) [12:11:11] 03(mod) When page is deleted, sitelink should be removed - 10https://bugzilla.wikimedia.org/49100 (10Lydia Pintscher) [12:12:36] 03(mod) Support transitive queries - 10https://bugzilla.wikimedia.org/50911 +comment (10Lydia Pintscher) [12:12:38] 03(mod) SubProperty mechanism - 10https://bugzilla.wikimedia.org/59680 +comment (10Lydia Pintscher) [12:13:25] 03(mod) Create Special:EmptyItems - 10https://bugzilla.wikimedia.org/39150 (10Lydia Pintscher) [12:20:05] Hello, can anyone suggest for submitting proposal to melange, should I put my whole proposal under "Content" or what [12:30:22] hey, can anybody tell in melage while submitting a proposal their there sections "title", "abstract" and "content". So should I put my whole proposal under "content" which itself include title and abstract or should I remove that part from content. [12:43:36] s1991: I'd put title under "title" and "abstract" under "abstract" and all the rest under content. [12:45:51] andre__: if my proposal don't have abstract part, should I define project summary there, is abstract part will be sent to mediawiki with its content [12:46:10] Not sure what "be sent to mediawiki" means [12:46:33] Well, an abstract is expected to summarize your proposal in a few sentences [12:46:49] i guess he meant to say "Wikimedia" :) [12:46:57] who came up with these confusing names?... [12:49:10] DanielK_WMDE_: sorry, but ya I mean that only [12:51:26] 03(mod) Support transitive queries - 10https://bugzilla.wikimedia.org/50911 +comment (10Steven Rawson) [12:52:44] 03(mod) Backend time parser does not parse years with more than 4 digits - 10https://bugzilla.wikimedia.org/62648 +comment (10addshorewiki) [12:57:47] 03(mod) Start watch animation on submit when watchdefault is set - 10https://bugzilla.wikimedia.org/58534 +comment (10fomafix) [12:57:48] 03(mod) ?action=unwatch page still shows solid blue ("Remove this page...") star - 10https://bugzilla.wikimedia.org/26292 +comment (10Fomafix) [13:06:15] s1991: Just writes a few lines about your project in the abstract column. [13:09:31] 03(mod) Backend time parser does not parse years with more than 4 digits - 10https://bugzilla.wikimedia.org/62648 +comment (10gerritadmin) [13:09:34] 03(mod) Backend time parser does not parse years with more than 4 digits - 10https://bugzilla.wikimedia.org/62648 (10Gerrit Notification Bot) [13:09:40] hello! I am interested in working for the visualeditor plugins project. Can someone please help me out in figuring out my next few steps? [13:15:30] 03(mod) Images on categories should have srcset - 10https://bugzilla.wikimedia.org/62709 (10Andre Klapper) [13:15:31] 03(mod) HTML5 features (tracking) - 10https://bugzilla.wikimedia.org/19719 (10Andre Klapper) [13:15:53] 03(mod) show diffs for sorting changes - 10https://bugzilla.wikimedia.org/57918 +comment (10aklapper) [13:19:50] 03(mod) Suggested languages do not appear - 10https://bugzilla.wikimedia.org/62531 +comment (10Amir E. Aharoni) [13:20:50] spark3, any link / reference to that? also, #mediawiki-visualeditor might be a good place [13:21:26] 03(mod) out of memory for large pngs near 35 MP - 10https://bugzilla.wikimedia.org/54744 +comment (10ranonenmacher) [13:21:55] https://www.mediawiki.org/wiki/FOSS_Outreach_Program_for_Women/Round_8#Featured_project_ideas [13:22:05] here it is andre_ [13:22:26] the project in VisualEditor Plugins [13:24:52] 03(NEW) CirrusSearch: If the search didn't find many results then rerun the suggester with more time consuming settings - 10https://bugzilla.wikimedia.org/62726 normal; MediaWiki extensions: CirrusSearch; () [13:25:36] spark3, ah, so we talk about OPW/GSoC projects. I see [13:25:55] yes! [13:26:01] spark3, I'd recommend to ask in the visualeditor IRC channel (and be patient as most devs might be in UTC-0700 timezone) [13:26:22] spark3, also, in general, a small code contribution is expected beforehand [13:26:33] spark3, also, have you checked out https://www.mediawiki.org/wiki/Annoying_little_bugs yet? [13:26:40] 03(NEW) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 normal; MediaWiki extensions: CirrusSearch; () [13:27:00] thanks a lot andre_ ! [13:27:08] i'll look through them :) [13:27:19] spark3, good luck! and don't hesitate to ask if there are questions! [13:27:23] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10Nik Everett) [13:27:38] sure :) thanks again! [13:28:29] 03(mod) show diffs for sorting changes - 10https://bugzilla.wikimedia.org/57918 (10Lydia Pintscher) [13:31:11] 03(mod) Support transitive queries - 10https://bugzilla.wikimedia.org/50911 +comment (10lydia.pintscher) [13:36:01] 03(mod) Some sysops can not edit sysop protected items unless also explicitly given 'confirmed user' flag - 10https://bugzilla.wikimedia.org/58474 +testme; +comment (10Lydia Pintscher) [13:38:44] 03(mod) Credit team members individually - 10https://bugzilla.wikimedia.org/42779 (10Lydia Pintscher) [13:38:47] Thanks a lot Lydia Pintscher! :) [13:39:06] spark3: ? [13:40:05] oh, i'm sorry, i thought those links about fixing bugs were for me. [13:40:19] ah ;-) [13:40:20] nah [13:40:23] it is just me closing bugs [13:40:31] i needed some help with the visualeditor plugins project? [13:40:34] .* [13:40:41] do you have some suggestions [13:40:52] not my area unfortunately [13:41:22] i realized that we are expected to wikidata content too [13:41:24] 03(NEW) VE inserted data:image/gif;base64 string - 10https://bugzilla.wikimedia.org/62728 normal; VisualEditor: General; () [13:41:27] hence i asked you :) [13:41:27] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10Nik Everett) [13:42:07] ah [13:42:26] thanks anyway :) [13:42:30] i think the mentor of the project is in a much better position to help you there and give input [13:42:31] sorry [13:42:43] haha no problem! [13:43:39] 03(mod) "Data item" link in sidebar disappears in classic edit mode - 10https://bugzilla.wikimedia.org/61768 +comment (10Lydia Pintscher) [13:44:43] 03(mod) Using the language link tool in the sidebar when inside VisualEditor loses the edit without warning - 10https://bugzilla.wikimedia.org/62005 (10Lydia Pintscher) [13:47:03] 03(NEW) ganglia.wmflabs.org unreacheable - 10https://bugzilla.wikimedia.org/62729 normal; Wikimedia Labs: General; () [13:49:21] 03(mod) On Special:UnconnectedPages, exclude articles in discussion namespace, user namespace and mediawiki namespace - 10https://bugzilla.wikimedia.org/52503 +comment (10Lydia Pintscher) [13:49:59] 03(NEW) TimeParser should return correct precision when only month and year or year is given - 10https://bugzilla.wikimedia.org/62730 normal; MediaWiki extensions: WikidataRepo; () [13:50:09] 03(mod) TimeParser should return correct precision when only month and year or year is given - 10https://bugzilla.wikimedia.org/62730 (10tobias.gritschacher) [13:50:15] 03(mod) ganglia.wmflabs.org unreacheable - 10https://bugzilla.wikimedia.org/62729 +comment (10Antoine "hashar" Musso) [13:53:09] 03(NEW) Labs DNS is missing entries - 10https://bugzilla.wikimedia.org/62731 normal; Wikimedia Labs: Infrastructure; () [13:56:27] 03(NEW) sysopnames does not accept '*' language - 10https://bugzilla.wikimedia.org/62732 normal; Pywikibot: General; () [13:56:31] 03(mod) [[special:emailuser]] link in sidebar should not be hidden if sender is not emailconfirmed - 10https://bugzilla.wikimedia.org/62655 +comment (10MZMcBride) [13:57:03] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10gerritadmin) [13:57:05] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 (10Gerrit Notification Bot) [13:57:55] 03(mod) VisualEditor: Pressing tab on a slug throws error "Cannot call method 'getParent' of null" and does not go to the next line or next item - 10https://bugzilla.wikimedia.org/62657 +comment (10gerritadmin) [13:57:58] 03(mod) VisualEditor: Pressing tab on a slug throws error "Cannot call method 'getParent' of null" and does not go to the next line or next item - 10https://bugzilla.wikimedia.org/62657 (10Gerrit Notification Bot) [13:58:57] 03(mod) Parse error on searches containing an exclamation point - 10https://bugzilla.wikimedia.org/62625 (10Nik Everett) [13:59:04] 03(mod) Parse error on searches starting with an asterisk - 10https://bugzilla.wikimedia.org/62626 (10Nik Everett) [14:00:43] 03(mod) Labs DNS is missing entries - 10https://bugzilla.wikimedia.org/62731 +comment (10Antoine "hashar" Musso) [14:02:39] 03(mod) New VisualEditor translations not appearing in production as quickly as for other features(?) - 10https://bugzilla.wikimedia.org/61368 +comment (10elitre82) [14:02:48] 03(NEW) CirrusSearch: Where did all the JS pages go? - 10https://bugzilla.wikimedia.org/62733 normal; MediaWiki extensions: CirrusSearch; () [14:02:49] 03(mod) client watchlist shows more than just the last change on the item - 10https://bugzilla.wikimedia.org/48047 (10Lydia Pintscher) [14:02:57] 03(mod) CirrusSearch: Where did all the JS pages go? - 10https://bugzilla.wikimedia.org/62733 (10Nik Everett) [14:03:40] 03(mod) Update documentation on wikibase and wikidata build - 10https://bugzilla.wikimedia.org/61535 +comment (10Lydia Pintscher) [14:06:15] 03(mod) [[special:emailuser]] link in sidebar should not be hidden if sender is not emailconfirmed - 10https://bugzilla.wikimedia.org/62655 +design; +comment (10MZMcBride) [14:07:47] 03(mod) Add wikidata revision id to article's html - 10https://bugzilla.wikimedia.org/45627 15enhancement->minor; +need-volunteer; +comment (10Lydia Pintscher) [14:08:41] 03(mod) RepoHooks::onApiCheckCanExecute calls ApiBase::getTitleOrPageId, which uses 'title' in params - 10https://bugzilla.wikimedia.org/44314 normal->minor (10Lydia Pintscher) [14:13:16] 03(mod) Syndicated feeds of Watchlists include non-existent edits - 10https://bugzilla.wikimedia.org/51427 +comment (10Lydia Pintscher) [14:14:27] 03(mod) [[special:emailuser]] link in sidebar should not be hidden if sender is not emailconfirmed - 10https://bugzilla.wikimedia.org/62655 +comment (10Nemo) [14:16:00] 03(mod) Special:SetSitelink should have a list of allowed badges - 10https://bugzilla.wikimedia.org/61664 (10Lydia Pintscher) [14:16:54] 03(mod) VE inserted data:image/gif;base64 string - 10https://bugzilla.wikimedia.org/62728 +comment (10Ed Sanders) [14:17:04] 03(mod) Wikidata Outreach - 10https://bugzilla.wikimedia.org/61991 +comment (10Lydia Pintscher) [14:18:52] 03(mod) No search facility in mobile view if search term is an article title - 10https://bugzilla.wikimedia.org/62706 +comment (10aklapper) [14:19:58] 03(mod) action=parse should allow hiding editsection links - 10https://bugzilla.wikimedia.org/62723 normal->15enhancement (10Andre Klapper) [14:20:03] 03(mod) Remove sitesupport-url from default sidebar - 10https://bugzilla.wikimedia.org/53886 +comment (10MZMcBride) [14:20:06] 03(mod) Wikibase\SiteLinkTable::saveLinksOfItem deadlocks - 10https://bugzilla.wikimedia.org/47663 +comment (10lydia.pintscher) [14:20:25] 03(mod) Error at offset 73 of 131 bytes in ORMTable, when updating sites table - 10https://bugzilla.wikimedia.org/54397 (10Lydia Pintscher) [14:20:53] 03(mod) Text in edit summary should be escaped - 10https://bugzilla.wikimedia.org/50819 (10Lydia Pintscher) [14:21:22] 03(mod) Remove save(), getPage(), getTitle() and related methods from EntityContent - 10https://bugzilla.wikimedia.org/62493 (10Lydia Pintscher) [14:21:42] 03(mod) old version of item shows current label as page title - 10https://bugzilla.wikimedia.org/61954 +need-volunteer (10Lydia Pintscher) [14:22:43] 03(NEW) CirrusSearch: Can't rebuild indexes - 10https://bugzilla.wikimedia.org/62734 normal; MediaWiki extensions: CirrusSearch; () [14:22:57] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10Nik Everett) [14:23:01] 03(mod) CirrusSearch: Can't rebuild indexes - 10https://bugzilla.wikimedia.org/62734 (10Nik Everett) [14:23:10] 03(mod) #iferror doesn't work for #property - 10https://bugzilla.wikimedia.org/55347 (10Lydia Pintscher) [14:23:12] 03(mod) Remove "currentevents" and "sitesupport" from the messages and the sidebar - 10https://bugzilla.wikimedia.org/5373 +comment (10b) [14:23:52] 03(NEW) Special:Student profile lists articles based on the logged in user, not the student - 10https://bugzilla.wikimedia.org/62735 normal; MediaWiki extensions: EducationProgram; () [14:24:21] 03(mod) EntityIdValues should be serialized as strings, not type/number structures. - 10https://bugzilla.wikimedia.org/54085 (10Lydia Pintscher) [14:33:30] 03(mod) VisualEditor: DM(?) should be agnostic about tables ending with trailing new line ( |- \n |} ). Currently pawns are added by CE. - 10https://bugzilla.wikimedia.org/53214 (10Ed Sanders) [14:35:12] 03(mod) watchlist and recent changes should show label for talk page changes too - 10https://bugzilla.wikimedia.org/52672 (10Lydia Pintscher) [14:35:19] 03(mod) Redesign Item UI for Wikidata repo - 10https://bugzilla.wikimedia.org/52136 (10Lydia Pintscher) [14:35:55] 03(mod) handle no value and other property snak types in property parser function - 10https://bugzilla.wikimedia.org/46361 (10Lydia Pintscher) [14:36:27] 03(mod) coalescing wikidata changes miscounts number of changes in client watchlist or recent changes - 10https://bugzilla.wikimedia.org/45812 (10Lydia Pintscher) [14:38:49] 03(mod) Add monitoring interface to wikibase - 10https://bugzilla.wikimedia.org/45533 (10Lydia Pintscher) [14:39:05] 03(mod) CirrusSearch: Can't rebuild indexes - 10https://bugzilla.wikimedia.org/62734 +comment (10neverett+bugzilla) [14:39:12] 03(mod) CirrusSearch: Can't rebuild indexes - 10https://bugzilla.wikimedia.org/62734 (10Nik Everett) [14:39:17] 03(mod) remove external site links from langlinks table on client wikis - 10https://bugzilla.wikimedia.org/45534 (10Lydia Pintscher) [14:39:27] 03(mod) VisualEditor: Copy and paste inserted the relocatable node image marker as a data:image/gif;base64 string - 10https://bugzilla.wikimedia.org/62728 summary (10James Forrester) [14:40:06] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10Nik Everett) [14:41:40] 03(mod) Inconsistent terminology in Wikibase messages - 10https://bugzilla.wikimedia.org/45363 (10Lydia Pintscher) [14:43:53] 03(mod) Maintenance script for summary - 10https://bugzilla.wikimedia.org/45150 +need-volunteer (10Lydia Pintscher) [14:44:24] 03(mod) Document deployment step by step on meta - 10https://bugzilla.wikimedia.org/44913 (10Lydia Pintscher) [14:44:35] 03(mod) Document deployment step by step on meta - 10https://bugzilla.wikimedia.org/44913 normal->major (10Lydia Pintscher) [14:47:08] 03(mod) Add wikidata revision id to article's html - 10https://bugzilla.wikimedia.org/45627 +comment (10ricordisamoa) [14:47:14] 03(mod) API modules must make sure getContext()->getTitle() returns a Title object. - 10https://bugzilla.wikimedia.org/44117 (10Lydia Pintscher) [14:48:10] 03(mod) maintenance/checkLess.php should be a PHPUnit test and run by extension suite - 10https://bugzilla.wikimedia.org/54665 +comment (10gerritadmin) [14:48:37] 03(mod) Insert a null revision for wikibase changes - 10https://bugzilla.wikimedia.org/43581 +comment (10Lydia Pintscher) [14:49:16] 03(mod) edit auto summary not substituted in email notification - 10https://bugzilla.wikimedia.org/43044 (10Lydia Pintscher) [14:49:16] 03(mod) maintenance/checkLess.php should be a PHPUnit test and run by extension suite - 10https://bugzilla.wikimedia.org/54665 +comment (10gerritadmin) [14:49:26] 03(mod) edit auto summary not substituted in email notification - 10https://bugzilla.wikimedia.org/43044 major->normal (10Lydia Pintscher) [14:50:51] 03(mod) interpretation of alias as property in edit summary - 10https://bugzilla.wikimedia.org/54075 (10Lydia Pintscher) [14:53:28] 03(mod) Property diff does not show item number - 10https://bugzilla.wikimedia.org/45563 +comment (10Lydia Pintscher) [14:53:48] 03(mod) Quantity datatype (tracking) - 10https://bugzilla.wikimedia.org/54318 (10Lydia Pintscher) [14:54:37] 03(mod) Some sysops can not edit sysop protected items unless also explicitly given 'confirmed user' flag - 10https://bugzilla.wikimedia.org/58474 -testme ; +comment (10John F. Lewis) [14:54:40] 03(mod) Wikidata changes in article history - 10https://bugzilla.wikimedia.org/40358 (10Lydia Pintscher) [14:54:48] 03(mod) Repo API modules should not depend on EntityContent - 10https://bugzilla.wikimedia.org/62491 +comment (10gerritadmin) [14:55:18] 03(mod) allow accessing data from an item not connected to the current page - arbitrary access (tracking) - 10https://bugzilla.wikimedia.org/47930 (10Lydia Pintscher) [14:55:31] 03(mod) allow accessing data from an item not connected to the current page - arbitrary access (tracking) - 10https://bugzilla.wikimedia.org/47930 15enhancement->major (10Lydia Pintscher) [14:57:30] 03(mod) Directory permissions in /src/scap incorrect for new directories when created by puppet - 10https://bugzilla.wikimedia.org/61970 +comment (10Bryan Davis) [14:59:47] 03(mod) [Regression] Flow: Fatal exception "DatabaseBase::makeList: empty input for field rev_id" on Special:Contributions - 10https://bugzilla.wikimedia.org/62634 +comment (10gerritadmin) [15:01:16] 03(mod) [[special:emailuser]] link in sidebar should not be hidden if sender is not emailconfirmed - 10https://bugzilla.wikimedia.org/62655 +comment (10jeremyb) [15:01:18] 03(mod) Users cannot discover reason "Email this user" link is missing - 10https://bugzilla.wikimedia.org/35142 +comment (10jeremyb) [15:01:19] 03(mod) sysopnames does not accept '*' language - 10https://bugzilla.wikimedia.org/62732 +comment (10gerritadmin) [15:01:22] 03(mod) sysopnames does not accept '*' language - 10https://bugzilla.wikimedia.org/62732 (10Gerrit Notification Bot) [15:03:48] 03(mod) Claim diff does not show item number - 10https://bugzilla.wikimedia.org/45563 summary (10Addshore) [15:13:17] 03(mod) allow accessing data from an item not connected to the current page - arbitrary access (tracking) - 10https://bugzilla.wikimedia.org/47930 +comment (10jaroslaw.w.tuszynski) [15:15:24] 03(mod) Allow use of the Lua API on a Wikibase repository - 10https://bugzilla.wikimedia.org/47071 +comment (10legoktm.wikipedia) [15:16:22] 03(NEW) Bugzilla should have a way to search reports by number of CC: list members - 10https://bugzilla.wikimedia.org/62736 enhancement; Wikimedia: Bugzilla; () [15:16:29] 03(mod) Bugzilla should have a way to search reports by number of CC: list members - 10https://bugzilla.wikimedia.org/62736 (10Andre Klapper) [15:16:41] hi, my wiki was defaced with someone creating a bagillion fake accounts, and I'm trying to figure out how to clean up this mess ( http://www.openclreference.com ) [15:17:12] is there a way to look at what IPs were involved in edits, since there are so many fake accounts? [15:22:01] 03(mod) Dump stats: further analyze drop in editor counts on English Wikipedia - 10https://bugzilla.wikimedia.org/46199 +comment (10Toby Negrin) [15:22:26] 03(mod) Intermittent "502 Bad Gateway" errors on Wikimedia wikis via HTTPS - 10https://bugzilla.wikimedia.org/50891 +comment (10aklapper) [15:24:12] 03(mod) Version.py output differs if pywikibot is installed - 10https://bugzilla.wikimedia.org/55126 +comment (10xqt) [15:24:49] 03(mod) [Regression] Flow: Fatal exception "DatabaseBase::makeList: empty input for field rev_id" on Special:Contributions - 10https://bugzilla.wikimedia.org/62634 +comment (10Matthias Mullie) [15:26:44] 03(mod) No search facility in mobile view if search term is an article title - 10https://bugzilla.wikimedia.org/62706 +comment (10Jon) [15:27:18] 03(mod) search within pages doesn't take you to search result page - 10https://bugzilla.wikimedia.org/62706 summary (10Jon) [15:28:24] 03(mod) IE6 and IE7 and IE8: page errors in editor, sometimes controls don't load, preventing editing - 10https://bugzilla.wikimedia.org/58464 +comment (10cmcmahon) [15:32:20] 03(NEW) Automatic cross-language screenshots for user documentation - 10https://bugzilla.wikimedia.org/62737 normal; Wikimedia: Quality Assurance; () [15:33:03] 03(mod) Claim diff does not show item number - 10https://bugzilla.wikimedia.org/45563 +comment (10ricordisamoa) [15:34:13] 03(mod) Automatic cross-language screenshots for user documentation - 10https://bugzilla.wikimedia.org/62737 normal->15enhancement (10Vikas) [15:40:32] 03(mod) Start watch animation on submit when watchdefault is set - 10https://bugzilla.wikimedia.org/58534 +comment (10thiemo.maettig) [15:41:40] 03(mod) CirrusSearch: "Bach" redirecting to "Bạch" (notice the dot under the "a") - 10https://bugzilla.wikimedia.org/62727 +comment (10gerritadmin) [15:45:00] Heh. [15:48:01] 03(mod) Allow use of the Lua API on a Wikibase repository - 10https://bugzilla.wikimedia.org/47071 +comment (10lydia.pintscher) [15:51:47] 03(mod) TimeParser should return correct precision when only month and year or year is given - 10https://bugzilla.wikimedia.org/62730 normal->major (10Lydia Pintscher) [15:54:53] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10cananian) [15:55:38] 03(mod) Image / media handling tracker bug - 10https://bugzilla.wikimedia.org/54844 (10C. Scott Ananian) [15:55:38] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 (10C. Scott Ananian) [16:03:03] 03(mod) "Refreshing ResourceLoader caches" is really really slow - 10https://bugzilla.wikimedia.org/62705 +comment (10bjorsch) [16:04:27] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10cananian) [16:04:30] 03(mod) Make it possible to specify what to do on edit conflict on action=edit - 10https://bugzilla.wikimedia.org/62698 +comment (10bjorsch) [16:08:48] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used. - 10https://bugzilla.wikimedia.org/53214 summary (10Ed Sanders) [16:10:41] 03(mod) wfDebugLog timestamp should show fraction of second - 10https://bugzilla.wikimedia.org/62713 +comment (10gerritadmin) [16:18:37] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used. - 10https://bugzilla.wikimedia.org/53214 +comment (10gerritadmin) [16:18:39] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used. - 10https://bugzilla.wikimedia.org/53214 (10Gerrit Notification Bot) [16:19:28] 03(mod) Log entries generated by extensions that are later removed appear malformed - 10https://bugzilla.wikimedia.org/62722 +comment (10PiRSquared17) [16:22:33] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used - 10https://bugzilla.wikimedia.org/53214 summary (10James Forrester) [16:28:14] 03(mod) Provide link to csv file for every table in every report - 10https://bugzilla.wikimedia.org/60811 +comment (10tnegrin) [16:31:18] Heyo, checking out the costs of hosting a MediaWiki, does anyone here have personal recommendations for good value hosts? Ideally EU or UK based. Best I have found is £4.99 GBP per month incl .co.uk domain. [16:39:24] 03(mod) VisualEditor: Drag and drop inserted the relocatable node image marker as a data:image/gif;base64 string - 10https://bugzilla.wikimedia.org/62728 summary (10James Forrester) [16:45:10] Hi. [16:45:58] 03(mod) Back navigation collapses all page sections - 10https://bugzilla.wikimedia.org/62703 +comment (10eallik) [16:46:49] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 15enhancement->normal; +comment (10Kunal Mehta (Legoktm)) [16:50:09] 03(mod) Back navigation collapses all page sections - 10https://bugzilla.wikimedia.org/62703 +comment (10eallik) [16:50:26] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 (10Kunal Mehta (Legoktm)) [16:52:30] hi terrrydactyl! [16:56:01] 03(mod) Account creation by email often winds up marked as spam - 10https://bugzilla.wikimedia.org/62704 +comment (10Chad H.) [16:56:15] hi sumanah! [16:56:21] terrrydactyl: How goes it? [16:56:40] terrrydactyl: remind me, you saw http://wikiconferenceusa.org/wiki/Scholarships right? [16:57:12] 03(NEW) LocalisationUpdate failed: mwversionsinuse returned empty list - 10https://bugzilla.wikimedia.org/62738 normal; Wikimedia: General/Unknown; () [16:57:34] sumanah: good. tired. trying to get my sleeping schedule to normalize. [16:57:41] I've had that problem! [17:00:12] sumanah: i don't think i saw that link, no. [17:00:34] Take a look! [17:00:44] If you have a gap in your schedule late May/early June, http://wikiconferenceusa.org/wiki/Scholarships - scholarships available [17:06:29] sumanah: thanks for the link. i'll take a look [17:06:34] Cool [17:08:17] 03(mod) Flow: Permalinks for some topics are pointing to the wrong page - 10https://bugzilla.wikimedia.org/62409 +comment (10Erik Bernhardson) [17:08:59] 03(NEW) figure out process for adding new wikis to wikistats - 10https://bugzilla.wikimedia.org/62739 normal; Analytics: Wikistats; () [17:10:43] 03(mod) VisualEditor: Pressing tab on a slug throws error "Cannot call method 'getParent' of null" and does not go to the next line or next item - 10https://bugzilla.wikimedia.org/62657 +comment (10gerritadmin) [17:11:35] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10Yaron Koren) [17:15:46] sumanah: hello ...I'm planning to do a GSoC project with Mediawiki ( MassMessage page input list improvements) ..I've prepared my proposal :https://www.mediawiki.org/wiki/Extension:MassMessage/Input_List_Improvements [17:16:25] 03(mod) VisualEditor: Pressing tab on a slug throws error "Cannot call method 'getParent' of null" and does not go to the next line or next item - 10https://bugzilla.wikimedia.org/62657 (10James Forrester) [17:16:26] hi tinaj1234_ :) You've contacted the possible mentors for that project? [17:16:33] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 +comment (10roan.kattouw) [17:16:59] sumanah: yep.legoktm has agreed to mentor [17:17:13] sumanah: If I were to apply for OPW, can I do it with the same project ? or should I choose another project? [17:17:44] tinaj1234_: Is that so? Hmm https://www.mediawiki.org/wiki/Summer_of_Code_2014#Candidates shows he's also interested in 1 other project as well. [17:17:51] qgil: ^ question from tinaj1234_ for you [17:18:12] tinaj1234_: I'm not the OPW or GSoC admin. Quim is and is better for advice on this sort of hting [17:18:14] thing* [17:18:27] sumanah: ok..thanks! [17:18:43] tinaj1234_: thank you for being interested in Wikimedia! How have things been going? [17:19:27] sumanah: good so far! [17:19:32] sumanah: Do you mind taking a look at my proposal? [17:19:49] hi tinaj1234_ if you have one project proposal then we recommend you to apply to both programs, if you are eligible [17:20:12] qgil: oh! awesome [17:20:25] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used - 10https://bugzilla.wikimedia.org/53214 +comment (10gerritadmin) [17:20:38] 03(mod) Images on categories should have srcset - 10https://bugzilla.wikimedia.org/62709 (10Bawolff (Brian Wolff)) [17:20:38] tinaj1234_, also, follow legoktm 's advice (I don't know if there are other candidates also willing to apply for he same project idea, etc) [17:20:39] 03(mod) High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI - 10https://bugzilla.wikimedia.org/32101 (10Bawolff (Brian Wolff)) [17:21:07] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10federicoleva) [17:21:13] qgil: There is no issue in one mentor mentoring two different projects right ? [17:21:19] 03(mod) Edit on the section heading can't be reflected in the preview in mobile section edit - 10https://bugzilla.wikimedia.org/62700 +comment (10Jon) [17:21:19] qgil: I'll talk with him about that.. [17:21:50] tinaj1234_: has Kunal already looked at your proposal? I'm happy to be the SECOND person to give feedback :) [17:22:04] sumanah: yes.. he did [17:22:13] tinaj1234_: OK! I shall dive in now. [17:22:18] tonythomas, according to Wikimedia internal "rules" (lessons learned), one primary mentor can be a secondary mentor in another project. [17:22:20] sumanah: cool! [17:22:24] https://www.mediawiki.org/wiki/Extension:MassMessage/Input_List_Improvements [17:23:21] qgil: in my case, I have two mentors, two from different sections - dev and ops. That will be alright ? [17:23:44] of course, this is the ideal scenario [17:24:32] qgil: means -- its alright he mentoring some other projects as primary right simultaneously right? [17:24:46] *primarly [17:24:53] tinaj1234_: tiny nitpick: can you see the spacing issue in this? "on Freenode(Channels:" [17:25:31] sumanah: ya...saw it ...changing it rightaway [17:25:37] sumanah: thanks! [17:26:31] tinaj1234_: Given that you are going to change a UI of something a lot of people use, what are your plans for consulting with Wikimedia's design community? for instance https://lists.wikimedia.org/mailman/listinfo/design [17:27:38] sumanah: oh.. hadn't thought about that [17:28:10] sumanah: You mean, I open a thread in https://lists.wikimedia.org/mailman/listinfo/design ? [17:28:14] tinaj1234_: Where in your process will you talk with them, share your prototype with them, take their feedback, and use it to make a new design? [17:28:52] tonythomas, I believe legoktm is secondary mentor in your project. Bottom line: you're fine in terms of mentors. [17:28:57] tinaj1234_: I think it would be a good first step to open that new thread on that design mailing list today, to ask designers how you ought to modify your timeline [17:29:06] and to start asking for feedback on your prototype/mockup [17:29:31] 03(mod) Images get squashed - 10https://bugzilla.wikimedia.org/62460 +comment (10Jon) [17:29:35] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 +comment (10krenair) [17:29:53] tinaj1234_: https://www.mediawiki.org/wiki/Accessibility_guide_for_developers This may also be of interest to you -- you'll need to make sure that people can use the new UI even if they have poor motor skills, or are color-blind, or use screenreaders due to blindness or low vision [17:30:10] qgil: Thanks :) sounds relieving [17:30:31] sumanah: ok.. I'm on it [17:30:33] 03(mod) VisualEditor: Slugs are created inside empty table rows, creating pawns if used - 10https://bugzilla.wikimedia.org/53214 (10James Forrester) [17:30:39] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10cananian) [17:30:56] sumanah: I'll start with a new thread [17:32:24] sumanah: Thanks a lot for the review ! [17:32:37] tinaj1234_: I'm glad to help! A few more things.... [17:32:55] sumanah: yeah ...sure [17:33:13] tinaj1234_: "When all the target pages are listed, user may trash out any recipient as per his requirement. After this he can either create a new list or merge the new list with other existing lists." you can avoid unnecessarily gendered language here by saying "s/he" or "they" (we are okay with singular they) [17:34:31] tinaj1234_: you've heard of "CRUD" - create, read, update, delete? I saw that your MassMessage UI covers the first 3 but is there any reason it should cover the last? I'm honestly wondering. I haven't used it so I don't know [17:35:12] sumanah: you mean deleting the existing lists? [17:35:38] tinaj1234_: deleting lists or "pages" [17:36:06] sumanah: page lists :) [17:36:16] ah okay :-) [17:36:27] hey hello [17:36:31] Hi Axelei [17:36:37] sumanah: as in if a user wants to delete a old page list which is never used? I don't think so [17:37:01] sumanah: that is an awesome point you just made [17:37:01] will visualeditor need parsoid when the final version is released? [17:37:51] Axelei: I presume so but I'm not sure - maybe check with #mediawiki-parsoid ? [17:38:10] ok, will do [17:38:21] tinaj1234_: It would be good if you could articulate *why* they won't need to do that somewhere in your proposal, maybe in a footnote. [17:39:11] Axelei, VE is an HTML editor, so does not depend on Parsoid [17:39:19] sumanah: got it :) [17:39:45] gwicke: so new pages will be stored as tidy html? [17:39:55] hi [17:40:04] any reason, why this doesnt work: https://maps.google.com/maps?q=http:%2F%2Fcs.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DWikipedie:WikiProjekt_Fotografov%25C3%25A1n%25C3%25AD%2FFoto_%25C4%258Desk%25C3%25BDch_obc%25C3%25AD%2FNajdi_si_na_Wikipedii_nenafocen%25C3%25A9_vesnice%2FPo%25C5%25BEadovan%25C3%25A9_foto_%25C4%258Desk%25C3%25BDch_obc%25C3%25AD_2014_%C3%BAnor__%28KML%29%26action%3Draw&hl=cs&ll=49 [17:40:05] ? [17:40:05] tinaj1234_: btw I have seen a few other places with gendered language or places lacking spaces before an initial parenthesis in your application, so you should fix those [17:40:23] sorry, lets shorten it [17:40:41] Axelei, we are moving towards HTML storage in the longer term [17:40:48] i see [17:40:56] http://goo.gl/9zB0jV [17:41:02] sumanah: ok.. looking into it right away [17:41:21] it always doesnt work at first and it takes me hours to fix it [17:41:23] Axelei, it's not a small project though, so will take time [17:41:26] tinaj1234_: :) " If the format is JSON, then its ContentHandler will be used." nice correct usage of "its"! [17:44:35] tinaj1234_: have you used the VisualEditor (in MediaWiki)? or the search box in the upper right hand corner of a MediaWiki page? those have autosuggest capabilities, when you're adding an internal link in VE or searching for a page. What's it called? responsive search or lookahead search? [17:44:53] tinaj1234_: I was wondering whether you would have that kind of functionality in your 'Add page' dialog/functionality. [17:45:27] I wonder whether we could ping the API to check existence on link creation in the text editor. [17:45:37] * rdwrer looks for a gadget developer [17:45:55] sumanah: yes...that's the idea [17:46:45] tinaj1234_: could you make that clearer in the proposal? [17:46:51] I really love such people. Somone say its not a problem to generate KML from wp.data, but doesnt explain how to do so. Then after very long, time when he creates KML it doesnt work [17:46:52] sumanah: that would be better than a drop down menu [17:47:14] so if it is not a problem, why it doesnt work and why it is not regular? [17:47:27] sympathies Juandev [17:47:44] sumanah: :-) [17:47:46] sumanah: yeah..sure [17:48:21] tinaj1234_: great! so I think that's all my suggestions for now [17:48:24] maybe polish folks have to renew their automate tool! [17:48:46] sumanah: thanks a lot! [17:49:06] tinaj1234_: https://www.mediawiki.org/wiki/Summer_of_Code_2014#Candidates have you found a 2nd mentor? and have you finished a microtask? I only see 1 green check mark next to your name [17:49:50] Hi sumanah [17:49:58] Hi BPositive [17:50:13] sumanah: There's a possibility that mglaser will become the second mentor [17:50:20] * sumanah nods. [17:50:26] sumanah: waiting for his email :) [17:50:29] sumanah, Is it fine to say that XYZ part of the project can be implemented in either of 1... 2... 3.... ways in the *proposal* at this stage? [17:50:29] with semantic mediawiki is possible to create dynamic tables? The User adds several lines. [17:50:36] tinaj1234_: how long ago did you send your email? [17:50:50] sumanah, or need to specific [17:51:04] BPositive: I think it is okay and in fact good to talk about multiple implementation possibilities, especially if you explain the tradeoffs. [17:51:34] BPositive: If you say there are multiple ways to implement the idea, then you should also build in some time in your schedule for discussing those options and choosing one. [17:51:40] sumanah: I talked with him on friday and we agreed to discuss about it on monday(today) [17:51:47] tinaj1234_: Got it. [17:51:58] sumanah: didn't see him online. So sent him a mail [17:52:11] He's in Germany so his day is winding down. :/ tinaj1234_ it's good that you sent him a followup mail. [17:52:12] sumanah, Yeah, that would be done in the initial part of the project - finalizing things [17:52:14] 03(NEW) VisualEditor: Create a sensible system for adding Babel boxes (parser functions) - 10https://bugzilla.wikimedia.org/62740 enhancement; VisualEditor: Editing Tools; () [17:52:18] BPositive: Cool. [17:56:54] sumanah, when will you be reviewing mine? [17:57:10] 03(mod) VisualEditor: Create a sensible system for adding Babel boxes (parser functions) - 10https://bugzilla.wikimedia.org/62740 +comment (10wmf.whatamidoing) [17:57:33] BPositive: from your question it sounds like I promised to review your application and then forgot! I am sorry. Give me a link? [17:58:22] sumanah, oops sorry, there was no such promise made. Anyway, here is the proposal: https://www.mediawiki.org/wiki/Extension:Translate/Mass_migration_tools [17:59:08] 03(mod) Bad Flow diff link - 10https://bugzilla.wikimedia.org/62162 (10Maryana Pinchuk) [17:59:19] BPositive: Got it. OK, it sounds like you meant to ask "will you review my proposal? if so, when?" :-) The answer is yes and now [17:59:37] Alright :) [18:00:02] BPositive: you already used the feedback in https://www.mediawiki.org/wiki/Extension_talk:Translate/Mass_migration_tools to improve? [18:00:51] BPositive: I suggest you read your entire proposal aloud. You will catch sentences that sound weird and figure out how to fix them. For instance "Thus, the entire process of importing translations which involved a significant amount of manual task gets automated by this project." will probably sound weird when you say it out loud. [18:01:47] sumanah, Well most of the feedback lists "cases to be considered". So I have just summarized them at the top [18:02:17] and other feedback, things related to the the design, I have incorporated them into the proposal [18:02:54] 03(mod) VisualEditor: Create a sensible system for adding Babel boxes (parser functions) - 10https://bugzilla.wikimedia.org/62740 (10James Forrester) [18:02:54] 03(mod) VisualEditor: Transclusions editor should have a special mode for Parser Function and Magic Word calls - 10https://bugzilla.wikimedia.org/50855 (10James Forrester) [18:02:55] BPositive: Have you consulted any user interface designers about the actions end users will have to take and about the UI you will create? If not, when in your project will you be consulting them? [18:03:16] As I said to Tina: Where in your process will you talk with them, share your prototype with them, take their feedback, and use it to make a new design? [18:03:31] sumanah, sorry but I am not understanding how that is that weird? Will you help in rephrasing you that I understand what you mean to say [18:03:38] and as I told her: I think it would be a good first step to open that new thread on that design mailing list today, to ask designers how you ought to modify your timeline .... [18:04:20] *so that [18:05:08] BPositive: let me narrow it down to the phrase "a significant amount of manual task" [18:05:38] manual effort? [18:05:55] Yes, that would be better. [18:06:01] Okay, thanks [18:06:15] "I have been involved with the Language Engineering Team at hackathons held at Gnunify" - how? simply attending and listening, or doing something more? [18:06:29] sumanah, I had given some time for UI designing in the schedule [18:06:50] but can prepone that activity [18:07:12] Okay, will clarify [18:07:46] BPositive: you mention some time for UI designing, but that makes it sound like you will do the entire UI design yourself. :) We have UX/UI experts in this community and you should consult them [18:07:47] Actually, I have clarified in the past open source experience section [18:08:16] sumanah, Great! I will definitely consult them. [18:09:04] BPositive: Maybe the best way to improve that section of "About Me" is to say something like 'I've met and worked with the WMF Language Engineering team at hackathons held at Gnunify (see "I have been involved with the Language Engineering Team at hackathons held at Gnunify" for more details)' [18:10:12] sumanah, yes, that sounds better [18:10:46] BPositive: " carried out translations for Marathi (mr) language on translatewiki.net." - can you link to those translations? [18:10:59] "Manually migrated wiki pages (and will be doing more before project starts)" - link? [18:11:04] Sure, will find and do that :) [18:11:16] ""Personalized News Reader", a web application which uses Facebook page likes and Twitter followers to generate relevant news for the user. Also, I used Neo4j - a graph database for this project." - link? and link to your pet projects? [18:11:34] Your "Acknowledgment" section is empty [18:11:41] that project has not been hosted anywhere unfortunately [18:11:58] You could simply put it up on gitorious, BPositive [18:12:02] yes [18:12:06] "I would also write weekly/monthly reports on MediaWiki itself to keep the community updated about the project." - do you mean mediawiki.org ? [18:12:10] I was thinking about the same [18:12:17] yeah [18:12:42] Shall I mention on Mediawiki.org [18:12:50] or (this wiki) [18:13:06] 2 questions. First is there a way to disable a specific namespace so only sysops can view/edit it on a wiki? And secondly, can I add tabs like Talk to make those namespaces like a seperate talk page only for sysops? [18:13:16] BPositive: you could even link to the specific page where you will be putting the status reports. [18:13:34] BPositive: I'm confused about "I plan to write the documentation and unit tests as the project goes along" in combination with "July 19 to July 26: Unit testing of the code and gathering bugs/errors". For the July 19 to July 26 period, do you mean manual testing? [18:14:00] hi sumanah,suppose i suggest several approaches to a project can i utilize time given in community bonding period to figure out which specific approach should be followed to work on the project? [18:14:18] Aurora_Grimes: Sorry that I don't know. Hmmmm [18:14:23] !access [18:14:24] For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [18:14:25] sumanah, Yeah [18:15:16] aalekhN: as I said to BPositive I think it is okay and in fact good to talk about multiple implementation possibilities, especially if you explain the tradeoffs. And if you say there are multiple ways to implement the idea, then you should also build in some time in your schedule for discussing those options and choosing one. Could you consult your mentor to ask whether they think it's feasible to use community bonding time to make that decision? [18:16:43] aalekhN: Think about all the other things you will be doing during Community Bonding time. You will be learning to use Git and Gerrit properly, getting a development environment set up, reading about MediaWiki's architecture, and so on http://en.flossmanuals.net/GSoCStudentGuide/ch015_how-to-get-a-head-start/ [18:17:01] 03(NEW) VisualEditor: Edit links are not appearing for the headings in Betalabs - 10https://bugzilla.wikimedia.org/62741 normal; VisualEditor: Editing Tools; () [18:17:51] 03(mod) VisualEditor: Edit links are not appearing for the headings in Betalabs - 10https://bugzilla.wikimedia.org/62741 (10ryasmeen) [18:18:37] mentor, did found it feasible to discuss approaches during community bonding period, in addition i am also preparing prototypes of different approaches to explain my point to the community in a better way. [18:20:43] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10cananian) [18:21:10] aalekhN: If your mentor thinks that's feasible then you should consider that. [18:21:26] hi [18:21:33] anyone using opcache? [18:23:50] 03(NEW) When cutting and pasting list items, it is hard to achieve the intended formatting - 10https://bugzilla.wikimedia.org/62742 normal; VisualEditor: General; () [18:31:48] 03(mod) Remove text shadow from default mediawiki.ui buttons - 10https://bugzilla.wikimedia.org/61940 +comment (10jared.zimmerman) [18:35:19] 03(mod) Remove text shadow from default mediawiki.ui buttons - 10https://bugzilla.wikimedia.org/61940 +comment (10swalling) [18:36:06] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10C. Scott Ananian) [18:36:26] 03(mod) VisualEditor: Edit links are not appearing for the headings in Betalabs - 10https://bugzilla.wikimedia.org/62741 +comment (10James Forrester) [18:37:44] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10cananian) [18:39:22] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10gerritadmin) [18:39:25] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 (10Gerrit Notification Bot) [18:39:32] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10gerritadmin) [18:39:34] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 (10Gerrit Notification Bot) [18:40:47] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10gerritadmin) [18:45:03] 03(mod) Images: New images get a link=… set whether or not they need it - 10https://bugzilla.wikimedia.org/49844 +comment (10gerritadmin) [18:45:07] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10gerritadmin) [18:47:36] 03(mod) VisualEditor: Too many draggable image resizing handlers for frameless, frame, and basic images (thumbnails working as intended) - 10https://bugzilla.wikimedia.org/62283 +comment (10moriel) [18:52:06] 03(mod) VisualEditor: Make defaultsort input field wider - 10https://bugzilla.wikimedia.org/51012 +comment (10gerritadmin) [18:52:06] 03(mod) VisualEditor: Make defaultsort input field wider - 10https://bugzilla.wikimedia.org/51012 (10Gerrit Notification Bot) [18:52:59] 03(NEW) VisualEditor: Don't change working interwiki links from :w:en:Page to broken ones like en:en:Page - 10https://bugzilla.wikimedia.org/62743 normal; VisualEditor: General; () [18:55:06] 03(NEW) implement light inline button style in mediawiki.ui - 10https://bugzilla.wikimedia.org/62744 normal; MediaWiki: Skin and page rendering; () [18:55:06] 03(mod) implement new Agora spec in mediawiki.ui - 10https://bugzilla.wikimedia.org/54360 (10spage) [18:58:27] 03(mod) Flow: Move RC-exceptions into FlowActions.php - 10https://bugzilla.wikimedia.org/60855 +comment (10gerritadmin) [18:58:32] 03(mod) VisualEditor: Make defaultsort input field wider - 10https://bugzilla.wikimedia.org/51012 +comment (10gerritadmin) [18:58:55] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10gerritadmin) [19:00:28] 03(mod) Flow: Reply • Edit buttons don't highlight or click - 10https://bugzilla.wikimedia.org/62556 (10spage) [19:03:19] 03(mod) VisualEditor: Revert image |link= hack for Parsoid bug 49844 - 10https://bugzilla.wikimedia.org/61560 +comment (10James Forrester) [19:03:58] 03(mod) VisualEditor: Make defaultsort input field wider - 10https://bugzilla.wikimedia.org/51012 +comment (10James Forrester) [19:05:38] 03(mod) Support for sister project links section in the sidebar - 10https://bugzilla.wikimedia.org/54374 +comment (10gerritadmin) [19:07:16] 03(NEW) VisualEditor: What you see is not the Babel box that you get - 10https://bugzilla.wikimedia.org/62745 normal; VisualEditor: Editing Tools; () [19:07:57] 03(mod) VisualEditor: What you see is not the Babel box that you get - 10https://bugzilla.wikimedia.org/62745 +comment (10wmf.whatamidoing) [19:08:24] 03(mod) Don't change working interwiki links from :w:en:Page to broken ones like en:en:Page - 10https://bugzilla.wikimedia.org/62743 summary; +comment (10James Forrester) [19:09:24] 03(mod) VisualEditor: Pressing tab on a slug throws error "Cannot call method 'getParent' of null" and does not go to the next line or next item - 10https://bugzilla.wikimedia.org/62657 (10ryasmeen) [19:16:19] 03(mod) Broken template expansion with nested template parameters - 10https://bugzilla.wikimedia.org/62716 +comment (10gwicke) [19:17:51] 03(NEW) VisualEditor: What you put into the template editor is not what it gives back (more Babel box bugs) - 10https://bugzilla.wikimedia.org/62746 trivial; VisualEditor: General; () [19:18:39] 03(mod) VisualEditor: What you put into the template editor is not what it gives back (more Babel box bugs) - 10https://bugzilla.wikimedia.org/62746 +comment (10wmf.whatamidoing) [19:19:12] 03(mod) VisualEditor: What you put into the template editor is not what it gives back (more Babel box bugs) - 10https://bugzilla.wikimedia.org/62746 +comment (10wmf.whatamidoing) [19:28:00] 03(mod) Back navigation collapses all page sections - 10https://bugzilla.wikimedia.org/62703 +comment (10aklapper) [19:28:53] 03(mod) migrate all .pep8 files content to setup.cfg - 10https://bugzilla.wikimedia.org/53353 +comment (10Jean-Fred) [19:46:59] 03(NEW) Internal links cannot be distinguished from interwiki links - 10https://bugzilla.wikimedia.org/62747 normal; MobileFrontend: stable; () [19:47:29] how does it come, I can edit under the former username even I was renamed? [19:48:55] I thougt, let me see... [19:49:14] 03(NEW) [Regression] Remove autoblock flag from existing block no longer deletes the autoblocks - 10https://bugzilla.wikimedia.org/62748 normal; MediaWiki: User blocking; () [19:50:16] 03(mod) Internal links cannot be distinguished from interwiki links - 10https://bugzilla.wikimedia.org/62747 +comment (10bingle-admin) [19:53:33] 03(mod) ?action=unwatch page still shows solid blue ("Remove this page...") star - 10https://bugzilla.wikimedia.org/26292 +comment (10jrobson) [19:53:54] 03(NEW) [Regression] Changing block changed the summary of corresponding autoblocks without message 'autoblocker' - 10https://bugzilla.wikimedia.org/62749 normal; MediaWiki: User blocking; () [19:56:01] 03(mod) ?action=unwatch page still shows solid blue ("Remove this page...") star - 10https://bugzilla.wikimedia.org/26292 +comment (10jrobson) [19:58:49] 03(mod) [Regression] Remove autoblock flag from existing block no longer deletes the autoblocks - 10https://bugzilla.wikimedia.org/62748 +comment (10umherirrender_de.wp) [20:01:51] 03(mod) Default umask should be set to 0002 - 10https://bugzilla.wikimedia.org/46468 +comment (10tim) [20:02:36] 03(mod) [Regression] Remove autoblock flag from existing block no longer deletes the autoblocks - 10https://bugzilla.wikimedia.org/62748 +code-update-regression (10Jesús Martínez Novo (Ciencia Al Poder)) [20:02:38] 03(mod) [Regression] Changing block changed the summary of corresponding autoblocks without message 'autoblocker' - 10https://bugzilla.wikimedia.org/62749 (10Jesús Martínez Novo (Ciencia Al Poder)) [20:03:38] 03(mod) [Regression] Changing block changed the summary of corresponding autoblocks without message 'autoblocker' - 10https://bugzilla.wikimedia.org/62749 +code-update-regression (10Jesús Martínez Novo (Ciencia Al Poder)) [20:03:59] 03(NEW) Flow: Use automatic edit summaries when applicable - 10https://bugzilla.wikimedia.org/62750 normal; MediaWiki extensions: Flow; () [20:08:55] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 +comment (10gerritadmin) [20:08:58] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 (10Gerrit Notification Bot) [20:10:12] Hi all [20:10:51] Hi, renoirb! [20:10:51] How's it going? [20:10:51] Very good, and you? [20:10:58] Currently working on an extension for webplatform.org :) [20:11:05] Cool! [20:11:09] renoirb: Did you need some help? [20:11:24] Working on Ryan Lane's project, if you know him. [20:11:36] I do! [20:11:44] I'm shocked he's not in, actually [20:11:55] I have a question, actually. I have an extension that reads a json file, and generates html for it. [20:12:11] Sounds like one o' them programmy things, yup [20:12:14] i'd like to cache it with $wgMemc [20:12:37] Surely we have a key for this. [20:12:38] !caching [20:12:38] General information about caches can be seen at , for configuration settings see [20:12:41] Woohoo [20:12:57] if you aren't into caching, that's fine. [20:13:07] 03(mod) Flow: Use automatic edit summaries when applicable - 10https://bugzilla.wikimedia.org/62750 +comment (10Quiddity) [20:13:08] 03(mod) Flow: AbuseFilter "Tag the edit for further review" doesn't work - 10https://bugzilla.wikimedia.org/59811 (10Quiddity) [20:13:52] renoirb: No, see wm-bot's message [20:15:20] i see it [20:16:00] That's what you need to know :) [20:16:06] We are not using $wgMemCachedServers anymore though. [20:16:19] we are using from php configuration. [20:16:26] I'll have a look from there. [20:18:13] Sure, rdwrer, i found the config $wgObjectCaches['memcached-pecl'] that we are using instead. But Anyway, i'll continue reading. [20:18:57] renoirb: As long as it gives you $wgMemc, the interface should be the same...I hope [20:20:15] 03(mod) Option labels on the mobile preferences page can be too long - 10https://bugzilla.wikimedia.org/61114 +comment (10jared.zimmerman) [20:22:45] 03(mod) Flow: remove "title" element from textarea boxes - 10https://bugzilla.wikimedia.org/62683 +comment (10Maryana Pinchuk) [20:26:03] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 +comment (10gerritadmin) [20:26:41] 03(mod) Some language tags show wrong language ("English") in Babel boxes - 10https://bugzilla.wikimedia.org/62714 +comment (10bugzilla.wikimedia) [20:27:03] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 (10Greg Grossmeier) [20:27:26] 03(mod) make-release doesn't include the correct extension branch - 10https://bugzilla.wikimedia.org/57088 normal->major (10Greg Grossmeier) [20:27:29] 03(mod) Flow: remove "title" element from textarea boxes - 10https://bugzilla.wikimedia.org/62683 +comment (10Maryana Pinchuk) [20:27:59] 03(mod) Jenkins should run tests for the Wikipedia app before merge - 10https://bugzilla.wikimedia.org/60720 (10Greg Grossmeier) [20:28:34] 03(mod) {{#Babel:deu|...}}shows language code deu instead of de in Babel boxes - 10https://bugzilla.wikimedia.org/62715 +comment (10bugzilla.wikimedia) [20:28:42] 03(mod) phantomjs browsertests fails with invalid byte sequence in UTF-8 - 10https://bugzilla.wikimedia.org/57099 +comment (10Greg Grossmeier) [20:29:00] 03(mod) Jenkins: set jobs to use web proxy - 10https://bugzilla.wikimedia.org/60164 (10Greg Grossmeier) [20:32:00] 03(mod) Special:Student profile lists articles based on the logged in user, not the student - 10https://bugzilla.wikimedia.org/62735 +comment (10ad) [20:37:29] 03(mod) Unable to switch preferences sections in Chrome: "TypeError: Property 'scrollTo' is not a function" - 10https://bugzilla.wikimedia.org/46379 +comment (10Olav Müller) [20:38:22] 03(mod) Make metawiki the central OAuth wiki - 10https://bugzilla.wikimedia.org/57336 +comment (10dgarry) [20:39:03] 03(mod) Gerrit SSH: Intermittent key_verify failed for server_host_key and 'hash mismatch' - 10https://bugzilla.wikimedia.org/53895 (10Greg Grossmeier) [20:39:22] 03(mod) Zuul: python git assert error assert len(fetch_info_lines) == len(fetch_head_info) - 10https://bugzilla.wikimedia.org/59991 (10Greg Grossmeier) [20:41:21] 03(mod) Preserve tests/testsuite.log for deb builds - 10https://bugzilla.wikimedia.org/59209 (10Greg Grossmeier) [20:41:45] 03(mod) Jenkins should identify voting test failures more prominently - 10https://bugzilla.wikimedia.org/57627 (10Greg Grossmeier) [20:42:28] 03(mod) Setup checkstyle based linting for apps/android/java-mwapi - 10https://bugzilla.wikimedia.org/56110 (10Greg Grossmeier) [20:43:41] 03(mod) Add warning for user on /authorize about privacy policy - 10https://bugzilla.wikimedia.org/62687 (10Chris Steipp) [20:44:30] 03(mod) Remove link to WMF privacy policy on OAuth Authorize - 10https://bugzilla.wikimedia.org/62686 (10Chris Steipp) [20:44:32] 03(mod) Add URL for OAuth Consumers - 10https://bugzilla.wikimedia.org/56946 (10Chris Steipp) [20:45:45] 03(mod) {{#Babel:deu|...}}shows language code de instead of deu in Babel boxes - 10https://bugzilla.wikimedia.org/62715 summary (10Purodha Blissenbach) [20:46:13] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10dgarry) [20:52:47] 03(mod) Make metawiki the central OAuth wiki - 10https://bugzilla.wikimedia.org/57336 +comment (10csteipp) [20:55:48] 03(mod) Security review of TargetProcess Bugzilla module - 10https://bugzilla.wikimedia.org/62272 (10Chris Steipp) [21:04:20] 03(mod) Flow: "An unexpected error occurred" on first preview of Flow board - 10https://bugzilla.wikimedia.org/61873 +comment (10gerritadmin) [21:04:21] 03(mod) Invalid extension attribute encoding - 10https://bugzilla.wikimedia.org/62663 +comment (10gerritadmin) [21:06:50] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10yaron57) [21:07:22] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 (10Yuvi Panda) [21:08:30] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 +comment (10yuvipanda) [21:12:04] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 +comment (10gerritadmin) [21:12:07] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 (10Gerrit Notification Bot) [21:15:23] 03(mod) Lightbox exits when Esc is pressed with a modifier key - 10https://bugzilla.wikimedia.org/62580 +comment (10gerritadmin) [21:15:27] 03(mod) Lightbox exits when Esc is pressed with a modifier key - 10https://bugzilla.wikimedia.org/62580 (10Gerrit Notification Bot) [21:17:00] 2 questions. First is there a way to disable a specific namespace so only sysops can view/edit it on a wiki? And secondly, can I add tabs like Talk to make those namespaces like a seperate talk page only for sysops? [21:17:38] !permissions | Aurora_Grimes [21:17:38] Aurora_Grimes: For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [21:17:44] You want the first list [21:17:45] link* [21:17:51] Aurora_Grimes: both of these are sorta kinda possible with extensions [21:18:08] MW itself allows you to block editing of a namespace, but not viewing it i think [21:18:14] 03(mod) enable extensions for legalteamwiki - 10https://bugzilla.wikimedia.org/62610 summary; +comment (10James Alexander) [21:18:15] Oh, really? [21:18:16] Hm. [21:18:20] Do you know which ones MatmaRex [21:18:22] I keep forgetting things. [21:18:29] i'm looking it up [21:18:51] restricting access is https://www.mediawiki.org/wiki/Extension:Lockdown [21:18:51] and rdwrer that does not help on a per namespace access. [21:18:51] Aurora_Grimes: As for separate talk namespaces...I don't think that's as easy [21:19:05] Tying namespaces together is not an easy task [21:19:31] All I want to do is add code that adds a tab that links to a same named page in a seperate namespace, only viewable to sysops. [21:19:48] like the talk tab does to the talk namespace. [21:20:08] 03(mod) OOjs UI: ClippableElement shouldn't assume the body height is 100% - 10https://bugzilla.wikimedia.org/54965 summary (10James Forrester) [21:20:13] I'm sure it involves more interesting problems than just a link addition :) [21:20:25] Aurora_Grimes: i'm not sure what you mean with the tabs thing, but this might be what you want: https://www.mediawiki.org/wiki/Extension:NamespaceRelations [21:22:01] MatmaRex that would work perfectly if only I could add something that could hide the tabs to only sysops [21:22:04] 03(mod) OOjs UI: Dialogs should be repositionable/draggable - 10https://bugzilla.wikimedia.org/49969 (10James Forrester) [21:22:05] 03(mod) OOjs UI: Use MutationObserver to detect when an OO.ui.Element is attached to a document - 10https://bugzilla.wikimedia.org/62174 (10James Forrester) [21:22:05] 03(mod) OOjs UI: ClippableElement shouldn't assume the body height is 100% - 10https://bugzilla.wikimedia.org/54965 (10James Forrester) [21:22:28] 03(mod) OOjs UI: Constructive button has odd green border when disabled - 10https://bugzilla.wikimedia.org/60498 (10James Forrester) [21:22:49] 03(mod) OOJS: Mixin doesn't work properly with inherited classes - 10https://bugzilla.wikimedia.org/55557 (10James Forrester) [21:22:52] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 (10Alex Monk) [21:23:01] 03(mod) Running the app on a tablet set to Hebrew defaults to the English Wikipedia - 10https://bugzilla.wikimedia.org/62720 +comment (10gerritadmin) [21:23:06] hey everyone, I'm trying to clean up from a massive spam assault on my page [21:23:20] there are thousands and thousands of users added to make my life very hard to revert pages [21:23:30] Aurora_Grimes: hm, i'm afraid i don't know any premade solution to that [21:24:10] so I'm trying to figure out how on earth to clean up without spending weeks [21:24:24] 03(mod) Internal links cannot be distinguished from interwiki links - 10https://bugzilla.wikimedia.org/62747 +comment (10jrobson) [21:24:39] !e Nuke | Hydrant [21:24:39] Hydrant: https://www.mediawiki.org/wiki/Extension:Nuke_ [21:24:51] There was one other really nice one. [21:25:51] Wait wat [21:25:51] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 +comment (10gerritadmin) [21:25:51] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 (10Gerrit Notification Bot) [21:25:54] rdwrer: yes, I've been using the Nuke function, but is it deleting the bogus user accounts also? I can't figure out how to get the IP addresses where the users were created from [21:26:14] very frustrating to have to spend so much of my time cleaning up after some jerk with some stupid agenda [21:27:26] Hydrant: https://www.mediawiki.org/wiki/Extension:StopForumSpam [21:27:31] Hydrant: that jerk is probably a lot of generic spambots that simply crawl the web looking for web forms to fill up with spam [21:27:46] Vulpix: yah, but some jerk wrote the bot [21:28:23] 03(mod) Internal links cannot be distinguished from interwiki links - 10https://bugzilla.wikimedia.org/62747 +comment (10ragesoss) [21:29:58] Hydrant: what MediaWiki version do you have? Extension:SimpleAntiSpam was merged into core on 1.22, which may mitigate some spam [21:30:28] 1.21.2 [21:30:58] the biggest issue is that spam selection is based on IP or user, and I have far too many junk users to do anything now, and I'm not sure how to find the IP of them for use with something like Nuke [21:31:08] I don't want to revert to a database backup or something either [21:31:20] 03(mod) content is left aligned in rtl wikis - 10https://bugzilla.wikimedia.org/61867 +comment (10gerritadmin) [21:31:22] is there a way to delete all edits / users created based on particular dates where the spam bots attacked? [21:31:43] Hydrant: Nuke is a special page that will list you all the pages recently created and allows you to mass-delete them in one click [21:31:55] Vulpix: I deleted 2,000 and there are still more [21:32:03] maybe I need to just up the limit to something bigger [21:32:16] Vulpix: what do I do about all these users [21:32:19] they are all junk [21:33:38] well, you should have took action before reaching such spam level [21:35:18] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10misc2006) [21:36:01] Vulpix: well, when I get over 1,500 accounts created in a day on a low-activity wiki... [21:36:06] it's hard to prevent [21:36:24] is there a way to just purge all users except for a handful, and all related edits? [21:37:34] no that I'm aware of, sadly [21:38:40] looking online there are several people with a ton of bogus users that appear from nowhere [21:38:49] 03(mod) udp2log and/or demux.py filename corruption - 10https://bugzilla.wikimedia.org/62082 +comment (10tnegrin) [21:38:49] ugh [21:39:49] 03(mod) Flow: tipsy 'w'est gravity adds a visible dot 9999 pixels down the browser window - 10https://bugzilla.wikimedia.org/62689 +comment (10Maryana Pinchuk) [21:39:51] for unused users, there's https://www.mediawiki.org/wiki/Manual:RemoveUnusedAccounts.php [21:40:21] Vulpix: I guess the best process is Nuke, then use that to remove unused accounts (since all edits will have been nuked) [21:41:23] you have to purge deleted revisions as well for removeUnusedAccounts to work [21:42:26] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10dgarry) [21:42:52] 03(NEW) SVG images should be allowed to scale up - 10https://bugzilla.wikimedia.org/62751 normal; Parsoid: General; () [21:43:53] 03(mod) SVG images should be allowed to scale up - 10https://bugzilla.wikimedia.org/62751 (10C. Scott Ananian) [21:43:54] 03(mod) Image / media handling tracker bug - 10https://bugzilla.wikimedia.org/54844 (10C. Scott Ananian) [21:44:03] 03(mod) Flow: Parsoid ref handling broken by tag - 10https://bugzilla.wikimedia.org/62691 (10Maryana Pinchuk) [21:48:27] 03(mod) Flow: Use automatic edit summaries when applicable - 10https://bugzilla.wikimedia.org/62750 +comment (10mpinchuk) [21:48:28] 03(mod) Remove remnant /data/project/.system/sudoers and /etc/sudoers.d/tools-login - 10https://bugzilla.wikimedia.org/60937 +comment (10gerritadmin) [21:49:57] 03(mod) Remove remnant /data/project/.system/sudoers and /etc/sudoers.d/tools-login - 10https://bugzilla.wikimedia.org/60937 (10Tim Landscheidt) [21:54:44] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10qgil) [21:55:39] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10misc2006) [21:57:40] 03(mod) API: action=flow-parsoid-utils strips meta tag from top of - 10https://bugzilla.wikimedia.org/62597 +comment (10mpinchuk) [21:59:08] 03(NEW) Show content when opened for first time - 10https://bugzilla.wikimedia.org/62752 normal; Wikipedia App: Generic; () [21:59:08] 03(mod) Google Books > Internet Archive > Commons upload cycle - 10https://bugzilla.wikimedia.org/57813 +comment (10qgil) [22:00:38] 03(mod) Flow: Use automatic edit summaries when applicable - 10https://bugzilla.wikimedia.org/62750 +comment (10pandiculation) [22:00:48] 03(mod) Show content when opened for first time - 10https://bugzilla.wikimedia.org/62752 +comment (10Siebrand Mazeland) [22:05:11] hi [22:05:32] i try to use the mediawiki api on the wiki of my company [22:06:12] we use system package to install mediawiki on centos 6.5 [22:06:37] Hi, Hobbestigrou! [22:06:44] Hobbestigrou: What issues are you having? [22:06:49] and the version of mediawiki is 1.14.0 [22:06:57] :/ [22:07:04] That's...uh...questionably useful [22:07:10] 1.14.... we're in 1.22 lol [22:07:21] !1.14 [22:07:21] Old MediaWiki versions may have bugs and security vulnerabilities, we don't recommend you to use any release older than 1 year. See http://www.mediawiki.org/wiki/Version_lifecycle for details. [22:07:40] I'd expect the release date, but that's OK [22:08:09] the $wgEnableAPI is true [22:08:23] on the DefaultSetting.php [22:09:24] 03(mod) Back navigation collapses all page sections - 10https://bugzilla.wikimedia.org/62703 +comment (10eallik) [22:09:29] but when i try to make api request i get http://paste.perldancer.org/22eBgSzahVSXG [22:09:40] did you have any idea why ? [22:09:51] i try only the login method [22:10:09] maybe my user have not acces to the api ? [22:10:50] 03(mod) VisualEditor: Protected page warning message should include log entry - 10https://bugzilla.wikimedia.org/51215 (10Alex Monk) [22:11:15] i don't understand why [22:11:22] Hobbestigrou: Have you tried to access the api without parameters? just api.php? [22:11:40] yes it's the same release [22:12:06] 03(mod) Flow: remove "title" element from textarea boxes - 10https://bugzilla.wikimedia.org/62683 +comment (10pandiculation) [22:12:13] and i get a (x)html page not xml [22:12:27] in my others wiki it works [22:12:49] 03(mod) A proper catalog of extensions - 10https://bugzilla.wikimedia.org/46704 +comment (10yaron57) [22:13:20] well, I'd recommend upgrading, since we don't support too old versions [22:13:57] 03(mod) VisualEditor: Protected page warning message should include log entry - 10https://bugzilla.wikimedia.org/51215 +comment (10gerritadmin) [22:13:58] just be sure there's no rewrite rule on the server interfering with the api.php URL [22:14:00] 03(mod) VisualEditor: Protected page warning message should include log entry - 10https://bugzilla.wikimedia.org/51215 (10Gerrit Notification Bot) [22:14:18] Vulpix, i know it's old version i'm sorry, but i can't upgrade now [22:14:33] and in case you should stick with 1.14, you can try debugging, setting a debug log [22:14:36] !debug [22:14:37] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [22:14:48] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10wiki) [22:15:38] 03(NEW) Nested definition list in HTML. Parser wrongly adds P (paragraph). - 10https://bugzilla.wikimedia.org/62753 normal; MediaWiki: Parser; () [22:18:15] 03(NEW) Failed to map interlanguage prefix ca to a global site ID - 10https://bugzilla.wikimedia.org/62754 normal; MediaWiki extensions: WikidataClient; () [22:18:23] Vulpix, ok thanks [22:23:07] 03(NEW) Performance on tablets - 10https://bugzilla.wikimedia.org/62755 normal; VisualEditor: General; () [22:25:43] 03(NEW) VisualEditor: Its possible to input a fraction value (with decimal point) in image size which results into showing wrong size in the review changes section - 10https://bugzilla.wikimedia.org/62756 normal; VisualEditor: Editing Tools; () [22:26:42] 03(mod) VisualEditor: Its possible to input a fraction value (with decimal point) in image size which results into showing wrong size in the review changes section - 10https://bugzilla.wikimedia.org/62756 (10ryasmeen) [22:27:09] 03(mod) VisualEditor: Its possible to input a fraction value (with decimal point) in image size which results into showing wrong size in the review changes section - 10https://bugzilla.wikimedia.org/62756 (10ryasmeen) [22:29:46] 03(mod) VisualEditor: Performance issues (tracker) - 10https://bugzilla.wikimedia.org/49685 (10James Forrester) [22:29:53] 03(mod) VisualEditor: Performance on tablets - 10https://bugzilla.wikimedia.org/62755 +performance; summary; +comment (10James Forrester) [22:29:55] 03(mod) VisualEditor: Performance issues (tracker) - 10https://bugzilla.wikimedia.org/49685 (10James Forrester) [22:30:23] 03(NEW) Syslog server in eqiad log to non existent /home/wikipedia/syslog/ - 10https://bugzilla.wikimedia.org/62757 normal; Wikimedia Labs: deployment-prep (beta); () [22:38:15] 03(mod) Directory permissions in /src/scap incorrect for new directories when created by puppet - 10https://bugzilla.wikimedia.org/61970 +comment (10bdavis) [22:38:56] 03(mod) VisualEditor: Its possible to input a fraction value (with decimal point) in image size which results into showing wrong size in the review changes section - 10https://bugzilla.wikimedia.org/62756 normal->minor (10James Forrester) [22:39:19] 03(mod) phantomjs browsertests fails with invalid byte sequence in UTF-8 - 10https://bugzilla.wikimedia.org/57099 +comment (10hashar) [22:40:52] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10csteipp) [22:41:42] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10hashar) [22:47:38] 03(mod) Write and run maintenance script for AbuseFilter to purge old IP data from logs - 10https://bugzilla.wikimedia.org/51573 +comment (10gerritadmin) [22:48:43] 03(NEW) Nested definition list in wikicode. Continuation after nested list fails. - 10https://bugzilla.wikimedia.org/62758 normal; MediaWiki: Parser; () [22:58:42] 03(NEW) VisualEditor: Clean up SurfaceObserver usage - 10https://bugzilla.wikimedia.org/62759 normal; VisualEditor: ContentEditable; () [22:59:24] 03(mod) VisualEditor: Clean up SurfaceObserver usage - 10https://bugzilla.wikimedia.org/62759 normal->15enhancement (10James Forrester) [23:00:05] 03(mod) Add a {{USERLANGUAGE}}/{{USERLANG}} magic word - 10https://bugzilla.wikimedia.org/2085 +comment (10pirsquared17) [23:02:12] 03(mod) Write and run maintenance script for AbuseFilter to purge old IP data from logs - 10https://bugzilla.wikimedia.org/51573 +comment (10Daniel Zahn) [23:02:48] 03(mod) Write and run maintenance script for AbuseFilter to purge old IP data from logs - 10https://bugzilla.wikimedia.org/51573 +comment (10dzahn) [23:03:27] 03(mod) Sortable search results - 10https://bugzilla.wikimedia.org/38403 +comment (10dgarry) [23:03:35] 03(mod) Add a {{USERLANGUAGE}}/{{USERLANG}} magic word - 10https://bugzilla.wikimedia.org/2085 +comment (10federicoleva) [23:04:47] 03(mod) Write and run maintenance script for AbuseFilter to purge old IP data from logs - 10https://bugzilla.wikimedia.org/51573 +comment (10dzahn) [23:06:13] 03(NEW) Display the version of VisualEditor in help popup - 10https://bugzilla.wikimedia.org/62760 enhancement; VisualEditor: General; () [23:06:47] 03(mod) Support for Google's app-indexing annotation - 10https://bugzilla.wikimedia.org/60537 +comment (10gerritadmin) [23:06:52] 03(mod) Support for Google's app-indexing annotation - 10https://bugzilla.wikimedia.org/60537 (10Gerrit Notification Bot) [23:07:24] 03(mod) Support for Google's app-indexing annotation - 10https://bugzilla.wikimedia.org/60537 +comment (10gerritadmin) [23:10:02] 03(NEW) VisualEditor: The style of error message for invalid page title for link should be more apparent in style - 10https://bugzilla.wikimedia.org/62761 normal; VisualEditor: Editing Tools; () [23:20:14] 03(mod) Support for Google's app-indexing annotation - 10https://bugzilla.wikimedia.org/60537 +comment (10Brion Vibber) [23:25:48] 03(mod) Add a {{USERLANGUAGE}}/{{USERLANG}} magic word - 10https://bugzilla.wikimedia.org/2085 +comment (10pirsquared17) [23:30:00] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10Faidon Liambotis) [23:32:42] 03(mod) Flow: Use automatic edit summaries when applicable - 10https://bugzilla.wikimedia.org/62750 +comment (10mpinchuk) [23:32:54] 03(mod) Flow: Use automatic edit summaries in board header when applicable - 10https://bugzilla.wikimedia.org/62750 summary (10Maryana Pinchuk) [23:33:08] 03(mod) Flow: Use automatic edit summaries in board header when applicable - 10https://bugzilla.wikimedia.org/62750 normal->15enhancement (10Maryana Pinchuk) [23:35:38] 03(NEW) keyboard Tab order in Oauth Confirm dialog starts with Cancel - 10https://bugzilla.wikimedia.org/62763 normal; MediaWiki extensions: OAuth; () [23:36:58] 03(NEW) Cancel button in OAuth dialog should use mw.ui.quiet state - 10https://bugzilla.wikimedia.org/62764 normal; MediaWiki extensions: OAuth; () [23:39:50] 03(mod) Flow: Contributions from Flow appear in every namespace - 10https://bugzilla.wikimedia.org/61107 (10Maryana Pinchuk) [23:39:59] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10gerritadmin) [23:40:03] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 (10Gerrit Notification Bot) [23:42:10] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10csteipp) [23:42:16] I'm working on testing some mediawiki API libraries' capabilities. What are some best practices for documenting my tests? [23:43:02] fhocutt1: Hi! You mean testing as in "attempting to determine the API's capabilities" or as in "making sure the API ain't broke"? [23:43:37] attempting to determine what bits of the API the libraries support. [23:43:52] or make accessible. [23:43:54] Aha. [23:44:51] fhocutt1: And by "documenting your tests" you mean documenting which API modules the tests cover? [23:45:12] (I assume these will be automated tests, but I might be wrong) [23:45:15] I'm super new to this, so I'm not quite sure. Documenting what I do to test it and what I get back, broadly speaking. [23:45:49] Hm. [23:45:50] probably not for the moment--see, "super new." I'm writing small Python scripts with the libraries I'm testing. [23:45:55] Aha. [23:46:15] fhocutt1: You can usually "test" the API by perusing the documentation and making requests with curl on the command line [23:46:29] Many developers "test" by developing whatever bot they're working on [23:46:38] And fixing things that don't work for whatever reason [23:47:01] it's not the API I'm testing, though, it's the way the already-written libraries interact with it. [23:47:44] Well, same(ish) deal [23:47:59] fhocutt1: You can open a python REPL by running "python" in a shell environment [23:48:26] ok [23:49:51] rdwer, thanks [23:53:02] 03(mod) phpunit segfaults when too many tests are run - 10https://bugzilla.wikimedia.org/62623 +comment (10gerritadmin) [23:54:34] What's the protocol for sharing an extension in mediawiki.org?