|
diff --git a/cgit.css b/cgit.css index a37d218..7928c2f 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -75,119 +75,134 @@ table.tabs td { |
75 | padding: 0px 1em; |
75 | padding: 0px 1em; |
76 | vertical-align: bottom; |
76 | vertical-align: bottom; |
77 | } |
77 | } |
78 | |
78 | |
79 | table.tabs td a { |
79 | table.tabs td a { |
80 | padding: 2px 0.75em; |
80 | padding: 2px 0.75em; |
81 | color: #777; |
81 | color: #777; |
82 | font-size: 110%; |
82 | font-size: 110%; |
83 | } |
83 | } |
84 | |
84 | |
85 | table.tabs td a.active { |
85 | table.tabs td a.active { |
86 | color: #000; |
86 | color: #000; |
87 | background-color: #ccc; |
87 | background-color: #ccc; |
88 | } |
88 | } |
89 | |
89 | |
90 | table.tabs td.form { |
90 | table.tabs td.form { |
91 | text-align: right; |
91 | text-align: right; |
92 | } |
92 | } |
93 | |
93 | |
94 | table.tabs td.form form { |
94 | table.tabs td.form form { |
95 | padding-bottom: 2px; |
95 | padding-bottom: 2px; |
96 | font-size: 90%; |
96 | font-size: 90%; |
97 | white-space: nowrap; |
97 | white-space: nowrap; |
98 | } |
98 | } |
99 | |
99 | |
100 | table.tabs td.form input, |
100 | table.tabs td.form input, |
101 | table.tabs td.form select { |
101 | table.tabs td.form select { |
102 | font-size: 90%; |
102 | font-size: 90%; |
103 | } |
103 | } |
104 | |
104 | |
105 | div.content { |
105 | div.content { |
106 | margin: 0px; |
106 | margin: 0px; |
107 | padding: 2em; |
107 | padding: 2em; |
108 | border-top: solid 3px #ccc; |
108 | border-top: solid 3px #ccc; |
109 | border-bottom: solid 3px #ccc; |
109 | border-bottom: solid 3px #ccc; |
110 | } |
110 | } |
111 | |
111 | |
112 | |
112 | |
113 | table.list { |
113 | table.list { |
114 | width: 100%; |
114 | width: 100%; |
115 | border: none; |
115 | border: none; |
116 | border-collapse: collapse; |
116 | border-collapse: collapse; |
117 | } |
117 | } |
118 | |
118 | |
119 | table.list tr { |
119 | table.list tr { |
120 | background: white; |
120 | background: white; |
121 | } |
121 | } |
122 | |
122 | |
| |
123 | table.list tr.logheader { |
| |
124 | background: #eee; |
| |
125 | } |
| |
126 | |
123 | table.list tr:hover { |
127 | table.list tr:hover { |
124 | background: #eee; |
128 | background: #eee; |
125 | } |
129 | } |
126 | |
130 | |
127 | table.list tr.nohover:hover { |
131 | table.list tr.nohover:hover { |
128 | background: white; |
132 | background: white; |
129 | } |
133 | } |
130 | |
134 | |
131 | table.list th { |
135 | table.list th { |
132 | font-weight: bold; |
136 | font-weight: bold; |
133 | /* color: #888; |
137 | /* color: #888; |
134 | border-top: dashed 1px #888; |
138 | border-top: dashed 1px #888; |
135 | border-bottom: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
136 | */ |
140 | */ |
137 | padding: 0.1em 0.5em 0.05em 0.5em; |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
138 | vertical-align: baseline; |
142 | vertical-align: baseline; |
139 | } |
143 | } |
140 | |
144 | |
141 | table.list td { |
145 | table.list td { |
142 | border: none; |
146 | border: none; |
143 | padding: 0.1em 0.5em 0.1em 0.5em; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
144 | } |
148 | } |
145 | |
149 | |
| |
150 | table.list td.logsubject { |
| |
151 | font-family: monospace; |
| |
152 | font-weight: bold; |
| |
153 | } |
| |
154 | |
| |
155 | table.list td.logmsg { |
| |
156 | font-family: monospace; |
| |
157 | white-space: pre; |
| |
158 | padding: 1em 0em 2em 0em; |
| |
159 | } |
| |
160 | |
146 | table.list td a { |
161 | table.list td a { |
147 | color: black; |
162 | color: black; |
148 | } |
163 | } |
149 | |
164 | |
150 | table.list td a:hover { |
165 | table.list td a:hover { |
151 | color: #00f; |
166 | color: #00f; |
152 | } |
167 | } |
153 | |
168 | |
154 | img { |
169 | img { |
155 | border: none; |
170 | border: none; |
156 | } |
171 | } |
157 | |
172 | |
158 | input#switch-btn { |
173 | input#switch-btn { |
159 | margin: 2px 0px 0px 0px; |
174 | margin: 2px 0px 0px 0px; |
160 | } |
175 | } |
161 | |
176 | |
162 | td#sidebar input.txt { |
177 | td#sidebar input.txt { |
163 | width: 100%; |
178 | width: 100%; |
164 | margin: 2px 0px 0px 0px; |
179 | margin: 2px 0px 0px 0px; |
165 | } |
180 | } |
166 | |
181 | |
167 | table#grid { |
182 | table#grid { |
168 | margin: 0px; |
183 | margin: 0px; |
169 | } |
184 | } |
170 | |
185 | |
171 | td#content { |
186 | td#content { |
172 | vertical-align: top; |
187 | vertical-align: top; |
173 | padding: 1em 2em 1em 1em; |
188 | padding: 1em 2em 1em 1em; |
174 | border: none; |
189 | border: none; |
175 | } |
190 | } |
176 | |
191 | |
177 | div#summary { |
192 | div#summary { |
178 | vertical-align: top; |
193 | vertical-align: top; |
179 | margin-bottom: 1em; |
194 | margin-bottom: 1em; |
180 | } |
195 | } |
181 | |
196 | |
182 | table#downloads { |
197 | table#downloads { |
183 | float: right; |
198 | float: right; |
184 | border-collapse: collapse; |
199 | border-collapse: collapse; |
185 | border: solid 1px #777; |
200 | border: solid 1px #777; |
186 | margin-left: 0.5em; |
201 | margin-left: 0.5em; |
187 | margin-bottom: 0.5em; |
202 | margin-bottom: 0.5em; |
188 | } |
203 | } |
189 | |
204 | |
190 | table#downloads th { |
205 | table#downloads th { |
191 | background-color: #ccc; |
206 | background-color: #ccc; |
192 | } |
207 | } |
193 | |
208 | |
|
|
diff --git a/ui-log.c b/ui-log.c index adc9a66..00ecd4e 100644 --- a/ ui-log.c+++ b/ ui-log.c |
|
@@ -1,126 +1,124 @@ |
1 | /* ui-log.c: functions for log output |
1 | /* ui-log.c: functions for log output |
2 | * |
2 | * |
3 | * Copyright (C) 2006 Lars Hjemli |
3 | * Copyright (C) 2006 Lars Hjemli |
4 | * |
4 | * |
5 | * Licensed under GNU General Public License v2 |
5 | * Licensed under GNU General Public License v2 |
6 | * (see COPYING for full license text) |
6 | * (see COPYING for full license text) |
7 | */ |
7 | */ |
8 | |
8 | |
9 | #include "cgit.h" |
9 | #include "cgit.h" |
10 | #include "html.h" |
10 | #include "html.h" |
11 | #include "ui-shared.h" |
11 | #include "ui-shared.h" |
12 | |
12 | |
13 | int files, add_lines, rem_lines; |
13 | int files, add_lines, rem_lines; |
14 | |
14 | |
15 | void count_lines(char *line, int size) |
15 | void count_lines(char *line, int size) |
16 | { |
16 | { |
17 | if (size <= 0) |
17 | if (size <= 0) |
18 | return; |
18 | return; |
19 | |
19 | |
20 | if (line[0] == '+') |
20 | if (line[0] == '+') |
21 | add_lines++; |
21 | add_lines++; |
22 | |
22 | |
23 | else if (line[0] == '-') |
23 | else if (line[0] == '-') |
24 | rem_lines++; |
24 | rem_lines++; |
25 | } |
25 | } |
26 | |
26 | |
27 | void inspect_files(struct diff_filepair *pair) |
27 | void inspect_files(struct diff_filepair *pair) |
28 | { |
28 | { |
29 | files++; |
29 | files++; |
30 | if (ctx.repo->enable_log_linecount) |
30 | if (ctx.repo->enable_log_linecount) |
31 | cgit_diff_files(pair->one->sha1, pair->two->sha1, count_lines); |
31 | cgit_diff_files(pair->one->sha1, pair->two->sha1, count_lines); |
32 | } |
32 | } |
33 | |
33 | |
34 | void print_commit(struct commit *commit) |
34 | void print_commit(struct commit *commit) |
35 | { |
35 | { |
36 | struct commitinfo *info; |
36 | struct commitinfo *info; |
37 | char *tmp; |
37 | char *tmp; |
38 | int cols = 2; |
38 | int cols = 2; |
39 | |
39 | |
40 | info = cgit_parse_commit(commit); |
40 | info = cgit_parse_commit(commit); |
41 | html("<tr><td>"); |
41 | htmlf("<tr%s><td>", |
| |
42 | ctx.qry.showmsg ? " class='logheader'" : ""); |
42 | tmp = fmt("id=%s", sha1_to_hex(commit->object.sha1)); |
43 | tmp = fmt("id=%s", sha1_to_hex(commit->object.sha1)); |
43 | tmp = cgit_pageurl(ctx.repo->url, "commit", tmp); |
44 | tmp = cgit_pageurl(ctx.repo->url, "commit", tmp); |
44 | html_link_open(tmp, NULL, NULL); |
45 | html_link_open(tmp, NULL, NULL); |
45 | cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE); |
46 | cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE); |
46 | html_link_close(); |
47 | html_link_close(); |
47 | html("</td><td>"); |
48 | htmlf("</td><td%s>", |
48 | if (ctx.qry.showmsg) |
49 | ctx.qry.showmsg ? " class='logsubject'" : ""); |
49 | html("<u>"); |
| |
50 | cgit_commit_link(info->subject, NULL, NULL, ctx.qry.head, |
50 | cgit_commit_link(info->subject, NULL, NULL, ctx.qry.head, |
51 | sha1_to_hex(commit->object.sha1)); |
51 | sha1_to_hex(commit->object.sha1)); |
52 | if (ctx.qry.showmsg) |
| |
53 | html("</u>"); |
| |
54 | html("</td><td>"); |
52 | html("</td><td>"); |
55 | html_txt(info->author); |
53 | html_txt(info->author); |
56 | if (ctx.repo->enable_log_filecount) { |
54 | if (ctx.repo->enable_log_filecount) { |
57 | files = 0; |
55 | files = 0; |
58 | add_lines = 0; |
56 | add_lines = 0; |
59 | rem_lines = 0; |
57 | rem_lines = 0; |
60 | cgit_diff_commit(commit, inspect_files); |
58 | cgit_diff_commit(commit, inspect_files); |
61 | html("</td><td>"); |
59 | html("</td><td>"); |
62 | htmlf("%d", files); |
60 | htmlf("%d", files); |
63 | if (ctx.repo->enable_log_linecount) { |
61 | if (ctx.repo->enable_log_linecount) { |
64 | html("</td><td>"); |
62 | html("</td><td>"); |
65 | htmlf("-%d/+%d", rem_lines, add_lines); |
63 | htmlf("-%d/+%d", rem_lines, add_lines); |
66 | } |
64 | } |
67 | } |
65 | } |
68 | html("</td></tr>\n"); |
66 | html("</td></tr>\n"); |
69 | if (ctx.qry.showmsg) { |
67 | if (ctx.qry.showmsg) { |
70 | if (ctx.repo->enable_log_filecount) { |
68 | if (ctx.repo->enable_log_filecount) { |
71 | cols++; |
69 | cols++; |
72 | if (ctx.repo->enable_log_linecount) |
70 | if (ctx.repo->enable_log_linecount) |
73 | cols++; |
71 | cols++; |
74 | } |
72 | } |
75 | htmlf("<tr class='nohover'><td></td><td colspan='%d'><div class='commit-msg'>", |
73 | htmlf("<tr class='nohover'><td/><td colspan='%d' class='logmsg'>", |
76 | cols); |
74 | cols); |
77 | html_txt(info->msg); |
75 | html_txt(info->msg); |
78 | html("</div><br/></td></tr>\n"); |
76 | html("</td></tr>\n"); |
79 | } |
77 | } |
80 | cgit_free_commitinfo(info); |
78 | cgit_free_commitinfo(info); |
81 | } |
79 | } |
82 | |
80 | |
83 | |
81 | |
84 | void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern, |
82 | void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern, |
85 | char *path, int pager) |
83 | char *path, int pager) |
86 | { |
84 | { |
87 | struct rev_info rev; |
85 | struct rev_info rev; |
88 | struct commit *commit; |
86 | struct commit *commit; |
89 | const char *argv[] = {NULL, tip, NULL, NULL, NULL}; |
87 | const char *argv[] = {NULL, tip, NULL, NULL, NULL}; |
90 | int argc = 2; |
88 | int argc = 2; |
91 | int i, columns = 3; |
89 | int i, columns = 3; |
92 | |
90 | |
93 | if (!tip) |
91 | if (!tip) |
94 | argv[1] = ctx.qry.head; |
92 | argv[1] = ctx.qry.head; |
95 | |
93 | |
96 | if (grep && pattern && (!strcmp(grep, "grep") || |
94 | if (grep && pattern && (!strcmp(grep, "grep") || |
97 | !strcmp(grep, "author") || |
95 | !strcmp(grep, "author") || |
98 | !strcmp(grep, "committer"))) |
96 | !strcmp(grep, "committer"))) |
99 | argv[argc++] = fmt("--%s=%s", grep, pattern); |
97 | argv[argc++] = fmt("--%s=%s", grep, pattern); |
100 | |
98 | |
101 | if (path) { |
99 | if (path) { |
102 | argv[argc++] = "--"; |
100 | argv[argc++] = "--"; |
103 | argv[argc++] = path; |
101 | argv[argc++] = path; |
104 | } |
102 | } |
105 | init_revisions(&rev, NULL); |
103 | init_revisions(&rev, NULL); |
106 | rev.abbrev = DEFAULT_ABBREV; |
104 | rev.abbrev = DEFAULT_ABBREV; |
107 | rev.commit_format = CMIT_FMT_DEFAULT; |
105 | rev.commit_format = CMIT_FMT_DEFAULT; |
108 | rev.verbose_header = 1; |
106 | rev.verbose_header = 1; |
109 | rev.show_root_diff = 0; |
107 | rev.show_root_diff = 0; |
110 | setup_revisions(argc, argv, &rev, NULL); |
108 | setup_revisions(argc, argv, &rev, NULL); |
111 | rev.grep_filter.regflags |= REG_ICASE; |
109 | rev.grep_filter.regflags |= REG_ICASE; |
112 | compile_grep_patterns(&rev.grep_filter); |
110 | compile_grep_patterns(&rev.grep_filter); |
113 | prepare_revision_walk(&rev); |
111 | prepare_revision_walk(&rev); |
114 | |
112 | |
115 | if (pager) |
113 | if (pager) |
116 | html("<table class='list nowrap'>"); |
114 | html("<table class='list nowrap'>"); |
117 | |
115 | |
118 | html("<tr class='nohover'><th class='left'>Age</th>" |
116 | html("<tr class='nohover'><th class='left'>Age</th>" |
119 | "<th class='left'>Commit message"); |
117 | "<th class='left'>Commit message"); |
120 | if (pager) { |
118 | if (pager) { |
121 | html(" ("); |
119 | html(" ("); |
122 | cgit_log_link("toggle", NULL, NULL, ctx.qry.head, ctx.qry.sha1, |
120 | cgit_log_link("toggle", NULL, NULL, ctx.qry.head, ctx.qry.sha1, |
123 | ctx.qry.path, ctx.qry.ofs, ctx.qry.grep, |
121 | ctx.qry.path, ctx.qry.ofs, ctx.qry.grep, |
124 | ctx.qry.search, ctx.qry.showmsg ? 0 : 1); |
122 | ctx.qry.search, ctx.qry.showmsg ? 0 : 1); |
125 | html(")"); |
123 | html(")"); |
126 | } |
124 | } |
|