[00:39:10] do you know about any MediaWiki instance with the markdown plugin in use? [01:01:05] alxd: any working extension for that currently? [01:03:34] alxd: there's https://www.mediawiki.org/wiki/Category:Markdown_extensions which contains two extensions, not sure whether or not they work, hoewever [01:04:54] alxd: wikiapiary and https://wikiapiary.com/wiki/Extension:MarkdownExtraParser https://wikiapiary.com/wiki/Extension:MarkdownSyntax in particular might help you [03:39:34] I upgraded from 1.19 to 1.26.4, but when I try to run update.php I get a syntax error: https://bpaste.net/show/b34035a8d001 [03:39:38] line 182 is just the closing brace for wfLoadExtension(). 1.26.4 requires php 5.3.3 or later, and I am on 5.6.29 [08:34:13] saper, SamanthaNguyen thank you [08:35:04] I'm trying to choose a wiki engine for my own project - and it will rely pretty heavily on Markdown, so I'm browsing different options [09:51:10] alxd: I suppose you know http://wikimatrix.org/ ? [10:15:49] Nemo_bis, yup, but sadly it's lacking the newer wikis [10:37:33] Hi! I'm trying to update a docker based MW installation here, and it's looking like I'm fundamentally misunderstanding something. When I run update.php in the eventual image, I get an error message about composer.lock being out of date. Even if I run composer update it still just throws that error again when running update.php. This is on 1.27.1 and also on 1.28.0. Any ideas where I might be cocking [10:37:39] this up? [10:39:04] the error looks like this: http://pastebin.com/Pb2GGsB9 [11:16:09] oops, they left [11:16:16] well, it's because they modified composer.json [11:16:22] instead of editing composer.local.json [13:13:23] hum..is there a way to submit pages to a mediawiki using Git? [13:13:37] I have a bunch of developers who want to automate page-generation... [13:17:47] Scuttle: it looks like git has some provision for that; http://dilfridge.blogspot.co.uk/2014/01/git-and-mediawiki.html [13:18:24] otherwise, MW does have a create/edit api ( https://www.mediawiki.org/wiki/API:Edit ) you could point your developers at [13:44:37] Scuttle: there is a little git bridge [14:00:28] Is it possible that my VPS has been banned from editing on all Wikipedias? When I try to edit something on Metawiki using a VPN connection, I get a message telling me that my changes could not be saved. :/ [14:00:49] it's possible, but you'd probably get an error message saying that you're blocked [14:01:00] (unless you're using some library that doesn't know how to handle these, i guess) [14:01:34] divadsn: can you show the exact response from the api when you try to edit? [14:01:51] MatmaRex, my traffic gets through Privoxy on my VPS before it gets through my VPN to my laptop at school [14:01:53] oh wait, this is not using the api [14:01:58] i see [14:02:10] in that case you would definitely get an error message saying you're blocked [14:02:17] if you see something else, it's some different problem [14:03:12] divadsn: what is the error you're getting? [14:04:45] Anyway, I clicked again on Save and it did work, strange ^^ [14:08:52] My school uses some kind of filter and many ports are unaccessible, for example Gerrit :/ [14:09:06] if you're using firefox, you might be hitting https://phabricator.wikimedia.org/T151770 [14:10:29] divadsn: huh. they really let themselves go then. (i just realized who you are. i went to that school. ;) ) [14:11:15] MatmaRex, V LO Krakow? :D [14:11:46] yeah. good times [14:16:16] MatmaRex, I use Chromium on Kubuntu for my edits ^^ [14:18:56] And it seems like it was also something wrong with the proxy on my VPS, I just turned it off and now I don't see that message. Will investigate if this has something to do with wrong headers sent from my proxy :) [14:26:24] I want to rebase the commits from different extensions into one single commit, how can I do that? :) [14:32:12] amrits, https://www.mediawiki.org/wiki/Gerrit/Troubleshooting#Gerrit_complains_that_.22Your_change_could_not_be_merged_due_to_a_path_conflict.22 [15:01:44] do you know what's the name of the "easy visual edit" mode that's default on Wikipedias now? [15:03:56] alxd: it's provided by the VisualEditor extension [15:04:06] !e VisualEditor [15:04:06] https://www.mediawiki.org/wiki/Extension:VisualEditor [15:04:24] thanks MatmaRex [15:04:59] divadsn: but I am not able to rebase the commits in the extensions all together [15:19:52] I've made changes in various extensions, and I had to add it singly from each extension [17:17:40] hey all! I think I already asked this before, but looks like I forgot to take note about it last time, anyway... [17:18:36] Is there any way to make mediawiki prevent multiple login with same username, assuming it's from different computer or different network, thx in advance! [17:19:50] I know we can do some workaround about that via cookie [17:20:17] but is there any info or data that being saved in database upon user login? [17:20:32] *user authentication [21:05:56] andre__, one question about my research, why is Telegram not open-source? The protocol is open and the client code is FOSS, but just because the server is proprietary? [21:11:29] divadsn: you should clarify what you mean by "Telegram" [21:12:39] f-droid has it defined as the non-free net antifeature: https://f-droid.org/wiki/page/Antifeature:NonFreeNet [21:14:55] that is probably a clearer description [21:14:56] divadsn, I think so, yeah [21:16:22] Platonides, thanks. [21:17:22] andre__, then I will have a loot at Kandan, even if it's abandoned ^^ Thanks! [21:19:57] divadsn: kontalk is completely open, too [21:44:35] I upgraded from 1.19 to 1.26.4, but when I try to run update.php I get a syntax error: https://bpaste.net/show/b34035a8d001 [21:44:41] line 182 is just the closing brace for wfLoadExtension(). 1.26.4 requires php 5.3.3 or later, and I am on 5.6.29 [21:45:53] voldial: what's the output of php -v ? [21:46:04] ah, it's already included [21:47:11] voldial: did you unpack the new MediaWiki installation on a new *empty* directory, and not over the old 1.19 files, right? [21:48:16] Vulpix: I did initally, but then I just moved them (overwriting and pre-existing). Isnt that how it's usually done? If not no big deal I can revert. [21:48:48] "overwriting pre-existing files" that is [21:49:11] voldial: GlobalSettings.php is being included twice [21:49:40] by one of your extensions perhaps? [21:49:49] Platonides: ah. ok. Maybe it moved? I'll go locate each instance. Ya, prob SMW [21:49:53] files remaining from an old install can cause issues, always use a new empty directory (or rename the old folder) and copy over customized things like LocalSettings.php and such [21:49:54] I'd grep -r GlobalSettings.php . [21:50:04] ok one sec [21:50:07] Vulpix: thanks [21:52:12] GlobalSettings.php is only mentioned in a comment in ./includes/PHPVersionCheck.php https://bpaste.net/show/43d75b4eba21 [21:53:12] sorry, yhat should have been GlobalFunctions.php [21:53:15] *that [21:53:19] wait... Platonides you mean GlobalFunctions.php I thin [21:53:27] ok [21:55:00] Platonides: Were there some old versions of LocalSettings that included GlobalFunctions or similar? [21:55:30] * Platonides gives Reedy a 301 with Location: voldial [21:55:38] :) [21:55:47] here's what I found https://bpaste.net/show/e2dc5b4213fb [21:56:00] Platonides, thanks, will look onto that now :) [21:56:17] so it's LocalSettings doing it... I'll try commenting it [21:56:20] it's that require in LocalSettings [21:56:31] if that doesn't work, change it to require_once [21:57:31] hang on, I cant test with update.php until I go read how to not hose my hitcounters [21:58:00] * Platonides expects that voldial began by making a db backup [21:58:28] !e hitcounter [21:58:28] https://www.mediawiki.org/wiki/Extension:hitcounter [21:58:36] Platonides: ya, I'm working on a backup already. [21:58:46] !e hitcounters [21:58:46] https://www.mediawiki.org/wiki/Extension:hitcounters [21:58:54] damn [21:59:12] nope :) [21:59:16] https://www.mediawiki.org/wiki/Extension:HitCounters [21:59:31] you can comment line 275 of includes/installer/MysqlUpdater.php [21:59:39] Platonides: nice [21:59:50] not sure if that may break something else, though [22:00:43] * bawolff just looked at MW 1.7. GlobalFunctions.php was never included from LocalSettings.php (DefaultSettings.php used to be once upon a time) [22:00:50] !e HitCounters [22:00:51] https://www.mediawiki.org/wiki/Extension:HitCounters [22:01:40] ick I gotta go back to 1.25 https://www.mediawiki.org/wiki/Extension:HitCounters [22:01:47] that will take a sec [22:02:32] you could cheat and not do that :P [22:03:08] ya, I'm working on a backup anyway. I'll see what happend [22:04:17] looks happy... db update proceeding [22:18:26] Reedy: Are you here? [23:07:01] I'm attempting to work on T149193 for the ArticlePlaceholder extension, and I was wondering if there's any way that I can hook up my local Wikibase installation to wikidata.org for testing purposes. Any ideas? [23:07:02] T149193: Boxes act weird if the external id section is small - https://phabricator.wikimedia.org/T149193