
Update the release notes for v0.7.0
@56acde74dfff00fca0462f4c72ba1760a6fb006c
--- docs/ko/relnotes/0.7.0.txt
+++ docs/ko/relnotes/0.7.0.txt
... | ... | @@ -6,8 +6,30 @@ |
6 | 6 |
|
7 | 7 |
새 기능 |
8 | 8 |
|
9 |
-* 비공개 사이트 기능: application.allowsAnonymousAccess를 true로 설정한 경우, |
|
10 |
- 모든 페이지에 대해 로그인을 요구 (4a81d87) |
|
9 |
+* 비공개 사이트 기능 |
|
10 |
+ * application.allowsAnonymousAccess를 false로 설정한 경우, 모든 페이지에 |
|
11 |
+ 대해 로그인을 요구 (4a81d87) |
|
12 |
+ * application.noreferrer를 true로 설정한 경우, Yobi 외부로의 링크에 |
|
13 |
+ rel=noreferrer 어트리뷰트를 추가하여 브라우저가 해당 링크가 가리키는 |
|
14 |
+ 웹서버에 Yobi 사이트에 대한 리퍼러를 남기지 않도록 함 (4d4f0a9, 531c212) |
|
15 |
+ |
|
16 |
+기능 개선 |
|
17 |
+ |
|
18 |
+* application.notification.bymail.hideAddress 를 false로 설정한 경우, 알림 |
|
19 |
+ 메일에서 사용자의 이메일 주소를 숨기지 않음 (3ffd70f) |
|
20 |
+* 코드 변경내역을 복사 붙여녛기하면 파일 이름까지 포함된 온전힌 unified context |
|
21 |
+ diff로 붙여짐 (bdc74a6) |
|
22 |
+* 닫힌 이슈 목록에서는 이슈의 목표완료일을 남은 날로 보여주지 않고 날짜 그대로 |
|
23 |
+ 보여줌 (046164f) |
|
24 |
+* 프로젝트 목록에서 공개 프로젝트 뿐 아니라 사용자가 접근할 수 있는 권한이 있는 |
|
25 |
+ 모든 프로젝트를 보여줌 (2e70827) |
|
26 |
+* 알림 메일마다 다른 알림 알림 메일이 References 헤더로 참조할 수 있는 적절한 |
|
27 |
+ 메시지 아이디를 부여하여 메일 클라이언트가 알림 메일들을 스레드로 묶을 |
|
28 |
+ 수 있게 함 (87694d4) |
|
29 |
+* 소스 코드에 댓글을 달면 알림 메일에 해당 코드까지 같이 포함되어 발송됨 |
|
30 |
+ (66781bc) |
|
31 |
+* Git 클라이언트로 인증에 실패한 경우 Yobi가 그 이유를 알려줌 (fe129a5) |
|
32 |
+* 사이트 관리 > 사용자 페이지에서 이메일 주소로 사용자 검색 가능 (0ad1b62) |
|
11 | 33 |
|
12 | 34 |
UI 개선 |
13 | 35 |
|
... | ... | @@ -20,6 +42,21 @@ |
20 | 42 |
* 코드주고받기 목록에 리뷰한 사람이 몇명인지 보여줌. 이 때 현재 사용자가 |
21 | 43 |
리뷰를 했다면 리뷰어 숫자를 하이라이팅해서 보여줌. |
22 | 44 |
* 누가 리뷰했는지 툴팁으로 볼 수 있음 |
45 |
+* 이슈 목록에서 선택된 마일스톤의 UI 개선 (6543ad2) |
|
46 |
+* 프로젝트의 VCS 타입 변경 UI를 단순하게 개선 (e24000a) |
|
47 |
+* 게시판: 공지사항으로 설정 및 README로 저장하기 체크박스의 위치를 |
|
48 |
+ 좀 더 아래쪽으로 옮김 (257eb0b) |
|
49 |
+* 이슈 등록/편집시 여러개의 라벨을 더 쉽게 설정할 수 있도록, 라벨을 추가해도 |
|
50 |
+ 드롭다운 목록이 사라지지 않도록 함 (b544cd6) |
|
51 |
+ |
|
52 |
+성능 |
|
53 |
+ |
|
54 |
+* 기존에 코드보내기의 머지를 위해 사용하던 non-bare Git 저장소들을 제거하여 |
|
55 |
+ 코드보내기 머지 성능을 개선함 (e20053f) |
|
56 |
+ |
|
57 |
+문서화 |
|
58 |
+ |
|
59 |
+* Yobi는 JAVA 7이 아닌 JDK 7을 요구함 (efb1ab0) |
|
23 | 60 |
|
24 | 61 |
내부 수정 |
25 | 62 |
|
... | ... | @@ -31,3 +68,29 @@ |
31 | 68 |
* 검색: 드롭다운 리스트의 잘못된 line-height (e6fdac0) |
32 | 69 |
* 코드주고받기: author-info의 잘못된 margin-top (be78764) |
33 | 70 |
* 지원하지 않는 코드저장소에 접근시 서버 에러 발생 (bb52e67) |
71 |
+* 코드브라우저: 존재하지 않은 파일에 접근하려고 하면 NPE 발생 (f7abb5d) |
|
72 |
+* 코드주고받기: cross-cross 머지시 NoMergeBaseException 발생 (b05dfb2) |
|
73 |
+* 네트워크 문제로 인해 로그인 실패시 에러 메시지가 부적절함 (cb939e3) |
|
74 |
+* 사용자가 비공개 프로젝트에 가입 신청시 서버 에러 발생 (853b292) |
|
75 |
+* 코드주고받기: 코드를 보낼 때 자동으로 작성되는 설명이 빈 줄로 시작함 |
|
76 |
+ (261b089) |
|
77 |
+* 코드리뷰: 닫힌 스레드에 대한 링크가 동작하지 않음 (c27c5c9) |
|
78 |
+* 로그: 큰따옴표가 이스케이핑되지 않음 (398f369) |
|
79 |
+* 그룹: 사용자가 접근 권한이 있는데도 보이지 않는 프로젝트가 있음 (f47de29) |
|
80 |
+* 이슈: 타임라인이 업데이트되면 이슈의 공감 버튼이 동작하지 않음 (95d0af6) |
|
81 |
+* 사용자가 이슈 라벨의 색상값을 편집할 수 없음 (4a34500) |
|
82 |
+* 이슈를 보려고 할 때 가끔씩 서버 에러 발생 (cfc791f) |
|
83 |
+* 이슈의 목표완료일을 나중으로 미뤄도 기한이 지났다는 메시지가 사라지지 |
|
84 |
+ 않음 (f312c87) |
|
85 |
+* 알림 메일의 그만지켜보기 링크가 동작하지 않음 (a39a9fc) |
|
86 |
+* 프로젝트를 다른 그룹으로 이전할 수 없음 (54fa948) |
|
87 |
+* 일부 메시지의 오타 (fbaeea6) |
|
88 |
+* 로그인이 유지되지 않음 (004bc9b) |
|
89 |
+* 존재하지 않는 커밋에 접근하려고 하면 서버 에러 발생 (f8cb3b3) |
|
90 |
+* 아이디가 숫자로만 되어있는 프로젝트 멤버가 한명이라도 있는 경우 이슈에 담당자 |
|
91 |
+ 설정이 안됨 (72e04d2) |
|
92 |
+* 이슈 검색시 orderBy 매개변수에 빈 값이 들어있는 경우 서버 에러 발생 (4b56767) |
|
93 |
+* 프로젝트를 다른 그룹으로 이전한 경우, 그 프로젝트의 소유자에 대한 링크가 깨짐 |
|
94 |
+ (4fae248) |
|
95 |
+* 라벨이 붙어있는 이슈가 존재하는 프로젝트 삭제시 서버 에러 발생 (1411db7) |
|
96 |
+* 255자가 넘는 이름의 이슈 라벨을 만들려고 하면 서버 에러 발생 (f2b3b43) |
--- docs/relnotes/0.7.0.txt
+++ docs/relnotes/0.7.0.txt
... | ... | @@ -4,10 +4,34 @@ |
4 | 4 |
Updates since v0.6.4 |
5 | 5 |
-------------------- |
6 | 6 |
|
7 |
-New Feature |
|
7 |
+New Features |
|
8 | 8 |
|
9 |
-* Private Site: Yobi requires users to authenticate themselves to access any |
|
10 |
- page if application.allowsAnonymousAccess is true. (4a81d87) |
|
9 |
+* Private Site |
|
10 |
+ * Yobi requires users to authenticate themselves to access any |
|
11 |
+ page if application.allowsAnonymousAccess is false. (4a81d87) |
|
12 |
+ * Every link to outside of the Yobi site has 'rel=noreferrer' attribute so |
|
13 |
+ that the client, which supports HTML5, does not provide the referrer for |
|
14 |
+ the linked site, if application.noreferrer is true. (4d4f0a9, 531c212) |
|
15 |
+ |
|
16 |
+Enhancements |
|
17 |
+ |
|
18 |
+* In notification emails, the addresses of users are not hidden if |
|
19 |
+ application.notification.bymail.hideAddress is false. (3ffd70f) |
|
20 |
+* A text drag-and-copied from the rendered diff contains filenames to be |
|
21 |
+ a complete unified context diff. (bdc74a6) |
|
22 |
+* In closed issue list, each issue shows the duedate instead of the remaining |
|
23 |
+ days. (046164f) |
|
24 |
+* Project list provides not only public projects but also protected or private |
|
25 |
+ projects which the user has been joined in. (2e70827) |
|
26 |
+* Notification emails have a meaningful message-id so that the other emails can |
|
27 |
+ refer them by using References header. It helps some MUAs to bind emails into |
|
28 |
+ a thread. (87694d4) |
|
29 |
+* Notification emails for a comment on source code can contain the code. |
|
30 |
+ (66781bc) |
|
31 |
+* When authentication with Git client is failed, Yobi tells the reason. |
|
32 |
+ (fe129a5) |
|
33 |
+* Site Administrator searches users by email address in in Site Admin > Users. |
|
34 |
+ (0ad1b62) |
|
11 | 35 |
|
12 | 36 |
UI Improvements |
13 | 37 |
|
... | ... | @@ -21,6 +45,21 @@ |
21 | 45 |
* Show number of reviewers on list and highlight reviewers number if |
22 | 46 |
current user included in it. |
23 | 47 |
* Show names of reviewers as tooltip. |
48 |
+* In issue list, the selected milestone looks better. (6543ad2) |
|
49 |
+* The page to change the type of vcs in a project looks simple. (e24000a) |
|
50 |
+* Posting: Checkboxes for setting to notice and saving as README locates at |
|
51 |
+ better position. (257eb0b) |
|
52 |
+* Issue: Dropdown list for labels is not closed after choosing a label to |
|
53 |
+ improve usability for choosing many labels. (b544cd6) |
|
54 |
+ |
|
55 |
+Performance |
|
56 |
+ |
|
57 |
+* Merging pullrequests becomes faster by removing the non-bare repositories |
|
58 |
+ used for merging. (e20053f) |
|
59 |
+ |
|
60 |
+Documentation |
|
61 |
+ |
|
62 |
+* Yobi requires JDK 7, not just JAVA 7, explicitly. (efb1ab0) |
|
24 | 63 |
|
25 | 64 |
Internal changes |
26 | 65 |
|
... | ... | @@ -33,3 +72,35 @@ |
33 | 72 |
* PullRequest: margin-top of author-info was incorrect. (be78764) |
34 | 73 |
* git,svn: Responded server errors to requests to unsupported repositories. |
35 | 74 |
(bb52e67) |
75 |
+* CodeBrowser: NPE occurred when trying to open a nonexistent file. (f7abb5d) |
|
76 |
+* PullRequest: NoMergeBaseException occurred on criss-cross merge. (b05dfb2) |
|
77 |
+* An error message when login is failed because of network problem was |
|
78 |
+ incorrect. (cb939e3) |
|
79 |
+* "Server Error" flash message is displayed when a user requests to join |
|
80 |
+ a private project even if there is no such error. (853b292) |
|
81 |
+* PullRequest: When sending a pullrequest, the description which is filled by |
|
82 |
+ Yobi automatically started with an unnecessary empty line. (261b089) |
|
83 |
+* CodeReview: A link to a comment in a closed thread did not work. (c27c5c9) |
|
84 |
+* AccessLogger: Escaping double-quote marks was missed. (398f369) |
|
85 |
+* Group: Some projects in a group were hidden to users even if the user has the |
|
86 |
+ permission to access the project. (f47de29) |
|
87 |
+* Vote button on issue did not work after the timeline is updated. (95d0af6) |
|
88 |
+* Users could not edit the hexcode of the color of an issue label. (4a34500) |
|
89 |
+* Server error occurred occasionally when trying to read an issue. (cfc791f) |
|
90 |
+* Issue: Overdue message is not disappeared even after extending the duedate by |
|
91 |
+ user. (f312c87) |
|
92 |
+* 'Unwatch' link on notification emails did not work. (a39a9fc) |
|
93 |
+* Projects could not be transferred to another group. (54fa948) |
|
94 |
+* Some messages contained errata. (fbaeea6) |
|
95 |
+* Remeber Me did not work. (004bc9b) |
|
96 |
+* Server error occurred when trying to access nonexistent commit. (f8cb3b3) |
|
97 |
+* Issues could not be assigned if there is a member whose login id is numeric. |
|
98 |
+ (72e04d2) |
|
99 |
+* Server error occurred when searching issues if orderBy parameter exists but |
|
100 |
+ its value is empty. (4b56767) |
|
101 |
+* The link to the owner of projects which had been transferred to the other |
|
102 |
+ group was broken. (4fae248) |
|
103 |
+* Server error occurred while deleting a project which has an issue to which |
|
104 |
+ a label is attached. (1411db7) |
|
105 |
+* Server error occurred while creating an issue label whose name is longer than |
|
106 |
+ 255 characters. (f2b3b43) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?