Fossil SCM

Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command.

drh 2021-09-17 19:48 trunk
Commit 76f65b4362bce059bca9ab644769a89a4215dd3e5e9f83466fa6da81dec4eb62
2 files changed +6 -5 +11 -13
+6 -5
--- src/main.c
+++ src/main.c
@@ -2879,12 +2879,13 @@
28792879
** the REPOSITORY can only be a directory if the --notfound option is
28802880
** also present.
28812881
**
28822882
** For the special case REPOSITORY name of "/", the global configuration
28832883
** database is consulted for a list of all known repositories. The --repolist
2884
-** option is implied by this special case. See also the "fossil all ui"
2885
-** command.
2884
+** option is implied by this special case. The "fossil ui /" command is
2885
+** equivalent to "fossil all ui". To see all repositories owned by "user"
2886
+** on machine "remote" via ssh, run "fossil ui user@remote:/".
28862887
**
28872888
** By default, the "ui" command provides full administrative access without
28882889
** having to log in. This can be disabled by turning off the "localauth"
28892890
** setting. Automatic login for the "server" command is available if the
28902891
** --localauth option is present and the "localauth" setting is off and the
@@ -2914,10 +2915,12 @@
29142915
** JavaScript concatenated together.
29152916
** Depending on the needs of any given page, inline
29162917
** and bundled modes might result in a single
29172918
** amalgamated script or several, but both approaches
29182919
** result in fewer HTTP requests than the separate mode.
2920
+** --mainmenu FILE Override the mainmenu config setting with the contents
2921
+** of the given file.
29192922
** --max-latency N Do not let any single HTTP request run for more than N
29202923
** seconds (only works on unix)
29212924
** --nobrowser Do not automatically launch a web-browser for the
29222925
** "fossil ui" command.
29232926
** --nocompress Do not compress HTTP replies
@@ -2925,16 +2928,14 @@
29252928
** --nossl signal that no SSL connections are available (Always
29262929
** set by default for the "ui" command)
29272930
** --notfound URL Redirect
29282931
** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
29292932
** -P|--port TCPPORT listen to request on port TCPPORT
2930
-** --th-trace trace TH1 execution (for debugging purposes)
29312933
** --repolist If REPOSITORY is dir, URL "/" lists repos.
29322934
** --scgi Accept SCGI rather than HTTP
29332935
** --skin LABEL Use override skin LABEL
2934
-** --mainmenu FILE Override the mainmenu config setting with the contents
2935
-** of the given file.
2936
+** --th-trace trace TH1 execution (for debugging purposes)
29362937
** --usepidkey Use saved encryption key from parent process. This is
29372938
** only necessary when using SEE on Windows.
29382939
**
29392940
** See also: [[cgi]], [[http]], [[winsrv]]
29402941
*/
29412942
--- src/main.c
+++ src/main.c
@@ -2879,12 +2879,13 @@
2879 ** the REPOSITORY can only be a directory if the --notfound option is
2880 ** also present.
2881 **
2882 ** For the special case REPOSITORY name of "/", the global configuration
2883 ** database is consulted for a list of all known repositories. The --repolist
2884 ** option is implied by this special case. See also the "fossil all ui"
2885 ** command.
 
2886 **
2887 ** By default, the "ui" command provides full administrative access without
2888 ** having to log in. This can be disabled by turning off the "localauth"
2889 ** setting. Automatic login for the "server" command is available if the
2890 ** --localauth option is present and the "localauth" setting is off and the
@@ -2914,10 +2915,12 @@
2914 ** JavaScript concatenated together.
2915 ** Depending on the needs of any given page, inline
2916 ** and bundled modes might result in a single
2917 ** amalgamated script or several, but both approaches
2918 ** result in fewer HTTP requests than the separate mode.
 
 
2919 ** --max-latency N Do not let any single HTTP request run for more than N
2920 ** seconds (only works on unix)
2921 ** --nobrowser Do not automatically launch a web-browser for the
2922 ** "fossil ui" command.
2923 ** --nocompress Do not compress HTTP replies
@@ -2925,16 +2928,14 @@
2925 ** --nossl signal that no SSL connections are available (Always
2926 ** set by default for the "ui" command)
2927 ** --notfound URL Redirect
2928 ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
2929 ** -P|--port TCPPORT listen to request on port TCPPORT
2930 ** --th-trace trace TH1 execution (for debugging purposes)
2931 ** --repolist If REPOSITORY is dir, URL "/" lists repos.
2932 ** --scgi Accept SCGI rather than HTTP
2933 ** --skin LABEL Use override skin LABEL
2934 ** --mainmenu FILE Override the mainmenu config setting with the contents
2935 ** of the given file.
2936 ** --usepidkey Use saved encryption key from parent process. This is
2937 ** only necessary when using SEE on Windows.
2938 **
2939 ** See also: [[cgi]], [[http]], [[winsrv]]
2940 */
2941
--- src/main.c
+++ src/main.c
@@ -2879,12 +2879,13 @@
2879 ** the REPOSITORY can only be a directory if the --notfound option is
2880 ** also present.
2881 **
2882 ** For the special case REPOSITORY name of "/", the global configuration
2883 ** database is consulted for a list of all known repositories. The --repolist
2884 ** option is implied by this special case. The "fossil ui /" command is
2885 ** equivalent to "fossil all ui". To see all repositories owned by "user"
2886 ** on machine "remote" via ssh, run "fossil ui user@remote:/".
2887 **
2888 ** By default, the "ui" command provides full administrative access without
2889 ** having to log in. This can be disabled by turning off the "localauth"
2890 ** setting. Automatic login for the "server" command is available if the
2891 ** --localauth option is present and the "localauth" setting is off and the
@@ -2914,10 +2915,12 @@
2915 ** JavaScript concatenated together.
2916 ** Depending on the needs of any given page, inline
2917 ** and bundled modes might result in a single
2918 ** amalgamated script or several, but both approaches
2919 ** result in fewer HTTP requests than the separate mode.
2920 ** --mainmenu FILE Override the mainmenu config setting with the contents
2921 ** of the given file.
2922 ** --max-latency N Do not let any single HTTP request run for more than N
2923 ** seconds (only works on unix)
2924 ** --nobrowser Do not automatically launch a web-browser for the
2925 ** "fossil ui" command.
2926 ** --nocompress Do not compress HTTP replies
@@ -2925,16 +2928,14 @@
2928 ** --nossl signal that no SSL connections are available (Always
2929 ** set by default for the "ui" command)
2930 ** --notfound URL Redirect
2931 ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci"
2932 ** -P|--port TCPPORT listen to request on port TCPPORT
 
2933 ** --repolist If REPOSITORY is dir, URL "/" lists repos.
2934 ** --scgi Accept SCGI rather than HTTP
2935 ** --skin LABEL Use override skin LABEL
2936 ** --th-trace trace TH1 execution (for debugging purposes)
 
2937 ** --usepidkey Use saved encryption key from parent process. This is
2938 ** only necessary when using SEE on Windows.
2939 **
2940 ** See also: [[cgi]], [[http]], [[winsrv]]
2941 */
2942
+11 -13
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,15 +1,15 @@
11
<title>Change Log</title>
22
33
<h2 id='v2_17'>Changes for version 2.17 (pending)</h2>
4
- * Added new options to the various
5
- [/help?cmd=diff|diff commands]: --by, -b, --webpage, --json, --tcl.
6
- * Performance and display improvements to the internal diff engine, including
7
- partial-line matching for unified diffs and improved partial line matching for
8
- side-by-side diffs.
9
- * Buttons to increase the amount of context above or below each block of
10
- differences are not shown on many web-based diff displays.
4
+ * Major improvements to the "diff" subsystem, including: <ul>
5
+ <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl.
6
+ <li> Partial-line matching for unified diffs
7
+ <li> Better partial-line matching for side-by-side diffs
8
+ <li> Buttons on web-based diffs to show more context
9
+ <li> Performance improvements
10
+ </ul>
1111
* The --branchcolor option on [/help?cmd=commit|fossil commit] and
1212
[/help?cmd=amend|fossil amend] can now take the value "auto" to
1313
force Fossil to use its built-in automatic color choosing algorithm.
1414
* Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
1515
[/help?cmd=open|fossil open].
@@ -16,32 +16,30 @@
1616
* Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
1717
which if set to the title of a ticket report causes that ticket report
1818
to be displayed below the search box in the /ticket page.
1919
* The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
2020
causes all graph coloring to be omitted.
21
- * Improvements and bug fixes to the new "fossil ui REMOTE" feature so
22
- that it works better on a wider variety of platforms.
21
+ * Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]"
22
+ feature so that it works better on a wider variety of platforms.
2323
* In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
2424
the current page and list URLs suitable for pasting them into the page.
2525
* Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
2626
and similar.
2727
* Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
2828
the --verbose option.
2929
* Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and
3030
</tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command].
31
+ * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
32
+ private branches.
3133
* The [/mdrules|Markdown formatter] now interprets the content of
3234
block HTML markup (such as &lt;table&gt;) in most cases. Only content
3335
of &lt;pre&gt; and &lt;script&gt; is passed through verbatim.
3436
* The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
3537
pages by default. Use the new <tt>--all</tt> option to include deleted
3638
pages in the output.
3739
* The [/help?cmd=all|fossil all git status] command only shows reports for
3840
the subset of repositories that have a configured Git export.
39
- * Added new subcommands to [/help?cmd=branch|fossil branch] including
40
- "close", "hide", "reopen", and "unhide".
41
- * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
42
- private branches.
4341
4442
<h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
4543
* <b>Security:</b> Fix the client-side TLS so that it verifies that the
4644
server hostname matches its certificate.
4745
* The default "ssh" command on Windows is changed to "ssh" instead of the
4846
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,15 +1,15 @@
1 <title>Change Log</title>
2
3 <h2 id='v2_17'>Changes for version 2.17 (pending)</h2>
4 * Added new options to the various
5 [/help?cmd=diff|diff commands]: --by, -b, --webpage, --json, --tcl.
6 * Performance and display improvements to the internal diff engine, including
7 partial-line matching for unified diffs and improved partial line matching for
8 side-by-side diffs.
9 * Buttons to increase the amount of context above or below each block of
10 differences are not shown on many web-based diff displays.
11 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
12 [/help?cmd=amend|fossil amend] can now take the value "auto" to
13 force Fossil to use its built-in automatic color choosing algorithm.
14 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
15 [/help?cmd=open|fossil open].
@@ -16,32 +16,30 @@
16 * Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
17 which if set to the title of a ticket report causes that ticket report
18 to be displayed below the search box in the /ticket page.
19 * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
20 causes all graph coloring to be omitted.
21 * Improvements and bug fixes to the new "fossil ui REMOTE" feature so
22 that it works better on a wider variety of platforms.
23 * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
24 the current page and list URLs suitable for pasting them into the page.
25 * Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
26 and similar.
27 * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
28 the --verbose option.
29 * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and
30 </tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command].
 
 
31 * The [/mdrules|Markdown formatter] now interprets the content of
32 block HTML markup (such as &lt;table&gt;) in most cases. Only content
33 of &lt;pre&gt; and &lt;script&gt; is passed through verbatim.
34 * The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
35 pages by default. Use the new <tt>--all</tt> option to include deleted
36 pages in the output.
37 * The [/help?cmd=all|fossil all git status] command only shows reports for
38 the subset of repositories that have a configured Git export.
39 * Added new subcommands to [/help?cmd=branch|fossil branch] including
40 "close", "hide", "reopen", and "unhide".
41 * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
42 private branches.
43
44 <h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
45 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
46 server hostname matches its certificate.
47 * The default "ssh" command on Windows is changed to "ssh" instead of the
48
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,15 +1,15 @@
1 <title>Change Log</title>
2
3 <h2 id='v2_17'>Changes for version 2.17 (pending)</h2>
4 * Major improvements to the "diff" subsystem, including: <ul>
5 <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl.
6 <li> Partial-line matching for unified diffs
7 <li> Better partial-line matching for side-by-side diffs
8 <li> Buttons on web-based diffs to show more context
9 <li> Performance improvements
10 </ul>
11 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
12 [/help?cmd=amend|fossil amend] can now take the value "auto" to
13 force Fossil to use its built-in automatic color choosing algorithm.
14 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
15 [/help?cmd=open|fossil open].
@@ -16,32 +16,30 @@
16 * Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
17 which if set to the title of a ticket report causes that ticket report
18 to be displayed below the search box in the /ticket page.
19 * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
20 causes all graph coloring to be omitted.
21 * Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]"
22 feature so that it works better on a wider variety of platforms.
23 * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
24 the current page and list URLs suitable for pasting them into the page.
25 * Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
26 and similar.
27 * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
28 the --verbose option.
29 * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and
30 </tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command].
31 * The "-p" option to [/help?cmd=branch|fossil branch list] shows only
32 private branches.
33 * The [/mdrules|Markdown formatter] now interprets the content of
34 block HTML markup (such as &lt;table&gt;) in most cases. Only content
35 of &lt;pre&gt; and &lt;script&gt; is passed through verbatim.
36 * The [/help?cmd=wiki|wiki list command] no longer lists "deleted"
37 pages by default. Use the new <tt>--all</tt> option to include deleted
38 pages in the output.
39 * The [/help?cmd=all|fossil all git status] command only shows reports for
40 the subset of repositories that have a configured Git export.
 
 
 
 
41
42 <h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2>
43 * <b>Security:</b> Fix the client-side TLS so that it verifies that the
44 server hostname matches its certificate.
45 * The default "ssh" command on Windows is changed to "ssh" instead of the
46

Keyboard Shortcuts

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