User "Catrope" changed the status of MediaWiki.r87522. Old Status: new New Status: resolved
Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/87522#c0 Commit summary: Followup r87402, r87381, r87379 * Functionalized creation of array data store for highs/lows from database object for easy reuse * Now caching data object of highs/lows rather than full DB result object * Now relying on data store array generation in special page to generate data for cache population in maint script * Wrapped 'where' clauses for database abstraction layer in arrays * Switched to use += array_slice() when munging highest and lowest of the highs/lows rather than array_merge to prevent overwriting keys * Switched to using isset() rather in_array( blah, array_keys()) for simplicity's sake * No longer checking for availability of cache before attempting to populate it in maintenance script _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
