[04:24:30] Wow, wikiapiary has counted -8,982,570,193,248,350,210 pages! https://wikiapiary.com/wiki/Websites [10:17:42] Hi there, we would like to enable signatures also on non-talk pages, anyone know how to do that? [10:29:25] hello. i read and found out how to make templates which can be put as a link to pages and then for the next edit the page will be like an own one ( {{subst:name}} ), but is there a away to define an url part / text part and edit them on pages after wards? so i wanna a put a text to every page, but the first part of the text would be coming from the template. [10:30:50] example: i define a template text like c:\windows and i would like to put that every page like c:\windows\tool1 on the next page c:\windows\tool2. whenver the c:\windows path changes i want to edit the template and on all pages the text would change accordingly. like e:\tools\tool1 and e:\tools\tool2 [10:30:57] can i do that somehow? [10:32:46] M3mphiZ: write ~~~~ ? [10:36:59] andre__: is it possible to have mediawiki add that automagically after creating/editing? [10:37:53] andre__: problem is, where using parsoid as editor and that requires people to switch to source view to add ~~~~ [10:44:25] even if i make a template with a text on it (c:\windows) name it as text1, use it on 2 pages like {{text1}}\tools1 and {{text1}}\tools2; if i overwrite the template url to (e:\tools) it's not changing on the two already existing pages. [10:44:37] i hope my question is clear and there is something that i'm missing :) [10:56:06] VE disables "Insert > Your signature" on certain namespaces [10:56:20] :( [10:58:22] prtksxna: any way to change it? [10:59:34] prtksxna: i mean its open source right? so we might just add our namespace to the list allowed once, but is there a good reason they prevent it? [11:00:01] M3mphiZ: https://www.mediawiki.org/wiki/Help:VisualEditor/User_guide [11:00:18] M3mphiZ: I don't think adding it should be a problem. [11:00:33] I am not familiar with the VE code, let me take a look [11:01:41] prtksxna: awesome, thank you very much! [11:06:39] M3mphiZ: Its a config var that you can set - https://phabricator.wikimedia.org/diffusion/EVED/browse/master/VisualEditor.hooks.php;cbd88e10ed5ceed0407e5d22ff610feaccc83052$702 [11:09:43] prtksxna: so we dont need to edit hooks.php but instead in localsettings.php? [11:15:32] M3mphiZ: Yep, $wgExtraSignatureNamespaces I think [11:16:17] prtksxna: Im trying to add {{NAMESPACE}} in source view to display the current namespace a page is in, but it doesn't show up. is there another way of seeing the namespace of a page? [11:17:53] also see https://github.com/wikimedia/mediawiki-debian/blob/6a4a101a0091a8684784156635058a6f532cbfe7/includes/DefaultSettings.php#L4039 [11:20:16] M3mphiZ: Is the kind of page you're on,a not listed on https://www.mediawiki.org/wiki/Extension_default_namespaces [11:25:38] prtksxna: we added NS_MAIN and NS_PROJECT and it works fine! thank you very much for your help! [11:26:57] prtksxna: this is what we used: $wgExtraSignatureNamespaces = ['NS_MAIN', 'NS_PROJECT']; [11:27:22] M3mphiZ: Awesome! I was kind of shooting in the dark, but am glad it worked out :) [11:40:27] prtksxna: Do you by any chance now how to not have "Watch this" enabled by default when you save changes? [11:49:41] No M3mphiZ, sorry! [11:54:39] hi friends [11:55:07] i want to get all page that they are uncategorized. how can I do it with api query [11:56:59] Hmm M3mphiZ, you could disable the "Add pages and files I edit to my watchlist" preference [11:57:32] M3mphiZ: Or set that as the default for all users https://github.com/wikimedia/mediawiki/blob/master/includes/DefaultSettings.php#L4832 [11:59:13] prtksxna: great will try that and report back! thank you! [12:04:54] ainalavi: Hey [12:04:56] ainalavi: https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&list=querypage&qppage=Uncategorizedpages&qplimit=10 [12:05:24] ainalavi: This was the example request from https://www.mediawiki.org/wiki/API:Querypage [12:11:09] @prtksxna thank you [12:11:16] another question [12:11:29] there are a report tools in mediawiki [12:11:41] database report [12:11:48] how we can have it in mediawiki [12:12:15] ainalavi: I am not sure I understand [12:12:54] ...your question [12:13:26] i will show you it in english wikipedia [12:13:54] https://en.wikipedia.org/wiki/Wikipedia:Database_reports [12:23:03] ainalavi: The configuration for each is linked from that table. AFAIK, you'll have to run that and generate the page on your own. [12:24:19] prtksxna: Are there any document page that can I read [12:27:11] ainalavi: Apart from the pages (especially the conf ones) that are linked from https://en.wikipedia.org/wiki/Wikipedia:Database_reports, I don't know [12:29:14] Oh [12:30:32] andre_ added wrap-up blog posts section on the GCI 2016 Wiki page, I think I should finay [12:31:32] *I should finally publish my draft ^^ I hate writing on mobile sometimes... [12:59:31] prtksxna: worked like a charm! thanks again! [13:02:02] M3mphiZ: \o/ [13:03:15] prtksxna: i guess you meant: ¯\_(ツ)_/¯ :D [13:03:56] :P [13:27:41] divadsn: but claim the corresponding GCI task before! :P [13:28:48] andre__, when the task will be available, then why not, free tasks :D [13:30:00] But before I publish, I have to edit it as I have more things to write about my best ~30 days of the last year ^^ [13:30:41] divadsn: the task is already available :) [13:30:52] divadsn: Haha, very nice to hear that! [13:31:09] * andre__ is always happy to hear that the time invested in GCI is worth it [13:33:55] * divadsn is sad that this GCI is the first and the last one for him, as he turned 17 yesterday :/ [13:34:31] But I heard about Google Code of Summer, which also might be a chance for me to continue my journey ^^ [13:35:28] And I finally learned to love git as command line tool, without using a gui <3 [14:09:35] divadsn: According to 2.2 of https://developers.google.com/open-source/gci/resources/contest-rules you can take part next year if next GCI starts before Jan03 [14:10:01] divadsn: oh yeah, I highly recommend GSoC too :) See http://write.flossmanuals.net/gsocstudentguide/what-is-google-summer-of-code/ for more info [14:10:16] ...and https://www.mediawiki.org/wiki/Outreach_programs for Wikimedia specific info [14:17:53] hi all [14:18:02] I have a question! [14:18:02] Hi xDie, just ask! There is no need to ask if you can ask, if you already asked the question please wait for someone to respond [14:18:29] is possible set Office365 oAuth in media wiki? [14:21:04] Is this a new autoreply feature in wm-bot? I like that :D [14:21:27] xDie: https://www.mediawiki.org/wiki/Extension:OAuth ? [14:21:36] xDie, no idea what office365 uses though [14:22:12] is activedirectory [14:23:46] xDie, https://www.mediawiki.org/wiki/Extension:LDAP_Authentication if that still works? [14:24:10] andre__, nice to know that :) [14:24:17] :) [14:25:41] I am now away for homeclass in physics, I hope that someone will finally review my change in wikidata-query-gui, see ya later! :) [14:26:35] ok andre__ I will try [18:43:31] Hi, is there an offline mediawiki editor (for wikisource.org) that fulfills following requirements: (1) cross-platform (Linux/Windows) (2) capable to work offline most of the time and upload(sync) once there is a connection to I-net (3) not WYSIWG, but with a GUI? Thank you! [18:48:51] unlikely. [18:49:34] andre__: why? is it technically difficult? [18:52:36] How do you merge changes you made offline while the online version has changed in the meantime? [18:52:47] I don't know, I'm not a programmer. I can just imagine. :) [18:54:25] andre__: version control systems, like git, do it all the time [18:54:40] andre__: not a problem, at all [19:09:20] abd5932: you seem to know that MediaWiki works like Git. Alright then. :) [19:09:28] * andre__ learns something new every day :P [19:31:32] They rarely do it fully automatically though [19:31:43] There's a lot of changes that need human input to rebase [20:55:46] Hi there guys I got a question - I'm trying to put together a platform that helps an association of nature enthusiast to share they're outdoor findings, add/edit documentation on collected flora/fauna and communicate with their associates. Does the MediaWiki platform + Forum plugin sound like a reliable way of going about this? [20:57:11] what "Forum plugin"? [21:06:39] I thought there was a forum plugin available for the MediaWiki - sorry must have misread [21:08:05] do you mean Flow ? [21:08:11] meh.