[02:42:46] hi all - in the 1.25 mw api, how do I get the next set, after this : action=query&list=allpages&format=json&apfrom=a&continue=' [02:43:29] the output shows : "continue":{"apcontinue":"AGIT_2008","continue":"-||"} [02:43:48] I just bump the apfrom param only ? [02:47:32] Can anyone here point me to the Google Code In Installation and Setup guide? [02:48:52] I would like to set up the development environment for mediawiki. I have looked at many tutorials, and have installed XAMPP on my windows machine. currently, I am on this page trying to install Vagrant. https://www.mediawiki.org/wiki/MediaWiki-Vagrant Please help in any way you can. [02:53:58] I see - aplimit may not be over 500 for users.. and just bumping apfrom each time does do it [02:58:13] .. and apcontinue:null marks the end [02:58:59] Can anyone here point me to the Google Code In Installation and Setup guide? I would like to set up the development environment for mediawiki. I have looked at many tutorials, and have installed XAMPP on my windows machine. currently, I am on this page trying to install Vagrant. https://www.mediawiki.org/wiki/MediaWiki-Vagrant Please help in any way you can. [03:00:20] uhh psst MtDu - I can almost gurantee that hitting something long like that twice .. or every few minutes, will get you no friends [03:00:52] I answered my own question.. but for you, I can say for sure that everyone here can read [03:01:27] Ok. Sorry. This is my first time on this. Please forgive me. [05:49:25] * elmerg waves. Is anyone here good with/familiar with DPL? I have a question and I can't seem to find an answer in the DPL help file. [05:52:39] elmerg: Which version of DPL? [05:53:22] Trela: the 3rd party DPL extension. [05:53:38] Alright, I might be able to help. What are you trying to do? [05:54:44] I have pages that are titled 1. through 10. . I'm right now sorting by title. Howeve,r it shoves 10. in after 1., rather than at the end. I'm needing to sort by numeric order, rather than absolute page name. [05:55:58] Ah... That is a typical sorting issue. What is your sort column/key? [05:56:02] I assume page name. [05:56:08] * elmerg nods. title. [05:56:41] ordermethod=title [05:58:08] I actually do not have a good answer for this and it sounds like a bug. It probably needs a CAST on the database query to fix it. [05:59:01] * elmerg hrms. I suppose I could just rename them to Chapter maybe? No, that'd still shove Chapter 10 in after Chapter 1. [06:00:46] I forget, but I think padding the numbers with zeroes might fix it, 01, 02 ... 10. [06:03:04] elmerg: What wiki? I tried to search your username to find it, but unfortunately that results were quick explicit. x_x [06:03:09] *the [06:03:12] *quite [06:03:15] I'm a little broken now. [06:04:47] LOL. theatremush.com [06:05:03] Specifically, theatremush.com/wiki/Test, the sort at the bottom of the test page. [06:06:40] Yeah, that is how it sorts on the category page too. http://theatremush.com/mw/index.php?title=Category:Rulebook [06:07:13] Also, you are running an old version of DPL. The DPL 2 series is up to 2.3.0 and you are running 2.0.2. [06:07:30] I work on the DPL 3 series. [06:07:49] * elmerg nods. I will see about updating it. You think that might help? [06:09:56] It would not hurt to get updates and fixes. Unfortunately I can not find version history past 2.0.1. [06:10:04] * elmerg also gives BB some superglue. [06:10:29] * elmerg nods. I'll do the updates in the morning, see if that helps. I should hit the hay, it's late here. [06:11:38] Sleep well! By the way, DPL3 is a full rewrite of the DPL2 code base for performance and continual updates. If you decide to ever switch, let me know. :D https://www.mediawiki.org/wiki/Extension:DynamicPageList3 [06:15:40] * elmerg grins. I'll give it a look-see and let you know! [09:02:03] Hi everybody. I got a problem after upgrading my MediaWiki installation from 1.25.x to 1.26. Every page using the SyntaxHighlight_GeSHi extension causes a fatal error with this message: https://dpaste.de/NvYC. Obviousliy, the Pygments class is not found. So, what am I doing wrong? I upgraded my wiki installaton as usual and haven't changed anything on my own. Appreciate any help. [09:03:00] Do I need to upgrade Pygments to the newest version through pip ? [09:33:18] borderland: inside the directory of Syntax highlight, run 'composer update' [09:57:16] borderland: inside the directory of Syntax highlight, run 'composer update' [09:57:26] borderland: may I ask how you updated ? [10:07:06] @thedj: Thank you so much! That worked! I upgraded like I always do based upon the MediaWiki upgrading guide: Download new MediaWiki Package, un-tar (with --strip-components) on my wiki folder and running update.php in the maintenance directory. This time, I had to run composer update on the main wiki directory due to some errors when running update.php. [10:08:51] And of course, creating a backup before everything. [10:25:28] borderland: thx, i'll make sure to file a ticket that our update process should take into account the dependencies better. [10:28:02] thedj: thanks for that reply. Am I right (if I understand you correctly) that the "composer update" in the main mediawiki directory should had updated also the Geshi Syntaxhighlighter which it didn't? [10:50:43] borderland: no actually it doesn't [10:51:31] but it's very confusing honestly having a structure where it's hard to know what manual commands you have to run for each and every extension. We should improve upon that. [11:04:53] Why do I no longer have jQuery available in MediaWiki 1.26? [11:05:31] The docs say it should be included "always" - however, e.g. in the version history (action=history), it is not there. [11:05:36] Is this an intended change? [11:07:46] Joergi: it should still be there... [11:08:25] For me, it is only on some pages, but not on all... [11:08:36] Joergi: however, it might be that it is not there 'from the start'. MediaWiki executes all it's Javascript asynchronously now, so you need to guarantee the loading order. [11:09:00] Joergi: is your wiki public ? Then I could take a look [11:09:17] In the bottom of my skin, in front of the closing tags, I am adding a small JavaScript ad there I would need it. [11:09:21] Wait a second... [12:21:00] thedj: Ok, I understand the problem. Maybe some kind of "makefile" which references all requirements? [12:24:50] borderland: no, more likely to add a bit more intelligence to update.php [12:29:30] Seems a good idea. :) And maybe some more meaningful error messages as far as this is possible due to complexity of software...? [12:32:51] I am trying to change the Label Discussion to Questions. Have anyone done that before? [12:35:00] Is it possible to export the the discussion on all the wikipages to one page for keeping track of the discussion going on the mediawiki? [12:44:29] jonbhaug1970X: sure [12:45:19] to any url of Mediawiki, you can append: "?uselang=qqx" (or &uselang=qqx if there already is a ? in the url) [12:45:37] then you will see the names of the messages uses in the interface. [12:46:23] for instance discussion for the project namespace has the key: "nstab-project_talk" [12:47:28] then you can go to something like https://mywiki.org/path/index.php?title=MediaWiki:Nstab-project_talk&action=edit [12:47:43] and replace it with what you want. [12:48:18] and you will have replace the english version of that message with your own value [12:55:25] Thanks I will try that :-) [13:06:50] hello [13:08:33] jubalh: hi [13:10:26] Hi. The current version 1.26.0 – 2015-11-25 doesn´t work using .gzip on Win 10 64Bit. [13:11:40] Why not? [13:14:39] Strange. It seems to be a problem with my pc. On another pc it works. [13:15:30] The error is "Can not create symbolic link [13:16:38] .../mediawiki-1.26.0/README.mediawiki [13:20:29] symlinks in windows require you to create them with elevated privileges. [13:21:24] they are known to be a bit problematic at times. [13:31:33] hey i just upgraded to MW1_26 and something's gone wrong with vector. I've cloned a clean version of the skin into the skins directory but am getting a 500 error when attempting to edit the css file, also the layout is all borked: https://psychonautwiki.org/wiki/Main_Page .. anyone know what's up? [13:33:17] PJosepherum: which CSS file do you mean? [13:36:43] My favourite open source project uses a really..in my opinion...ugly theme. is it hard to change this? I like the theme used by the Gentoo wiki for example. So it's not like I need to do all from scratch, but so far I was only a contributor of articles nothing else [13:37:19] MediaWiki:Vector.css [13:37:25] though my chanegs are being displayed [13:37:45] the core layout seems to be messed up after the upgrade [13:38:45] PJosepherum: you did make sure to get the 1.26 version of Vector and not the master one I hope ? [13:39:48] PJosepherum: anyway, if i directly open the generated CSS of your website [13:39:48] https://psychonautwiki.org/w/load.php?debug=false&lang=en&modules=skins.vector.styles&only=styles&skin=vector [13:39:55] you get: exception 'Less_Exception_Chunk' with message 'ParseError: Unexpected input in watchstar.less on line 1, column 0 [13:40:15] which to me indicates a version mismatch between Core and the Vector skin [13:41:04] or perhaps there is a file missing, or incorrectly upgraded in your core [13:42:23] jubalh: this is gentoo's skin: https://github.com/alexeygrigorev/TyrianMediawiki-Skin [13:42:41] i think.. [13:42:49] i think that is the issue thanks :) just merging changes and i'll get back to you [13:43:01] thedj: oh thank you :) [13:43:11] I will try to find out how to use this as a base [13:43:41] at first i really liked the funtoo design and then gentoo "stole" it from them and adapted their colors and minor things [13:45:40] sorted! thanks thedj [13:46:02] PJosepherum: no problem [13:47:35] https://psychonautwiki.org/wiki/MediaWiki:Vector.css throws a blank page for me [13:48:04] You might want to look at the Apache error logs I guess. Besides I confirm Vector loads for me now [13:51:39] PJosepherum: yeah, that's a good point, that page still throws a 500.. [13:52:49] 1.26 upgrade be like: you have >420 git conflicts [13:52:50] sorted, had to run composer update in the SyntaxHilighter directory [13:55:00] PJosepherum: hmmm, i'm writing a ticket for that already actually, you are the second person today to run into that. [13:56:25] yep, I was the second with this Geshi composer problems. [13:57:02] https://phabricator.wikimedia.org/T119711 [13:57:16] That is the ticket for if you are interested in tracking it. [14:00:07] it is not mentioned on the Geshi extension article, but does appear in the readme on github [14:00:14] i would have missed it because i have cloned from gerrit [14:00:26] and the distributor apparently packages the composer files [14:00:36] probably worth updating the extension article [14:01:07] yes, but we probably just want the update.php script to check for it too. [14:04:06] thanks thedj! [14:16:03] I have also added a note about git installations requiring composer: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Installation [14:38:44] any idea why this page loads and shows the middle / towards the bottom of the page instead of the top? [14:38:48] http://www.libreidea.org/Main_Page [14:39:42] also, it always puts a cursor in the text box [14:43:52] * obsolete goes to eat breakfast [14:43:58] <.< >.> [15:06:42] o/ [15:28:51] obsolete: lemme take a look [15:31:45] [15:31:54] that input element has autofocus attribute. [15:32:10] thus it will get focus, and thus the page will jumpt towards the focused element [15:39:53] oh ok, thank you [16:37:01] !prettyurl [16:37:01] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at or try the new beta tool at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [17:00:58] hello [17:01:26] was anybody able to get parsoid with visual editor to work? [17:02:04] Wikimedia did [17:04:04] gj Reedy [17:04:11] ikr? [17:06:13] Tachyon: what happened? [17:06:19] what issue did you run into? [17:07:37] ori: i successfully installed parsoid on my arch machine. I set it up according to the manual and I'm getting 404 error. If i run curl -L http://localhost:8000/sdrd.cz/v3/page/html/Playground it works [17:07:52] even api sdrd.cz/mediawiki/api.php works [17:08:23] when i tcpdump communication between mediawiki and parsoid i see that there is a GET /*prefix*/pagename [17:08:51] instead of the full /*domain*/v3/page/html/pagename [17:09:13] i'll privde configs [17:09:16] provide [17:10:31] you've read https://www.mediawiki.org/wiki/Extension:VisualEditor#Linking_with_Parsoid , I assume? [17:12:10] http://pastebin.com/tw4uDnH1 [17:12:23] ori: yes multiple times [17:13:42] i can look in a bit, but in the meantime you could try #mediawiki-visualeditor [17:13:52] okay [17:13:57] i try the channel [17:14:25] my hunch is it's a version issue -- are you running the latest of both the VE and parsoid exts? [17:15:03] ori: i downloaded visualeditor compatible with my wiki (1.25.3) from the web and parsoid from git [17:16:13] ori: i don't know why, but the request seen in tcpdump doesn't have any information about domain or version [17:20:04] Tachyon: might want to try with setting the parsoid values described in https://www.mediawiki.org/wiki/Extension:VisualEditor#Complete_list_of_configuration_options rather than the VRS approach [17:20:19] IIRC, VRS support in code and VE started in 1.26. [17:20:29] s/code/core/ [17:21:06] so the deprecated values like ParsoidURL ? [17:21:15] that could make sense [17:21:22] i try it [17:22:07] Tachyon: alternatively, you might want to try to update to the latest MW release [17:22:57] the 1.26 must be recetn (like a few days) i installed it like two or three days ago [17:24:01] yup, released yesterday Tachyon [17:24:26] great :D [17:24:37] ok, the old values don't work [17:24:41] i'm going to update [17:24:49] is there any simple way to update mediawiki? [17:25:06] nevermind, gt google it [17:26:18] Tachyon: https://www.mediawiki.org/wiki/Manual:Upgrading [17:26:27] i'm already on it [17:26:33] :) [17:26:34] it will be painful :/ [17:50:24] YES [17:50:26] it works [17:50:30] mobrovac: thank you so much! [17:50:44] ori: you as well [17:51:09] cool! [17:56:00] thanks mobrovac! [21:24:00] #mediawiki-pl [21:26:19] hello friends! [21:26:21] Happy givings! [21:26:45] Does anyone know anything about the Wikipedia Windows Store App [21:26:53] I would like to take that source code [21:27:04] and create a universal windows store app for my wiki [21:27:09] and publish it to store [21:27:28] Thanks ladies and gentlemen! [21:34:26] does anyone know anything about the Wikipedia Windows Store app out there? [21:35:57] winwiki: the one that says "official"? it seems to have a github link in the description. [21:36:36] User::spreadAnyEditBlock [21:39:09] (wrong paste) https://github.com/wikimedia/apps-win8-wikipedia [21:40:04] MatmaRex: Is this the link that it goes to: https://github.com/wikimedia/apps-win8-wikipedia [21:40:16] I dont know the page you are referring to [21:40:48] yes [21:43:19] MatmaRex:I am noticing that it says Windows 8 an the last commit is like 6 months ago, so well before the release of windows 10. Is there a different one for Windows 10? [21:44:31] no idea. presumably that one would still work. [21:47:02] cool beans dude/girl [21:47:10] mary givings