[02:41:20] Hi. [03:52:38] Hi, is there an index.php param or something else that makes a page I linked load a custom javascript file? I.e. /w/index.php?title=Main_Page&loadjs=User:Foo/bar.js [04:00:10] gry: https://www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL [04:01:09] Thanks, legoktm. :-) [04:26:27] any docs around about mediawiki filesystem perms ? [07:11:39] Hi HeXiLeD. [07:11:42] What's your question? [07:13:57] Yvette: just want to know what perms are needed on the FS [07:25:38] Read, at least! [09:13:37] is it possible to use skins from 1.23.x with 1.27.x? [10:29:28] howto make the Sidebar Menu Entries collapsable? [11:34:50] beli: u need an extention [12:12:18] hi [12:12:36] heloo all [13:47:18] Hey really [15:02:17] hi [15:02:27] i am from gci [15:03:02] hi [15:11:10] hi [15:12:38] hello [15:13:05] Hi raghav1 and welcome! [15:13:16] raghav1: Hey o/ [15:14:31] hi [15:17:57] hi [15:18:12] hi [15:18:25] hi mrigendraagrawal [15:18:45] hi andre [15:19:54] andre: i have accepted kiwix logo app task in which i have to change app logo to custom so can i use any custom logo [15:24:03] mrigendraagrawal, ah, great! [15:24:42] andre: can i use any custom icon? [15:27:05] mrigendraagrawal: Do you have a link to the task? I don't know because I am not a mentor :) [15:27:14] mrigendraagrawal: Have you asked in the kiwix IRC channel? [15:27:26] no [15:27:36] That would be the best place for Kiwix questions :) [15:27:48] ok thanx [15:28:07] mrigendraagrawal, my guess is that you have to take care of the license of the custom icon. [15:28:17] so if you totally created it yourself, no problems. [15:28:33] if you took it from somewhere else, you would have to check if you are allowed to take it first [15:29:07] mrigendraagrawal: but I don't know your task. ANd if you are supposed to create a logo. Or just write code that allows replacing the logo. [15:29:26] so if you linked to a public task that would be easier for everybody else to understand. [15:29:36] in the #kiwix IRC channel here on the Freenode network. [15:42:03] hi [18:37:07] Good afternoon in Europe! :) [18:45:25] ...or evening :P [18:47:07] Is Jdlrobson here? [18:55:05] see the list of people in this channel :) [18:55:22] looks like [18:55:33] I see, but d3r1ck isn't answering my question and I am stuck with this here: https://phabricator.wikimedia.org/T147217 [19:00:04] I cloned the mediawiki/extensions/MobileFrontend repo and ran egrep to find these code sections, but there is no sign of that div container, even in the footer.mustache :S [19:03:29] Its possible that it got fixed in the mean time [19:03:38] divadsn: can you reproduce on wikipedia.org? [19:04:14] Not really, on the page that is mentioned in the task the bug is present [19:05:19] ok, so its still there, so definitely has to be in the code somewhere [19:05:58] maybe its part of a different extension, like https://www.mediawiki.org/wiki/Extension:RelatedArticles [19:07:13] divadsn: Also, when greping, make sure to only grep for the class name, since the rest of the div might be generated by some function or something [19:07:14] e.g. [19:07:25] git grep read-more-container [19:07:38] and not git grep '
' [19:08:07] I did a egrep for "read", "related", "read-more" and found nothing :( [19:09:09] by that you mean you did [19:09:10] bawolff, on Wikipedia.org the bug seems not be present, see: http://i.rly.li/kstm/1bdwd9.png [19:09:21] egrep 'read' -r . [19:09:23] ? [19:09:39] if you just did egrep 'read' *, it wouldn't of recursed into directories [19:09:53] I did this: egrep -lir "read" . | sort [19:10:31] that will work :) [19:10:49] Also I did a search for footer, but I couldn't find anything with this container there [19:11:04] divadsn: It looks like the div is still there, but its much smaller now [19:11:15] I see a 9px gap [19:12:44] bawolff, on Wikipedia.org? No, there is no container called read-more-container in footer-content, wait. [19:12:53] Hi *. I'm trying to find representative combinations of user's rights - I'm guessing that the power set of all the categories is wayyy overkill [19:13:12] divadsn: I mean on en.m.wikipedia.org [19:13:18] or whatever the link was in the bug [19:13:44] On en.m.wikipedia.org it is not present, only on the beta testpage mentioned in the bug [19:14:37] Jdlrobson answered my question, you were somehow right, it is related with the RelatedArticles extension :D Thanks ^^ [19:15:11] Beta uses newer code than real wikipedia [19:16:48] bawolff, I know, but I was confused of the fact that the code section is not present in the newer code ^^ [19:17:27] Anyway, I am back to work, see ya later :) [19:39:48] I'm trying to install VisualEditor for MW 1.24, and havng challenges finding which version to use. [19:40:39] (The usual "download snapshot" doesn't find the extension [19:40:47] Temporus23: Why would you run an old unsupported version with lots of security issues, like 1.24? [19:41:35] Good question Temporus23: Because I'm subcontracted with someone and trying to meet their immediate needs that I was brought on for before recommending additional work like upgrades. [19:42:13] I'd propose the other way round: Make sure to have maintained and secure software, before adding sugar on top :P https://www.mediawiki.org/wiki/Download [19:42:47] If it's sufficiently onerous or crazy to be doing, I can recommend the upgrade first - but I'm used to being able to install most extensions with far more ease. thanks andre__ and Temporus23, I can likely convince them to go for the upgrade first. [19:44:24] Temporus23, there is no REL_1_24 branch at https://phabricator.wikimedia.org/diffusion/GVED/branches/master/ [19:44:40] so VE is not supported yet in that version I'd say [21:15:57] Hi, guys. Just wanted to introduce myself. I'm working on Google Code-In. [21:27:19] hello. [22:13:08] Hi MatmaRex [23:20:53] anyone here familiar with the abuse filter extension? I am trying to do some checks based off the user's IP address and the create account function [23:27:02] strange, in oojs-ui, http://dpaste.com/0YC133N.txt makes the 'next' button icon be white (and hence unreadable), try it out in code editor at https://doc.wikimedia.org/oojs-ui/master/js/#!/api/OO.ui.ProcessDialog if you like [23:27:07] and I am not sure how to overcome that [23:28:24] please help if you can :) should be something rather easy (meanwhile I'll just not use an icon as a temp workaround) [23:30:31] and this one - http://dpaste.com/35JF60P.txt - creates a strange gap between the dialog bottom and the text, again not sure how to deal with it [23:31:07] gry: If you add the 'progressive' flag the icon is at least visible. But this seems to be an issue with ooui [23:31:27] gry: ..., flags: ['primary', 'progressive'], icon: 'next'... [23:33:33] Hi. Is it possible to query DB to see categories/templates of some deleted page(s), just like for live pages from table "page" join "categorylinks" or "templatelinks"? [23:36:00] Guest92036: no, what are you trying to do? [23:39:08] Betacommand, sad. I want to generate some stats for deleted pages. [23:40:11] not really possible [23:40:30] Guest92036: when a page is deleted the associated entries in the other tables are also removed [23:41:52] ok, understood. Thank you, Betacommand [23:43:32] WHOWAS srish