[04:55:27] Greetings, all, I am seeking a little clarification about having an account. I thought that by creating an account, I'd be able to login to edit any wiki (including, specifically, one that I started and set up, but have forgotten the original username I selected). However, no luck with that, it will not let me login with my freshly created [04:55:28] username/account. Will appreciate any clarification about this. tia. [05:03:59] hi kevinbazira [05:04:28] Hi EliasBueno [05:05:52] hi natek [05:07:09] Herro. [05:32:54] Hi zeph5 [05:38:43] I appreciate the vote of confidence :) https://www.mediawiki.org/w/index.php?title=Special:Log&type=rights&page=User%3ADSquirrelGM&user=Masumrezarock100 [11:06:44] is there a way to message someone on a wiki created via mediawiki after getting banned? [11:07:51] er, blocked [15:01:45] Hi, i have a page that belong to a category (hidden if that matters), i can see the category at the page footer. When i go to the category i cant see the page name. No jobs waiting and try to do a "null save" (just press the save button without any change) on both. What can cause it? [15:11:11] Nko: So normally that would be a job queue issue, but it sounds like you already ruled that out [15:13:59] Nko: Sometimes what can happen is there is some sort of error that prevents saving of categories (Its pretty unusual for this to be the case), but try looking in php error log to see if there are any exceptions, and setting up mediawiki debug logging ( https://www.mediawiki.org/wiki/Manual:How_to_debug#Setting_up_a_debug_log_file ) - in the mediawiki debug log, you want to look for anything that sounds [15:14:05] like an error (There will be lots of non-error output), you also want to check that the refreshLinks job actually gets processed, which should be mentioned in the debug log if it gets succesfully processed [15:14:50] The refreshLinks job shouold be triggered by my save on the page? [15:21:57] Nko: Yes. On save they get inserted in the job queue. In many configurations they might be completed on that same request or there's a possibility they will be saved for a later date [15:22:37] A null edit should also trigger a refreshLinks job, as it causes all categories to be resaved. Note, that ?action=purge does not [15:30:24] I've run null edit on the page. I can see on logs: "refreshLinksPrioritized {pageName} ..... STARTING".... and the same line with "good" at the end. but i cant see any details about the added categories [15:33:33] There is an option to see the history of changes in category (page added\removed and when)? [15:44:21] Moreover, i cant see anymore logs from the same requestId of the log i wrote above ("refreshLinks...") [19:10:09] how can I edit *all* pages with MassEditRegex without listing all pages explicitly? Using an asterisk does not work [19:13:56] hmm, this feature seems to be included with the Replace Text extension, no help needed anymore :) [19:19:40] minicom: my guess is for the former that you need to use a regex [19:20:06] * isn't a valid regex by itself, as it says "0 or more of the previous thing" [19:20:14] you need a thing before it to have 0 or more of [19:20:31] in regex, . is used to denote any character, so .* is the regex for everything [19:20:51] I read on some other page that this is just not a feature included with that particular plugin, so I went with the ReplaceText plugin which fixed my problem [19:21:29] oh I see, the regex is for replacing the contents, not for getting page names [19:21:33] then yeah, ReplaceText sounds better [19:22:00] Skizzerz: yep, indeed [20:31:40] Someone [20:33:06] i need help with parsoid [20:38:03] SamiWey777: in what way? [20:38:51] in develop setup bro [20:39:08] I'm not a mind reader, you'll need to be a lot more specific [20:40:38] https://www.mediawiki.org/wiki/Parsoid/Developer_Setup [20:41:56] what, specifically, are you having problems with. What have you tried, what errors are you receiving, etc. [20:42:03] this setup, My hosting supports node.js and i already install the git but when I set up I don't quite understand