Merge branch 'stable-2.11' into stable-2.12

* stable-2.11:
  Set version to 2.11.5
  Release notes for Gerrit 2.11.5
  Update replication plugin revision
  Display latest result of branch list screen's filter

Change-Id: I59bd12147cb918114fcfc33701f3b9a64c65fc21
This commit is contained in:
David Pursehouse
2015-11-12 17:57:04 -08:00
3 changed files with 94 additions and 2 deletions

View File

@@ -207,8 +207,10 @@ public class ProjectBranchesScreen extends PaginatedProjectScreen {
Query q = new Query(filterTxt.getValue());
if (match.equals(q.qMatch)) {
q.start(start);
} else if (query == null) {
q.run();
} else {
if (query == null) {
q.run();
}
query = q;
}
}