[04:21:35] Howdy. [04:21:54] So, I'm having a bit of confusion with regards to there being two different DPL extensions. [04:22:42] It seems that the third party manual has parameters for mode that no longer exist. This may not be an issue, but I could use a quick bit of advice if anyone's around. [04:23:40] Basically I want to pull all the page titles from different categories and list them inline (i.e. horizontally, not vertically). Considering the 'mode = inline' functionality is gone, how can I create the same effect? [05:26:46] Heyyyy campers! Does anyone here know of an easy modification that can be made to Mediawiki to make background images for tables possible? [05:27:37] Kuu_Otava: You can add a usable class to the page "MediaWiki:Common.css". [05:27:50] ... O.O That's a PAGE? [05:28:01] Yes. [05:28:10] .custom-class-name { background-image: /path/to/image.png; } [05:28:14] Or whatever the syntax is. [05:28:24] Then you use... {| class="custom-class-name" [05:28:26] And that should work. [05:28:32] ... [05:28:32] That's... [05:28:42] ... Huh.. [05:29:49] Will it work cell by cell, or will it only affect the whole table, or both? [05:30:05] Depends how you craft your CSS. [05:30:09] And how you craft your HTML markup. [05:30:12] You can do either. [05:30:47] Are you using tables for layout? [05:31:22] For a particular section of the page, yes. [05:31:22] I'm aiming at using this for an infobox. [05:31:23] (Several infoboxes really) [05:31:42] *ponders* Do you happen to know if there's a way to make the image reactive? [05:31:56] So that in the event the infobox is larger/smaller, it'll stretch to fit? [05:32:06] You can do that with CSS. [05:32:13] Though you probably don't need to use a table. [05:32:17] You can probably use divs. [05:32:44] .. Could probably use a % size on the width: height: designators. [05:32:44] Carmela, that'd be fantastic if I knew anything about CSS. ;) [05:32:58] The works already done, I'm just looking to pretty up the finished project. [05:33:15] Try some simple searches in a search engine [05:33:15] . [05:33:28] You should be able to find dozens of blogs and other sites explaining this with code samples. [05:34:09] did someone test the MW 1.23.4 to 1.23.3 already? [05:34:15] I get some non-usual stuff: [05:34:28] Downgrading? [05:34:43] upgrading from 1.23.3 to 1.23.4 [05:34:50] it wants to patch a file in: mediawiki-1.23.3/tests/phpunit/includes/upload/ [05:35:42] I have no such dir mediawiki-1.23.3 [05:35:55] seems like from a test-install or so of the guy who created the patch [05:38:08] should I send this to the mailinglist ? [05:38:13] (if no one acts here) [05:45:39] sent a mail to Markus Glaser + the MLs [06:08:05] Is https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Tool_idea better as a tool or an extension? [06:25:31] Greetings again, I'm sorry to keep pestering you, I'm apparently too clever for my own good... >.< [06:25:52] If I said I'm trying to format a table within a table, would that make sense? I'm also failing at this task. [06:27:51] Nested tables! That's the term! [06:31:45] Kuu_Otava: it's possible, but generally nopt a good idea [06:31:53] if all else fails, you can use html syntax for tables. [06:31:57] *peers at you* Shhhhhh. [06:31:58] XD [06:32:05] Seriously though, why not a good idea? [07:20:09] Hey, so I just updated Mediawiki to the latest stable release. Now it just shows blank pages [07:20:15] http://server.me4502.com/wiki/ [07:30:19] nvm, there was a odd error with php [10:01:50] hm, still no mail by Markus Glaser [10:07:22] (resent #1) https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Tool_idea good to write it as an extension or as a tool? [10:07:53] here's what I sent via mail: http://skilledtests.com/wiki/Pastebin#Mediawiki_upgrade_.281.23.3_to_1.23.4.29_not_possible_via_patch [10:29:18] Erkan_Yilmaz: so you can create such dirs wherever you like if you don't have them, and afterwards copy the code to the correct place on the server. I am not sure what the request is. [10:30:51] well, I don't use phpunit, so why should I create it? [10:31:00] the last time I had that, the dev also fixed something [10:31:18] normally patch just runs through without asking questions [10:31:38] my comment was not related to phpunit, but your first item. [10:32:20] ok [10:32:22] but you are right with the second issue, looks like the tests folder was not included in the mediawiki-1.23.3.tar.gz tarball. Hmm. [10:32:39] worth a bug report I'd say [10:32:40] I looked at the bugs, and seems nothing critical, so I'll wait some more [10:32:49] bugs (in this release) [10:38:05] thx for looking into it, andre__ [10:52:12] Hello, I am having a really odd issue with PHP / Xcache. I am running this on Archlinux (raspberry pi), Basically, I am trying to use Xcache to speed up mediawiki, here is my phpinfo(): http://codepad.org/4I7yQIP5, here is the error i get: http://codepad.org/vXeQjeT5, here is my php.ini and xcache.ini conf: http://codepad.org/mEEj1hDJ (last pate has a bit more info in it) [10:52:17] if anyone can help me out, i would really appriciate it, i can't figure out what the problem is :( [10:52:43] ::::We shouldn't, thankfully, or else all of us would have free reign to wreak havoc on the website. • <span style="font-variant:smaallydoit [10:55:41] giggles [11:34:53] hey [11:35:12] Hi. [11:35:40] do you have any idea about Wikipedia Education Program tools ?? [11:36:01] me? [11:37:45] yeah [12:10:17] ARGGGGGHHHH... does anyone here using Mediawiki on Archlinux, using nginx/php-fpm/xcache??? I am having the most wierd problems with Xcache and i cannot fix them :( making my wiki compltyl unsuable because its so slow :( please can someone help me [12:53:18] hmm, If I have a question about creating a tag/parser extension should I ask it here or #wikimedia-dev? [12:55:34] Well, it could also potentially be solved using some template hacking, but i'm not sure if it is possible [13:44:38] when making a new config varibale (eg. $wgFoo) do we need to register it somewhere?? [13:45:57] DefaultSettings.php if it's in core [13:48:19] hi@all [13:49:22] one question. can i replace a JS function which is for example in an extension by another in Mediawiki:Common.js, like i can do it with css in Common.css? [14:12:02] Is there any way for a template to detect the difference between single and multiple level transclusion? [14:32:14] HarkonenBade: sort of, but not a good one [14:32:40] you can write a Scribunto module that sees if frame:getParent():getTitle() is the same as mw.title.getCurrentTitle() [14:36:17] actually, even that wouldn't work. your original "template" would have to be a module itself, or it would be on the wrong level [15:48:05] Hello [15:48:14] Hi alisha [15:49:14] I want to work on Extensive and robust localisation file format coverage project under FOSS opw [15:49:25] So please guide how to start [15:49:31] alisha: good to meet you! [15:49:34] I'm Sumana Harihareswara [15:49:45] I'm at the Wikimedia Foundation - I am not an expert in this specific project [15:49:55] Hi alisha, hi sumanah. [15:50:08] Hello Niharika [15:50:11] alisha: I'm an ex-OPW intern with Wikimedia. :) [15:50:24] So please guide me for it [15:50:37] sumanah: Do you have time for a quick chat? PM? [15:50:51] Niharika: yes [15:51:00] alisha: I don't have expertise about that project, but I'm looking. [15:51:13] Ok [15:51:14] Link? [15:51:17] alisha: so I see in https://www.mediawiki.org/wiki/FOSS_Outreach_Program_for_Women/Round_9#Extensive_and_robust_localisation_file_format_coverage that there are some mentors listed [15:51:23] alisha: Niklas Laxstr�m, Federico Leva, Siebrand Mazeland [15:51:34] Nikerabbit: Nemo_bis: ^^ [15:51:42] I know their IRC nicknames - Nikerabbit and Nemo_bis are the first two [15:51:59] OK [15:52:00] I checked using /whois and siebrand is not around right now [15:52:21] Thank you [15:52:29] alisha: did you already try reaching out to Niklas or either of the other mentors, via email or some other method? [15:52:55] I have just send the introductory mail to the mailing list [15:53:06] alisha: I assume you're the same Alisha who emailed wikitech-l? (also, welcome :) ) [15:53:08] alisha: that's a good first step [15:53:14] YES [15:53:15] * greg-g is doing morning email reading [15:53:25] Thank You [15:54:02] alisha: have you ever contributed to an open source project before? I ask so I can give you appropriate advice [15:55:10] Actually not exactly [15:55:18] alisha: that's fine :) [15:55:33] alisha: Outreach Program for Women is meant to help newcomers like you [15:55:44] I'm impressed that you got onto IRC and that you emailed the mailing list [15:55:45] But I have helped my friend in doing so [15:56:05] Thank you [15:56:24] I have worked on DXF libraries [15:56:29] alisha: You can start doing some stuff that is common for almost all projects already: Learning git, setting up Mediawiki and getting on gerrit. [15:56:57] I have my github account [15:57:15] I very commonly use to update my projects [15:57:27] Sounds like "Learning git" is probably already done then :) [15:57:43] You can say [15:57:51] gerrit is similar, but has some quirks [15:58:07] Ok [15:58:10] I will try [15:58:34] Can you introduce me about gerrit [15:58:55] alisha: https://www.mediawiki.org/wiki/Gerrit/Tutorial [15:59:12] You'll want to create an account at https://wikitech.wikimedia.org/wiki/Main_Page if you haven't already [15:59:23] alisha: I think you will also find http://www.harihareswara.net/sumana/2014/02/26/0 useful - it has some tips about open source communication [15:59:54] I will definitely go through these links [15:59:57] alisha: great! [16:00:32] also alisha have you made a user page on mediawiki.org? that will be a good thing to do, to introduce yourself [16:01:36] I also corrected some bug lists links in the project description, it was pointed out they were working only for me ;) [16:01:43] No I haven't yet But will do it as early as possible [16:02:10] :) [16:04:09] No shortage of todos as a start :) [16:05:52] Ok I will go through them again [16:13:58] alisha: what do you mean by technical tips? [16:28:00] I mean something like in which side should I start [16:28:45] Like some tutorials may prefer and introduction to the project [16:29:06] In more detail [16:41:22] good luck alisha_ [16:41:43] Thank you [17:05:25] Happy FLGOSS devel appreaciation day everyone [17:09:34] what does the G stand for again? [17:09:53] Gratis? [17:11:59] "free (both kinds!) open source software" seems a tad redundant [17:13:25] Free as in beer [17:13:30] mine cost 1€ / can [17:15:02] now I gotta go home and upgrade the servers to a non shellshock vulnerable versions [17:17:01] btw only 92 days to go to Boxing Day Boozathon 2014, the 4th annual installment of excessive intoxication and sacre merde jokes [17:17:35] That seems on topic. [17:26:05] cscott: beware, an entire list of magical beasts of Harry Potter may get angry at you if they discover they're completely suppressed from PDF output of http://parsoid-lb.eqiad.wikimedia.org/enwiki/Magical+creatures+%28Harry+Potter%29?oldid=355938673 ;) http://en.wikipedia.org/w/index.php?title=Special:Book&bookcmd=render_article&arttitle=Magical+creatures+%28Harry+Potter%29&oldid=355938673&writer=rdf2latex [17:27:49] Nemo_bis: yes, most tables are suppressed right now. https://gerrit.wikimedia.org/r/107587 adds table support, but it makes most output look worse. i need to more intelligently handle table size, page breaking w/in tables, cell alignment, etc. [17:29:34] sure, tables are a can of worms [17:29:48] i'll watch out for magical beasts, though. [17:29:50] isn't div col supposed to be easier [17:31:28] i can probably special case '' which is what harry potter uses. [17:31:43] Special casing Harry Potter sounds wise [17:35:07] Nemo_bis: https://bugzilla.wikimedia.org/show_bug.cgi?id=71317 [18:49:14] gwicke: is this correct? http://parsoid-lb.eqiad.wikimedia.org/frwikibooks/Programmation_C_sharp%2FUn_premier_programme?oldid=428741 [19:11:26] maybe cscott knows [19:14:13] Nemo_bis: the CSS looks odd there [19:15:29] Nemo_bis: the unstyled content towards the end has a span of class mw-content-ltr [19:16:07] although earlier content has that too [19:16:25] not sure what causes the box to not extend all the way down; the DOM looks okay at first sight [19:22:41] gwicke: that page is a bit esoteric indeed [19:22:49] In the meanwhile I filed https://bugzilla.wikimedia.org/show_bug.cgi?id=71326 for a part which seems unrelated [19:24:36] Nemo_bis: thanks! [19:27:04] * wmat curses Oracle :/ [20:03:58] !semantic [20:03:58] Semantic MediaWiki is MediaWiki extension that lets you store and query data within the wiki's pages. It has a dedicated IRC channel at #semantic-mediawiki. [20:40:21] Hi all [20:41:06] I am trying to install MediaWiki 1.23.4 [20:41:55] I am on centos 6.4 [20:41:58] heh, that reminds me of something... [20:42:24] we always forget to update channel topic! [20:43:11] I have copied everything to document root [20:44:14] And while accessing the index.php it says MediaWiki 1.23.4 LocalSettings.php not found. [20:44:25] Please set up the wiki first. [20:44:40] well, until that step, that's correct [20:45:18] when i click on the setup , its getting redirected to a blank pg ../mw-config/index.php [20:46:20] I am lost at this point [20:47:20] !blank [20:47:20] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [20:47:54] gkr: since you don't have LocalSettings.php, you should look at your webserver's error log [20:48:19] or turn on error_reporting in php.ini [20:48:24] ok, let me have a look [20:48:31] at least to know what error message do you get [20:52:19] PHP Fatal error: Class 'DOMDocument' not found in /var/www/html/wiki/includes/cache/LocalisationCache.php [20:52:23] tats the error [20:52:57] gkr: You need php-xml [20:53:01] gkr: you should install php with xml support, maybe the php-xml package or something [20:53:01] Not sure what it's called on centos [20:56:38] ok , installed it with all the dep. modules [20:57:29] need a apache bounce ? [20:57:51] yes, or at least a -k gracefult [20:57:59] * -k graceful [20:58:43] still, some centos installations are known to cause PHP segfaults for still unknown reasons. If that ever happens to you, you'll have to recompile PHP yourself :( [21:01:19] well well well..its coming up :) [21:01:56] Error starting session: session_start(): open(/var/lib/php/session/sess_fiabgiee99isf157alf9ur3f52, O_RDWR) failed: Permission denied (13) [21:02:53] that's a file permission error then ;) [21:03:02] user running php/webserver can't write to that dir [21:03:15] give write permissions to /var/lib/php/session/ to the user running apache [21:05:32] checking [21:10:04] fixed tat and did a f5, Bingo !! [21:10:08] got it :) [21:10:54] Thanks for the helping hand @Vulpix and @Reedy [21:11:08] Good day folks [23:32:13] hello