[11:59:43] Can apache rewrite engine (mod_rewrite) slow down mediawik's own page redirection if used for forcing https? [12:14:23] Technically, yes. The browser needs to create a new TCP connection for https, because it's switching ports, plus the tls negotiation [12:39:57] But it shouldn't be a significant slowdown, from nearly instant page loads to 10-15 seconds, right? [12:41:53] It shouldn't. You can use the browser's developer console (hit F12), and on the network tab you can see each request and their timings, and maybe figure out which one is taking so long [17:55:59] How do I exclude redirect from being listed in this URI?: https://directory.fsf.org/wiki?limit=50&title=Special%3AContributions&contribs=user&target=David+Hedlund&namespace=0&tagfilter=&start=&end= [17:56:23] all redirects* [18:07:38] David_Hedlund: You can't (unless you want to modify the software to add that functionality) [18:08:35] This may be challenging depending on what do you want... and edit can make a page a new redirect, and a following edit can make the page a non-redirect [18:23:37] Vulpix: Thanks. That feature would be really useful [18:24:07] A good start may be a feature request [18:24:12] !bugreport [18:24:32] !https://www.mediawiki.org/wiki/Bugreport [20:07:15] Reedy_: how do you make a PRIVATE CONST changeable with config [20:07:20] Specifically https://github.com/wikimedia/mediawiki/blob/b966e1dd64f7057b0dbb2395707dbdf2166e6220/includes/libs/objectcache/BagOStuff.php#L127 [20:08:03] For https://phabricator.wikimedia.org/T298356#7590907 [20:41:18] you make it not be a private const [20:51:16] TimStarling: without changing its name? [21:51:57] oh, it is actually a protected const [21:55:08] there's no references to it in CodeSearch extensions or skins, so yeah, you can change it [21:55:39] make it a protected property instead [21:58:41] TimStarling: fun [21:58:52] That's going to be a big patch for me to make tommorow [21:58:59] Or try and understand [22:02:53] Actually small [22:02:56] Just a rare one [22:03:49] since there is "@stable to extend", technically it is removal without deprecation from a stable interface [22:10:07] TimStarling: technically yes [22:10:29] although no extension does it [22:48:35] I'm not sure where the right place for this is, but I want to download the AMPRNet wiki to use in XOWA but don't know where to look for it, and was wondering if you can point me to the correct place to ask/download link. https://wiki.ampr.org/wiki/Main_Page I come here because it's a wikimedia wiki so... I'm doing the best i can. [23:49:26] W [23:51:25] Hawker: it is not a Wikimedia wiki [23:51:47] 5 [23:52:12] OpenSSL [23:52:35] Cita