Merge branch 'stable-2.6' into stable-2.7

* stable-2.6:
  Bump openid4java dependency to 0.9.8
  Provide direct link to REST API documentation
  init: Gracefully handle missing browser
  Improve explanation of path conflicts in project config doc
  init: Don't set username on upgrade if database.type is JDBC
This commit is contained in:
Shawn Pearce
2013-05-14 15:33:06 -07:00
9 changed files with 44 additions and 29 deletions

View File

@@ -695,6 +695,7 @@ public class Gerrit implements EntryPoint {
addDocLink(m, C.menuDocumentationSearch(), "user-search.html");
addDocLink(m, C.menuDocumentationUpload(), "user-upload.html");
addDocLink(m, C.menuDocumentationAccess(), "access-control.html");
addDocLink(m, C.menuDocumentationAPI(), "rest-api.html");
menuLeft.add(m, C.menuDocumentation());
}

View File

@@ -88,6 +88,7 @@ public interface GerritConstants extends Constants {
String menuDocumentationSearch();
String menuDocumentationUpload();
String menuDocumentationAccess();
String menuDocumentationAPI();
String searchHint();
String searchButton();

View File

@@ -71,6 +71,7 @@ menuDocumentationIndex = Index
menuDocumentationSearch = Searching
menuDocumentationUpload = Uploading
menuDocumentationAccess = Access Controls
menuDocumentationAPI = REST API
searchHint = Change #, SHA-1, tr:id or owner:email
searchButton = Search