Fossil SCM

Typo fixes and make the editor input field a bit shorter by default.

stephan 2026-06-08 14:19 UTC forum-editor-2026
Commit 16e97eaefffd13c359b4ff528092d6055a4468dc02ebe52c68dd7b8fd85a35b0
+1 -1
--- src/forum.c
+++ src/forum.c
@@ -901,11 +901,11 @@
901901
if( !sCurrent ) sCurrent = &fss->aStatus[0];
902902
assert( sCurrent );
903903
@ <fieldset class='forum-status-selection'>\
904904
@ <legend>Status \
905905
@ <span class='help-buttonlet'>\
906
- @ Moderators and post owners may change \
906
+ @ Moderators and the post's owner may change \
907907
@ the status of this thread. See \
908908
@ <a href='%R/help/forum-statuses' target='_new'>\
909909
@ /help/forum-statuses</a></span>\
910910
@ </legend>\
911911
if( forum_may_set_status(fp->fpid) ){
912912
--- src/forum.c
+++ src/forum.c
@@ -901,11 +901,11 @@
901 if( !sCurrent ) sCurrent = &fss->aStatus[0];
902 assert( sCurrent );
903 @ <fieldset class='forum-status-selection'>\
904 @ <legend>Status \
905 @ <span class='help-buttonlet'>\
906 @ Moderators and post owners may change \
907 @ the status of this thread. See \
908 @ <a href='%R/help/forum-statuses' target='_new'>\
909 @ /help/forum-statuses</a></span>\
910 @ </legend>\
911 if( forum_may_set_status(fp->fpid) ){
912
--- src/forum.c
+++ src/forum.c
@@ -901,11 +901,11 @@
901 if( !sCurrent ) sCurrent = &fss->aStatus[0];
902 assert( sCurrent );
903 @ <fieldset class='forum-status-selection'>\
904 @ <legend>Status \
905 @ <span class='help-buttonlet'>\
906 @ Moderators and the post's owner may change \
907 @ the status of this thread. See \
908 @ <a href='%R/help/forum-statuses' target='_new'>\
909 @ /help/forum-statuses</a></span>\
910 @ </legend>\
911 if( forum_may_set_status(fp->fpid) ){
912
+2 -2
--- src/info.c
+++ src/info.c
@@ -1961,12 +1961,12 @@
19611961
}else{
19621962
@ wiki page [%h(zTarget)]
19631963
}
19641964
break;
19651965
default:
1966
- /* historical behavior is to assume wiki, but we can end up showing
1967
- ** bogus links that way to stale attachemnts. */
1966
+ /* historical behavior is to assume wiki, but we can end up
1967
+ ** showing bogus links that way to stale attachments. */
19681968
@ unknown artifact %h(zTarget)
19691969
}
19701970
@ added by
19711971
hyperlink_to_user(zUser,zDate," on");
19721972
hyperlink_to_date(zDate,".");
19731973
--- src/info.c
+++ src/info.c
@@ -1961,12 +1961,12 @@
1961 }else{
1962 @ wiki page [%h(zTarget)]
1963 }
1964 break;
1965 default:
1966 /* historical behavior is to assume wiki, but we can end up showing
1967 ** bogus links that way to stale attachemnts. */
1968 @ unknown artifact %h(zTarget)
1969 }
1970 @ added by
1971 hyperlink_to_user(zUser,zDate," on");
1972 hyperlink_to_date(zDate,".");
1973
--- src/info.c
+++ src/info.c
@@ -1961,12 +1961,12 @@
1961 }else{
1962 @ wiki page [%h(zTarget)]
1963 }
1964 break;
1965 default:
1966 /* historical behavior is to assume wiki, but we can end up
1967 ** showing bogus links that way to stale attachments. */
1968 @ unknown artifact %h(zTarget)
1969 }
1970 @ added by
1971 hyperlink_to_user(zUser,zDate," on");
1972 hyperlink_to_date(zDate,".");
1973
--- src/style.forum.css
+++ src/style.forum.css
@@ -21,11 +21,11 @@
2121
2222
.ForumPostEditor > .tab-container {
2323
}
2424
2525
.ForumPostEditor > .tab-container > .tabs {
26
- min-height: 16em;
26
+ /*min-height: 10em;*/
2727
}
2828
2929
.ForumPostEditor > .tab-container > .tabs > .tab-panel.debug {
3030
display: flex;
3131
flex-direction: column;
@@ -43,11 +43,11 @@
4343
flex-direction: column;
4444
}
4545
4646
.ForumPostEditor .tab-panel.editor-wrapper > .editor {
4747
max-width: initial;
48
- min-height: 18em;
48
+ min-height: 14em;
4949
flex-grow: 1
5050
}
5151
5252
.ForumPostEditor > .buttons > .mimetype-wrapper,
5353
.ForumPostEditor > .titlebar{
5454
--- src/style.forum.css
+++ src/style.forum.css
@@ -21,11 +21,11 @@
21
22 .ForumPostEditor > .tab-container {
23 }
24
25 .ForumPostEditor > .tab-container > .tabs {
26 min-height: 16em;
27 }
28
29 .ForumPostEditor > .tab-container > .tabs > .tab-panel.debug {
30 display: flex;
31 flex-direction: column;
@@ -43,11 +43,11 @@
43 flex-direction: column;
44 }
45
46 .ForumPostEditor .tab-panel.editor-wrapper > .editor {
47 max-width: initial;
48 min-height: 18em;
49 flex-grow: 1
50 }
51
52 .ForumPostEditor > .buttons > .mimetype-wrapper,
53 .ForumPostEditor > .titlebar{
54
--- src/style.forum.css
+++ src/style.forum.css
@@ -21,11 +21,11 @@
21
22 .ForumPostEditor > .tab-container {
23 }
24
25 .ForumPostEditor > .tab-container > .tabs {
26 /*min-height: 10em;*/
27 }
28
29 .ForumPostEditor > .tab-container > .tabs > .tab-panel.debug {
30 display: flex;
31 flex-direction: column;
@@ -43,11 +43,11 @@
43 flex-direction: column;
44 }
45
46 .ForumPostEditor .tab-panel.editor-wrapper > .editor {
47 max-width: initial;
48 min-height: 14em;
49 flex-grow: 1
50 }
51
52 .ForumPostEditor > .buttons > .mimetype-wrapper,
53 .ForumPostEditor > .titlebar{
54

Keyboard Shortcuts

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