[08:19:43] does anyone have a pointer on how to properly strip the cgi induced "?title=" string from mediawiki urls? [08:19:50] struggling with mod_rewrite [09:06:08] turbomettwurst, for reading articles, or for doing actions with them? [09:11:56] both , actually... [09:12:22] do i actually break editing with all the fancy rewiring [09:12:25] ? [10:16:43] ho, how can I get the raw data from a module? [10:16:49] hi* [10:17:34] What sort of module? [10:17:58] https://en.wikipedia.org/wiki/Module:Yemeni_Civil_War_detailed_map [10:18:33] I just want the code with no pretty [10:18:40] Press edit? [10:18:43] https://en.wikipedia.org/w/index.php?title=Module:Yemeni_Civil_War_detailed_map&action=edit [10:19:13] I am building a webapp that sources the code from the module [10:19:30] to display on a OSM map [10:20:26] You can do https://en.wikipedia.org/w/index.php?title=Module:Yemeni_Civil_War_detailed_map&action=raw [10:20:33] But I'd generally suggest getting it from the API [10:21:58] that's preferable to me :) thanks heaps Reedy [10:22:26] and don't worry, I will only sync every 12 hours and I will attribute the data :) [10:23:39] Those calls are cheap [10:24:37] for wikimedia they are, but for indywatch, not so much [10:24:42] lots of processing [10:25:46] Well, no [10:26:02] If you're viewing it like that, MW isn't doing anything other than getting the page text and showing you it [10:31:52] this data hack is easier than I expected [11:05:12] w/index.php?title=Module:Syrian_Civil_War_detailed_map&action=raw is quite large [11:05:27] 615,472 [11:47:06] i am trying to auth users via Kerberos (Windows AD), according to the apache log files the user being granted access but mediawiki keeps redirecting me to the loginpage [11:47:44] any pointers where i could look, it very much seems the session is being destroyed/lost right after creation [12:56:01] xception 'Flow\Exception\FlowException' with message 'Board move not prepared.' [12:56:04] exception 'Flow\Exception\FlowException' with message 'Board move not prepared.' [12:56:09] What am I doing wrong? [12:56:49] what are you trying to do? [12:59:42] upgrading from wikitext to Flow [12:59:52] executing php convertNamespaceFromWikitext.php Talk [13:16:32] morning [13:17:05] theGamer93: i dunno, but searching the bug reports for that message, there are a few results: https://phabricator.wikimedia.org/search/query/3C1e0CtaeOl6/#R [13:17:26] theGamer93: so maybe one of these matches your issue. if not, then maybe file another one? [13:18:18] thanks [13:18:21] will look for this [13:20:31] found the error [13:20:39] Not enabling Flow in any namespaces (comment out those lines). [13:20:43] that was my error [13:20:54] commenting them out fixed it [15:06:44] hi, is there a maintenance script to list all pages in a wiki? I couldn't find one [15:22:25] lucas: no, there isn't. you can use sql.php though and "select page_namespace, page_title from page" ? [15:26:46] legoktm: right, OK, thanks [23:09:49] Hi guys, everything fine? I hope so. [23:10:19] I'm trying to install the Booty skin, but having no sucess. [23:10:39] Is there a way to install it manually without the "composer" ?