[06:20:30] I am tryingto setup LDAP to only allow users that blong to certain groups access. Right now it's allowing access to anyone who belongs to active directory. Can anyone give an example? I tried "Group based login restriction configuration options" from the wiki but it's not working for me. [06:23:36] 'cn=testgroup,ou=groups,dc=AD,dc=example,dc=com', [06:24:26] cn=IT.ADMIN ou=Full Time Admin dc=admin.org.com [06:25:07] IT.ADMIN is the group i want to allow [08:51:51] hello. i make a text converter and upload changes to gerrit.wikimedia.org . i did not edit for long time , and now i see some changes are here, i commited them and made git pull --rebase origin master. it is ok. [08:53:03] seems my problem is solved... [08:53:21] ( then i entered vendor directory and also made git pull --rebase origin master but it says there are changes... probably i should not rebase but just pull. ) [08:58:53] git pull also says about changes [09:00:38] should i somehow pull anyway? how that changes have appeared? mediawiki should not touch vendor folder? [09:01:51] i think rename vendor folder and clone new vendor folder for now [09:08:06] i am not sure did i download vendor separately or not... [09:08:15] several years ago [09:11:56] i clone and i probably should move old vendor folder out [09:25:26] Hi, I've made an infobox template with a little table but some of the information is optional. How can I hide the rows with no data? I tried an if statement but it seemed like it ignored that. [10:03:21] mattcode: where's your template? [10:15:18] samwilson: The template is at https://aeon.wiki/Template:Miner and on a page using the template (https://aeon.wiki/AMD_Ryzen_7_1700) you can see a {{#if: | }} [10:17:12] mattcode: the table pipes within the if statement need to be replaced by the bang magic word: {{!}} [10:17:34] otherwise they get interpreted as part of the {{#if:}} statement [10:17:38] do I leave the ! for the heading there? [10:17:50] yeah, that shoudn't be aprob, I think [10:34:43] I found an article on wikipedia for conditional tables, it says to use "|- {{#if: {{{hashrate|}}} | | style="display: none;" }}" - I tried this but it always seems to put display:none; even if the variable is set to something [10:57:16] Very confusing, seems to work on Wikipedia and the MediaWiki wiki, but not on mine. [10:58:30] mattcode: ah! it looks like you don't have parserfunctions installed [10:58:49] mattcode: https://www.mediawiki.org/wiki/Extension:ParserFunctions [10:59:16] mattcode: that's where {{#if}} comes from https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##if [10:59:35] Whoops, you're right. I'm not sure how I missed that. Thank you for the help :) [11:00:40] :) no worris [14:49:12] hello . my problem is described at last comment at https://gerrit.wikimedia.org/r/#/c/164049/ [15:59:15] Technical Advice IRC meeting starting now in channel #wikimedia-tech, hosts: @addshore & @Christoph_Jauera_(WMDE) - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [16:43:52] hello . my problem is described at last comment at https://gerrit.wikimedia.org/r/#/c/164049/ [17:03:10] Hello. I added a new namespace alias for indexes in another language, but unless the .djvu files are manually edited they don't appear in Special:IndexPages. Any suggestions? [17:08:33] Try running refreshLinks.php [17:08:43] [very slow on large wikis] [17:10:56] I was thinking about that.. but wasn't sure with these "special" .djvu files [18:35:34] hello . my problem is described at last comment at https://gerrit.wikimedia.org/r/#/c/164049/ [18:47:31] someone has replied to you, qdb [18:48:38] thank you, apergos [18:52:39] yw [19:12:14] Does anyone know of a script to use edit.php from a existing list of pages so that you can update multiple pages at once? [19:18:33] i am now upgrading db schema via web, for mediawiki 1 31 0 alpha, because i havenot found update.php in maintenance folder. where is update php for command line? [19:19:16] it works long even if db is almost empty [19:22:17] no, seems i had loaded some content in it [19:24:15] update is complete via web (but i would like to know where is update php) [19:24:35] https://www.mediawiki.org/wiki/Manual:Update.php [19:25:03] qdb: it should be in /w/maintenance (for Miraheze it's /srv/mediawiki/w/maintenance) [19:25:19] sorry, wrong channel [19:25:27] i was wrong! [19:25:32] but yes, it should be in the /w/maintenance regardless [19:25:40] i was in test phpunit maintenance [19:33:28] my problem is solved [19:35:38] thank you , Reception123 , but / though i have seen it by myself , ( that i was in wrong folder ) ... [19:35:51] qdb: No problem :) [23:06:09] Hi. Who can deploy patch: https://gerrit.wikimedia.org/r/#/c/387626/ [23:54:08] Q: what does one do when filing a phabricator task/feature request, when one has no idea what tags should be attached? leave the field blank? [23:55:08] Maybe [23:55:15] Usually you can put something useful [23:55:59] is there a list of very broad phabricator tags? [23:56:12] Not really [23:56:19] What are you filing a request for? [23:57:33] Reedy: an idea, about how to handle code on wikis. I'm suggesting an api module that takes groups of pages and returns them as a clonable git repository. [23:57:46] that can then be edited locally, and then pushed to the wiki. [23:57:51] MediaWiki-General-or-unknown or something [23:58:04] okay then. thanks. [23:59:53] Hi all. I have a wiki where anonymous editing is disabled via $wgEmailConfirmToEdit. I created a bot user using the createAndPromote.php script. Sadly, when I run a pywikibot script with the bot account I get "API error confirmemail: You must confirm your email address before editing pages."