| | |
| | | - Improve Gerrit change ref decoration in the refs panel (issue 206)
|
| | | - Disable Gson's pretty printing which has a huge performance gain
|
| | | - Properly set application/json content-type on api calls
|
| | | - Improved page title
|
| | | - Updated Polish translation
|
| | | - Updated Japanese translation
|
| | |
|
| | |
| | |
|
| | | contributors:
|
| | | - Bandarupalli Satyanarayana
|
| | | - Chad H.
|
| | | - Christian Aistleitner
|
| | | - David Ostrovsky
|
| | | - Egbert Teeselink
|
| | |
| | |
|
| | | protected void setupPage(String repositoryName, String pageName) {
|
| | | if (repositoryName != null && repositoryName.trim().length() > 0) {
|
| | | add(new Label("title", getServerName() + " - " + repositoryName));
|
| | | add(new Label("title", repositoryName + " - " + Keys.web.siteName));
|
| | | } else {
|
| | | add(new Label("title", getServerName()));
|
| | | add(new Label("title", Keys.web.siteName));
|
| | | }
|
| | |
|
| | | ExternalLink rootLink = new ExternalLink("rootLink", urlFor(RepositoriesPage.class, null).toString());
|