Fossil SCM

Add socket support to the change log. Add a comment about why the 'diff' JS bits now require the 'storage' bits. No functional changes.

stephan 2024-09-07 10:18 trunk
Commit 77adf8dba1b17ddf25fd9bd51b10776effacee99eac7dc7633e90a1a497bd527
2 files changed +3 -1 +4 -3
+3 -1
--- src/builtin.c
+++ src/builtin.c
@@ -718,11 +718,13 @@
718718
** the final one! */
719719
} fjs[] = {
720720
/* This list ordering isn't strictly important. */
721721
{"confirmer", 0, 0},
722722
{"copybutton", 0, "dom\0"},
723
- {"diff", 0, "dom\0fetch\0storage\0"},
723
+ {"diff", 0, "dom\0fetch\0storage\0"
724
+ /* maintenance note: "diff" needs "storage" for storing the the
725
+ ** sbs-sync-scroll toggle. */},
724726
{"dom", 0, 0},
725727
{"fetch", 0, 0},
726728
{"numbered-lines", 0, "popupwidget\0copybutton\0"},
727729
{"pikchr", 0, "dom\0"},
728730
{"popupwidget", 0, "dom\0"},
729731
--- src/builtin.c
+++ src/builtin.c
@@ -718,11 +718,13 @@
718 ** the final one! */
719 } fjs[] = {
720 /* This list ordering isn't strictly important. */
721 {"confirmer", 0, 0},
722 {"copybutton", 0, "dom\0"},
723 {"diff", 0, "dom\0fetch\0storage\0"},
 
 
724 {"dom", 0, 0},
725 {"fetch", 0, 0},
726 {"numbered-lines", 0, "popupwidget\0copybutton\0"},
727 {"pikchr", 0, "dom\0"},
728 {"popupwidget", 0, "dom\0"},
729
--- src/builtin.c
+++ src/builtin.c
@@ -718,11 +718,13 @@
718 ** the final one! */
719 } fjs[] = {
720 /* This list ordering isn't strictly important. */
721 {"confirmer", 0, 0},
722 {"copybutton", 0, "dom\0"},
723 {"diff", 0, "dom\0fetch\0storage\0"
724 /* maintenance note: "diff" needs "storage" for storing the the
725 ** sbs-sync-scroll toggle. */},
726 {"dom", 0, 0},
727 {"fetch", 0, 0},
728 {"numbered-lines", 0, "popupwidget\0copybutton\0"},
729 {"pikchr", 0, "dom\0"},
730 {"popupwidget", 0, "dom\0"},
731
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,10 +13,12 @@
1313
* Add new query parameters to the [/help?cmd=/timeline|/timeline page]:
1414
d2=, p2=, and dp2=.
1515
* Add options to the [/help?cmd=tag|fossil tag] command that will list tag values.
1616
* Add ability to upload unversioned files via the [/help?cmd=/uvlist|/uvlist page].
1717
* Add history search to the [/help?cmd=/chat|/chat page].
18
+ * Add Unix socket support to the [/help?cmd=server|server command].
19
+ * Numerous minor fixes and additions.
1820
1921
2022
<h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2>
2123
2224
* Apache change work-around &rarr; As part of a security fix, the Apache webserver
@@ -85,11 +87,11 @@
8587
* Add ability to "close" forum threads, such that unprivileged users
8688
may no longer respond to them. Only administrators can close
8789
threads or respond to them by default, and the
8890
[/help?cmd=forum-close-policy|forum-close-policy setting] can be
8991
used to add that capability to moderators.
90
- * Add the [/help?cmd=all|fossil all whatis] command.
92
+ * Add the [/help?cmd=all|fossil all whatis] command.
9193
* The [/help?cmd=status|fossil status] command and relevant UI pages now
9294
correctly report files which were both renamed <b>and</b> edited as such.
9395
* Show default value of settings that have a default in
9496
[/help?cmd=help|fossil help SETTING] output.
9597
* On timeline graphs, show closed check-ins using an X in the middle of the
@@ -127,11 +129,10 @@
127129
they work when the "remote" machine is a Mac and the "fossil"
128130
executable is in the $HOME/bin directory.
129131
</ul>
130132
* Update built-in libraries SQLite, ZLib, Pikchr to their latest versions.
131133
* Documentation enhancements and typo fixes.
132
-
133134
134135
135136
<h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
136137
* Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
137138
<li> Add the ft=TAG query parameter which in combination with d=Y
@@ -155,11 +156,11 @@
155156
frees us from needing to build and install the container as root,
156157
since it no longer has to create a private <tt>/dev</tt> tree
157158
inside the jail for Fossil's use.
158159
* Add support for the trigram tokenizer for FTS5 search to enable
159160
searching in Chinese.
160
- * Comment lines (starting with a '#') are now supported inside
161
+ * Comment lines (starting with a '#') are now supported inside
161162
[./settings.wiki#versionable|versioned settings].
162163
* Default permissions for anonymous users in new repositories are
163164
changed to "hz".
164165
* The [/help?cmd=status|fossil status] command now detects when a
165166
file used to be a symlink and has been replaced by a regular file.
166167
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,10 +13,12 @@
13 * Add new query parameters to the [/help?cmd=/timeline|/timeline page]:
14 d2=, p2=, and dp2=.
15 * Add options to the [/help?cmd=tag|fossil tag] command that will list tag values.
16 * Add ability to upload unversioned files via the [/help?cmd=/uvlist|/uvlist page].
17 * Add history search to the [/help?cmd=/chat|/chat page].
 
 
18
19
20 <h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2>
21
22 * Apache change work-around &rarr; As part of a security fix, the Apache webserver
@@ -85,11 +87,11 @@
85 * Add ability to "close" forum threads, such that unprivileged users
86 may no longer respond to them. Only administrators can close
87 threads or respond to them by default, and the
88 [/help?cmd=forum-close-policy|forum-close-policy setting] can be
89 used to add that capability to moderators.
90 * Add the [/help?cmd=all|fossil all whatis] command.
91 * The [/help?cmd=status|fossil status] command and relevant UI pages now
92 correctly report files which were both renamed <b>and</b> edited as such.
93 * Show default value of settings that have a default in
94 [/help?cmd=help|fossil help SETTING] output.
95 * On timeline graphs, show closed check-ins using an X in the middle of the
@@ -127,11 +129,10 @@
127 they work when the "remote" machine is a Mac and the "fossil"
128 executable is in the $HOME/bin directory.
129 </ul>
130 * Update built-in libraries SQLite, ZLib, Pikchr to their latest versions.
131 * Documentation enhancements and typo fixes.
132
133
134
135 <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
136 * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
137 <li> Add the ft=TAG query parameter which in combination with d=Y
@@ -155,11 +156,11 @@
155 frees us from needing to build and install the container as root,
156 since it no longer has to create a private <tt>/dev</tt> tree
157 inside the jail for Fossil's use.
158 * Add support for the trigram tokenizer for FTS5 search to enable
159 searching in Chinese.
160 * Comment lines (starting with a '#') are now supported inside
161 [./settings.wiki#versionable|versioned settings].
162 * Default permissions for anonymous users in new repositories are
163 changed to "hz".
164 * The [/help?cmd=status|fossil status] command now detects when a
165 file used to be a symlink and has been replaced by a regular file.
166
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,10 +13,12 @@
13 * Add new query parameters to the [/help?cmd=/timeline|/timeline page]:
14 d2=, p2=, and dp2=.
15 * Add options to the [/help?cmd=tag|fossil tag] command that will list tag values.
16 * Add ability to upload unversioned files via the [/help?cmd=/uvlist|/uvlist page].
17 * Add history search to the [/help?cmd=/chat|/chat page].
18 * Add Unix socket support to the [/help?cmd=server|server command].
19 * Numerous minor fixes and additions.
20
21
22 <h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2>
23
24 * Apache change work-around &rarr; As part of a security fix, the Apache webserver
@@ -85,11 +87,11 @@
87 * Add ability to "close" forum threads, such that unprivileged users
88 may no longer respond to them. Only administrators can close
89 threads or respond to them by default, and the
90 [/help?cmd=forum-close-policy|forum-close-policy setting] can be
91 used to add that capability to moderators.
92 * Add the [/help?cmd=all|fossil all whatis] command.
93 * The [/help?cmd=status|fossil status] command and relevant UI pages now
94 correctly report files which were both renamed <b>and</b> edited as such.
95 * Show default value of settings that have a default in
96 [/help?cmd=help|fossil help SETTING] output.
97 * On timeline graphs, show closed check-ins using an X in the middle of the
@@ -127,11 +129,10 @@
129 they work when the "remote" machine is a Mac and the "fossil"
130 executable is in the $HOME/bin directory.
131 </ul>
132 * Update built-in libraries SQLite, ZLib, Pikchr to their latest versions.
133 * Documentation enhancements and typo fixes.
 
134
135
136 <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
137 * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
138 <li> Add the ft=TAG query parameter which in combination with d=Y
@@ -155,11 +156,11 @@
156 frees us from needing to build and install the container as root,
157 since it no longer has to create a private <tt>/dev</tt> tree
158 inside the jail for Fossil's use.
159 * Add support for the trigram tokenizer for FTS5 search to enable
160 searching in Chinese.
161 * Comment lines (starting with a '#') are now supported inside
162 [./settings.wiki#versionable|versioned settings].
163 * Default permissions for anonymous users in new repositories are
164 changed to "hz".
165 * The [/help?cmd=status|fossil status] command now detects when a
166 file used to be a symlink and has been replaced by a regular file.
167

Keyboard Shortcuts

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