Fossil SCM
Update to the change log.
Commit
c0c123599859b822bbda0dfc76573c9bdd0047263185fc43fd5cde5446de8c74
Parent
6acd87f2c16724f…
1 file changed
+18
-9
+18
-9
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -3,10 +3,19 @@ | ||
| 3 | 3 | <a name='v2_15'></a> |
| 4 | 4 | <h2>Changes for Version 2.15 (pending)</h2> |
| 5 | 5 | * The built-in skins all use the "mainmenu" setting to determine |
| 6 | 6 | the content of the main menu. The ability to edit the |
| 7 | 7 | "mainmenu" setting is added on the /Admin/Configuration page. |
| 8 | + * The hamburger menu is now available on most of the built-in skins. | |
| 9 | + * Any built-in skin named "X" can be used instead of the standard | |
| 10 | + repository skin by adding the URL parameter <tt>skin=X</tt> to the | |
| 11 | + request. The selection is persisted using the display | |
| 12 | + preferences cookie unless the "once" query parameter is also | |
| 13 | + included. The [/skins] page may be used to select a skin. | |
| 14 | + * The [/cookies] page now gives the user an opportunity to delete | |
| 15 | + individual cookies. And the /cookies page is linked from the | |
| 16 | + /sitemap, so that it appears in hamburger menus. | |
| 8 | 17 | * The [/sitemap] extensions are now specified by a single new |
| 9 | 18 | setting "sitemap-extra", rather than a cluster of various |
| 10 | 19 | "sitemap-*" settings. The older settings are no longer used. |
| 11 | 20 | <b>This change might require minor server configuration |
| 12 | 21 | adjustments on servers that use /sitemap extensions.</b> |
| @@ -17,31 +26,31 @@ | ||
| 17 | 26 | [/help?cmd=http|fossil http]. This option causes Fossil to |
| 18 | 27 | understand URIs of the form "/doc/NAME/..." as if they were |
| 19 | 28 | "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of |
| 20 | 29 | [./embeddeddoc.wiki|embedded documentation] changes prior to |
| 21 | 30 | check-in. |
| 31 | + * For diff web pages, if the diff type (unified versus side-by-side) | |
| 32 | + is not specified by a query parameter, and if the | |
| 33 | + "[/help?cmd=preferred-diff-type|preferred-diff-type]" | |
| 34 | + setting is omitted or less than 1, then select the diff type based | |
| 35 | + on a guess of whether or not the request is coming from a mobile | |
| 36 | + device. Mobile gets unified and desktop gets side-by-side. | |
| 37 | + * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]" | |
| 38 | + setting to allow an admin to force a default diff type. | |
| 22 | 39 | * The "pikchr-background" settings is now available in |
| 23 | 40 | "detail.txt" skin files, for better control of Pikchr |
| 24 | 41 | colors in inverted color schemes. |
| 25 | - * The hamburger menu is now available on the built-in | |
| 26 | - "[/doc/trunk/www/changes.wiki?skin=ardoise#v2_15|ardoise]" and | |
| 27 | - "[/doc/trunk/www/changes.wiki?skin=plain_gray#v2_15|plain_gray]" | |
| 28 | - skins. | |
| 29 | 42 | * Add the <tt>--list</tt> option to the |
| 30 | 43 | [/help?cmd=tarball|tarball], |
| 31 | 44 | [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar] |
| 32 | 45 | commands. |
| 33 | 46 | * The javascript used to implement the hamburger menu on the |
| 34 | 47 | default built-in skin has been made generic so that it is usable |
| 35 | 48 | by a variety of skins, and promoted to an ordinary built-in |
| 36 | 49 | javascript file. |
| 37 | - * Any built-in skin named "X" can be used instead of the standard | |
| 38 | - repository skin by adding the URL parameter <tt>skin=X</tt> to the | |
| 39 | - request, and that selection is persistent using a cookie. The | |
| 40 | - [/skins] page may be used to select a skin. | |
| 41 | 50 | * New TH1 commands: "builtin_request_js", "capexpr", |
| 42 | - "foreach", "string match" | |
| 51 | + "foreach", "lappend", and "string match" | |
| 43 | 52 | |
| 44 | 53 | <a name='v2_14'></a> |
| 45 | 54 | <h2>Changes for Version 2.14 (2021-01-20)</h2> |
| 46 | 55 | |
| 47 | 56 | * <b>Schema Update Notice #1:</b> |
| 48 | 57 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -3,10 +3,19 @@ | |
| 3 | <a name='v2_15'></a> |
| 4 | <h2>Changes for Version 2.15 (pending)</h2> |
| 5 | * The built-in skins all use the "mainmenu" setting to determine |
| 6 | the content of the main menu. The ability to edit the |
| 7 | "mainmenu" setting is added on the /Admin/Configuration page. |
| 8 | * The [/sitemap] extensions are now specified by a single new |
| 9 | setting "sitemap-extra", rather than a cluster of various |
| 10 | "sitemap-*" settings. The older settings are no longer used. |
| 11 | <b>This change might require minor server configuration |
| 12 | adjustments on servers that use /sitemap extensions.</b> |
| @@ -17,31 +26,31 @@ | |
| 17 | [/help?cmd=http|fossil http]. This option causes Fossil to |
| 18 | understand URIs of the form "/doc/NAME/..." as if they were |
| 19 | "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of |
| 20 | [./embeddeddoc.wiki|embedded documentation] changes prior to |
| 21 | check-in. |
| 22 | * The "pikchr-background" settings is now available in |
| 23 | "detail.txt" skin files, for better control of Pikchr |
| 24 | colors in inverted color schemes. |
| 25 | * The hamburger menu is now available on the built-in |
| 26 | "[/doc/trunk/www/changes.wiki?skin=ardoise#v2_15|ardoise]" and |
| 27 | "[/doc/trunk/www/changes.wiki?skin=plain_gray#v2_15|plain_gray]" |
| 28 | skins. |
| 29 | * Add the <tt>--list</tt> option to the |
| 30 | [/help?cmd=tarball|tarball], |
| 31 | [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar] |
| 32 | commands. |
| 33 | * The javascript used to implement the hamburger menu on the |
| 34 | default built-in skin has been made generic so that it is usable |
| 35 | by a variety of skins, and promoted to an ordinary built-in |
| 36 | javascript file. |
| 37 | * Any built-in skin named "X" can be used instead of the standard |
| 38 | repository skin by adding the URL parameter <tt>skin=X</tt> to the |
| 39 | request, and that selection is persistent using a cookie. The |
| 40 | [/skins] page may be used to select a skin. |
| 41 | * New TH1 commands: "builtin_request_js", "capexpr", |
| 42 | "foreach", "string match" |
| 43 | |
| 44 | <a name='v2_14'></a> |
| 45 | <h2>Changes for Version 2.14 (2021-01-20)</h2> |
| 46 | |
| 47 | * <b>Schema Update Notice #1:</b> |
| 48 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -3,10 +3,19 @@ | |
| 3 | <a name='v2_15'></a> |
| 4 | <h2>Changes for Version 2.15 (pending)</h2> |
| 5 | * The built-in skins all use the "mainmenu" setting to determine |
| 6 | the content of the main menu. The ability to edit the |
| 7 | "mainmenu" setting is added on the /Admin/Configuration page. |
| 8 | * The hamburger menu is now available on most of the built-in skins. |
| 9 | * Any built-in skin named "X" can be used instead of the standard |
| 10 | repository skin by adding the URL parameter <tt>skin=X</tt> to the |
| 11 | request. The selection is persisted using the display |
| 12 | preferences cookie unless the "once" query parameter is also |
| 13 | included. The [/skins] page may be used to select a skin. |
| 14 | * The [/cookies] page now gives the user an opportunity to delete |
| 15 | individual cookies. And the /cookies page is linked from the |
| 16 | /sitemap, so that it appears in hamburger menus. |
| 17 | * The [/sitemap] extensions are now specified by a single new |
| 18 | setting "sitemap-extra", rather than a cluster of various |
| 19 | "sitemap-*" settings. The older settings are no longer used. |
| 20 | <b>This change might require minor server configuration |
| 21 | adjustments on servers that use /sitemap extensions.</b> |
| @@ -17,31 +26,31 @@ | |
| 26 | [/help?cmd=http|fossil http]. This option causes Fossil to |
| 27 | understand URIs of the form "/doc/NAME/..." as if they were |
| 28 | "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of |
| 29 | [./embeddeddoc.wiki|embedded documentation] changes prior to |
| 30 | check-in. |
| 31 | * For diff web pages, if the diff type (unified versus side-by-side) |
| 32 | is not specified by a query parameter, and if the |
| 33 | "[/help?cmd=preferred-diff-type|preferred-diff-type]" |
| 34 | setting is omitted or less than 1, then select the diff type based |
| 35 | on a guess of whether or not the request is coming from a mobile |
| 36 | device. Mobile gets unified and desktop gets side-by-side. |
| 37 | * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]" |
| 38 | setting to allow an admin to force a default diff type. |
| 39 | * The "pikchr-background" settings is now available in |
| 40 | "detail.txt" skin files, for better control of Pikchr |
| 41 | colors in inverted color schemes. |
| 42 | * Add the <tt>--list</tt> option to the |
| 43 | [/help?cmd=tarball|tarball], |
| 44 | [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar] |
| 45 | commands. |
| 46 | * The javascript used to implement the hamburger menu on the |
| 47 | default built-in skin has been made generic so that it is usable |
| 48 | by a variety of skins, and promoted to an ordinary built-in |
| 49 | javascript file. |
| 50 | * New TH1 commands: "builtin_request_js", "capexpr", |
| 51 | "foreach", "lappend", and "string match" |
| 52 | |
| 53 | <a name='v2_14'></a> |
| 54 | <h2>Changes for Version 2.14 (2021-01-20)</h2> |
| 55 | |
| 56 | * <b>Schema Update Notice #1:</b> |
| 57 |