[00:58:03] Okay so I'm having a problem I'm trying to upload a 153mb zip of images (max size is set to 200mb) but its saying its too large on the upload page? [01:01:08] any suggestions? [01:05:55] What does Special:Upload say the max upload size is [01:06:16] Max upload size is the lowest of whatever mediawiki is configured to, and the apache configuration, and the php configuration [01:07:26] MirrorOfKalandra: So check also the upload_max_filesize and post_max_size directives in your php.ini config file [01:22:46] 100mb [01:22:48] how do i chang ethat [01:23:05] yeah i changed those variables in php.ini to 200mb [01:23:10] but special:upload says 100mb [01:29:58] MirrorOfKalandra: You may have to restart apache for those changes to take affect. [01:30:21] MirrorOfKalandra: Also, you added $wgMaxUploadSize = 1024*1024*200; to the bottom of LocalSettings.php ? [01:30:39] (If you added it to the top, or misspelled it, etc, then it would default back to 100 ) [01:32:18] ive already restarted it ^_^ [01:32:24] no i didnt [01:33:54] do i upload the zip before clicking unpack? [01:34:01] or do i just select the zip and hit unpack? [01:34:41] MW does not have any special support for zip files [01:34:54] you need to unpack it and upload each file individually [01:35:40] LOL? [01:35:48] it says u can upload zips and unpack them wth [01:35:56] im not manually adding like 5000 images ;( [01:38:56] that would be insanity [01:40:03] http://www.mediawiki.org/wiki/Extension:MultiUpload [01:40:08] thats what i use it says it supports it ^_^ [01:54:13] found an easy way to do it [01:54:17] using msupload [01:54:18] w00t [03:30:36] Hi [03:30:55] Can some one help me with a very basic Query [03:31:31] Do we know where the actual wiki page will be present? [03:31:41] Is there centralized location we can find it? [03:31:57] Suji, the actual wiki page? [03:32:01] Suji, what? [03:32:20] For eg: the pages created within Wiki [03:32:43] Are they stored in Database directory or can it be stored in a Centralized location? [03:34:02] ... I have no idea what you're talking about [03:34:55] A user logs in to a i and creates a new page [03:35:04] where is that Page stored? [03:36:14] Is the question clear now? [03:36:14] the database [03:36:19] Ok [03:36:32] I have no idea what more centralisation location you have in mind [03:36:47] By centralized location I meant a location .. [03:36:51] .... [03:36:56] may be a folder within your Harddrive [03:38:22] Hi. I just installed and configured CentralAuth on my wiki farm, but when I try to login I get this error: "The provided authentication token is either expired or invalid." on Special:CentralLogin at the "login wiki". [03:38:29] Are you aware of any Wiki Software that let the users store newly created paged to a folder location[Eg:C:\Wiki] .. so that they administrator can modify it [03:38:52] The user is successfully logged in, but... why does that error appear and how can I fix that? [03:48:17] Polsaker: are you setting up a new wiki farm? If you don't have to use CentralAuth, I'd highly recommend you don't [03:48:40] instead do something like https://www.mediawiki.org/wiki/Manual:Shared_database#The_simplest_setup:_A_shared_user_table [03:51:48] legoktm, I'm just experimenting with the extension on a local server and I wonder why that error happens.. [03:52:35] what are you using to store sessions? [03:53:53] legoktm, cookies, I think? [03:55:30] try putting them in memcache? [03:56:12] legoktm, I'm not using caches on my setup.. Is that needed for CentralAuth? [03:56:21] yes [03:57:05] you might be able to get away with $wgMainCacheType = CACHE_DB; [03:57:35] * Polsaker tries [03:57:51] oh, you might need to set $wgSessionsInObjectCache = true; [03:59:41] but tbh, setting up centralauth usually isn't worth the effort. [03:59:46] why do you want to use it in the first place? [04:00:35] legoktm, Well.. I started to set up it, now I want to finish! :P [04:00:52] ...that's not really a good reason. [04:01:18] Also for testing .. [04:01:50] legoktm, With the cache enabled for all the three wikis.. the login works for one wiki but throws the same error for the other two.. [04:03:02] the cache probably isn't being shared somehow...I'm not too sure, I'm not super familiar with the SUL2 login system. [04:03:25] legoktm, Ok! I'll try to set up memcached [04:04:05] you can try playing with it, but my general recommendation is to stay away from CentralAuth unless you actually really really need it, because it's a terrible mess and a pain to get rid of once your realize what a horrible mistake you've made. [04:04:54] heh [04:31:08] legoktm, Thanks! It works like a charm :) [04:46:09] hello [04:46:29] i removerd the mediawiki logo, powered by media wiki, in my wiki page [04:46:44] but i want to add some logos in desired places instead [04:46:56] i searched alot, but i could add one logo [04:46:57] not more [04:53:01] karami: You want more than one logo? Different ones for different pages? [04:53:38] different logo for different external link [04:55:07] understand my question? [05:08:18] go offline? [05:24:01] karami: Sorry, don't understand the question. "Logo for an external link"? [05:30:47] yes, pease see my wiki [05:31:00] http://wiki.parsintelligent.com [05:31:12] see our company logo in down,-left [05:31:21] if i click on this [05:31:31] it go to external link [05:31:35] i want to add some other [05:31:39] could you pelase help?? [05:32:25] Googled "multiple logos mediawiki footer"? [05:36:01] yes [05:40:50] have you inderstand what i mean? [05:43:11] Yep. No answers to be found via searching then? [05:43:31] Not possible to make a copy of that piece of code? [05:43:38] A WM-plugin perhaps? [05:44:42] you mean i add the code in here [05:44:43] ? [05:46:53] i add this code [05:46:54] $wgFooterIcons['Pars_Intelliegnt_office']['myicon'] = array( "src" => "{$wgScriptPath}/logo.png", "url" => "http://www.parsintelligent.com/", "alt" => "dsffwfwew", "height" => "100", "width" => "160", ); [05:46:58] for one logo [05:54:27] why no answer me?? [06:08:10] Because I'm doing other things as well. I don't think I'll be able to help you though. Good luck. :) [07:14:48] how could i add more logos in footer [07:14:54] could anybody help me? [07:15:01] i am waiitgn in irc 2 hour [07:15:06] no one can answer [07:57:30] Nikerabbit: https://code.google.com/p/gerrit/issues/detail?id=287 :OOOO [07:59:27] https://bugzilla.wikimedia.org/show_bug.cgi?id=35534#c19 [08:02:00] Maybe it's not what it seems, but let's be happy for few minutes [08:24:29] how can i add more than one logo in footer? [08:24:41] i have searched, i can add just one logo [08:44:56] greetings [08:45:40] can anyone explain to me why using a wysiwyg editor (ckedit) ruins the layout of a wikipage if an extension is used on that page? [08:46:14] is that behavior that is to be expexted or am i doing something wrong [08:58:40] Hans_, hi. [08:58:51] Hans_, ckedit is a mediawiki extension or something else? [08:59:23] it`s a mediawiki extension/a wysiwyg editor [09:03:15] ckeditor or fckeditor? [09:03:36] ckeditor,as i`ve read that fckeditor isn`t updated anymore [09:04:15] ok [09:04:53] ckeditor isn't maintained either... it wasn't touched since mw 1.17 if the doc is correct [09:05:12] i might suggest using visualeditor -- it's under active development at the moment [09:06:27] https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor it gets updated from time to time,last one was six days ago or something close [09:08:37] i have visual editor running on a different box to test it.it does not seem that bad but it is not as close to "microsoft word" as the target userbase of the wiki i am working on would like it to be [09:16:06] for example,i set up a few links for the Mediawiki:Sidebar and give them names,everything is fine.next time i edit that page (i don`t even need to change anything,just hit edit and save again), the links are broken and a lot of wiki-markup gets mixed with regular text [09:44:18] i want to add more than one logo in footer [09:44:24] what should i do? [09:45:49] plagiarise wikimedia projects config i guess [09:45:54] * Svetlana looks [09:46:17] what?? [09:46:56] Wikimedia projects have 2 logos (run by WMF, powered by MW). I'm looking it up for you. [09:47:02] They also have public configs. [09:47:22] Actually https://www.mediawiki.org/wiki/Manual:$wgFooterIcons appears to be of use and it's easier to read than their configs. [09:47:24] which config? [09:53:17] in [09:53:20] $wgFooterIcons['poweredby']['myicon'] = array( "src" => "/path/to/my/image.png", // you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" "url" => "http://example.com/", "alt" => "Some text here...", ); [09:53:27] i can jst add one logo [09:53:36] not more than one logo [09:53:50] Ah, I see what you mean. [09:54:14] is it possible to add more than 1 logo [09:54:15] ? [09:56:22] why not asnwer [09:56:27] can i add more than one logo [09:56:32] ? [09:57:32] I'm not sure, I'm playing with it on my wiki. [09:57:48] ok, let me know please [10:13:50] please see my wiki [10:13:55] wiki.parsintelligent.com [10:14:00] i want t have such thing [10:14:07] but it is pic [10:14:13] i want to add all of them one by one [10:28:39] The way it works doens't meet my expectations at all. [11:01:49] : what?? [11:03:17] I'm sorry, please ask here: https://www.mediawiki.org/wiki/Project:Support_desk [11:03:39] I can not figure it out myself. [11:04:01] When I want it to do something, it doesn't. Documentation doesn't say why. I'm not a prophet. [11:06:37] karami: tried juest to add $wgFooterIcons["mynewicon"]["mynewcon"] = array(...) ? [11:08:05] how about its place? [11:08:11] it place after each other [11:12:01] saper: Yes, I tried. No effect whatsoever. [11:21:30] i add this [11:21:33] just one logo [11:21:37] not more than logo [11:28:31] ?? [11:28:41] saper?? [11:34:10] sorry, I don't know what you want to achive [11:34:12] achieve [11:34:48] s/he wants to add 2 new logos to the footer [11:35:07] the software adds one, then s/he tries to add a second one but it doesn't get added at all [11:35:27] "new" meaning "in addition to the default set of logos" [11:37:46] : could you answer my question?? [11:38:02] I did. The answer is: "I don't know". [11:38:18] I had suggested to ask https://www.mediawiki.org/wiki/Project:Support_desk if nobody replies here. [11:39:34] sorry It works for me [11:40:17] what do you mean? [11:40:21] ould you please let me know [11:40:25] https://dpaste.de/rfXY [11:40:35] ^^ this adds two icons to my MediaWiki [11:40:38] using vector skin [11:40:58] two new icons added [11:42:09] i have added [11:42:15] just the second one shown [11:45:34] : could you help/? [12:04:44] why do not asnwer me?? [12:05:30] karami: using vector? [12:05:55] i do not want to change its skin [12:05:56] please see [12:06:03] wiki.parsintelligent.com [12:06:11] which skin are you using [12:08:33] i do not know [12:08:36] please see [12:08:43] http://wiki.parsintelligent.com [12:08:46] Yes, I see, but I have no idea [12:08:50] please do not repeat [12:09:04] I have added two icons sucessfully this way on my wiki [12:09:53] could you please remote and see my config [12:09:56] through team viewer? [12:10:45] could? [12:11:43] not time for that sorry [12:12:16] check this out in your "View source" !-- ERROR -->تهران، بلوار نلسون ماندلا (آفریقا سابق)، خیابان ناهید شرقی، پلاک 26، طبقه 3 واحد 10. شماره تماس 22012044-021 [12:12:34] what? [12:12:36] sorry this Persian is not righttoleft probably [12:12:40] see view source [12:12:43] and look for ERROR [12:13:47] you mean i delete error [12:13:51] or sentences? [12:14:18] solve the problem [12:14:36] I can't read farsi so I don't know what it says [12:14:40] you mean solve the problem, why error occur? [12:14:53] yes, maybe that helps [12:14:59] but i just add another text [12:15:03] I need to go now, sorry [12:15:05] before i add two logo [12:15:09] it show that error [12:15:11] no [12:15:12] no [12:15:18] please asnwer me [12:15:18] and then go [12:15:36] no, need to make some food for my kid, no support today [12:15:50] he he:d [12:15:53] please [12:16:00] i am kid in mediawiki also [12:16:02] help me [12:16:21] if you remote, maybe can help me solve [12:19:15] karami: did you paste your config changes which deal with " $wgFooterIcons " somewhere already so people could take a look, in theory? [12:19:28] karami, and please stop whining. It's not very constructive. [12:21:04] do you know the solution of my question [12:21:05] ? [12:21:17] karami, why do you reply to my question which another question? [12:21:32] if you do not provide enough information, NOBODY knows the solution to your question. [12:21:59] i do not find out your question? [12:23:09] could you please repeat your question another time with smple words? [12:23:14] karami: did you paste your config changes which deal with " $wgFooterIcons " somewhere already so people could take a look, in theory? [12:23:37] realy i do not understand your question [12:23:38] :( [12:23:48] where are your code changes? [12:23:51] show them. [12:24:02] i change the code in localsetting.php [12:24:06] show them. [12:24:11] do NOT describe them. Show them. [12:24:18] in where? [12:24:25] I don't care. [12:24:33] paste it. somewhere. but ONLY the changes. [12:24:34] i paste the code in channel? [12:24:41] no, that's too much noise. [12:25:48] please see [12:25:49] http://ur1.ca/i6ydd [12:25:53] i add the codes there [12:25:57] please see and feedback me [12:27:09] are the typos intentional? [12:27:17] what?? [12:28:40] karami, what I just wrote. [12:28:46] "what??" is not a very helpful answer. [12:29:12] h ehe, but i should understand your question first [12:29:18] else i can nto answer [12:32:09] why you be sad? [12:32:17] and not asnwer me?:( [12:38:44] karami, probably because I have also other things to do instead of spending all my time on IRC? [12:39:00] karami, I am not a private support channel. IRC means patience. [12:39:13] yes, you are right [12:39:18] i will wait:) [12:39:27] I thought it means Internet Relay Chat. [12:39:27] karami: change FIRST instance of "Pars_Intelliegnt_office" to "PARS" [12:44:47] if i changed to PARS [12:44:52] my wiki will not be load [12:47:44] karami, that's not helpful. If there is an error, tell us the error. [12:48:05] it did not show two logo together [12:49:20] you just want to fail me [12:49:32] but i have question, if you help me i will thank you [12:55:47] it is ok, but can i chnage its position [12:55:51] ? [13:01:46] andre__: no quips in bugzilla anymore? [13:02:42] can I list all categories in a wiki through the API? [13:06:07] forget it, figured it out [13:06:20] saper, uh? [13:06:22] there should be [13:06:33] yes, I see one after running a search query. [13:07:47] karami: Does "you just want to fail me" imply that you assume bad faith in me? [13:08:09] no, but always try to ignore my questions [13:08:17] and ask me other [13:08:17] you are good man [13:08:19] karami, please learn how IRC works. [13:08:25] h ehe:d [13:08:27] karami, I am not your personal help line. Nobody is. [13:08:28] it is my irc:d [13:08:32] :) [13:08:34] If you are not patient, go somewhere else. [13:08:35] yes, i know [13:08:40] Really. You are rude. [13:08:42] yes, you are ight [13:08:46] Goodbye. [13:08:52] no [13:09:05] you do not understand me well [13:09:21] i apologize if you understand me like that [13:09:22] Communication is a two-way-process [13:09:38] yes [13:09:44] karami: You don't need the <> btw :) [13:09:56] Tabcompletion [13:10:04] now have you understand my questio? [13:10:45] now have you understand my question? [13:10:57] Still the footer? [13:11:09] yes, i add two logo [13:11:19] but i want to know how could i change their positions [13:11:21] ? [13:12:26] Goodafternoon, can somebody help me with a question? [13:13:04] Ive edit an article while i wasnt registered [13:13:34] Now i am registered but still my IP adress is visible [13:14:16] SRejiw: Visible to others as well? [13:14:32] Yes [13:14:37] In the History of the article [13:15:05] I thought when ill register me it will syncronise or something [13:16:10] Can still have several users access from the same IP [13:16:52] I dont know but i just dont like that my IP adress is on the internet [13:17:17] And it's quite an ehm sensitive subject here [13:18:32] IP-addresses usually aren't accurate indicators of who's done something. [13:18:54] You can probably get a new one, depending on your configuration. [13:25:06] do not understand my question? [13:25:55] karami: I do, but I can't help you. [13:26:28] Thanks:) [13:26:37] i should wait, till any body help me? [13:26:46] or i should repeat my question? [13:27:02] if i put in my ipadress on internet i can track my location [13:27:09] I'd ask somewhere else. A forum, a wiki-talk-page etc. [13:27:10] so its quite a problem [13:32:52] well [13:32:59] how would it know to change the IP to you? [13:33:04] since, you where unregistered.. [13:33:26] i posted an edit [13:33:45] without an account, so i thought just wiki could see my ip [13:34:10] its fixed [13:34:18] lol [13:34:21] derppp [13:39:09] does any body know, how could i change my logos position in footer [13:39:11] ? [13:39:20] i want to arrange the footer positions [13:39:28] if any body lnow, let me know [14:27:00] Morning. Quick question. I had need of a way to prevent text from flowing around certain images in a frame, so I created a template that basically wraps a block of text in a
. Unfortunately, while it does do what I need, it also seems to strip the [edit] button from any section inside it. Any thoughts? [14:33:01] moliver: are the [edit] links really not in the dom, or are they just hidden somehow? [14:33:18] They're completely gone, so far as I can tell. [14:33:26] that'S odd. [14:33:43] but section edit links inside templates are kind of magic anyway... [14:33:55] https://dpaste.de/LCqD [14:34:29]
{{{1|}}}
[14:34:37] That's the template. Pretty straight forward. [14:35:18] Aaaaand. [14:35:19] https://dpaste.de/rrnu [14:35:23] That's the wikitext. [14:35:57] Do you think they're getting the header list from the template page instead of the actual page? [14:36:13] That would account for it, since edit links only appear when there are four or more headers, I think. [14:36:33] Maybe I need a safesubst: on the template. [14:38:35] Well, then. [14:38:38] That's really wierd. [14:39:06] It basically removed the every block of text with that template called, now. :D [14:41:22] Anyway, substituting the template onto the target page worked. /shrug. [14:42:44] is there an wasy way to get something like this updated: https://en.wikipedia.org/wiki/Wikipedia:Most-missed_articles [14:42:58] o wpuld really love to get a top 300 or something to hunt through [14:43:02] *I would [16:40:43] Hello all [16:41:33] im new to the mediawiki and would like to ask a question [16:43:59] I have 2 properties A property being a URL sheme (such as http:// or Https://) and B property being an IP address. I want to join the 2 together to create a link. I can get them together but they do not form a link what might I be missing? [16:55:08] do you have actual html on it? [16:55:45] like, I'm pretty new to php but i think it would be 'link text'; [17:41:34] ori_: thank you for your earlier advice about uding dump; looks like a good option [17:45:23] How can I remedy this? "Fatal error: Class 'ValueParsers\GeoCoordinateParser' not found in /volume1/web/wikiprivat/extensions/SemanticMaps/src/SM_GeoCoordsValue.php on line 160" [17:46:38] gute: update S*manticMaps [17:51:06] FoxT, I did. https://dpaste.de/gy3s/raw Still same result. [17:52:06] gute: What version of SM do you have? [17:53:58] FoxT, 2.0 [17:54:44] Odd. According to Jeroen SM should be at 3.1.1. [17:55:22] Did you recently upgrade Maps? [17:55:39] oh. sorry. misunderstood. semantic maps: 3.1 Semantic Mediawiki 2.0 [17:56:05] That makes sense. You definitely need SemanticMaps 3.1.1 [17:56:11] yes. recently upgraded to mediawiki 1.23.3 [17:56:19] +all extensions. [17:57:07] alright. is it not in composer then? that's odd. Or is it just a matter of time? [17:58:02] gute: According to https://packagist.org/packages/mediawiki/semantic-maps 3.1.1 should be installable via composer [17:58:52] well, as you can see here: https://dpaste.de/gy3s/raw I just did an update + install [17:59:35] Hmm, I've got a theory: Composer tries to install a combination of packages, that is valid according to your composer.json. [17:59:50] The issue with SM and Maps is, that SM does not support the latest version of Maps [17:59:59] Now, to solve this there are 2 possibilities [18:00:17] keep Maps at the atest version, or raise SM to the latest downgrading Maps [18:00:38] Solution: Edit your composer.json to explicitly require SM 3.1.1 [18:03:18] FoxT, you mean like this? https://dpaste.de/VUow/raw [18:05:02] Yes :) [18:05:32] I don't know, somewhere it gets the notion, that data-values/geo should be at 1.0 [18:05:50] ok. will downgrade maps then.. [18:06:33] try that. Might be you also need to delete vendor/data-values/geo [18:09:02] FoxT, ok to first delete sm and maps folders? then run the parser commands? [18:09:14] keep getting errors. [18:09:53] i would edit composer.json directly. Remove SemanticMaps from it (and Maps should you have it) then run composer update [18:10:02] ahh.. vendor/data-values/geo.. I'll try that [18:10:06] that should uninstall SM and Maps [18:10:16] then re-install [18:15:37] FoxT, That did the trick! Thank you! [18:15:47] np [18:16:24] :) [19:20:33] bonsoir ! [19:24:22] Quand j'essaye de créer une boite sur ce modèle, http://wiki.april.org/w/Mod%C3%A8le:Boite mon wiki met "{{#ifeq:default|default||32px}}" avant le titre sur la boite créée... Quelqu'un a une idée ? [19:24:59] Salut malory! [19:25:04] comme ici d'ailleurs http://www.igsoft.eu/WikiFrWinPrest/index.php?title=Mod%C3%A8le:Boite [19:25:15] salut marktraceur [19:25:19] :) [19:25:57] malory: As-tu installe' l'extension ParserFunctions pour ton wiki? [19:26:03] !e ParserFunctions [19:26:03] https://www.mediawiki.org/wiki/Extension:ParserFunctions [19:41:19] ow non je débute et j'ai pas encore regardé tout ça marktraceur :) [19:41:22] merci ! [19:42:21] Hello! I am having trouble installing MW1.23 on dreamhost. I keep getting the 1146 Error: "mydatabase.interwiki doesn't exist" [19:44:30] what db are you using? [19:44:42] sinix: mysql [19:44:48] linux? [19:45:13] I am using a mac, and uploading/installing on my dreamhost account [19:46:27] I found this thread, but I am unable to grant all permissions with Dreamhost: https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Unable_to_complete_installation:_Database_returned_error_1146:_table_interwiki_doesn%27t_exist [19:49:19] I'm not sure how Dreamhost works - did YOU install mysql on it? [19:49:24] or is it something they do for you? [19:50:27] Queeniebee: Did you go through the whole install.php pipeline? [19:50:40] And were there any errors? [19:50:52] sinix: they have a preinstalled mysql cluster [19:51:28] Reedy: yes they do [19:51:41] marktraceur: do you mean the MW config interface? [19:52:27] several tables have been written and I am able to log into phymyadmin with the credentials created on dreamhost and used in for the MW database but mydatabse.interwiki cannot be installed [19:52:42] but unlike the thread I pasted I cannot grant more permissions [19:52:59] is there any documentation of this problem with dreamhost [19:53:05] marktraceur was asking whether, when you first open MW, and it walks you through a config - did that complete succesffully? [19:53:17] sinix: yes it did [19:53:20] well no [19:53:28] i can't view the wiki because of the error [19:53:36] unforntualetly I need to leave this session [19:53:43] should i file a bug [19:53:53] talk to Dreamhost imo [19:53:56] But there were no errors in the installation, which is weird [19:54:08] only this one [19:54:27] Queeniebee: When you login to the phpmyadmin interface, can you see the mydatabase.interwiki table? [19:55:40] there is no interwiki table [19:56:07] Queeniebee: Wait, isn't interwiki an extension? [19:56:42] I unchecked the extensions [19:56:53] when I redid the install yet I still have the error [19:57:20] There is an interwiki extension [19:57:23] but the table is in core [19:57:31] I need to logoff, running late to class: should I file a bug? or should I search for interwiki extension errors? [19:57:43] tes, the table definition is in maintenance/tables.sql [19:57:54] *yes [19:58:04] Queeniebee: Can you try running update.php first? (file a bug anyway, if you can't fix it like that) [19:58:15] i wonder why it's just the interwiki table that people have issues with [19:58:35] I wonder if it's because searchindex fails [19:58:42] if interwiki is missing, querycache should be missing also, etc [19:58:44] with hardcoded ENGINE=MyISAM [19:58:47] Right [21:22:47] Hii all, just installed Extension:Push. Currently studying : Is there a way to push a french translation of Extension:Push to my « Pousser » tab : xtof.me/w/Extension:Push [21:26:51] Sorry for the confusion. My question : is there a way to push on mediawiki a draft french translation of Extension:Push. I’m a newbie, perhaps on mw:Extension:Push/Fr according to naming conventions. [21:27:37] I’d be happy to localize some screenshots of the UI. Thanks. [21:30:26] xtof: Translation of MediaWiki and its extension is done via https://translatewiki.net [21:34:50] FoxT : thanks for the information. [21:46:41] FoxT: no, xtof is just talking about the documentation page. [21:47:02] xtof: yes, it should go on the page "Extension:Push/fr". [21:47:41] ...and that would be very welcome. [21:47:42] Yaron: xtof: Ah. Sorry then for the confusion. :/ [21:48:10] Your names are very similar, by the way! [21:48:26] Just thought I'd mention that. [21:48:44] Not related as far as I know. :) [21:49:50] Yaron and FoxT: ok I’ll do that later : will have to place the suffix /Fr. Currently missing a wiki-target to produce some images. Would you have any sandbox wiki to test Push ? [21:50:15] Just make sure it's "fr", not "Fr". [21:50:31] I don't know of a sandbox wiki for Push... [21:51:09] Yaron : ok for w/Extension:Push/fr naming convention [21:51:14] me neither. Sorry. [21:52:32] No problem, I’m planning to install a local instance to make first import/export tests and images. [22:49:05] Let's say Category:Animals is inside of Category:Biology. And I'd like to get category members of both categories (the parent one and the child one). Do I have to do this manually, i.e. by iterating through child categories, or is there a better way? [23:01:41] Svetlana: you mean, in PHP code? You'll have to do it manually - although there are some extensions that already have code that does it. [23:36:42] Yaron: No, I'm writing a program which uses the API. I see. [23:36:58] Oh, okay. [23:40:05] Hi all. I am having a problem after moving MW from one server to another. Pages that exist on the old server, are not on the new one. When looking at the database, three tables have different amount of entries between the two servers. Archive (new server has twice as many rows), l10n_cache (new server has 124 less rows) and objectcache (new server has two more pages). Anyone have a clue what may be going on? [23:42:55] (The API is dog slow. Since I'm going to run it on WMLabs, I should probably learn to use a database.)