
Add missing eol to every text files.
@8b2501724818a7d44f950a1e51f76fbbf91f425a
--- app/assets/stylesheets/less/_markdown.less
+++ app/assets/stylesheets/less/_markdown.less
... | ... | @@ -111,4 +111,4 @@ |
111 | 111 |
&.markdown-before { |
112 | 112 |
visibility : hidden; |
113 | 113 |
} |
114 |
-}(No newline at end of file) |
|
114 |
+} |
--- app/assets/stylesheets/less/_reponsive.less
+++ app/assets/stylesheets/less/_reponsive.less
... | ... | @@ -34,4 +34,4 @@ |
34 | 34 |
|
35 | 35 |
.btnResize { display:none; } |
36 | 36 |
} |
37 |
-}(No newline at end of file) |
|
37 |
+} |
--- app/assets/stylesheets/yobi.less
+++ app/assets/stylesheets/yobi.less
... | ... | @@ -6,4 +6,4 @@ |
6 | 6 |
@import "less/_reponsive.less"; |
7 | 7 |
@import "less/_yobiUI.less"; |
8 | 8 |
@import "less/_temporary.less"; |
9 |
-@import "less/_markdown.less";(No newline at end of file) |
|
9 |
+@import "less/_markdown.less"; |
--- app/controllers/GitApp.java
+++ app/controllers/GitApp.java
... | ... | @@ -168,4 +168,4 @@ |
168 | 168 |
return GitApp.service(ownerName, projectName, service, false); |
169 | 169 |
} |
170 | 170 |
|
171 |
-}(No newline at end of file) |
|
171 |
+} |
--- app/models/enumeration/Operation.java
+++ app/models/enumeration/Operation.java
... | ... | @@ -21,4 +21,4 @@ |
21 | 21 |
} |
22 | 22 |
return Operation.READ; |
23 | 23 |
} |
24 |
-}(No newline at end of file) |
|
24 |
+} |
--- app/models/enumeration/UserState.java
+++ app/models/enumeration/UserState.java
... | ... | @@ -9,4 +9,4 @@ |
9 | 9 |
*/ |
10 | 10 |
public enum UserState { |
11 | 11 |
ACTIVE, LOCKED, DELETED |
12 |
-}(No newline at end of file) |
|
12 |
+} |
--- app/models/resource/ResourceParam.java
+++ app/models/resource/ResourceParam.java
... | ... | @@ -46,4 +46,4 @@ |
46 | 46 |
return "function(k,v) { return encodeURIComponent(k+'.type')+'='+v" + |
47 | 47 |
".resource.type+'&'+encodeURIComponent(k+'.id')+'='+v.resource.id; }"; |
48 | 48 |
} |
49 |
-}(No newline at end of file) |
|
49 |
+} |
--- app/models/support/FinderTemplate.java
+++ app/models/support/FinderTemplate.java
... | ... | @@ -82,4 +82,4 @@ |
82 | 82 |
Model.Finder<K, T> finder, int pageSize, int page) { |
83 | 83 |
return makeExpressionList(mop, msp, finder).findPagingList(pageSize).getPage(page); |
84 | 84 |
} |
85 |
-}(No newline at end of file) |
|
85 |
+} |
--- app/playRepository/DiffLine.java
+++ app/playRepository/DiffLine.java
... | ... | @@ -15,4 +15,4 @@ |
15 | 15 |
this.numB = lineNumB; |
16 | 16 |
this.content = content; |
17 | 17 |
} |
18 |
-}(No newline at end of file) |
|
18 |
+} |
--- app/playRepository/RepositoryService.java
+++ app/playRepository/RepositoryService.java
... | ... | @@ -522,4 +522,4 @@ |
522 | 522 |
} |
523 | 523 |
} |
524 | 524 |
|
525 |
-}(No newline at end of file) |
|
525 |
+} |
--- app/utils/GravatarUtil.java
+++ app/utils/GravatarUtil.java
... | ... | @@ -30,4 +30,4 @@ |
30 | 30 |
} |
31 | 31 |
} |
32 | 32 |
|
33 |
-}(No newline at end of file) |
|
33 |
+} |
--- app/utils/JSInvocable.java
+++ app/utils/JSInvocable.java
... | ... | @@ -51,4 +51,4 @@ |
51 | 51 |
} |
52 | 52 |
} |
53 | 53 |
|
54 |
-}(No newline at end of file) |
|
54 |
+} |
--- app/utils/PlayServletContext.java
+++ app/utils/PlayServletContext.java
... | ... | @@ -282,4 +282,4 @@ |
282 | 282 |
throw new UnsupportedOperationException(); |
283 | 283 |
} |
284 | 284 |
|
285 |
-}(No newline at end of file) |
|
285 |
+} |
--- app/utils/Url.java
+++ app/utils/Url.java
... | ... | @@ -98,4 +98,4 @@ |
98 | 98 |
private static String join(List<String> pathSegments) { |
99 | 99 |
return "/" + StringUtils.join(pathSegments, "/"); |
100 | 100 |
} |
101 |
-}(No newline at end of file) |
|
101 |
+} |
--- app/views/board/partial_list.scala.html
+++ app/views/board/partial_list.scala.html
... | ... | @@ -27,4 +27,4 @@ |
27 | 27 |
} |
28 | 28 |
</p> |
29 | 29 |
</div> |
30 |
-</li>(No newline at end of file) |
|
30 |
+</li> |
--- app/views/code/partial_branchitem.scala.html
+++ app/views/code/partial_branchitem.scala.html
... | ... | @@ -4,4 +4,4 @@ |
4 | 4 |
|
5 | 5 |
@defining(branchItemName(branch)){ branchName => |
6 | 6 |
<li data-value="@branch"><a href="@getBranchURL(project, branchName, viewType, path)">@Html(branchInHTML(branch))</a></li> |
7 |
-}(No newline at end of file) |
|
7 |
+} |
--- app/views/common/alert.scala.html
+++ app/views/common/alert.scala.html
... | ... | @@ -10,4 +10,4 @@ |
10 | 10 |
$yobi.notify("@Messages(flash.get("info"))", 3000); |
11 | 11 |
} |
12 | 12 |
}); |
13 |
-</script>(No newline at end of file) |
|
13 |
+</script> |
--- app/views/common/commentForm.scala.html
+++ app/views/common/commentForm.scala.html
... | ... | @@ -54,4 +54,4 @@ |
54 | 54 |
</div> |
55 | 55 |
</div> |
56 | 56 |
|
57 |
-}(No newline at end of file) |
|
57 |
+} |
--- app/views/common/fileUploader.scala.html
+++ app/views/common/fileUploader.scala.html
... | ... | @@ -30,4 +30,4 @@ |
30 | 30 |
<button type="button" class="btn-transparent btn-delete pull-right">×</button> |
31 | 31 |
<span class="pull-right nbtn small white btn-insert">@Messages("common.attach.clickToPost")</span> |
32 | 32 |
</li> |
33 |
-</script>(No newline at end of file) |
|
33 |
+</script> |
--- app/views/common/googleAnalytics.scala.html
+++ app/views/common/googleAnalytics.scala.html
... | ... | @@ -10,4 +10,4 @@ |
10 | 10 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
11 | 11 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
12 | 12 |
})(); |
13 |
-</script>(No newline at end of file) |
|
13 |
+</script> |
--- app/views/common/scripts.scala.html
+++ app/views/common/scripts.scala.html
... | ... | @@ -90,4 +90,4 @@ |
90 | 90 |
"sUploadURL": "@routes.AttachmentApp.uploadFile" |
91 | 91 |
}); |
92 | 92 |
}); |
93 |
-</script>(No newline at end of file) |
|
93 |
+</script> |
--- app/views/error/badrequest_default.scala.html
+++ app/views/error/badrequest_default.scala.html
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
<a href="@routes.Application.index()" class="ybtn ybtn-info">@Messages("menu.home")</a> |
9 | 9 |
</div> |
10 | 10 |
</div> |
11 |
-}(No newline at end of file) |
|
11 |
+} |
--- app/views/error/forbidden_default.scala.html
+++ app/views/error/forbidden_default.scala.html
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
<a href="@routes.Application.index()" class="ybtn ybtn-primary">@Messages("menu.home")</a> |
9 | 9 |
</div> |
10 | 10 |
</div> |
11 |
-}(No newline at end of file) |
|
11 |
+} |
--- app/views/error/internalServerError_default.scala.html
+++ app/views/error/internalServerError_default.scala.html
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
<a href="@routes.Application.index()" class="ybtn ybtn-primary">@Messages("menu.home")</a> |
9 | 9 |
</div> |
10 | 10 |
</div> |
11 |
-}(No newline at end of file) |
|
11 |
+} |
--- app/views/error/notfound_default.scala.html
+++ app/views/error/notfound_default.scala.html
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
<a href="@routes.Application.index()" class="ybtn ybtn-info">@Messages("menu.home")</a> |
9 | 9 |
</div> |
10 | 10 |
</div> |
11 |
-}(No newline at end of file) |
|
11 |
+} |
--- app/views/git/clone.scala.html
+++ app/views/git/clone.scala.html
... | ... | @@ -57,4 +57,4 @@ |
57 | 57 |
}, 3000); |
58 | 58 |
}); |
59 | 59 |
</script> |
60 |
-}(No newline at end of file) |
|
60 |
+} |
--- app/views/git/fork.scala.html
+++ app/views/git/fork.scala.html
... | ... | @@ -95,4 +95,4 @@ |
95 | 95 |
}); |
96 | 96 |
}); |
97 | 97 |
</script> |
98 |
-}(No newline at end of file) |
|
98 |
+} |
--- app/views/git/partial_forklist.scala.html
+++ app/views/git/partial_forklist.scala.html
... | ... | @@ -56,4 +56,4 @@ |
56 | 56 |
} |
57 | 57 |
</ul> |
58 | 58 |
</div> |
59 |
-}(No newline at end of file) |
|
59 |
+} |
--- app/views/git/partial_info.scala.html
+++ app/views/git/partial_info.scala.html
... | ... | @@ -58,4 +58,4 @@ |
58 | 58 |
</div> |
59 | 59 |
</div> |
60 | 60 |
</div> |
61 |
-</div>(No newline at end of file) |
|
61 |
+</div> |
--- app/views/git/partial_state.scala.html
+++ app/views/git/partial_state.scala.html
... | ... | @@ -105,4 +105,4 @@ |
105 | 105 |
} |
106 | 106 |
} |
107 | 107 |
</div> |
108 |
-}(No newline at end of file) |
|
108 |
+} |
--- app/views/help/experimental.scala.html
+++ app/views/help/experimental.scala.html
... | ... | @@ -13,4 +13,4 @@ |
13 | 13 |
<button type="button" class="ybtn ybtn-info" data-dismiss="modal">@Messages("button.confirm")</button> |
14 | 14 |
</p> |
15 | 15 |
</div> |
16 |
-</div>(No newline at end of file) |
|
16 |
+</div> |
--- app/views/help/markdown.scala.html
+++ app/views/help/markdown.scala.html
... | ... | @@ -110,4 +110,4 @@ |
110 | 110 |
</div> |
111 | 111 |
</div> |
112 | 112 |
</div> |
113 |
-</div>(No newline at end of file) |
|
113 |
+</div> |
--- app/views/index/partial_intro.scala.html
+++ app/views/index/partial_intro.scala.html
... | ... | @@ -76,4 +76,4 @@ |
76 | 76 |
</a> |
77 | 77 |
</div> |
78 | 78 |
</div> |
79 |
-</div>(No newline at end of file) |
|
79 |
+</div> |
--- app/views/issue/partial_comments.scala.html
+++ app/views/issue/partial_comments.scala.html
... | ... | @@ -121,4 +121,4 @@ |
121 | 121 |
} |
122 | 122 |
} |
123 | 123 |
</ul> |
124 |
-}(No newline at end of file) |
|
124 |
+} |
--- app/views/issue/partial_search.scala.html
+++ app/views/issue/partial_search.scala.html
... | ... | @@ -258,4 +258,4 @@ |
258 | 258 |
}); |
259 | 259 |
}); |
260 | 260 |
</script> |
261 |
- </div>(No newline at end of file) |
|
261 |
+ </div> |
--- app/views/milestone/partial_status.scala.html
+++ app/views/milestone/partial_status.scala.html
... | ... | @@ -34,4 +34,4 @@ |
34 | 34 |
</div> |
35 | 35 |
</div> |
36 | 36 |
</div> |
37 |
-</div>(No newline at end of file) |
|
37 |
+</div> |
--- app/views/project/delete.scala.html
+++ app/views/project/delete.scala.html
... | ... | @@ -48,4 +48,4 @@ |
48 | 48 |
}); |
49 | 49 |
}); |
50 | 50 |
</script> |
51 |
-}(No newline at end of file) |
|
51 |
+} |
--- app/views/project/header.scala.html
+++ app/views/project/header.scala.html
... | ... | @@ -199,4 +199,4 @@ |
199 | 199 |
<input type="text" class="text repo-url" readonly="readonly" value="@CodeApp.getURLWithLoginId(project)"> |
200 | 200 |
<button type="button" class="btn copy-url">@Messages("code.copyUrl")</button> |
201 | 201 |
</p> |
202 |
-</script>(No newline at end of file) |
|
202 |
+</script> |
--- app/views/project/statistics.scala.html
+++ app/views/project/statistics.scala.html
... | ... | @@ -4,4 +4,4 @@ |
4 | 4 |
<div class="page"> |
5 | 5 |
<h1>Under Construction</h1> |
6 | 6 |
</div> |
7 |
-}(No newline at end of file) |
|
7 |
+} |
--- app/views/projectLayout.scala.html
+++ app/views/projectLayout.scala.html
... | ... | @@ -16,4 +16,4 @@ |
16 | 16 |
</div> |
17 | 17 |
</footer> |
18 | 18 |
@common.alert() |
19 |
-}(No newline at end of file) |
|
19 |
+} |
--- app/views/site/lostPassword.scala.html
+++ app/views/site/lostPassword.scala.html
... | ... | @@ -43,4 +43,4 @@ |
43 | 43 |
</div> |
44 | 44 |
</form> |
45 | 45 |
</div> |
46 |
-}(No newline at end of file) |
|
46 |
+} |
--- app/views/site/mail.scala.html
+++ app/views/site/mail.scala.html
... | ... | @@ -65,4 +65,4 @@ |
65 | 65 |
</div> |
66 | 66 |
</form> |
67 | 67 |
|
68 |
-}(No newline at end of file) |
|
68 |
+} |
--- app/views/site/postList.scala.html
+++ app/views/site/postList.scala.html
... | ... | @@ -41,4 +41,4 @@ |
41 | 41 |
<div class="row-fluid"> |
42 | 42 |
<center>@partial_pagination(currentPage, 5, "pagination", "/sites/postList")</center> |
43 | 43 |
</div> |
44 |
-}(No newline at end of file) |
|
44 |
+} |
--- app/views/site/projectList.scala.html
+++ app/views/site/projectList.scala.html
... | ... | @@ -51,4 +51,4 @@ |
51 | 51 |
<div class="row-fluid"> |
52 | 52 |
<center>@partial_paginationForUserList(currentPage, 5, "pagination")</center> |
53 | 53 |
</div> |
54 |
-}(No newline at end of file) |
|
54 |
+} |
--- app/views/site/setting.scala.html
+++ app/views/site/setting.scala.html
... | ... | @@ -2,4 +2,4 @@ |
2 | 2 |
|
3 | 3 |
@siteMngLayout(message) { |
4 | 4 |
TODO |
5 |
-}(No newline at end of file) |
|
5 |
+} |
--- app/views/site/siteMngLayout.scala.html
+++ app/views/site/siteMngLayout.scala.html
... | ... | @@ -44,4 +44,4 @@ |
44 | 44 |
</div> |
45 | 45 |
</div> |
46 | 46 |
</div> |
47 |
-}(No newline at end of file) |
|
47 |
+} |
--- app/views/site/userList.scala.html
+++ app/views/site/userList.scala.html
... | ... | @@ -114,4 +114,4 @@ |
114 | 114 |
<center>@partial_paginationForUserList(currentPage, 5, "pagination")</center> |
115 | 115 |
</div> |
116 | 116 |
</div> |
117 |
-}(No newline at end of file) |
|
117 |
+} |
--- app/views/user/partial_issues.scala.html
+++ app/views/user/partial_issues.scala.html
... | ... | @@ -72,4 +72,4 @@ |
72 | 72 |
} |
73 | 73 |
</div> |
74 | 74 |
</div> |
75 |
-</div>(No newline at end of file) |
|
75 |
+</div> |
--- app/views/user/partial_milestones.scala.html
+++ app/views/user/partial_milestones.scala.html
... | ... | @@ -62,4 +62,4 @@ |
62 | 62 |
-->@milestone.getCompletionRate<!-- |
63 | 63 |
--><i>%</i> |
64 | 64 |
</div> |
65 |
-</li>(No newline at end of file) |
|
65 |
+</li> |
--- app/views/user/partial_postings.scala.html
+++ app/views/user/partial_postings.scala.html
... | ... | @@ -42,4 +42,4 @@ |
42 | 42 |
} |
43 | 43 |
</div> |
44 | 44 |
</div> |
45 |
-</li>(No newline at end of file) |
|
45 |
+</li> |
--- app/views/user/partial_pullRequests.scala.html
+++ app/views/user/partial_pullRequests.scala.html
... | ... | @@ -71,4 +71,4 @@ |
71 | 71 |
</div> |
72 | 72 |
<div class="state @req.state.toString.toLowerCase pull-right">@Messages("issue.state." + req.state.toString.toLowerCase)</div> |
73 | 73 |
</div> |
74 |
-</div>(No newline at end of file) |
|
74 |
+</div> |
--- app/views/welcome/restart.scala.html
+++ app/views/welcome/restart.scala.html
... | ... | @@ -48,4 +48,4 @@ |
48 | 48 |
</div> |
49 | 49 |
</footer> |
50 | 50 |
</body> |
51 |
-</html>(No newline at end of file) |
|
51 |
+</html> |
--- conf/evolutions/default/13.sql
+++ conf/evolutions/default/13.sql
... | ... | @@ -26,4 +26,4 @@ |
26 | 26 |
|
27 | 27 |
DROP TABLE IF EXISTS pull_request; |
28 | 28 |
|
29 |
-ALTER TABLE project DROP COLUMN original_project_id;(No newline at end of file) |
|
29 |
+ALTER TABLE project DROP COLUMN original_project_id; |
--- conf/evolutions/default/14.sql
+++ conf/evolutions/default/14.sql
... | ... | @@ -12,4 +12,4 @@ |
12 | 12 |
|
13 | 13 |
DROP TABLE IF EXISTS user_watching_project; |
14 | 14 |
|
15 |
-ALTER TABLE project DROP COLUMN watching_count;(No newline at end of file) |
|
15 |
+ALTER TABLE project DROP COLUMN watching_count; |
--- conf/evolutions/default/20.sql
+++ conf/evolutions/default/20.sql
... | ... | @@ -17,4 +17,4 @@ |
17 | 17 |
|
18 | 18 |
DROP SEQUENCE IF EXISTS simple_comment_seq; |
19 | 19 |
|
20 |
-DROP TABLE IF EXISTS simple_comment;(No newline at end of file) |
|
20 |
+DROP TABLE IF EXISTS simple_comment; |
--- conf/evolutions/default/28.sql
+++ conf/evolutions/default/28.sql
... | ... | @@ -14,4 +14,4 @@ |
14 | 14 |
UPDATE n4user SET is_locked=true WHERE state='LOCKED'; |
15 | 15 |
UPDATE n4user SET is_locked=false WHERE state='ACTIVE'; |
16 | 16 |
ALTER TABLE n4user DROP COLUMN state; |
17 |
-ALTER TABLE n4user DROP COLUMN last_state_modified_date;(No newline at end of file) |
|
17 |
+ALTER TABLE n4user DROP COLUMN last_state_modified_date; |
--- conf/evolutions/default/29.sql
+++ conf/evolutions/default/29.sql
... | ... | @@ -6,4 +6,4 @@ |
6 | 6 |
# --- !Downs |
7 | 7 |
|
8 | 8 |
ALTER TABLE notification_event DROP CONSTRAINT IF EXISTS ck_notification_event_resource_type; |
9 |
-ALTER TABLE notification_event ADD CONSTRAINT ck_notification_event_resource_type check (resource_type in ('ISSUE_POST','ISSUE_ASSIGNEE','ISSUE_STATE','ISSUE_CATEGORY','ISSUE_MILESTONE','ISSUE_LABEL','BOARD_POST','BOARD_CATEGORY','BOARD_NOTICE','CODE','MILESTONE','WIKI_PAGE','PROJECT_SETTING','SITE_SETTING','USER','USER_AVATAR','PROJECT','ATTACHMENT','ISSUE_COMMENT','NONISSUE_COMMENT','LABEL','PROJECT_LABELS','FORK'));(No newline at end of file) |
|
9 |
+ALTER TABLE notification_event ADD CONSTRAINT ck_notification_event_resource_type check (resource_type in ('ISSUE_POST','ISSUE_ASSIGNEE','ISSUE_STATE','ISSUE_CATEGORY','ISSUE_MILESTONE','ISSUE_LABEL','BOARD_POST','BOARD_CATEGORY','BOARD_NOTICE','CODE','MILESTONE','WIKI_PAGE','PROJECT_SETTING','SITE_SETTING','USER','USER_AVATAR','PROJECT','ATTACHMENT','ISSUE_COMMENT','NONISSUE_COMMENT','LABEL','PROJECT_LABELS','FORK')); |
--- conf/evolutions/default/30.sql
+++ conf/evolutions/default/30.sql
... | ... | @@ -2,4 +2,4 @@ |
2 | 2 |
ALTER TABLE notification_event ALTER COLUMN type RENAME TO notification_type; |
3 | 3 |
|
4 | 4 |
# --- !Downs |
5 |
-ALTER TABLE notification_event ALTER COLUMN notification_type RENAME TO type;(No newline at end of file) |
|
5 |
+ALTER TABLE notification_event ALTER COLUMN notification_type RENAME TO type; |
--- conf/evolutions/default/31.sql
+++ conf/evolutions/default/31.sql
... | ... | @@ -6,4 +6,4 @@ |
6 | 6 |
# --- !Downs |
7 | 7 |
|
8 | 8 |
ALTER TABLE pull_request DROP CONSTRAINT uq_pull_request_1; |
9 |
-ALTER TABLE pull_request DROP COLUMN number;(No newline at end of file) |
|
9 |
+ALTER TABLE pull_request DROP COLUMN number; |
--- conf/evolutions/default/39.sql
+++ conf/evolutions/default/39.sql
... | ... | @@ -13,4 +13,4 @@ |
13 | 13 |
, NEW_VALUE = OLD_VALUE |
14 | 14 |
, OLD_VALUE = '' |
15 | 15 |
WHERE EVENT_TYPE = 'PULL_REQUEST_MERGED' |
16 |
-AND NEW_VALUE = 'conflict'(No newline at end of file) |
|
16 |
+AND NEW_VALUE = 'conflict' |
--- conf/evolutions/default/46.sql
+++ conf/evolutions/default/46.sql
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
|
9 | 9 |
ALTER TABLE issue_event alter column new_value varchar(255); |
10 | 10 |
ALTER TABLE issue_event alter column old_value varchar(255); |
11 |
-ALTER TABLE issue_event DROP COLUMN IF EXISTS sender_email;(No newline at end of file) |
|
11 |
+ALTER TABLE issue_event DROP COLUMN IF EXISTS sender_email; |
--- conf/evolutions/default/47.sql
+++ conf/evolutions/default/47.sql
... | ... | @@ -3,4 +3,4 @@ |
3 | 3 |
|
4 | 4 |
# --- !Downs |
5 | 5 |
|
6 |
-ALTER TABLE attachment ALTER COLUMN container_type TYPE varchar(16);(No newline at end of file) |
|
6 |
+ALTER TABLE attachment ALTER COLUMN container_type TYPE varchar(16); |
--- conf/evolutions/default/48.sql
+++ conf/evolutions/default/48.sql
... | ... | @@ -8,4 +8,4 @@ |
8 | 8 |
|
9 | 9 |
ALTER TABLE user_project_notification DROP CONSTRAINT IF EXISTS ck_user_project_notification_notification_type; |
10 | 10 |
UPDATE user_project_notification SET notification_type='NEW_SIMPLE_COMMENT' WHERE notification_type='NEW_PULL_REQUEST_COMMENT'; |
11 |
-UPDATE user_project_notification SET notification_type='NEW_CODE_COMMENT' WHERE notification_type='NEW_COMMIT_COMMENT';(No newline at end of file) |
|
11 |
+UPDATE user_project_notification SET notification_type='NEW_CODE_COMMENT' WHERE notification_type='NEW_COMMIT_COMMENT'; |
--- conf/evolutions/default/49.sql
+++ conf/evolutions/default/49.sql
... | ... | @@ -15,4 +15,4 @@ |
15 | 15 |
# --- !Downs |
16 | 16 |
drop sequence if exists email_seq; |
17 | 17 |
|
18 |
-drop table if exists email;(No newline at end of file) |
|
18 |
+drop table if exists email; |
--- conf/evolutions/default/7.sql
+++ conf/evolutions/default/7.sql
... | ... | @@ -4,4 +4,4 @@ |
4 | 4 |
|
5 | 5 |
# --- !Downs |
6 | 6 |
|
7 |
-ALTER TABLE milestone DROP CONSTRAINT uq_milestone_title;(No newline at end of file) |
|
7 |
+ALTER TABLE milestone DROP CONSTRAINT uq_milestone_title; |
--- conf/play.plugins
+++ conf/play.plugins
... | ... | @@ -1,1 +1,1 @@ |
1 |
-15000:info.schleichardt.play2.mailplugin.MailPlugin(No newline at end of file) |
|
1 |
+15000:info.schleichardt.play2.mailplugin.MailPlugin |
--- docs/old/nforge_vision_doc.md
+++ docs/old/nforge_vision_doc.md
... | ... | @@ -102,4 +102,4 @@ |
102 | 102 |
- 커뮤니케이션 창구로는 |
103 | 103 |
- 메일링 리스트 지원 |
104 | 104 |
- nFORGE 블로그/미투데이 |
105 |
- - 트위터(No newline at end of file) |
|
105 |
+ - 트위터 |
--- docs/userManual/TOC.md
+++ docs/userManual/TOC.md
... | ... | @@ -37,4 +37,4 @@ |
37 | 37 |
## Yobi FAQ |
38 | 38 |
* 차후에 채울 예정입니다. |
39 | 39 |
* 차후에 채울 예정입니다. |
40 |
-* 차후에 채울 예정입니다.(No newline at end of file) |
|
40 |
+* 차후에 채울 예정입니다. |
--- docs/userManual/codeReview/code-review-send-code.md
+++ docs/userManual/codeReview/code-review-send-code.md
... | ... | @@ -93,4 +93,4 @@ |
93 | 93 |
|
94 | 94 |
<그림 삽입> |
95 | 95 |
|
96 |
-이렇게 보류처리된 요청은 원본 프로젝트의 `코드주고받기`에서 `보류한코드` 탭에서 확인 할 수 있습니다.(No newline at end of file) |
|
96 |
+이렇게 보류처리된 요청은 원본 프로젝트의 `코드주고받기`에서 `보류한코드` 탭에서 확인 할 수 있습니다. |
--- docs/userManual/issue/issue-use-issue.md
+++ docs/userManual/issue/issue-use-issue.md
... | ... | @@ -51,4 +51,4 @@ |
51 | 51 |
|
52 | 52 |
만약 닫았던 이슈를 다시 열어야 한다면 `닫힘`을 클릭하여 `열림` 상태로 전환 할 수도 있습니다. |
53 | 53 |
|
54 |
-<그림 삽입>(No newline at end of file) |
|
54 |
+<그림 삽입> |
--- docs/userManual/project/project-fork-a-project.md
+++ docs/userManual/project/project-fork-a-project.md
... | ... | @@ -10,4 +10,4 @@ |
10 | 10 |
|
11 | 11 |
아래와 같이 새로 만들어진 프로젝트를 설정 할 수 있는 화면으로 전환됩니다. 프로젝트 이름과 공개설정을 셋팅한 뒤에 `프로젝트 복사` 버튼을 클릭합니다. |
12 | 12 |
|
13 |
-<그림 삽입>(No newline at end of file) |
|
13 |
+<그림 삽입> |
--- docs/userManual/project/project-get-repo-url.md
+++ docs/userManual/project/project-get-repo-url.md
... | ... | @@ -6,4 +6,4 @@ |
6 | 6 |
|
7 | 7 |
그 후 '주소 복사' 버튼을 클릭하면 클립보드로 주소가 복사됩니다. |
8 | 8 |
|
9 |
-<그림 삽입>(No newline at end of file) |
|
9 |
+<그림 삽입> |
--- docs/userManual/project/project-watch-project.md
+++ docs/userManual/project/project-watch-project.md
... | ... | @@ -25,4 +25,4 @@ |
25 | 25 |
> |
26 | 26 |
> 알림 설정을 좀더 세분화 하여 on/off 시킬 수 있습니다. 각 프로젝트 별로 가능하며 설정->알림설정을 통해 설정 할 수 있습니다. |
27 | 27 |
> |
28 |
-> <그림 삽입>(No newline at end of file) |
|
28 |
+> <그림 삽입> |
--- project/build.properties
+++ project/build.properties
... | ... | @@ -1,1 +1,1 @@ |
1 |
-sbt.version=0.12.2(No newline at end of file) |
|
1 |
+sbt.version=0.12.2 |
--- public/javascripts/common/yobi.Attachments.js
+++ public/javascripts/common/yobi.Attachments.js
... | ... | @@ -494,4 +494,4 @@ |
494 | 494 |
return { |
495 | 495 |
"destroy": _destroy |
496 | 496 |
}; |
497 |
-};(No newline at end of file) |
|
497 |
+}; |
--- public/javascripts/common/yobi.Files.js
+++ public/javascripts/common/yobi.Files.js
... | ... | @@ -584,4 +584,4 @@ |
584 | 584 |
"uploadFile" : _uploadFile, |
585 | 585 |
"deleteFile" : _deleteFile |
586 | 586 |
}; |
587 |
-})();(No newline at end of file) |
|
587 |
+})(); |
--- public/javascripts/common/yobi.Mention.js
+++ public/javascripts/common/yobi.Mention.js
... | ... | @@ -84,4 +84,4 @@ |
84 | 84 |
} |
85 | 85 |
|
86 | 86 |
_init(htOptions || {}); |
87 |
-};(No newline at end of file) |
|
87 |
+}; |
--- public/javascripts/common/yobi.ui.Dialog.js
+++ public/javascripts/common/yobi.ui.Dialog.js
... | ... | @@ -107,4 +107,4 @@ |
107 | 107 |
}; |
108 | 108 |
}; |
109 | 109 |
|
110 |
-})("yobi.ui.Dialog");(No newline at end of file) |
|
110 |
+})("yobi.ui.Dialog"); |
--- public/javascripts/common/yobi.ui.Tabs.js
+++ public/javascripts/common/yobi.ui.Tabs.js
... | ... | @@ -50,4 +50,4 @@ |
50 | 50 |
welLink = waItems = nIndex = null; |
51 | 51 |
} |
52 | 52 |
|
53 |
-});(No newline at end of file) |
|
53 |
+}); |
--- public/javascripts/common/yobi.ui.Toast.js
+++ public/javascripts/common/yobi.ui.Toast.js
... | ... | @@ -115,4 +115,4 @@ |
115 | 115 |
}; |
116 | 116 |
}; |
117 | 117 |
|
118 |
-})("yobi.ui.Toast");(No newline at end of file) |
|
118 |
+})("yobi.ui.Toast"); |
--- public/javascripts/service/yobi.board.List.js
+++ public/javascripts/service/yobi.board.List.js
... | ... | @@ -63,4 +63,4 @@ |
63 | 63 |
_init(htOptions); |
64 | 64 |
}; |
65 | 65 |
|
66 |
-})("yobi.board.List");(No newline at end of file) |
|
66 |
+})("yobi.board.List"); |
--- public/javascripts/service/yobi.board.Write.js
+++ public/javascripts/service/yobi.board.Write.js
... | ... | @@ -99,4 +99,4 @@ |
99 | 99 |
_init(htOptions); |
100 | 100 |
}; |
101 | 101 |
|
102 |
-})("yobi.board.Write");(No newline at end of file) |
|
102 |
+})("yobi.board.Write"); |
--- public/javascripts/service/yobi.code.Browser.js
+++ public/javascripts/service/yobi.code.Browser.js
... | ... | @@ -600,4 +600,4 @@ |
600 | 600 |
|
601 | 601 |
_init(htOptions || {}); |
602 | 602 |
}; |
603 |
-})("yobi.code.Browser");(No newline at end of file) |
|
603 |
+})("yobi.code.Browser"); |
--- public/javascripts/service/yobi.code.Nohead.js
+++ public/javascripts/service/yobi.code.Nohead.js
... | ... | @@ -86,4 +86,4 @@ |
86 | 86 |
_init(htOptions); |
87 | 87 |
}; |
88 | 88 |
|
89 |
-})("yobi.code.Nohead");(No newline at end of file) |
|
89 |
+})("yobi.code.Nohead"); |
--- public/javascripts/service/yobi.git.Write.js
+++ public/javascripts/service/yobi.git.Write.js
... | ... | @@ -247,4 +247,4 @@ |
247 | 247 |
|
248 | 248 |
_init(htOptions || {}); |
249 | 249 |
}; |
250 |
-})("yobi.git.Write");(No newline at end of file) |
|
250 |
+})("yobi.git.Write"); |
--- public/javascripts/service/yobi.issue.Write.js
+++ public/javascripts/service/yobi.issue.Write.js
... | ... | @@ -304,4 +304,4 @@ |
304 | 304 |
|
305 | 305 |
_init(htOptions); |
306 | 306 |
}; |
307 |
-})("yobi.issue.Write");(No newline at end of file) |
|
307 |
+})("yobi.issue.Write"); |
--- public/javascripts/service/yobi.milestone.View.js
+++ public/javascripts/service/yobi.milestone.View.js
... | ... | @@ -55,4 +55,4 @@ |
55 | 55 |
|
56 | 56 |
_init(htOptions || {}); |
57 | 57 |
}; |
58 |
-})("yobi.milestone.View");(No newline at end of file) |
|
58 |
+})("yobi.milestone.View"); |
--- public/javascripts/service/yobi.project.Delete.js
+++ public/javascripts/service/yobi.project.Delete.js
... | ... | @@ -64,4 +64,4 @@ |
64 | 64 |
_init(htOptions || {}); |
65 | 65 |
}; |
66 | 66 |
|
67 |
-})("yobi.project.Delete");(No newline at end of file) |
|
67 |
+})("yobi.project.Delete"); |
--- public/javascripts/service/yobi.resetPassword.js
+++ public/javascripts/service/yobi.resetPassword.js
... | ... | @@ -130,4 +130,4 @@ |
130 | 130 |
|
131 | 131 |
_init(); |
132 | 132 |
}; |
133 |
-})("yobi.resetPassword");(No newline at end of file) |
|
133 |
+})("yobi.resetPassword"); |
--- public/javascripts/service/yobi.user.Setting.js
+++ public/javascripts/service/yobi.user.Setting.js
... | ... | @@ -396,4 +396,4 @@ |
396 | 396 |
|
397 | 397 |
_init(htOptions || {}); |
398 | 398 |
}; |
399 |
-})("yobi.user.Setting");(No newline at end of file) |
|
399 |
+})("yobi.user.Setting"); |
--- public/javascripts/service/yobi.user.SignUp.js
+++ public/javascripts/service/yobi.user.SignUp.js
... | ... | @@ -208,4 +208,4 @@ |
208 | 208 |
|
209 | 209 |
_init(); |
210 | 210 |
}; |
211 |
-})("yobi.user.SignUp");(No newline at end of file) |
|
211 |
+})("yobi.user.SignUp"); |
--- public/javascripts/service/yobi.user.View.js
+++ public/javascripts/service/yobi.user.View.js
... | ... | @@ -179,4 +179,4 @@ |
179 | 179 |
|
180 | 180 |
_init(htOptions || {}); |
181 | 181 |
}; |
182 |
-})("yobi.user.View");(No newline at end of file) |
|
182 |
+})("yobi.user.View"); |
--- public/stylesheets/yobicon/style.css
+++ public/stylesheets/yobicon/style.css
... | ... | @@ -4279,4 +4279,4 @@ |
4279 | 4279 |
} |
4280 | 4280 |
.yobicon-ellipsis-vertical:before { |
4281 | 4281 |
content: "\f142"; |
4282 |
-}(No newline at end of file) |
|
4282 |
+} |
--- test/models/AttachmentTest.java
+++ test/models/AttachmentTest.java
... | ... | @@ -69,4 +69,4 @@ |
69 | 69 |
os.close(); |
70 | 70 |
return tempFile; |
71 | 71 |
} |
72 |
-}(No newline at end of file) |
|
72 |
+} |
--- test/utils/BasicAuthActionTest.java
+++ test/utils/BasicAuthActionTest.java
... | ... | @@ -77,4 +77,4 @@ |
77 | 77 |
} |
78 | 78 |
} |
79 | 79 |
|
80 |
-}(No newline at end of file) |
|
80 |
+} |
--- test/utils/ConfigTest.java
+++ test/utils/ConfigTest.java
... | ... | @@ -62,4 +62,4 @@ |
62 | 62 |
Helpers.stop(app); |
63 | 63 |
} |
64 | 64 |
|
65 |
-}(No newline at end of file) |
|
65 |
+} |
--- test/utils/HttpUtilTest.java
+++ test/utils/HttpUtilTest.java
... | ... | @@ -50,4 +50,4 @@ |
50 | 50 |
} |
51 | 51 |
} |
52 | 52 |
|
53 |
-}(No newline at end of file) |
|
53 |
+} |
--- test/utils/MomentUtilTest.java
+++ test/utils/MomentUtilTest.java
... | ... | @@ -23,4 +23,4 @@ |
23 | 23 |
// Then |
24 | 24 |
assertThat(result).isEqualTo("하루 전"); |
25 | 25 |
} |
26 |
-}(No newline at end of file) |
|
26 |
+} |
--- test/utils/ReservedWordsValidatorTest.java
+++ test/utils/ReservedWordsValidatorTest.java
... | ... | @@ -40,4 +40,4 @@ |
40 | 40 |
boolean valid = validator.isValid("favicon"); |
41 | 41 |
assertTrue(valid); |
42 | 42 |
} |
43 |
-}(No newline at end of file) |
|
43 |
+} |
--- test/utils/UrlTest.java
+++ test/utils/UrlTest.java
... | ... | @@ -38,4 +38,4 @@ |
38 | 38 |
|
39 | 39 |
assertThat(actual).isEqualTo(expected); |
40 | 40 |
} |
41 |
-}(No newline at end of file) |
|
41 |
+} |
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?