Show change tags on diffs
authorMatmaRex <matma.rex@gmail.com>
Sat, 6 Jul 2013 20:53:27 +0000 (22:53 +0200)
committerMatmaRex <matma.rex@gmail.com>
Sat, 6 Jul 2013 21:02:31 +0000 (23:02 +0200)
commitcd5f0d63fae22a275809ad96fb3408907b04f72a
treec7b63cc5ceb478eda21e78f5ebd9417ff3bf5b18
parent9a1b3d6deb8e2bc98a6f78a2d7d9f430793b5eb1
Show change tags on diffs

This adds two very simple queries for every diff page view.

It could be made to only add one (loading tags for both revisions at
once), but it would be a little ugly.

It could even be made to add zero, but this would require either
rewriting and duplicating a lot of code here and constructing
Revisions by hand or making the Revision itself know about its tags.

Bug: 25824
Bug: 49602
Change-Id: Ic2ae58c703db7ceee5de4b320229d8c93810a73b
includes/diff/DifferenceEngine.php