Fossil SCM

/shun page: fix a typo reported in the forum and make the unshunned message more legible (not dark-on-dark) in the eagle and darkmode skins.

stephan 2024-08-21 09:20 trunk
Commit dee17d9c1b1e2706638837ecd708f54f2720ab14027c8a1bbd2ae124ce464816
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -599,5 +599,9 @@
599599
600600
body.branch .brlist > table > tbody > tr:hover:not(.selected),
601601
body.branch .brlist > table > tbody > tr.selected {
602602
background-color: #442800;
603603
}
604
+
605
+p.noMoreShun {
606
+ color: #e5e500;
607
+}
604608
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -599,5 +599,9 @@
599
600 body.branch .brlist > table > tbody > tr:hover:not(.selected),
601 body.branch .brlist > table > tbody > tr.selected {
602 background-color: #442800;
603 }
 
 
 
 
604
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -599,5 +599,9 @@
599
600 body.branch .brlist > table > tbody > tr:hover:not(.selected),
601 body.branch .brlist > table > tbody > tr.selected {
602 background-color: #442800;
603 }
604
605 p.noMoreShun {
606 color: #e5e500;
607 }
608
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -452,5 +452,9 @@
452452
453453
body.branch .brlist > table > tbody > tr:hover:not(.selected),
454454
body.branch .brlist > table > tbody > tr.selected {
455455
background-color: #7EA2D9;
456456
}
457
+
458
+p.noMoreShun {
459
+ color: #e5e500;
460
+}
457461
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -452,5 +452,9 @@
452
453 body.branch .brlist > table > tbody > tr:hover:not(.selected),
454 body.branch .brlist > table > tbody > tr.selected {
455 background-color: #7EA2D9;
456 }
 
 
 
 
457
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -452,5 +452,9 @@
452
453 body.branch .brlist > table > tbody > tr:hover:not(.selected),
454 body.branch .brlist > table > tbody > tr.selected {
455 background-color: #7EA2D9;
456 }
457
458 p.noMoreShun {
459 color: #e5e500;
460 }
461
+4 -4
--- src/shun.c
+++ src/shun.c
@@ -121,14 +121,14 @@
121121
}else{
122122
@ <p class="noMoreShun">Artifact(s)<br>
123123
for( p = zUuid ; *p ; p += strlen(p)+1 ){
124124
@ %s(p)<br>
125125
}
126
- @ will no longer be shunned. But they may not exist in the repository.
127
- @ It may be necessary to rebuild the repository using the
128
- @ <b>fossil rebuild</b> command-line before the artifact content
129
- @ can pulled in from other repositories.</p>
126
+ @ will no longer be shunned but they may not exist in the repository.
127
+ @ It may be necessary to rebuild the repository
128
+ @ before the artifact content can be pulled in
129
+ @ from other repositories.</p>
130130
}
131131
}
132132
if( zUuid && P("add") && cgi_csrf_safe(2) ){
133133
const char *p = zUuid;
134134
int rid, tagid;
135135
--- src/shun.c
+++ src/shun.c
@@ -121,14 +121,14 @@
121 }else{
122 @ <p class="noMoreShun">Artifact(s)<br>
123 for( p = zUuid ; *p ; p += strlen(p)+1 ){
124 @ %s(p)<br>
125 }
126 @ will no longer be shunned. But they may not exist in the repository.
127 @ It may be necessary to rebuild the repository using the
128 @ <b>fossil rebuild</b> command-line before the artifact content
129 @ can pulled in from other repositories.</p>
130 }
131 }
132 if( zUuid && P("add") && cgi_csrf_safe(2) ){
133 const char *p = zUuid;
134 int rid, tagid;
135
--- src/shun.c
+++ src/shun.c
@@ -121,14 +121,14 @@
121 }else{
122 @ <p class="noMoreShun">Artifact(s)<br>
123 for( p = zUuid ; *p ; p += strlen(p)+1 ){
124 @ %s(p)<br>
125 }
126 @ will no longer be shunned but they may not exist in the repository.
127 @ It may be necessary to rebuild the repository
128 @ before the artifact content can be pulled in
129 @ from other repositories.</p>
130 }
131 }
132 if( zUuid && P("add") && cgi_csrf_safe(2) ){
133 const char *p = zUuid;
134 int rid, tagid;
135

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button