[00:21:37] Reedy, if I use the command: [00:21:38] sudo php resetUserEmail.php --no-reset-password [00:21:39] do you know if it autoconfirms the new address? [01:07:07] Evening all. I need some help with MEdiawiki. 1.32.0. I am working on templates and the templates work fine. However, I have to edit/save any pages that are calling the templates, in order for the template to refresh. I can't get them to display with any other refresh methods, most recent version of Chrome. [01:32:40] Anyone? [01:43:17] elmerg: yes, that is how templates work [01:43:41] or do you mean that you're using a template on a page, and update that template, but the page using it didn't update? [01:43:54] in that case, it's because either the job queue is running too slowly or not running at all [01:44:43] So. [01:44:46] I update the template. [01:44:56] I then go to the page that is using the template. [01:45:06] I refresh the page to ensure data is pulling properly. [01:45:07] how many pages are using that template? [01:45:21] The template doesn't update on the page I refresh. [01:45:35] when you edit a template, tasks to update each page using it are added to the job queue. by default, 1 job is run every time a page is loaded [01:45:36] RIght now just one, for testing purposes. It's going to be on multiple pages once the wiki gets up and going though. [01:45:57] *nod* So I'm just refreshing too fast then? [01:46:22] however if the job queue is disabled or the run rate turned down, you'll need to update via the runJobs.php maintenance script (for a production wiki, it's best to set that script up in cron and disable the normal job execution on web requests) [01:46:44] if the jobs have been run and you *still* don't see it, there could be a layer of caching in the way that's serving you old pages [01:47:06] so, imo try running the runJobs.php maintenance script manually and see if that fixes anything. If not, then it's the caching thing [01:47:06] *nod* [01:47:25] and we can figure out from there exactly what cache is being problematic [01:47:26] I tried messing with the cache, I got fatal error. Once I recommented the cache thing I uncommented, the page reloaded with the template. [01:47:58] Let me make another tweak to the template and see how it works. [01:49:58] So when I did the manual runjobs.php it updated immediately after when I CTRL+SHIFT+R'd. [02:11:22] *nod* [02:11:33] I'll take a look at setting up a cron or checking on upping the run rate. [02:31:01] So if I set it to 1, that might be too much? [03:59:52] elrazor[m]: I find using cron works best on smaller wikis [03:59:59] fail [07:32:32] Is there a way to have a bulleted list inside of an emphasis box? [08:24:43] @Peishikai posted in I want to add a bug module to my mediawiki,what should I do? - https://discourse-mediawiki.wmflabs.org/t/i-want-to-add-a-bug-module-to-my-mediawiki-what-should-i-do/1187/1 [15:01:53] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @bmansurov & @Thiemo_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [15:51:34] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @bmansurov & @Thiemo_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [19:30:14] * revansx[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/UMkQTrAaWpzkDJBtehvGuPLo > [21:46:37] revansx[m]: yeah, you can define arbitrary things as rights. They won't *do* anything, but nothing is stopping you from doing it [21:46:41] what issues are you running into with that? [21:47:05] if you do that, and visit Special:ListGroupRights, does it not show that 'team1' group has the 'team1' right? [21:47:57] I just submitted: https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/issues/110 [21:47:59] if it's not working properly, try adding this to your LocalSettings.php as well: $wgAvailableRights[] = 'team1'; [21:48:24] (that registers it in mediawiki that 'team1' is a valid right that can be assigned) [21:48:46] The actual custom rights group is working fine.. SESP is not picking up on the added groups. SESP works fine for built-in MW groups [21:48:52] (ty) [21:51:00] I'm trying to create inline SMW queries of users in various custom groups. [21:51:16] did you try running the rebuildData.php maintenance script? [22:01:29] no, but i will. I didn't want to do anything like that until I heard from folks here. [22:08:44] ok.. boom.. there it is.. do I only need to do this when I create a new custom group? [22:14:14] not sure [22:14:23] you may need to do it every time you change someone's group membership [22:40:00] that's the thing that I think the extension owners should know about. thanks! [23:57:17] Helo all i just installed the latest version of mediawiki on debian 9 and all is good except i cant get parsoid to work. Can someone help me. Parsoid shows that its running but i dont see it using any ports [23:57:37] i have it set to port 8142