[02:08:12] Hey! Can the Wikipedia mobile app be made to render other MediaWiki sites? [02:08:24] i.e. the source code of the Android is open source [02:08:31] how generic is it? [02:10:33] Heh. [02:10:45] Last time I checked the team didn't want to support non-Wikipedia sitees [02:10:46] sites* [02:11:33] However, you can try to modify wikipedia/src/main/java/org/wikipedia/Site.java [02:13:22] Krenair: that makes sense, heh [02:13:28] what about the older phonegap app? [02:13:29] well [02:13:47] it might make sense if the organisation they worked for didn't host sites other than wikipedia [02:14:07] phonegap app was discontinued [02:16:45] Krenair, what do you mean by sites other than wikipedia? [02:17:02] https://www.wikimedia.org/ [02:19:29] I did do a little bit of work in the file I mentioned to make it less wikipedia-specific [02:20:37] ah, wello [02:20:40] * well [02:20:50] it may make sense to make the app run on other wikimedia projects [02:21:03] but I'm not sure if it would make sense to make it easy to run on any mediawiki site [02:21:10] i.e. non wikimedia ones [02:21:27] a lot of the code is generic enough for it [02:23:12] admittedly extensions and configuration can change a lot about how you interact with a wiki [02:23:26] it might not be useful to point it at wikidata, for example [02:23:41] (I'd love for that to change though) [11:53:15] Hi, I have a problem with Extension:interwiki [11:53:48] I can't add a new prefix, I receive "Prefix "borealis" could not be added to the interwiki table. Possibly it already exists in the interwiki table." when I try to do that. [16:28:09] Trying to clone the functionality seen here https://wiki.multitheftauto.com/wiki/GetCameraMatrix for GeSHi to another wiki, is it possible to have syntax highlight customized like that without modifying GeSHi directly and maybe directly through the wiki vs editing a file? [17:08:37] hey [17:08:50] Woovie: which functionality specifically? the expand/collapse, the whole look and feel? [17:08:52] I'm getting the following error in the browser console when trying to upload an image to my wiki [17:08:54] "Uncaught TypeError: mw.format is not a function" [17:08:57] Any ideas? :-P [17:09:14] kikero: what version of mediawiki? [17:09:46] ori, 1.24.0 [17:10:26] i think mw.format was added in 1.25 [17:10:36] maybe you're using an extension that requires it? [17:11:16] ori, what is mw.format? [17:11:30] I recently installed the Guided Tours extension [17:11:51] Translate and EventLogging [17:12:01] Uploading worked before [17:12:21] Now, I've also added a few extensions I wrote myself, but I do not expect them to be the problem [17:14:07] these errors come up when you have mis-matching versions of core vs. extensions [17:14:09] kikero: eventlogging uses mw.format [17:21:23] ah [17:21:24] makes sense [17:21:26] hehe [17:21:28] thanks, ori! [17:21:29] :D [18:01:48] ori, I was looking for the clickable functions/variables/etc [18:02:10] I found the option inside the lua.php of geshi, but even now that I enabled it on my private wiki ti doesn seem to work. [18:03:46] http://jordanimalcrackers.com/wiki/index.php?title=Main_Page HereÅ› my lua.php http://privatepaste.com/2bcf946851 [18:04:13] See line 158 down for the URLS options [18:04:23] based on geshi documentation, that _should_ work [18:04:29] unless I replaced the wrong lua.php [18:06:05] http://milianw.de/files/geshi-doc.html#language-file-urls [18:06:07] based on this [20:00:16] hi, is there a way for a wiki user without access to LocalSettings to find out what category collation is used?