User "SPQRobin" posted a comment on MediaWiki.r92559. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92559#c19974 Commit summary:
Major update of stable features from development code. * For non-existing info pages (Wx/xx[x] pages), add a welcome page (either missing, existing or closed wikis) * It automatically checks the database list if available (which is the case on WMF wikis), like SiteMatrix * Pages belonging to existing wikis are not editable and show a link to the existing wiki. You will be redirected automatically if URL &testwiki or your preference is set to that test wiki. * Show a logo per-project, and possibility to set it per-wiki (if URL &testwiki or your preference is set to that test wiki) This is developed against 1.17wmf1 so everything should work on Incubator itself. Comment: Most fixed in r92790. As for the register_globals: outside of WMF it might be a vulnerability, but WMF defines $wgSiteMatrixClosedSites. Do you have a suggestion how I could fix it? Maybe define $wmincClosedWikis = false; and then configure it in Wikimedia to $wgSiteMatrixClosedSites (although I prefer to leave configuration in the extension itself :p). The CSS rule is to make the tab black instead of red (a bit nicer). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
