• 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
Remove mergely.js
2014-05-14
conf
Merge branch 'fix-issueview-140508' of laziel/yobi
2014-05-14
docs
Merge branch 'fix-uikit-doc-140509' of laziel/yobi
2014-05-13
project
config: Fix the version of Yobi
2014-04-28
public
Remove mergely.js
2014-05-14
test
AccessControl: allowed member of the group to protected and public project
2014-04-28
.gitignore
add on .gitignore automatically generated keystore file
2014-03-05
.travis.yml
Remove every trailing whitespaces in every files.
2013-10-30
AUTHORS
resolve the issue 1305.
2014-04-22
LICENSE
LICENSE: change license GPL to Apache 2.0
2013-10-11
README.md
README: Remove the version number
2014-04-24
File name
Commit message
Commit date
actions
Javadoc: translated to English the 'action' package
2014-04-07
actors
remove unnecessary authror comments.
2014-04-30
assets/stylesheets
Merge branch 'fix-issueview-140508' of laziel/yobi
2014-05-14
controllers
Mention: added group's members
2014-05-12
models
posting: Fix NPE while fixing last posting number
2014-05-07
playRepository
Merge branch 'fix/codebrowser-misses-some-files-in-subdir' of npcode/yobi
2014-05-13
utils
fix the issue 832.
2014-04-30
validation
fix the issue 1133.
2014-04-22
views
Remove mergely.js
2014-05-14
Global.java
config: Fix config error while starting Yobi
2014-04-28
File name
Commit message
Commit date
board
Board, Git, Milestone: arrange button positions
2014-05-14
code
Remove mergely.js
2014-05-14
common
Remove mergely.js
2014-05-14
error
fix the issue 1133.
2014-04-22
git
Remove mergely.js
2014-05-14
help
UIKit: update with recent yobiUI style
2014-05-09
index
fix the issue 832.
2014-04-30
issue
Issue: improve voters list
2014-05-14
milestone
Board, Git, Milestone: arrange button positions
2014-05-14
organization
fix the issue 1290.
2014-04-22
project
Merge branch 'issue-832' of changsung/yobi
2014-05-02
reviewthread
ListPages: change style of comments and vote on list
2014-04-28
site
fix the issue 1133.
2014-04-22
user
ListPages: change style of comments and vote on list
2014-04-28
welcome
fix the issue 1133.
2014-04-22
layout.scala.html
Print: Fix css for print screan
2014-05-08
partial_comment_thread.scala.html
ReviewButton: change text and color of review button
2014-04-22
partial_diff.scala.html
Remove mergely.js
2014-05-14
partial_diff_comment_on_line.scala.html
fix the issue 1133.
2014-04-22
partial_diff_line.scala.html
fix the issue 1133.
2014-04-22
partial_filediff.scala.html
Remove mergely.js
2014-05-14
projectLayout.scala.html
fix the issue 1133.
2014-04-22
projectMenu.scala.html
fix the issue 1133.
2014-04-22
siteLayout.scala.html
fix the issue 1133.
2014-04-22
File name
Commit message
Commit date
branches.scala.html
Branches: simplify branch list
2014-04-07
compare.scala.html
Merge branch 'fix-review-140414' of laziel/yobi
2014-04-15
compare_svn.scala.html
Remove mergely.js
2014-05-14
diff.scala.html
Remove mergely.js
2014-05-14
history.scala.html
fix the issue 1133.
2014-04-22
nohead.scala.html
fix the issue 1133.
2014-04-22
nohead_svn.scala.html
config: Add application.siteName configuration
2014-02-28
partial_branchrow.scala.html
Branches: applied i18n
2014-04-24
partial_nonrange_codecomment_thread.scala.html
ReviewButton: change text and color of review button
2014-04-22
partial_view_file.scala.html
Date: fixed to show date exactly
2014-04-15
partial_view_folder.scala.html
Date: fixed to show date exactly
2014-04-15
svnDiff.scala.html
Remove mergely.js
2014-05-14
view.scala.html
fix the issue 1133.
2014-04-22
Jihan Kim 2014-05-14 b753ad4 Remove mergely.js 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