[01:04:43] Hi there, I'm trying to debug if there's something wrong with my setup. The file caches are not updated at the following circumstances: 1) edit a page with an non-existing [[File]] tag 2) click on the tag and upload the image 3) the page doesn't show the new image, it shows the red broken [[File]] link instead [08:52:09] hello! I'm trying to search for a wiki page whose title exactly matches a given input. For example, the user provides an input value: 'Atlanta'. I want to check if a wiki page exists with title 'Atlanta'. If yes, I want to get its content. I built a GET request with action=query&list=search&srsearch=Atlanta&srlimit=1&srwhat=title to try in the API Sandbox. But each time I make a request I receive the [08:52:15] error: 'Search by title is not supported'. Is this the expected behaviour? or am I missing something? [12:52:17] Are new people allowed to take up tasks that are not labelled good-first-bugs ? [12:52:51] lk I've commented over in this task but nobody responded.... [12:52:59] https://phabricator.wikimedia.org/T192765 [12:59:02] give it a go :) [13:01:59] Sohom_Datta: If you feel you can tackle, go for it [13:02:06] *tackle it [13:02:50] I mean, I've read the docs and I think I can put together the code :) [15:01:16] Is there a way to test my patch ? [15:02:33] I've created a patch for T192765... but I can't figure out how to test it... [15:02:34] T192765: Pop-up window on Special:CentralAuth - https://phabricator.wikimedia.org/T192765 [15:15:17] Is this still a thing? It has some entires from 2017 still sitting there https://meta.wikimedia.org/wiki/Planet_Wikimedia [17:25:16] Does MediaWiki have a PSR-7 adapter? [17:35:24] Sohom_Datta: Hello. It's good to wait atleast a day or two while you wait for a reply to something you post on Phabricator/elsewhere. [17:36:15] Ok... [17:41:08] Niharika:Can I make changes to the code after I have like put up the patch ? [17:42:59] Sohom_Datta: Yes. You can do that by doing a `git commit --amend` the next time you want to commit. [17:43:07] See https://www.mediawiki.org/wiki/Gerrit/Tutorial#Amending_a_change [21:53:43] Is it possible to setup mediawiki so that users cannot see any content whatsoever until they are logged in? [21:56:35] Yup [22:12:59] trivial to configure, actually