• 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.6.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.6.0 Release Notes ========================= Backward compatibility notes ---------------------------- We recommend you to change the log levels to follow the changes of our default log level as follows(66e9224, 0ee3bf6): play: DEBUG -> WARNING application: DEBUG -> WARNING access: DEBUG -> INFO mail: DEBUG -> INFO info.schleichardt.play2.mail: DEBUG -> WARNING Future versions of Yobi may produce huge amount of log messages if log level is DEBUG. Updates since v0.5.7 -------------------- New Features and Enhancements * Users can search the entire of issues, postings, users, milestones, comments and reviews. (9ff8580) * Yobi notifies software update if available. (3bfc204) * Project administrators can hide unnecessary project menu items. (67a21e7) * Every comment has Agree button. (75484d6) * Project administrators can change VCS type (Git or SVN) for their projects. (e55b9d4) * README is editable on Web. (2cae128) * Issues can have a duedate(134d039) and be sorted by duedate(f1359eb). * Miletone page has a input box to filter issues. (62780c2) * Project members can configure whether a issue-label category allows issues have multiple labels of the category or not. (a7216b6, 9243ee6) * Group admins and members are assignable to issues of projects belong to the group. (b651a3a) * Users can leave a group. (5496d11) * Users can login by using email address not only login id. (6789532) UI/UX * Notification Mails look better. (78b2db1) * PullRequest: Dropdown list for senders look better. (2bf828b) * New Project form looks better. (fd252cd) * Commit View: Commit Date column becomes wider. (bdeee6e) * Code View: Branches becomes wider and Latest Commit becomes narrower. (f575d85) * PullRequest: Merge commit message contains list of merged commits and reviewer's name and email. (8acb099) * Displays "Loading..." while rendering markdown text. (70b09ac) * Applys select2 to the dropdown lists for branches (a626d7f) * Shows the author's info above content body. (47b40b8) * Project dashboard looks better. (cb27f96) * Attachment list and download button looks better. (399cb9c) * Autocomplete list for mentioning user contains the user who is mentioning. (ab127e8) * Displays commit message and id in fixed font. (63bb1e1) * Comment threads display their comment form. (bdf9ef6) * The width of column for branches becomes wider. (8c451b7) * Sort project members and issue authors by name. (e7bf0da) * The Yobi guide on Site home is updated. (3d71e6f) * Issue label editor looks better. (60ebf00) Performance * Attachment: HTTP cache is allowed. (3cd2d6e) * PullRequest: Merging becomes faster. (e3b7295) * Almost of requests may be faster; We removed a synchronized block. (518c5da) * Running unittests becomes much faster. (dbbd3fe) Etc * JGit has been upgraded to v3.1.0 to v3.4.0. This upgrade fixes an exception on conflicts with recursive merge and slow delta compression. (cfa8fb0) Fixes since v0.5.7 ------------------ * In Commit View, new comment not on a specific range of code wasn't combined into a existing thread. (99847d4) * Fix possible optimistic-lock exception while saving an issue or a posting. (25733ba) * Some messages missed single qutoation marks. (870a951) * A flash error message for oversize project logo was incorrect. (13e3fe0) * SVN commits could not be commented. (24a6ecb) * 403 error message for Git client displayed user's name which can be broken if client does not support UTF-8. (18b5b6b) * Starting New Project by Importing Git Repository worked incorrectly if authentication is required. (3d7dfe3) * Assignee dropdown displayed assignees incorrectly. (949bf4e) * Strangely a project could be transfered to a group which owns the project and some projects have incorrect organization_id. (6de171d) * Some old issues could not be autocompleted. (0bfaf8b) * PullRequest: Title and body input was not filled automatically. (9546044) * Avatars and number of members of a private or protected project were not displayed if the user has the proper permission. (fa87e03) * PullRequest: Merge never stopped if commit message is longer than 2,000 bytes. (d5594dc) * Updating Yobi overwrote conf/application-logger.xml. (66e9224) * If application.context is configured, autolink to an issue(2b70f80) and url to a repository(4afde6) was incorrect and SVN repositories cannot be accessed(00f33d2). * In Send Email page, the email address of sender included a duplicated domain part if smtp.username includes a domain part (117d9e8) * Milesontes cannot be sorted by date in Closed tab. (9018993)

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

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