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.
Commit
77adf8dba1b17ddf25fd9bd51b10776effacee99eac7dc7633e90a1a497bd527
Parent
59b383ae14eae6f…
2 files changed
+3
-1
+4
-3
+3
-1
| --- src/builtin.c | ||
| +++ src/builtin.c | ||
| @@ -718,11 +718,13 @@ | ||
| 718 | 718 | ** the final one! */ |
| 719 | 719 | } fjs[] = { |
| 720 | 720 | /* This list ordering isn't strictly important. */ |
| 721 | 721 | {"confirmer", 0, 0}, |
| 722 | 722 | {"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. */}, | |
| 724 | 726 | {"dom", 0, 0}, |
| 725 | 727 | {"fetch", 0, 0}, |
| 726 | 728 | {"numbered-lines", 0, "popupwidget\0copybutton\0"}, |
| 727 | 729 | {"pikchr", 0, "dom\0"}, |
| 728 | 730 | {"popupwidget", 0, "dom\0"}, |
| 729 | 731 |
| --- 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 |
+4
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -13,10 +13,12 @@ | ||
| 13 | 13 | * Add new query parameters to the [/help?cmd=/timeline|/timeline page]: |
| 14 | 14 | d2=, p2=, and dp2=. |
| 15 | 15 | * Add options to the [/help?cmd=tag|fossil tag] command that will list tag values. |
| 16 | 16 | * Add ability to upload unversioned files via the [/help?cmd=/uvlist|/uvlist page]. |
| 17 | 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. | |
| 18 | 20 | |
| 19 | 21 | |
| 20 | 22 | <h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2> |
| 21 | 23 | |
| 22 | 24 | * Apache change work-around → As part of a security fix, the Apache webserver |
| @@ -85,11 +87,11 @@ | ||
| 85 | 87 | * Add ability to "close" forum threads, such that unprivileged users |
| 86 | 88 | may no longer respond to them. Only administrators can close |
| 87 | 89 | threads or respond to them by default, and the |
| 88 | 90 | [/help?cmd=forum-close-policy|forum-close-policy setting] can be |
| 89 | 91 | 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. | |
| 91 | 93 | * The [/help?cmd=status|fossil status] command and relevant UI pages now |
| 92 | 94 | correctly report files which were both renamed <b>and</b> edited as such. |
| 93 | 95 | * Show default value of settings that have a default in |
| 94 | 96 | [/help?cmd=help|fossil help SETTING] output. |
| 95 | 97 | * On timeline graphs, show closed check-ins using an X in the middle of the |
| @@ -127,11 +129,10 @@ | ||
| 127 | 129 | they work when the "remote" machine is a Mac and the "fossil" |
| 128 | 130 | executable is in the $HOME/bin directory. |
| 129 | 131 | </ul> |
| 130 | 132 | * Update built-in libraries SQLite, ZLib, Pikchr to their latest versions. |
| 131 | 133 | * Documentation enhancements and typo fixes. |
| 132 | - | |
| 133 | 134 | |
| 134 | 135 | |
| 135 | 136 | <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2> |
| 136 | 137 | * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> |
| 137 | 138 | <li> Add the ft=TAG query parameter which in combination with d=Y |
| @@ -155,11 +156,11 @@ | ||
| 155 | 156 | frees us from needing to build and install the container as root, |
| 156 | 157 | since it no longer has to create a private <tt>/dev</tt> tree |
| 157 | 158 | inside the jail for Fossil's use. |
| 158 | 159 | * Add support for the trigram tokenizer for FTS5 search to enable |
| 159 | 160 | searching in Chinese. |
| 160 | - * Comment lines (starting with a '#') are now supported inside | |
| 161 | + * Comment lines (starting with a '#') are now supported inside | |
| 161 | 162 | [./settings.wiki#versionable|versioned settings]. |
| 162 | 163 | * Default permissions for anonymous users in new repositories are |
| 163 | 164 | changed to "hz". |
| 164 | 165 | * The [/help?cmd=status|fossil status] command now detects when a |
| 165 | 166 | file used to be a symlink and has been replaced by a regular file. |
| 166 | 167 |
| --- 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 → 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 → 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 |