History for gitbucket_jkp / src / main / scala / app / RepositoryViewerController.scala
2013-06-03
@takezoe
Rename ProjectService to RepositoryService.
takezoe committed on 3 Jun 2013
2013-06-02
@takezoe
Fix the index page.
takezoe committed on 2 Jun 2013
@takezoe
Pass the Account object instead of the user name to user.scala.html.
takezoe committed on 2 Jun 2013
@takezoe
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
takezoe committed on 2 Jun 2013
@takezoe
Move case classes in RepositoryViewerController to JGitUtil.
takezoe committed on 2 Jun 2013
@takezoe
Retrieve project information from DB at the repository list.
takezoe committed on 2 Jun 2013
2013-05-04
@takezoe
Add JGitUtil#withGit() and use it to release repository resources ...
takezoe committed on 4 May 2013
@takezoe
Implemented: Downloading tagged contents as zip file.
takezoe committed on 4 May 2013
@takezoe
Replace existing code with JGitUtil#getRevCommitFromId().
takezoe committed on 4 May 2013
@takezoe
Fixed tags page.
takezoe committed on 4 May 2013
2013-05-03
@takezoe
Activate a link to tags page.
takezoe committed on 3 May 2013
@takezoe
Move HTML templates for the repository viewer to repo.html package.
takezoe committed on 3 May 2013
@takezoe
Wiki repositories should be not displayed in the repository list.
takezoe committed on 3 May 2013
@takezoe
Add file history page to the repository viewer.
takezoe committed on 3 May 2013
@takezoe
Fixed file download.
takezoe committed on 3 May 2013
2013-05-02
@takezoe
Added limit parameter to JGit.getCommitLogs() and page parameter became ...
takezoe committed on 2 May 2013
2013-05-01
@takezoe
Convert Markdown to HTML in the view by view.helpers.markdown().
takezoe committed on 1 May 2013
@takezoe
Start to implement WikiController. ...
takezoe committed on 1 May 2013