
Update the release notes for v0.8.0
Update it and add the korean translation.
@2252a6638ff034c9c86022e2762b00a708582c8b
+++ docs/ko/relnotes/0.8.0.txt
... | ... | @@ -0,0 +1,176 @@ |
1 | +Yobi v0.8.0 릴리즈 노트 | |
2 | +======================= | |
3 | + | |
4 | +하위 호환성 관련 주의사항 | |
5 | +------------------------- | |
6 | + | |
7 | +### Activator를 사용하세요 | |
8 | + | |
9 | +드디어 Play 2.1에서 Play 2.3으로 업그레이드했습니다. 앞으로는 Yobi를 빌드하거나 | |
10 | +실행할 때 `play`가 아니라 `activator`를 사용하셔야 합니다. 자세한 것은 | |
11 | +README.md를 읽어주세요. | |
12 | + | |
13 | +### 국가 코드 지정하기 | |
14 | + | |
15 | +특정 브라우저에서 다국어가 제대로 지원되지 않는 문제를 해결하기 위해 Yobi | |
16 | +0.8.0부터 언어 코드가 국가 코드도 포함하도록 바뀌었습니다. 설정 파일(따로 | |
17 | +지정하지 않았다면 conf/application.conf)에서 다음과 같이 변경해주세요. | |
18 | + | |
19 | + application.langs="en-US, ko-KR, ja-JP" | |
20 | + | |
21 | +v0.7.3 이후 변경점 | |
22 | +------------------ | |
23 | + | |
24 | +새 기능 | |
25 | + | |
26 | +* 메일박스: 사용자는 `imap.address` 로 지정된 메일 주소로 메일을 보내서 | |
27 | + 새 이슈를 등록할 수 있고, 알림 메일에 회신하여 댓글을 달 수도 있습니다. | |
28 | + 이 기능의 내부 동작에 대해서는 docs/technical/mailbox.md 를 참고해주세요. | |
29 | + (116aec9) | |
30 | +* 이제 Yobi를 간편하게 패키지로 설치할 수 있습니다. 자세한 것은 README.md의 | |
31 | + "다운 받아 설치하기"를 참고해주세요. (162dd32) | |
32 | +* 시스템 진단: 사이트 관리자는 사이트 관리 > 시스템 진단 메뉴에서 Yobi에 어떤 | |
33 | + 문제점이 있는지 확인할 수 있습니다. 예를 들어, 메일 박스 기능에 문제가 | |
34 | + 발생하지 않았는지, application.port 설정을 빠뜨리지 않았는지 등을 확인할 | |
35 | + 수 있습니다. (cca0ece) | |
36 | +* 알림메일: application.notification.bymail.hideAddress = true 로 설정되어 있는 | |
37 | + 경우, 수신자 목록에 불필요한 기본 메일 주소를 추가하지 않습니다. (7c0a9c3) | |
38 | + | |
39 | +개선점 | |
40 | + | |
41 | +* Java 8 지원 | |
42 | +* 코드주고받기: 머지 커밋 메시지에 어떤 브랜치로 머지되었는지에 대한 정보가 | |
43 | + 추가되었고, 코드를 보내온 브랜치가 같은 브랜치인 경우 어느 저장소에서 | |
44 | + 왔는지는 생략하게 바뀜 (7099e70) | |
45 | +* 코드주고받기: 커밋이 추가/변경되었을 때 알림이 보내짐 (aca8b34) | |
46 | +* 알림 메일 하나의 수신자가 `application.notification.bymail.recipientLimit`로 | |
47 | + 지정된 최대 수신자보다 많지 않도록 메일을 나누어 보냄 (cbcda46) | |
48 | +* 프로젝트 설명에 마크다운을 지원 (17eac7c) | |
49 | +* svnsync로 SVN 코드저장소 싱크가 가능하도록, SVN 저장소의 revision property를 | |
50 | + 수정할 수 있도록 허용 (badd3df) | |
51 | +* 코드주고받기: 머지 커밋 메시지에 들어가는 refname에서 refs/heads/ 와 같은 | |
52 | + 불필요한 prefix 제거 (0474202) | |
53 | +* 사용자가 이슈나 리뷰 스레드에 댓글을 남기고 바로 닫은 경우, 이 두 이벤트에 | |
54 | + 대한 알림 메일을 합쳐서 한 통으로 발송함 (767f294) | |
55 | +* Git 클라이언트에게 사용자가 선호하는 언어로 메시지를 보내줌 (1e9b9ee) | |
56 | +* 프로젝트 지켜보기 버튼에 지켜보는 사람 숫자가 표시되고 알림 설정 페이지로 | |
57 | + 가는 링크가 추가됨 (b751c05) | |
58 | + | |
59 | +UI | |
60 | + | |
61 | +* 페이지를 로딩할 때 spinner 대신 프로그레스바를 보여줌 (a9bbe14) | |
62 | +* 상단 GNB 우측 내 사진 옆의 아래 화살표를 눌렀을 때 보여지는 그룹의 최대 | |
63 | + 갯수를, 5개에서 10개로 (f2f6150) | |
64 | +* 코드가 숨김 상태인 프로젝트에서는, 리뷰와 코드 주고받기 메뉴를 나타나게 하는 | |
65 | + 체크박스도 같이 숨김 (904c0fb) | |
66 | +* Folder Jumping: 코드 브라우저에서 디렉토리를 선택할 때, 파일이 존재하지 않는 | |
67 | + 디렉토리는 뛰어넘음 (7e6f9e9) | |
68 | +* 데이터베이스 타임아웃이 발생한 경우 적절한 메시지를 보여줌 (9310254) | |
69 | +* 코드주고받기: 커밋 목록 드롭다운 리스트에서 고정폭 폰트를 사용해 커밋 | |
70 | + 아이디들을 보기좋게 정렬 (066c87c) | |
71 | +* 사용자를 멘션할 때 자동완성 목록에 저자와 프로젝트를 지켜보는 사람들이 포함됨 | |
72 | + (677ff7a) | |
73 | +* 멘션된 사람 아이디에 마우스 커서를 가져가면, 툴팁이 나타나서 그 사용자의 | |
74 | + 이름과 아바타를 보여줌 (dbcebe6) | |
75 | +* 코드주고받기: 리뷰 스레드가 한 개도 없으면 리뷰 목록을 숨김 (e7df11d) | |
76 | +* GNB 개선 (51de4da, 802ec6e) | |
77 | +* 멘션시 자동완성 목록을 서버로부터 가져올 때 프로그레스바를 보여줌 (b3a324d) | |
78 | +* 프로젝트 메뉴의 리뷰 항목에도 갯수를 뱃지로 보여줌 (f43df15) | |
79 | +* 프로젝트 메뉴의 이슈/코드주고받기/리뷰 갯수 뱃지 모양 개선 (e8fe8fc) | |
80 | + | |
81 | +성능 개선 | |
82 | + | |
83 | +* n+1 select를 회피하여, 대부분의 페이지 성능 개선 (93cb022) | |
84 | +* in() expression을 사용하여 라벨로 프로젝트와 이슈를 찾는 속도 개선 (861b3fc) | |
85 | +* 첨부파일 캐시 (0a863e5) | |
86 | +* 쿼리를 줄여서 프로젝트 대시보드 빨라짐 (621b4b8) | |
87 | +* 쿼리를 최적화하여 사이트 홈 빨라짐 (e2dd660) | |
88 | +* 알림메일: 수신자 목록을 얻는 속도가 150배 빨라짐으로써 메일 발송이 빨라짐 (ea7febc) | |
89 | + | |
90 | +문서 | |
91 | + | |
92 | +* docs/ko/technical/access-control.md 에 그룹에 대한 서술 추가 (7141245) | |
93 | +* 자바 코딩 가이드라인 추가 (191431e) | |
94 | +* 서드파티 소프트웨어에 대한 저작권 NOTICE 파일 추가 (7633242) | |
95 | + | |
96 | +내부 변경 | |
97 | + | |
98 | +* DB 호환성을 위해, User 모델에 대한 raw query 변경 (9088b76) | |
99 | +* findbugs 도입 (ca48c65) | |
100 | +* 다목적 Key-value 저장을 위해 "Property" 테이블 추가 (2468b37) | |
101 | +* ebeanconfig.datasource.default was added into conf/application.conf.default | |
102 | + to make sure it can be configured. | |
103 | + | |
104 | +v0.7.3 이후 버그수정 | |
105 | +-------------------- | |
106 | + | |
107 | +* 댓글 수정에 대한 알림이 멘션한 사람들에게는 가지 않는 문제 (cd67cfb) | |
108 | +* 댓글로 한번 멘션하면, 그 멘션을 지우더라도 계속 내 이슈 페이지의 나를 멘션한 | |
109 | + 이슈로 나타나는 문제 (ae715e3) | |
110 | +* 파이어폭스와 사파리에서 때때로 PJAX가 안 동작하는 문제 (b8f5c1e) | |
111 | +* 댓글 갱신에 대한 알림 메일이 댓글 생성에 대한 알림 메일과 같은 메시지 id를 | |
112 | + 갖는 문제 (01eb2fc) | |
113 | +* 빈 커밋을 보려고 하면 서버 에러 발생 (f739919) | |
114 | +* 특정 커밋을 볼 때 잘못된 브랜치가 선택됨 (c13745d) | |
115 | +* 라벨을 편집할 때 색을 선택해도 색상 코드가 그 색으로 갱신되지 않음 (fedd18f) | |
116 | +* 일부 브라우저에서 메시지가 사용자가 선호하는 언어로 안 나오는 문제 (43d2c6b) | |
117 | +* 서버에서 렌더링한 마크다운이 XSS 공격을 막지 못함 (39fab71) | |
118 | +* 이슈 본문을 수정할 때 마다, 본문에서 멘션된 모든 사용자에게 알림 메일이 계속 | |
119 | + 보내지는 문제 (1e3d867) | |
120 | +* 게시물의 공지 상태를 수정할 수 없는 문제 (97e05b7) | |
121 | +* Git 프로젝트가 아님에도, 마크다운 렌더링을 할 때 SHA-1 해시값이 Git 커밋으로 | |
122 | + 링크됨 (923dc51, d73fc5b) | |
123 | +* 현재 사용자가 그룹 관리자가 아님에도, 그룹 보기 페이지에서 새 프로젝트 생성 | |
124 | + 버튼이 보임 (516077a) | |
125 | +* 커밋을 푸시했을 떄의 알림 메일이 같은 프로젝트에서는 항상 같은 메시지 id를 | |
126 | + 갖는 문제 (461f44d) | |
127 | +* 같은 이슈에서 한 사용자가 여러번 공감 가능한 문제 (6a6e6f7) | |
128 | +* daysAgo 쿠키가 없는 상태에서 사용자 페이지에 접근하면 서버에러 (ad3a136) | |
129 | +* 하나의 코드주고받기에 커밋 아이디가 같은 커밋이 두개 이상 존재하면 서버 에러 | |
130 | + (e0a43b3) | |
131 | +* 같은 코드주고받기에서 한 사용자가 여러번 리뷰완료 가능한 문제 (02c3929) | |
132 | +* 프로젝트 삭제시의 알림 메시지 내용이 잘못되어있음 (11a99bc) | |
133 | +* group-overview.md 문서에서 그룹 멤버에 대한 권한 설명 오류 (f906078) | |
134 | +* 마크다운: highlight-js-file path 경로 잘못됨 (348529f) | |
135 | +* 파이어폭스가 pagination 입력상자에서 불필요한 spin button을 보여주지 않게 | |
136 | + 함 (9fb5fcc) | |
137 | +* 알림 메일의 References 헤더 잘못됨 (6299412) | |
138 | +* 사이트 관리자가 그룹에 대한 관리자 권한을 갖고 있지 않음 (bd17dce) | |
139 | +* 새 파일 혹은 삭제된 파일에 대한 리뷰 댓글이 사라짐 (b705300) | |
140 | +* 코드 브라우저가 몇몇 디렉토리를 열지 못함 (e66433a) | |
141 | +* 머지된 코드주고받기의 제목 변경 불가 (790d76e) | |
142 | +* 그룹 이름을 변경할 때 공백이 있으면 서버 에러 (a4dee0c) | |
143 | +* 내가 어떤 프로젝트의 멤버는 아니고 그 프로젝트가 속한 그룹이 멤버이기만 | |
144 | + 한 경우, 그 프로젝트의 이슈 목록 페이지에서, "내게 할당된 이슈"와 "내가 | |
145 | + 작성한 이슈" 필터가 동작하지 않음 (7f465fd) | |
146 | +* 회원 가입 페이지에서 validation 메시지가 사라지지 않는 문제 (c2836e5) | |
147 | +* 코드브라우저: SVN 저장소의 특정 리비전에 대한 파일의 링크가 잘못되어있는 문제 | |
148 | + (857020a) | |
149 | +* 이슈라벨: 이슈 라벨을 갱신해도 화면에 바로 반영이 안됨 (bc8bb6f) | |
150 | +* 첨부파일을 받아올 때 드물게 서버 에러가 발생하는 경우가 있음 (80c653a) | |
151 | +* Yobi가 알림 메일 발송 queue에서 메일 삭제에 실패하게 되면 같은 알림 메일을 | |
152 | + 무한히 발송하게 될 수 있음 (2799c86) | |
153 | +* Markdown: 줄바꿈 시 영단어가 중간에서 쪼개지는 문제 (67179e2) | |
154 | +* Diff 렌더링 페이지에서 사용자가 변경된 파일의 파일명을 드래그로 복사할 | |
155 | + 수 없음 (d62acd8) | |
156 | +* 프로젝트 생성 및 프로젝트 설정 페이지에서, 코드 저장소 종류 선택 UI가 깨짐 | |
157 | + (1868e84) | |
158 | +* PullRequestEvent 와 PullRequestCommit 클래스의 'Lob' 어노테이션 일부 누락으로 | |
159 | + 인한 잠재적 문제 가능성 (98680a4) | |
160 | +* 파이어폭스에서 코드리뷰시 블럭 지정을 할 수 없는 문제 (8399d8a) | |
161 | +* 내 이슈 페이지가 bfcache 버그로 인해 오동작하는 문제 (f3d68d8) | |
162 | +* README: 경고 메시지에 대한 하이라이트가 잘못됨 (6780694) | |
163 | +* 마일스톤 보기 페이지의 목록 버튼 위치가 잘못됨 (b51cd09) | |
164 | +* 라벨로 필터링된 이슈를 목표완료일 순으로 정렬하면 에러 발생 (c44efc8) | |
165 | +* 코드 리뷰를 할 때, 코드를 가로로 스크롤하면 리뷰 댓글을 남기는 폼이 좌우로 | |
166 | + 줄어드는 문제 (a1b94f0) | |
167 | +* 스레드 안에서 리뷰 댓글 정렬 순서가 이상함 (417df18) | |
168 | +* 이메일로 비밀번호를 재설정하려고 할 때 재설정 요청 URL이 잘못될 수 있음 (5056d18) | |
169 | +* 사파리에서 새 프로젝트 등록시 VCS 선택 상자가 깨짐 (c42580f) | |
170 | +* 익명 사용자에게는 보이지 않는 에러페이지가 여럿 있음 (31c6c07) | |
171 | +* 사용자가 이메일을 통한 비밀번호 재설정을 시도하고 실패하였음에도, 성공한 | |
172 | + 것 처럼 응답이 돌아옴 (3baa7db) | |
173 | +* 그룹 멤버의 권한을 "멤버"로 설정할 때 에러가 발생하는 경우가 있음 (942ec6a) | |
174 | +* 마일스톤 목표일이 유효한지 제대로 검사하지 않음 (b377be2) | |
175 | +* 프로젝트의 관리자가 그 프로젝트를 소유하기 위해 자신에게 이관하면 기대와는 | |
176 | + 달리 권한이 멤버가 됨 (c82d13a) |
--- docs/relnotes/0.8.0.txt
+++ docs/relnotes/0.8.0.txt
... | ... | @@ -4,30 +4,190 @@ |
4 | 4 |
Backward compatibility notes |
5 | 5 |
---------------------------- |
6 | 6 |
|
7 |
-If you are upgrading from any previous version, You may need to update |
|
8 |
-conf/application.conf for backward compatibility. |
|
7 |
+### Use Activator |
|
9 | 8 |
|
10 |
-### Use explicit path to database |
|
11 |
- |
|
12 |
-If you are using implicit relative path for the db.default.url, |
|
13 |
-then you have to change it to use explicit relative path like: |
|
14 |
- |
|
15 |
- AS IS: |
|
16 |
- db.default.url="jdbc:h2:file:yobi;MODE=PostgreSQL" |
|
17 |
- |
|
18 |
- TO BE: |
|
19 |
- db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL" |
|
9 |
+Finally we have upgraded the Play Framework from 2.1 to 2.3. You should use |
|
10 |
+`activator` instead of `play` when build or run Yobi. Read README.md for more |
|
11 |
+details. |
|
20 | 12 |
|
21 | 13 |
### Specify country code |
22 | 14 |
|
23 | 15 |
Since Yobi 0.8.0, language codes are changed to include country code to fix the |
24 |
-bug that i18n does not work for some browsers. So you have to country code |
|
25 |
-after every language code as follows: |
|
16 |
+bug that i18n does not work for some browsers. So you have to update your |
|
17 |
+configuration file(conf/application.conf by default) as follows: |
|
26 | 18 |
|
27 | 19 |
application.langs="en-US, ko-KR, ja-JP" |
28 | 20 |
|
29 |
-Updates since v0.7.2 |
|
21 |
+Updates since v0.7.3 |
|
22 |
+-------------------- |
|
23 |
+ |
|
24 |
+New Features |
|
25 |
+ |
|
26 |
+* Mailbox: Users can send an email to the email address defined by |
|
27 |
+ imap.address to post an issue or reply to the notification email to post |
|
28 |
+ a comment. See docs/technical/mailbox.md for its internal operation. (116aec9) |
|
29 |
+* Users can install Yobi from package. See "Install from binary" in README.md |
|
30 |
+ for more details. (162dd32) |
|
31 |
+* Diagnostics: Site Administrators can check problems of Yobi in Site Admin |
|
32 |
+ > Diagnostics page. It diagnoses the problems of Mailbox, missing |
|
33 |
+ application.port and so on. (cca0ece) |
|
34 |
+ |
|
35 |
+Enhancements |
|
36 |
+ |
|
37 |
+* Java 8 is supported. |
|
38 |
+* PullRequest: A merge commit message contains the branch to be merged and does |
|
39 |
+ not contain the repository the merged commits come from if it is not remote. |
|
40 |
+ (7099e70) |
|
41 |
+* PullRequest: A Notification is sent after commits of a pullrequest are |
|
42 |
+ updated. (aca8b34) |
|
43 |
+* Notification: Split emails to avoid number of recipients exceeded the limit |
|
44 |
+ specified by `application.notification.bymail.recipientLimit`. (cbcda46) |
|
45 |
+* Project description is rendered to HTML in markdown syntax. (17eac7c) |
|
46 |
+* Users can modify revision property of their SVN repository. It allows svnsync |
|
47 |
+ to sync a SVN repsitory with another one. (badd3df) |
|
48 |
+* Notification: Emails do not contain the unnecessary default recipient if |
|
49 |
+ application.notification.bymail.hideAddress = true. (7c0a9c3) |
|
50 |
+* PullRequest: When a merge commit message is genereated, the redundant prefix |
|
51 |
+ of refname, like refs/heads/, is ommited. (0474202) |
|
52 |
+* If a user comment on an issue or review thread and close it immediately, Yobi |
|
53 |
+ sends a notification email only once that describes both of the events. |
|
54 |
+ (767f294) |
|
55 |
+* Yobi as a git server says in user's preferred language. (1e9b9ee) |
|
56 |
+* Project Watch button has a number of watchers and a link to the Notification |
|
57 |
+ Settings page. (b751c05) |
|
58 |
+ |
|
59 |
+UI |
|
60 |
+ |
|
61 |
+* Progressbar instead of spinner, while loading a page. (a9bbe14) |
|
62 |
+* In My Dropdown menu, Groups are listed up to 10 instead of 5. (f2f6150) |
|
63 |
+* Menu Setting in the Project Setting page does not display unnecessary |
|
64 |
+ checkboxes for Review and PullRequest if Code is unchecked to be hidden. |
|
65 |
+ (904c0fb) |
|
66 |
+* Folder Jumping: In Code Browser, Users can go directly the first descendant |
|
67 |
+ directory which has a regular file. (7e6f9e9) |
|
68 |
+* Yobi displays appropriate warning message when database timeout occurs. |
|
69 |
+ (9310254) |
|
70 |
+* PullRequest: In the dropdown list for commits of pullrequest, the commit ids |
|
71 |
+ are aligned prettier by using fixed font. (066c87c) |
|
72 |
+* When mentioning a user, the autocomplete list includes the author and project |
|
73 |
+ watchers. (677ff7a) |
|
74 |
+* When a cursor is on a mentioned username, a tooltip displays the user's name |
|
75 |
+ and avatar. (dbcebe6) |
|
76 |
+* PullRequest: The review list is hidden if no review thread exists. (e7df11d) |
|
77 |
+* GlobalNavigation is improved and looks better. (51de4da, 802ec6e) |
|
78 |
+* Mention: Show a progressbar while fetching items for autocomplete from the |
|
79 |
+ server. (b3a324d) |
|
80 |
+* Project Menu: Review item has a number badge as issue item and pullrequest |
|
81 |
+ item does. (f43df15) |
|
82 |
+* Project Menu: Number badges look better. (e8fe8fc) |
|
83 |
+ |
|
84 |
+Performance |
|
85 |
+ |
|
86 |
+* Most of view pages becomes faster by preventing n+1 select. (93cb022) |
|
87 |
+* Finding projects and issuses by labels becomes faster by using in() |
|
88 |
+ expression. (861b3fc) |
|
89 |
+* Attachments are cached. (0a863e5) |
|
90 |
+* Project's dashboard becomes faster by reduing queries. (621b4b8) |
|
91 |
+* Site home becomes faster by optimizing the query. (e2dd660) |
|
92 |
+* Notification: Sending email becomes much faster by making getting receivers |
|
93 |
+ 150x faster. (ea7febc) |
|
94 |
+ |
|
95 |
+Documentation |
|
96 |
+ |
|
97 |
+* docs/ko/technical/access-control.md describes about Group. (7141245) |
|
98 |
+* Java Coding Guidelines is added. (191431e) |
|
99 |
+* The copyright notice of third-party softwares is added. (7633242) |
|
100 |
+ |
|
101 |
+Internal changes |
|
102 |
+ |
|
103 |
+* Raw queries about User model was changed for compatibility. (9088b76) |
|
104 |
+* findbugs was introduced. (ca48c65) |
|
105 |
+* Yobi has "Property", a key-value pair table to store any value in the |
|
106 |
+ Database. (2468b37) |
|
107 |
+* ebeanconfig.datasource.default was added into conf/application.conf.default |
|
108 |
+ to make sure it can be configured. |
|
109 |
+ |
|
110 |
+Fixes since v0.7.3 |
|
30 | 111 |
------------------ |
31 | 112 |
|
32 |
-* Updated H2 database to v1.4.184. (45e1288) |
|
33 |
- |
|
113 |
+* Notifications for comment editing is not sent to mentioned people. (cd67cfb) |
|
114 |
+* My Issues: If an comment mentioned me once, the comment never disappeared in |
|
115 |
+ the list of mention issues although the comment is modified and the mention |
|
116 |
+ is removed. (ae715e3) |
|
117 |
+* PJAX sometimes did not work for firefox and safari. (b8f5c1e) |
|
118 |
+* Notification emails for updated comment had same message-id with the |
|
119 |
+ event when the comment was created. (01eb2fc) |
|
120 |
+* Server error occured when access a file or a directory that does not exist or |
|
121 |
+ root directory of an empty commit. (f739919) |
|
122 |
+* Selected branch for each commit was incorrect and useless. (c13745d) |
|
123 |
+* IssueLabel: When edit a label, the color code was not updated even if you |
|
124 |
+ clicked color scheme button. (fedd18f) |
|
125 |
+* Messages are not shown in preferred language with someweb browsers. (43d2c6b) |
|
126 |
+* Failed to defence XSS attack after markdown rendering on server. (39fab71) |
|
127 |
+* When an issue is modified, notification emails were sent to all of mentioned |
|
128 |
+ users. (1e3d867) |
|
129 |
+* The notice status of a post could not be modified. (97e05b7) |
|
130 |
+* While rendering markdown text, A SHA-1 hash was rendered to a Git commit |
|
131 |
+ even if the project does not have a Git repository. (923dc51, d73fc5b) |
|
132 |
+* `Create new project` button on group's view was shown always although current |
|
133 |
+ user is not a group admin. (516077a) |
|
134 |
+* Notification emails for pushing commits of a project had a same message-id. |
|
135 |
+ (461f44d) |
|
136 |
+* Users could vote to an issue several times. (6a6e6f7) |
|
137 |
+* Server error occured when a user access a user page with an empty daysAgo |
|
138 |
+ cookie. (ad3a136) |
|
139 |
+* Server error occured if there are several pull-request-commits whose commit |
|
140 |
+ id equals to each other. (e0a43b3) |
|
141 |
+* A pullrequest might display duplicated reviewers if the user clicked review |
|
142 |
+ button several times. (02c3929) |
|
143 |
+* The alert message for project deletion was incorrect. (11a99bc) |
|
144 |
+* In group-overview.md, Description about permission of group members was |
|
145 |
+ incorrect. (f906078) |
|
146 |
+* Markdown: The path to highlight-js-file was incorrect. (348529f) |
|
147 |
+* Firefox displayed unnecessary spin-button in pagination input box. (9fb5fcc) |
|
148 |
+* References header of notification email was incorrect. (6299412) |
|
149 |
+* Site Administrator did not have admin privilege to groups. (bd17dce) |
|
150 |
+* Review comment for new or deleted file was missed. (b705300) |
|
151 |
+* Code Browser could not open some directories because of ConcurrentException. |
|
152 |
+ (e66433a) |
|
153 |
+* Users cannot change the title of a merged pullrequest. (790d76e) |
|
154 |
+* Server error occured when trying to change the name of a group if the name |
|
155 |
+ has a whitespace character. (a4dee0c) |
|
156 |
+* In an issue list page of a project, "Assigned to me" and "Created by me" |
|
157 |
+ filter did not work if I am a member of the group to which the project |
|
158 |
+ belongs but not a member of the project. (7f465fd) |
|
159 |
+* In signup page, validation messages did not disappeared even if invalid |
|
160 |
+ fields was fixed. (c2836e5) |
|
161 |
+* CodeBrowser: Urls to files at a specific revision of SVN repository was |
|
162 |
+ incorrect. (857020a) |
|
163 |
+* IssueLabel: Updating issue labels did not affect the web page immediately. |
|
164 |
+ (bc8bb6f) |
|
165 |
+* An server error might occured rarely when getting an attachment. (80c653a) |
|
166 |
+* Yobi was sending a notification email endlessly if it failed to delete the |
|
167 |
+ email from the sending queue. (2799c86) |
|
168 |
+* Markdown: Words broke incorrectly by line break. (67179e2) |
|
169 |
+* Diff: Users could not drag and copy paths of compared files. (d62acd8) |
|
170 |
+* In project creation page and project setting page, the dropdown list to |
|
171 |
+ choose code repository type was broken. (1868e84) |
|
172 |
+* A potentional bug existed because of missing 'Lob' annotation on some fields |
|
173 |
+ in PullRequestEvent and PullRequestCommit. (98680a4) |
|
174 |
+* Firefox users could not select a block of code while doing code review. |
|
175 |
+ (8399d8a) |
|
176 |
+* My Issues worked incorrectly because of bfcache bug. (f3d68d8) |
|
177 |
+* README: The highlight to warning message was incorrect. (6780694) |
|
178 |
+* The list button in milestone view page was placed incorrectly. (b51cd09) |
|
179 |
+* An error occured when sorting issues, filtered by label, by duedate. (c44efc8) |
|
180 |
+* The form to comment a review message on code narrowed while scrolling the |
|
181 |
+ rendered diff horizontally. (a1b94f0) |
|
182 |
+* Review comments in a thread could be ordered incorrectly. (417df18) |
|
183 |
+* When a user tried to reset password via email, the url to reset password |
|
184 |
+ might be incorrect. (5056d18) |
|
185 |
+* The select box to choose vcs for new project was broken in Safari. (c42580f) |
|
186 |
+* A lot of error pages were not displayed to anonymous. (31c6c07) |
|
187 |
+* While a user tried to reset the password via email and it failed, Yobi |
|
188 |
+ responded success. (3baa7db) |
|
189 |
+* An error might occur when update a group member's role to "member". (942ec6a) |
|
190 |
+* Duedate of milestone was not validated correctly. (b377be2) |
|
191 |
+* When a manager of a project transfer the project to self to own the project, |
|
192 |
+ the manager became a member, not a manager nor an owner, of the project, |
|
193 |
+ contray to expectation. (c82d13a) |
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?