Empty repository page failed to handle missing repository (issue-160)
| | |
| | |
|
| | | #### fixes
|
| | |
|
| | | - Empty repository page failed to handle missing repository (issue 160)
|
| | | - Fixed broken ticgit urls (issue 157)
|
| | | - Exclude submodules from zip downloads (issue 151)
|
| | | - Fixed bug where repository ownership was not updated on rename user
|
| | |
| | |
|
| | | String repositoryName = WicketUtils.getRepositoryName(params);
|
| | | RepositoryModel repository = GitBlit.self().getRepositoryModel(repositoryName);
|
| | | if (repository == null) {
|
| | | error(getString("gb.canNotLoadRepository") + " " + repositoryName, true);
|
| | | }
|
| | |
|
| | | if (repository.hasCommits) {
|
| | | // redirect to the summary page if this repository is not empty
|