[11:48:48] cheers, anyone having experience here in two subjects; migrating an old mediawiki instance from a VM to a docker container (my container runs and thanks to your help ldap works!) and moving from a normal storage based approach to s3 for storing "datablobs" (whatever those encompass in mediawiki) [11:49:20] i would be looking for some documentation on good approaches as to what needs to be taken care of in either case and what steps should all be followed [14:04:50] Hello, im using the the DPL3 plugin and want to try and include pages in a list if they contain a certain word or phrase. Does anyone know if this is possible...Looking at the manual i see the ability to do includematch, https://help.gamepedia.com/DPL:Parameters:_Criteria_for_Page_Selection#includematch [14:05:23] i just dont know how to modify that so i can just have it look for the word canada [20:05:03] is `date_default_timezone_set( $wgLocaltimezone );` needed when changing the timezone, or would just setting $wgLocaltimezone work? [20:07:00] The code does date_default_timezone_set( $wgLocaltimezone ); as part of the setup [20:11:57] ah, thanks