"Catrope" changed the status of MediaWiki.r109979 to "ok" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109979#c30279
Old Status: new > New Status: ok Commit summary for MediaWiki.r109979: Make the helpful/unhelpful counts update on clicking one of the buttons. This pulls from the slave/read DB, in the interest of not hitting the master/write DB, which means the information it pulls might not be 100% up to date, but it seemed better than allowing selects on the master. I can fix that, if this is a problem. Update the javascript to support same. Catrope's comment: Reading stale data from the slave is fine, as long as you don't use it to make decisions. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
