File TODO changed (mode: 100644) (index 6364e9c..fa9cd0d) |
2 |
2 |
[ ] |
[ ] |
3 |
3 |
|
|
4 |
4 |
== BEFORE NEXT RELEASE == |
== BEFORE NEXT RELEASE == |
|
5 |
|
[ ] notes: I have a little space below the picture because a <img> inside <a>! |
|
6 |
|
How to get rid of it? |
5 |
7 |
[ ] When rejecting a push because of rights, show also what rule matched. |
[ ] When rejecting a push because of rights, show also what rule matched. |
6 |
8 |
Maybe why? For example: ip is not in range? |
Maybe why? For example: ip is not in range? |
7 |
9 |
[ ] Discover: I must not say |
[ ] Discover: I must not say |
File docker/Dockerfile changed (mode: 100644) (index 7ed5eec..598c2dd) |
... |
... |
MAINTAINER Catalin(ux) M. BOIE <catab-docker@embedromix.ro> |
3 |
3 |
|
|
4 |
4 |
RUN dnf -y upgrade --best --allowerasing |
RUN dnf -y upgrade --best --allowerasing |
5 |
5 |
RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm |
RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm |
6 |
|
RUN dnf -y install rocketgit-0.44 |
|
7 |
6 |
RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode |
RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode |
|
7 |
|
RUN dnf -y install rocketgit-0.46 |
8 |
8 |
|
|
9 |
9 |
COPY rg.sh / |
COPY rg.sh / |
10 |
10 |
|
|
File root/themes/default/main.css changed (mode: 100644) (index 8f575d6..16bf18d) |
... |
... |
table { |
21 |
21 |
background-color: #eeeeee; |
background-color: #eeeeee; |
22 |
22 |
color: #000000; |
color: #000000; |
23 |
23 |
padding: 1px; |
padding: 1px; |
24 |
|
xxx-margin-left: auto; |
|
25 |
|
xxx-margin-right: auto; |
|
26 |
24 |
width: 100%; |
width: 100%; |
27 |
25 |
} |
} |
28 |
26 |
|
|
|
... |
... |
legend { padding: 0px 2pt; } |
175 |
173 |
|
|
176 |
174 |
|
|
177 |
175 |
#container { |
#container { |
178 |
|
xxx-width: 100%; |
|
179 |
176 |
height: 100%; |
height: 100%; |
180 |
177 |
display: flex; |
display: flex; |
181 |
178 |
flex-flow: column nowrap; |
flex-flow: column nowrap; |
|
... |
... |
legend { padding: 0px 2pt; } |
446 |
443 |
padding: 3px; |
padding: 3px; |
447 |
444 |
background-color: #DDDDDD; |
background-color: #DDDDDD; |
448 |
445 |
display: flex; |
display: flex; |
449 |
|
justify-content: left; |
|
450 |
446 |
align-content: center; |
align-content: center; |
451 |
447 |
align-items: initial; |
align-items: initial; |
452 |
448 |
} |
} |
File root/themes/default/repo/bug/list_note/line.html changed (mode: 100644) (index 0ae01ef..58fab3a) |
1 |
1 |
<a name="note-@@note_id@@"></a> |
<a name="note-@@note_id@@"></a> |
2 |
2 |
<div class="note"> |
<div class="note"> |
3 |
|
@@if(@@note_owner_url@@ == ""){{@@note_gravatar@@}}{{<a href="@@note_owner_url@@">@@note_gravatar@@</a>}} |
|
|
3 |
|
@@if(@@note_owner_url@@ = ""){{@@note_gravatar@@}}{{<a target="_blank" href="@@note_owner_url@@">@@note_gravatar@@</a>}} |
4 |
4 |
|
|
5 |
5 |
<div class="note_body"> |
<div class="note_body"> |
6 |
|
<b>@@if(@@note_owner_url@@ == ""){{@@note_owner@@}}{{<a href="@@note_owner_url@@">@@note_owner@@</a>}}</b> - @@note_creation@@ - <a href="@@bug::bug_id@@#note-@@note_id@@">Link</a><br /> |
|
|
6 |
|
<b>@@if(@@note_owner_url@@ == ""){{@@note_owner@@}}{{<a target="_blank" href="@@note_owner_url@@">@@note_owner@@</a>}}</b> - @@note_creation@@ - <a href="@@bug::bug_id@@#note-@@note_id@@">Link</a><br /> |
7 |
7 |
@@note_nlbr@@ |
@@note_nlbr@@ |
8 |
8 |
</div> |
</div> |
9 |
9 |
</div> |
</div> |