Fossil SCM

Formatting enhancements to the change log for the upcoming 2.24 release.

drh 2024-04-19 12:59 trunk
Commit 41b5be47621193bf841ac8a6da3d667eecdcce287db96b20abbdc0e351f17fa9
1 file changed +16 -10
+16 -10
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,16 +1,25 @@
11
<title>Change Log</title>
22
33
<h2 id='v2_24'>Changes for version 2.24 (pending)</h2>
44
5
- * Reworked the default skin to make everything more readable: larger
6
- fonts, more whitespace, deeper indents to show hierarchy and to
7
- offset command examples, etc. Adjusted colors slightly to bring
8
- things into better accord with the WCAG accessibility guidelines.
9
- This constitutes a <strong>breaking change</strong> for those with
10
- custom skins; see [./customskin.md#version-2.24 | this section of
11
- the docs] for migration advice.
5
+ * [./customskin.md|Skin] enhancements:
6
+ <ul>
7
+ <li> Reworked the default skin to make everything more readable: larger
8
+ fonts, more whitespace, deeper indents to show hierarchy and to
9
+ offset command examples, etc. Adjusted colors slightly to bring
10
+ things into better accord with the WCAG accessibility guidelines.
11
+ This constitutes a <strong>breaking change</strong> for those with
12
+ custom skins; see [./customskin.md#version-2.24 | this section of
13
+ the docs] for migration advice.
14
+ <li> Add a new link added to the [/login] page that allows the user to
15
+ [/skins|select their preferred skin]. This preference is stored in
16
+ the [/fdscookie|fossil display_settings cookie].
17
+ <li> The /setup_skin_admin page is simplified to let administrators easily
18
+ select one of the built-in skins as a default, or to specify a
19
+ custom skin.
20
+ </ul>
1221
* If an "ssh:" sync fails in a way that suggests that the fossil executable
1322
could not be found on the remote host, then retry after adding a PATH=
1423
prefix to the command. This helps "ssh:" to "just work" when the server
1524
is a Mac.
1625
* Fix an issue that caused Fossil to stop working when run from CGI under
@@ -42,13 +51,10 @@
4251
* When doing a "[/help?cmd=add|fossil add]" on a system with case-insensitive
4352
but case-preserving filenames (Mac and Windows) try to use the filename
4453
case as it is known to the filesystem, not the case entered by the
4554
user on the command-line. See
4655
[forum:/forumpost/30d9c0d131610f53|forum thread 30d9c0d131610f53].
47
- * New link added to the [/login] page that allows the user to
48
- [/skins|select their preferred skin]. This preference is stored in
49
- the [/fdscookie|fossil display_settings cookie].
5056
* Fix problems with one-click unsubscribe on email notifications.
5157
* Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
5258
for "diamond" objects.
5359
* Add ability to render committed Pikchr files to SVG via
5460
<samp>/doc/…/foo.pikchr?popup</samp> URLs.
5561
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,16 +1,25 @@
1 <title>Change Log</title>
2
3 <h2 id='v2_24'>Changes for version 2.24 (pending)</h2>
4
5 * Reworked the default skin to make everything more readable: larger
6 fonts, more whitespace, deeper indents to show hierarchy and to
7 offset command examples, etc. Adjusted colors slightly to bring
8 things into better accord with the WCAG accessibility guidelines.
9 This constitutes a <strong>breaking change</strong> for those with
10 custom skins; see [./customskin.md#version-2.24 | this section of
11 the docs] for migration advice.
 
 
 
 
 
 
 
 
 
12 * If an "ssh:" sync fails in a way that suggests that the fossil executable
13 could not be found on the remote host, then retry after adding a PATH=
14 prefix to the command. This helps "ssh:" to "just work" when the server
15 is a Mac.
16 * Fix an issue that caused Fossil to stop working when run from CGI under
@@ -42,13 +51,10 @@
42 * When doing a "[/help?cmd=add|fossil add]" on a system with case-insensitive
43 but case-preserving filenames (Mac and Windows) try to use the filename
44 case as it is known to the filesystem, not the case entered by the
45 user on the command-line. See
46 [forum:/forumpost/30d9c0d131610f53|forum thread 30d9c0d131610f53].
47 * New link added to the [/login] page that allows the user to
48 [/skins|select their preferred skin]. This preference is stored in
49 the [/fdscookie|fossil display_settings cookie].
50 * Fix problems with one-click unsubscribe on email notifications.
51 * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
52 for "diamond" objects.
53 * Add ability to render committed Pikchr files to SVG via
54 <samp>/doc/…/foo.pikchr?popup</samp> URLs.
55
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,16 +1,25 @@
1 <title>Change Log</title>
2
3 <h2 id='v2_24'>Changes for version 2.24 (pending)</h2>
4
5 * [./customskin.md|Skin] enhancements:
6 <ul>
7 <li> Reworked the default skin to make everything more readable: larger
8 fonts, more whitespace, deeper indents to show hierarchy and to
9 offset command examples, etc. Adjusted colors slightly to bring
10 things into better accord with the WCAG accessibility guidelines.
11 This constitutes a <strong>breaking change</strong> for those with
12 custom skins; see [./customskin.md#version-2.24 | this section of
13 the docs] for migration advice.
14 <li> Add a new link added to the [/login] page that allows the user to
15 [/skins|select their preferred skin]. This preference is stored in
16 the [/fdscookie|fossil display_settings cookie].
17 <li> The /setup_skin_admin page is simplified to let administrators easily
18 select one of the built-in skins as a default, or to specify a
19 custom skin.
20 </ul>
21 * If an "ssh:" sync fails in a way that suggests that the fossil executable
22 could not be found on the remote host, then retry after adding a PATH=
23 prefix to the command. This helps "ssh:" to "just work" when the server
24 is a Mac.
25 * Fix an issue that caused Fossil to stop working when run from CGI under
@@ -42,13 +51,10 @@
51 * When doing a "[/help?cmd=add|fossil add]" on a system with case-insensitive
52 but case-preserving filenames (Mac and Windows) try to use the filename
53 case as it is known to the filesystem, not the case entered by the
54 user on the command-line. See
55 [forum:/forumpost/30d9c0d131610f53|forum thread 30d9c0d131610f53].
 
 
 
56 * Fix problems with one-click unsubscribe on email notifications.
57 * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
58 for "diamond" objects.
59 * Add ability to render committed Pikchr files to SVG via
60 <samp>/doc/…/foo.pikchr?popup</samp> URLs.
61

Keyboard Shortcuts

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