• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account Log out
  • Favorite
  • Project
  • Recent History
Loading...
  • Log in
  • Sign up
yona-projects / yona star
  • Project homeH
  • IssueI 16
  • Files
  • Commit
  • Branches
yonaappviewscodecompare_svn.scala.html
Download as .zip file
File name
Commit message
Commit date
app
@Author -> @author
2015-01-19
conf
Merge branch 'upgrade/play-2.3' of dlab/hive
2015-01-07
docs
adds contents for `Group`.
2015-01-12
project
Upgrade Play from 2.2.6 to 2.3.6
2014-12-21
public
@Author -> @author
2015-01-19
test
Fix the failure of MarkdownAppTest
2015-01-07
.gitignore
add conf/application-logger.xml in .gitignore
2014-07-29
.mailmap
Add some people to .mailmap
2015-01-13
.travis.yml
Fix travis config for play 2.3
2015-01-08
AUTHORS
Add new and missed contributors
2015-01-13
LICENSE
LICENSE: change license GPL to Apache 2.0
2013-10-11
README.md
Upgrade Play from 2.2.6 to 2.3.6
2014-12-21
build.sbt
Added latest h2 dependency
2015-01-08
File name
Commit message
Commit date
actions
@Author -> @author
2015-01-19
actors
@Author -> @author
2015-01-19
assets/stylesheets
중간 크기 창에서 스크롤바가 생기는 문제 수정
2014-12-18
controllers
@Author -> @author
2015-01-19
errors
@Author -> @author
2015-01-19
models
@Author -> @author
2015-01-19
playRepository
@Author -> @author
2015-01-19
utils
@Author -> @author
2015-01-19
validation
@Author -> @author
2015-01-19
views
@Author -> @author
2015-01-19
Global.java
@Author -> @author
2015-01-19
File name
Commit message
Commit date
board
@Author -> @author
2015-01-19
code
@Author -> @author
2015-01-19
common
@Author -> @author
2015-01-19
error
@Author -> @author
2015-01-19
git
@Author -> @author
2015-01-19
help
@Author -> @author
2015-01-19
index
@Author -> @author
2015-01-19
issue
@Author -> @author
2015-01-19
milestone
@Author -> @author
2015-01-19
organization
@Author -> @author
2015-01-19
project
@Author -> @author
2015-01-19
reviewthread
@Author -> @author
2015-01-19
search
@Author -> @author
2015-01-19
site
@Author -> @author
2015-01-19
user
@Author -> @author
2015-01-19
welcome
@Author -> @author
2015-01-19
layout.scala.html
@Author -> @author
2015-01-19
organizationLayout.scala.html
@Author -> @author
2015-01-19
partial_comment_form_on_thread.scala.html
@Author -> @author
2015-01-19
partial_comment_thread.scala.html
@Author -> @author
2015-01-19
partial_diff.scala.html
@Author -> @author
2015-01-19
partial_diff_comment_on_line.scala.html
@Author -> @author
2015-01-19
partial_diff_line.scala.html
@Author -> @author
2015-01-19
partial_filediff.scala.html
@Author -> @author
2015-01-19
partial_update_notification.scala.html
@Author -> @author
2015-01-19
projectLayout.scala.html
@Author -> @author
2015-01-19
projectMenu.scala.html
@Author -> @author
2015-01-19
siteLayout.scala.html
@Author -> @author
2015-01-19
File name
Commit message
Commit date
branches.scala.html
@Author -> @author
2015-01-19
compare.scala.html
@Author -> @author
2015-01-19
compare_svn.scala.html
@Author -> @author
2015-01-19
diff.scala.html
@Author -> @author
2015-01-19
history.scala.html
@Author -> @author
2015-01-19
nohead.scala.html
@Author -> @author
2015-01-19
nohead_svn.scala.html
@Author -> @author
2015-01-19
partial_branchrow.scala.html
@Author -> @author
2015-01-19
partial_nonrange_codecomment_thread.scala.html
@Author -> @author
2015-01-19
partial_view_file.scala.html
@Author -> @author
2015-01-19
partial_view_folder.scala.html
@Author -> @author
2015-01-19
svnDiff.scala.html
@Author -> @author
2015-01-19
view.scala.html
@Author -> @author
2015-01-19
Yi EungJun 2015-01-19 1dabdc0 @Author -> @author UNIX
Raw Open in browser Change history
@** * Yobi, Project Hosting SW * * Copyright 2013 NAVER Corp. * http://yobi.io * * @author kjkmadness * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. **@ @(project: Project, commitA: playRepository.Commit, commitB: playRepository.Commit, patch: String) @import org.apache.commons.lang3.StringUtils @projectLayout(commitA.getId + ".." + commitB.getId, project, utils.MenuType.CODE) { @projectMenu(project, utils.MenuType.CODE, "main-menu-only") <div class="project-page-wrap"> <div class="code-browse-wrap"> <p class="commitInfo"> <strong class="commitId">@{"@"}@commitA.getId..@commitB.getId</strong> </p> @if(StringUtils.isEmpty(patch)){ <div class="alert">@Messages("code.noChanges")</div> } else { <div class="diff-wrap"> <div id="commit" data-commit-origin="true" class="diff-body hide">@patch</div> </div> } </div> </div> <script type="text/javascript"> $(document).ready(function(){ $yobi.loadModule("code.SvnDiff", { "bCommentable" : false, "sParentCommitId": "@commitA.getId", "sCommitId" : "@commitB.getId", "sTplFileURL" : "@routes.CodeApp.codeBrowserWithBranch(project.owner, project.name, "${commitId}", "${path}")", "sTplRawURL" : "@routes.CodeApp.showRawFile(project.owner, project.name, "${commitId}", "${path}")" }); }); </script> }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up