• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account Log out
  • Favorite
  • Project
  • Recent History
Loading...
  • Log in
  • Sign up
kadrians / Testing_for_YONA star
  • Project homeH
  • CodeC
  • IssueI 1
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB 2
  • Files
  • Commit
  • Branches
Testing_for_YONAsourcedocsrelnotes0.7.0.txt
Download as .zip file
File name
Commit message
Commit date
bin
Yona 1.16.0 Upload
02-04
lib
Yona 1.16.0 Upload
02-04
share/doc/api
Yona 1.16.0 Upload
02-04
source
Source Code Upload
02-04
README.md
Yona 1.16.0 Upload
02-04
File name
Commit message
Commit date
app
Source Code Upload
02-04
conf
Source Code Upload
02-04
docs
Source Code Upload
02-04
lib
Source Code Upload
02-04
project
Source Code Upload
02-04
public
Source Code Upload
02-04
support-script
Source Code Upload
02-04
test
Source Code Upload
02-04
.gitignore
Source Code Upload
02-04
.mailmap
Source Code Upload
02-04
.travis.yml
Source Code Upload
02-04
AUTHORS
Source Code Upload
02-04
LICENSE
Source Code Upload
02-04
NOTICE
Source Code Upload
02-04
README.md
Source Code Upload
02-04
build.sbt
Source Code Upload
02-04
dev.sh
Source Code Upload
02-04
dist.sh
Source Code Upload
02-04
is-alive-bot.sh
Source Code Upload
02-04
minify-js.sh
Source Code Upload
02-04
restart.sh
Source Code Upload
02-04
File name
Commit message
Commit date
ko
Source Code Upload
02-04
relnotes
Source Code Upload
02-04
technical
Source Code Upload
02-04
userManual
Source Code Upload
02-04
application-conf-desc.md
Source Code Upload
02-04
db-error-767.md
Source Code Upload
02-04
install-mariadb.md
Source Code Upload
02-04
install-yona-server.md
Source Code Upload
02-04
logging.md
Source Code Upload
02-04
system-requirements.md
Source Code Upload
02-04
trouble-shootings.md
Source Code Upload
02-04
update-next-branch-to-0.8.0.md
Source Code Upload
02-04
yobi_front.png
Source Code Upload
02-04
yobi_front.png.png
Source Code Upload
02-04
yona-backup-restore.md
Source Code Upload
02-04
yona-mail-settings.md
Source Code Upload
02-04
yona-run-and-restart.md
Source Code Upload
02-04
yona-run-options.md
Source Code Upload
02-04
yona-run-under-v1.3.md
Source Code Upload
02-04
yona-social-login-settings.md
Source Code Upload
02-04
yona-upgrade.md
Source Code Upload
02-04
File name
Commit message
Commit date
0.5.2.txt
Source Code Upload
02-04
0.5.3.txt
Source Code Upload
02-04
0.5.4.txt
Source Code Upload
02-04
0.5.5.txt
Source Code Upload
02-04
0.5.6.txt
Source Code Upload
02-04
0.5.7.txt
Source Code Upload
02-04
0.6.0.txt
Source Code Upload
02-04
0.6.1.txt
Source Code Upload
02-04
0.6.2.txt
Source Code Upload
02-04
0.6.3.txt
Source Code Upload
02-04
0.6.4.txt
Source Code Upload
02-04
0.7.0.txt
Source Code Upload
02-04
0.7.1.txt
Source Code Upload
02-04
0.7.2.txt
Source Code Upload
02-04
0.7.3.txt
Source Code Upload
02-04
0.8.0.txt
Source Code Upload
02-04
0.8.1.txt
Source Code Upload
02-04
0.8.2.txt
Source Code Upload
02-04
Nell 02-04 2600fe6 Source Code Upload UNIX
Raw Open in browser Change history
Yobi v0.7.0 Release Notes ========================= Updates since v0.6.4 -------------------- New Features * Private Site * Yobi requires users to authenticate themselves to access any page if application.allowsAnonymousAccess is false. (4a81d87) * Every link to outside of the Yobi site has 'rel=noreferrer' attribute so that the client, which supports HTML5, does not provide the referrer for the linked site, if application.noreferrer is true. (4d4f0a9, 531c212) Enhancements * In notification emails, the addresses of users are not hidden if application.notification.bymail.hideAddress is false. (3ffd70f) * A text drag-and-copied from the rendered diff contains filenames to be a complete unified context diff. (bdc74a6) * In closed issue list, each issue shows the duedate instead of the remaining days. (046164f) * Project list provides not only public projects but also protected or private projects which the user has been joined in. (2e70827) * Notification emails have a meaningful message-id so that the other emails can refer them by using References header. It helps some MUAs to bind emails into a thread. (87694d4) * Notification emails for a comment on source code can contain the code. (66781bc) * When authentication with Git client is failed, Yobi tells the reason. (fe129a5) * Site Administrator searches users by email address in in Site Admin > Users. (0ad1b62) UI Improvements * Git-push notification email looks better and internationalized. (8ccf0ac) * Spinner UI is integrated by using ui.Spinner. (0251d93) * In Dialog boxes the button at the bottom has focus. (dab01bd) * Search: If a user didn't select a tab, the first non-empty tab is selected automatically. (3b1e724) * PullRequest (fcf2333) * Move review thread icon to before progres bar and number. * Show number of reviewers on list and highlight reviewers number if current user included in it. * Show names of reviewers as tooltip. * In issue list, the selected milestone looks better. (6543ad2) * The page to change the type of vcs in a project looks simple. (e24000a) * Posting: Checkboxes for setting to notice and saving as README locates at better position. (257eb0b) * Issue: Dropdown list for labels is not closed after choosing a label to improve usability for choosing many labels. (b544cd6) Performance * Merging pullrequests becomes faster by removing the non-bare repositories used for merging. (e20053f) Documentation * Yobi requires JDK 7, not just JAVA 7, explicitly. (efb1ab0) Internal changes * .mailmap is added. (2da8913) Fixes since v0.6.4 ------------------ * SearchForm: The line-height for dropdown list was incorrect. (e6fdac0) * PullRequest: margin-top of author-info was incorrect. (be78764) * git,svn: Responded server errors to requests to unsupported repositories. (bb52e67) * CodeBrowser: NPE occurred when trying to open a nonexistent file. (f7abb5d) * PullRequest: NoMergeBaseException occurred on criss-cross merge. (b05dfb2) * An error message when login is failed because of network problem was incorrect. (cb939e3) * "Server Error" flash message is displayed when a user requests to join a private project even if there is no such error. (853b292) * PullRequest: When sending a pullrequest, the description which is filled by Yobi automatically started with an unnecessary empty line. (261b089) * CodeReview: A link to a comment in a closed thread did not work. (c27c5c9) * AccessLogger: Escaping double-quote marks was missed. (398f369) * Group: Some projects in a group were hidden to users even if the user has the permission to access the project. (f47de29) * Vote button on issue did not work after the timeline is updated. (95d0af6) * Users could not edit the hexcode of the color of an issue label. (4a34500) * Server error occurred occasionally when trying to read an issue. (cfc791f) * Issue: Overdue message is not disappeared even after extending the duedate by user. (f312c87) * 'Unwatch' link on notification emails did not work. (a39a9fc) * Projects could not be transferred to another group. (54fa948) * Some messages contained errata. (fbaeea6) * Remeber Me did not work. (004bc9b) * Server error occurred when trying to access nonexistent commit. (f8cb3b3) * Issues could not be assigned if there is a member whose login id is numeric. (72e04d2) * Server error occurred when searching issues if orderBy parameter exists but its value is empty. (4b56767) * The link to the owner of projects which had been transferred to the other group was broken. (4fae248) * Server error occurred while deleting a project which has an issue to which a label is attached. (1411db7) * Server error occurred while creating an issue label whose name is longer than 255 characters. (f2b3b43)

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

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