[06:39:29] hi, any bluespice gurus here? [13:04:50] hihi [13:05:04] How do I reset someones password on a server that can't send mail? [13:07:37] There's a maintenance script changePassword.php [13:09:13] So you can change it to something you can share with them.... and they can change it themselves whenn logged in [13:15:14] thanks Reedy [13:18:44] Dumb question but, I think the server can now send mail. What's the simplest way to check? [13:23:08] tried resetting my password, but no mail has come through :( [13:23:45] Yay! [13:23:48] Worked :D [13:28:02] Hi, i'm having a repeated problem with the update of a category, Ill describe it here and be glad for any help: [13:29:03] I have two type of pages, "Letters" (File) and a persons names (just for the exmaple), person page use Template:Person which checks whether the page "(name) letter" exists, if so, its adds the current person page to the category "With Letters" [13:29:52] When i'm adding a letter to my wiki, nothing trigger the persons pages to update and check whether i've uploaded a letter with relate to them, therefore - the category "with letters" does not uupdates. [13:30:20] I've try to use: "&action=purge&forcerecursivelinkupdate=1" "on" the template:pserson page, but without any sucess [13:31:03] the page Project_Name:Sandbox returns error 500, any way to disable this page? I don't need it [13:31:17] niso83: Is the job queue being processed on your wiki? [13:31:28] niso83 provide a link to your templae [13:32:07] Yea the JobQueue is empty, the template is just for an exmaple (its much more complicated and without a lot non-relevant parts) [13:32:28] and with* [13:33:50] The relevant part: Just Check whether file exists: {{#exists File: ...}} [13:34:17] any way to disable this Sandbox thing? so that adding :Sandbox to page title doesn't return any error [13:34:57] I'm guessing that's not a config thing [13:38:42] Moreover, i've uplloaded a "Letter" file not long time ago (few days), and the related person page contains at the bottom of the page the category "With letters" but when going to the category the page does not exists there [13:39:14] That sounds a lot like job queue not processing [13:39:15] Moreover2, Each person page shows the letter, i'm seeing a page which shows the letter, but when going to the letter pages i can see no page which using it [13:39:43] https://imgur.com/a/um8sigM [13:42:38] can someone help or this isn't a mediawiki help channel? [13:43:57] I get a php error on Project-Name:Sandbox [13:43:59] https://dpaste.de/sTyQ [13:44:21] That looks like a mixmatch of extension versions [13:45:08] Isn't cite included in the mediawiki package? [13:45:22] DynamicPageList isn't [13:46:31] I 'm looking into it, thank you [13:46:33] https://github.com/wikimedia/mediawiki-extensions-Cite/commit/d6b1bdeff5ac2ade60414ab88c6d8d5ad19852ba [13:46:41] Cite::$mGroupCnt has been private for 3 years [13:46:54] Since 1.32 [13:47:11] So it would look like your version of DynamicPageList isn't designed to work with 1.32 (or newer) [13:47:45] But the extension we have with that name.. https://github.com/wikimedia/mediawiki-extensions-DynamicPageList/tree/REL1_32 [13:47:53] Doesn't seem to match the code structure of yours either [13:50:34] DPL is still alive? [13:50:44] Reedy> you are correct, disabling the extension fixed the error [13:50:56] Use SMW ;-P [13:51:00] I don't even know why this extension is here [13:51:25] maybe it was part of mediawiki package at some point [13:51:36] I don't remember adding it [13:52:49] SMW allow to query pages like DPL? (querying pages properties) [13:53:39] what is DPL [13:54:03] eer... I mean [13:54:11] what is SMW [13:55:04] Im guessing : https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki [13:57:04] what is the consequence of disabling DPL, I don't even know what it does [13:57:22] is there a practical reason why mediawiki uses URIs instead of IRIs? For example using https://en.wikipedia.org/wiki/Ranma_%C2%BD instead of https://en.wikipedia.org/wiki/Ranma_½? [18:38:08] Reedy: looks like refactoring squidpurgeclient[pool] might require touching deferred/CdnCacheUpdate.php as well (just the part that deals with SPC/SPCP) [18:39:10] not required but I am looking into whether it would make the code cleaner [18:40:32] but first I need to make sure the replacement supports deprecated $wgSquidPurgeUseHostHeader [23:06:03] I have two type of pages, "Letters" (File) and a persons names (just for the exmaple), person page use Template:Person which checks whether the page "(name) letter" exists, if so, its adds the current person page to the category "With Letters" [23:06:03] uploaded a letter with relate to them, therefore - the category "with letters" does not uupdates. [23:06:30] It was solved with running "refreshLinks.php", any idea why? and if there is any normal way to solve this? [23:19:26] niso83: random guess, you need to look at your JobQueue setup and make sure its running [23:19:38] !jobqueue | niso83 [23:19:39] niso83: The Job Queue is a way for mediawiki to run large update jobs in the background. See http://www.mediawiki.org/wiki/Manual:Job_queue [23:23:20] Ofc, its on 0 tasks