Fossil SCM
Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command.
Commit
76f65b4362bce059bca9ab644769a89a4215dd3e5e9f83466fa6da81dec4eb62
Parent
5839abaee476340…
2 files changed
+6
-5
+11
-13
+6
-5
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2879,12 +2879,13 @@ | ||
| 2879 | 2879 | ** the REPOSITORY can only be a directory if the --notfound option is |
| 2880 | 2880 | ** also present. |
| 2881 | 2881 | ** |
| 2882 | 2882 | ** For the special case REPOSITORY name of "/", the global configuration |
| 2883 | 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. | |
| 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:/". | |
| 2886 | 2887 | ** |
| 2887 | 2888 | ** By default, the "ui" command provides full administrative access without |
| 2888 | 2889 | ** having to log in. This can be disabled by turning off the "localauth" |
| 2889 | 2890 | ** setting. Automatic login for the "server" command is available if the |
| 2890 | 2891 | ** --localauth option is present and the "localauth" setting is off and the |
| @@ -2914,10 +2915,12 @@ | ||
| 2914 | 2915 | ** JavaScript concatenated together. |
| 2915 | 2916 | ** Depending on the needs of any given page, inline |
| 2916 | 2917 | ** and bundled modes might result in a single |
| 2917 | 2918 | ** amalgamated script or several, but both approaches |
| 2918 | 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. | |
| 2919 | 2922 | ** --max-latency N Do not let any single HTTP request run for more than N |
| 2920 | 2923 | ** seconds (only works on unix) |
| 2921 | 2924 | ** --nobrowser Do not automatically launch a web-browser for the |
| 2922 | 2925 | ** "fossil ui" command. |
| 2923 | 2926 | ** --nocompress Do not compress HTTP replies |
| @@ -2925,16 +2928,14 @@ | ||
| 2925 | 2928 | ** --nossl signal that no SSL connections are available (Always |
| 2926 | 2929 | ** set by default for the "ui" command) |
| 2927 | 2930 | ** --notfound URL Redirect |
| 2928 | 2931 | ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 2929 | 2932 | ** -P|--port TCPPORT listen to request on port TCPPORT |
| 2930 | -** --th-trace trace TH1 execution (for debugging purposes) | |
| 2931 | 2933 | ** --repolist If REPOSITORY is dir, URL "/" lists repos. |
| 2932 | 2934 | ** --scgi Accept SCGI rather than HTTP |
| 2933 | 2935 | ** --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) | |
| 2936 | 2937 | ** --usepidkey Use saved encryption key from parent process. This is |
| 2937 | 2938 | ** only necessary when using SEE on Windows. |
| 2938 | 2939 | ** |
| 2939 | 2940 | ** See also: [[cgi]], [[http]], [[winsrv]] |
| 2940 | 2941 | */ |
| 2941 | 2942 |
| --- 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 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 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. | |
| 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 | 11 | * The --branchcolor option on [/help?cmd=commit|fossil commit] and |
| 12 | 12 | [/help?cmd=amend|fossil amend] can now take the value "auto" to |
| 13 | 13 | force Fossil to use its built-in automatic color choosing algorithm. |
| 14 | 14 | * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running |
| 15 | 15 | [/help?cmd=open|fossil open]. |
| @@ -16,32 +16,30 @@ | ||
| 16 | 16 | * Add the [/help?cmd=ticket-default-report|ticket-default-report setting], |
| 17 | 17 | which if set to the title of a ticket report causes that ticket report |
| 18 | 18 | to be displayed below the search box in the /ticket page. |
| 19 | 19 | * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page |
| 20 | 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. | |
| 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 | 23 | * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for |
| 24 | 24 | the current page and list URLs suitable for pasting them into the page. |
| 25 | 25 | * Add the --no-http-compression option to [/help?cmd=sync|fossil sync] |
| 26 | 26 | and similar. |
| 27 | 27 | * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using |
| 28 | 28 | the --verbose option. |
| 29 | 29 | * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and |
| 30 | 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. | |
| 31 | 33 | * The [/mdrules|Markdown formatter] now interprets the content of |
| 32 | 34 | block HTML markup (such as <table>) in most cases. Only content |
| 33 | 35 | of <pre> and <script> is passed through verbatim. |
| 34 | 36 | * The [/help?cmd=wiki|wiki list command] no longer lists "deleted" |
| 35 | 37 | pages by default. Use the new <tt>--all</tt> option to include deleted |
| 36 | 38 | pages in the output. |
| 37 | 39 | * The [/help?cmd=all|fossil all git status] command only shows reports for |
| 38 | 40 | 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 | 41 | |
| 44 | 42 | <h2 id='v2_16'>Changes for Version 2.16 (2021-07-02)</h2> |
| 45 | 43 | * <b>Security:</b> Fix the client-side TLS so that it verifies that the |
| 46 | 44 | server hostname matches its certificate. |
| 47 | 45 | * The default "ssh" command on Windows is changed to "ssh" instead of the |
| 48 | 46 |
| --- 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 <table>) in most cases. Only content |
| 33 | of <pre> and <script> 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 <table>) in most cases. Only content |
| 35 | of <pre> and <script> 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 |