Fossil SCM

Updates to the change log. Various spelling and grammar fixes.

danield 2023-07-25 12:35 trunk
Commit e6569d3f632824897f4bd3bd89de5225453bb163cd0ca44ad1aa9127df0406be
1 file changed +21 -10
+21 -10
--- www/changes.wiki
+++ www/changes.wiki
@@ -5,10 +5,21 @@
55
* Add ability to "close" forum threads, such that unprivileged users
66
may no longer respond to them. Only administrators can close
77
threads or respond to them by default, and the
88
[/help?cmd=forum-close-policy|forum-close-policy setting] can be
99
used to add that capability to moderators.
10
+ * Add the [/help?cmd=all|fossil all whatis] command.
11
+ * The [/help?cmd=status|fossil status] command and relevant UI pages now
12
+ correctly report files which were both renamed <b>and</b> edited as such.
13
+ * Show default value of settings that have a default in
14
+ [/help?cmd=help|fossil help SETTING] output.
15
+ * Fix a regression bug introduced in version 2.22 that caused FTS5 searches
16
+ to fail for terms containing non-ASCII characters.
17
+ * Improve defense against denial-of-service with repeated requests that
18
+ contain SQL injection attempts.
19
+ * Enhance file listings by displaying file sizes and allowing to sort by them.
20
+
1021
1122
<h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
1223
* Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
1324
<li> Add the ft=TAG query parameter which in combination with d=Y
1425
shows all descendants of Y up to TAG
@@ -33,11 +44,11 @@
3344
inside the jail for Fossil's use.
3445
* Add support for the trigram tokenizer for FTS5 search to enable
3546
searching in Chinese.
3647
* Comment lines (starting with a '#') are now supported inside
3748
[./settings.wiki#versionable|versioned settings].
38
- * Default permissions for anonymous users in new repositories is
49
+ * Default permissions for anonymous users in new repositories are
3950
changed to "hz".
4051
* The [/help?cmd=status|fossil status] command now detects when a
4152
file used to be a symlink and has been replaced by a regular file.
4253
(It previously checked for the inverse case only.)
4354
* The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same
@@ -49,12 +60,12 @@
4960
size of the current week, month, or year as a dashed box.
5061
<li> New sub-categories "Merge Check-ins" and "Non-Merge Check-ins".
5162
</ol>
5263
5364
<h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2>
54
- * Users can request a password reset. This feature is disabledby default. Use
55
- the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it.
65
+ * Users can request a password reset. This feature is disabled by default.
66
+ Use the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it.
5667
New web pages [/help?cmd=/resetpw|/resetpw] and
5768
[/help?cmd=/reqpwreset|/reqpwreset] added.
5869
* Add the [/help?cmd=repack|fossil repack] command (together with
5970
[/help?cmd=all|fossil all repack]) as a convenient way to optimize the
6071
size of one or all of the repositories on a system.
@@ -148,11 +159,11 @@
148159
* Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size
149160
of any file in a commit exceeds this size, a warning is issued.
150161
* Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
151162
* The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
152163
sterilize the manifest file.
153
- * Futher improvement to diff alignment in cases that involve both
164
+ * Further improvement to diff alignment in cases that involve both
154165
edits and indentation changes.
155166
* [/doc/trunk/www/chat.md|Chat] improvements:<ul>
156167
<li> [/help?cmd=/chat|The /chat page] input options have been reworked
157168
again for better cross-browser portability.
158169
<li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
@@ -328,11 +339,11 @@
328339
device. Mobile gets unified and desktop gets side-by-side.
329340
* The various pages which show diffs now have toggles to show/hide
330341
individual diffs.
331342
* Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
332343
setting to allow an admin to force a default diff type.
333
- * The "pikchr-background" settings is now available in
344
+ * The "pikchr-background" setting is now available in
334345
"detail.txt" skin files, for better control of Pikchr
335346
colors in inverted color schemes.
336347
* Add the <tt>--list</tt> option to the
337348
[/help?cmd=tarball|tarball],
338349
[/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
@@ -347,14 +358,14 @@
347358
"foreach", "lappend", and "string match"
348359
* The [/help/leaves|leaves command] now shows the branch point
349360
of each leaf.
350361
* The [/help?cmd=add|fossil add] command refuses to add files whose
351362
names are reserved by Windows (ex: "aux") unless the --allow-reserved
352
- option is included. This helps prevent unix users from accidentally
363
+ option is included. This helps prevent Unix users from accidentally
353364
creating check-ins that are unreadable by Windows users.
354365
* Add the "re=" query parameter to the [/help?cmd=/dir|/dir] webpage,
355
- for symetry with the [/help?cmd=/tree|/tree] page.
366
+ for symmetry with the [/help?cmd=/tree|/tree] page.
356367
* Update the built-in SQLite to version 3.35.0.
357368
* The ./configure script now has the --print-minimum-sqlite-version option
358369
that prints the minimum SQLite version required by the current version
359370
of Fossil. This might be used by integrators who insist on building
360371
Fossil to link against the system SQLite library rather than the
@@ -518,11 +529,11 @@
518529
[/help?cmd=help|Example].
519530
* On the [/help?cmd=/timeline|/timeline] webpage, the combination
520531
of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all
521532
ancestors of CHECKIN going back to ANCESTOR. For example,
522533
[/timeline?p=202006271506&bt=version-2.11] shows all ancestors
523
- of the checkin that occured on 2020-06-27 15:06 going back to
534
+ of the checkin that occurred on 2020-06-27 15:06 going back to
524535
the 2.11 release.
525536
* Update the built-in SQLite so that the
526537
"[/help?cmd=sql|fossil sql]" command supports new output
527538
modes ".mode box" and ".mode json".
528539
* Add the "<tt>obscure()</tt>" SQL function to the
@@ -1407,11 +1418,11 @@
14071418
on the remote side. Some users may need to add the "?fossil=/path/to/fossil"
14081419
query parameter to "ssh:" URIs if their fossil binary is not in a standard
14091420
place.
14101421
* Add the "[/help?cmd=blame | fossil blame]" command that works just like
14111422
"fossil annotate" but uses a different output format that includes the
1412
- user who made each changes and omits line numbers.
1423
+ user who made each change and omits line numbers.
14131424
* Add the "Tarball and ZIP-archive Prefix" configuration parameter under
14141425
Admin/Configuration.
14151426
* Fix CGI processing so that it works on web servers that do not
14161427
supply REQUEST_URI.
14171428
* Add options --dirsonly, --emptydirs, and --allckouts to the
@@ -1613,11 +1624,11 @@
16131624
16141625
<h2>Changes For Version 1.24 (2012-10-22)</h2>
16151626
* Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off
16161627
by default and can be turned on by setting a configuration option.
16171628
* Allow style= attribute to occur in HTML markup on wiki pages.
1618
- * Added the --tk option to the "fossi diff" and "fossil stash diff"
1629
+ * Added the --tk option to the "fossil diff" and "fossil stash diff"
16191630
commands, causing color-coded diff output to be displayed in a Tcl/Tk
16201631
GUI window. This option only works if Tcl/Tk is installed on the
16211632
host.
16221633
* On Windows, make the "gdiff" command default to use WinDiff.exe.
16231634
* Update the "fossil stash" command so that it always prompts for a
16241635
--- www/changes.wiki
+++ www/changes.wiki
@@ -5,10 +5,21 @@
5 * Add ability to "close" forum threads, such that unprivileged users
6 may no longer respond to them. Only administrators can close
7 threads or respond to them by default, and the
8 [/help?cmd=forum-close-policy|forum-close-policy setting] can be
9 used to add that capability to moderators.
 
 
 
 
 
 
 
 
 
 
 
10
11 <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
12 * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
13 <li> Add the ft=TAG query parameter which in combination with d=Y
14 shows all descendants of Y up to TAG
@@ -33,11 +44,11 @@
33 inside the jail for Fossil's use.
34 * Add support for the trigram tokenizer for FTS5 search to enable
35 searching in Chinese.
36 * Comment lines (starting with a '#') are now supported inside
37 [./settings.wiki#versionable|versioned settings].
38 * Default permissions for anonymous users in new repositories is
39 changed to "hz".
40 * The [/help?cmd=status|fossil status] command now detects when a
41 file used to be a symlink and has been replaced by a regular file.
42 (It previously checked for the inverse case only.)
43 * The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same
@@ -49,12 +60,12 @@
49 size of the current week, month, or year as a dashed box.
50 <li> New sub-categories "Merge Check-ins" and "Non-Merge Check-ins".
51 </ol>
52
53 <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2>
54 * Users can request a password reset. This feature is disabledby default. Use
55 the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it.
56 New web pages [/help?cmd=/resetpw|/resetpw] and
57 [/help?cmd=/reqpwreset|/reqpwreset] added.
58 * Add the [/help?cmd=repack|fossil repack] command (together with
59 [/help?cmd=all|fossil all repack]) as a convenient way to optimize the
60 size of one or all of the repositories on a system.
@@ -148,11 +159,11 @@
148 * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size
149 of any file in a commit exceeds this size, a warning is issued.
150 * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
151 * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
152 sterilize the manifest file.
153 * Futher improvement to diff alignment in cases that involve both
154 edits and indentation changes.
155 * [/doc/trunk/www/chat.md|Chat] improvements:<ul>
156 <li> [/help?cmd=/chat|The /chat page] input options have been reworked
157 again for better cross-browser portability.
158 <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
@@ -328,11 +339,11 @@
328 device. Mobile gets unified and desktop gets side-by-side.
329 * The various pages which show diffs now have toggles to show/hide
330 individual diffs.
331 * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
332 setting to allow an admin to force a default diff type.
333 * The "pikchr-background" settings is now available in
334 "detail.txt" skin files, for better control of Pikchr
335 colors in inverted color schemes.
336 * Add the <tt>--list</tt> option to the
337 [/help?cmd=tarball|tarball],
338 [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
@@ -347,14 +358,14 @@
347 "foreach", "lappend", and "string match"
348 * The [/help/leaves|leaves command] now shows the branch point
349 of each leaf.
350 * The [/help?cmd=add|fossil add] command refuses to add files whose
351 names are reserved by Windows (ex: "aux") unless the --allow-reserved
352 option is included. This helps prevent unix users from accidentally
353 creating check-ins that are unreadable by Windows users.
354 * Add the "re=" query parameter to the [/help?cmd=/dir|/dir] webpage,
355 for symetry with the [/help?cmd=/tree|/tree] page.
356 * Update the built-in SQLite to version 3.35.0.
357 * The ./configure script now has the --print-minimum-sqlite-version option
358 that prints the minimum SQLite version required by the current version
359 of Fossil. This might be used by integrators who insist on building
360 Fossil to link against the system SQLite library rather than the
@@ -518,11 +529,11 @@
518 [/help?cmd=help|Example].
519 * On the [/help?cmd=/timeline|/timeline] webpage, the combination
520 of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all
521 ancestors of CHECKIN going back to ANCESTOR. For example,
522 [/timeline?p=202006271506&bt=version-2.11] shows all ancestors
523 of the checkin that occured on 2020-06-27 15:06 going back to
524 the 2.11 release.
525 * Update the built-in SQLite so that the
526 "[/help?cmd=sql|fossil sql]" command supports new output
527 modes ".mode box" and ".mode json".
528 * Add the "<tt>obscure()</tt>" SQL function to the
@@ -1407,11 +1418,11 @@
1407 on the remote side. Some users may need to add the "?fossil=/path/to/fossil"
1408 query parameter to "ssh:" URIs if their fossil binary is not in a standard
1409 place.
1410 * Add the "[/help?cmd=blame | fossil blame]" command that works just like
1411 "fossil annotate" but uses a different output format that includes the
1412 user who made each changes and omits line numbers.
1413 * Add the "Tarball and ZIP-archive Prefix" configuration parameter under
1414 Admin/Configuration.
1415 * Fix CGI processing so that it works on web servers that do not
1416 supply REQUEST_URI.
1417 * Add options --dirsonly, --emptydirs, and --allckouts to the
@@ -1613,11 +1624,11 @@
1613
1614 <h2>Changes For Version 1.24 (2012-10-22)</h2>
1615 * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off
1616 by default and can be turned on by setting a configuration option.
1617 * Allow style= attribute to occur in HTML markup on wiki pages.
1618 * Added the --tk option to the "fossi diff" and "fossil stash diff"
1619 commands, causing color-coded diff output to be displayed in a Tcl/Tk
1620 GUI window. This option only works if Tcl/Tk is installed on the
1621 host.
1622 * On Windows, make the "gdiff" command default to use WinDiff.exe.
1623 * Update the "fossil stash" command so that it always prompts for a
1624
--- www/changes.wiki
+++ www/changes.wiki
@@ -5,10 +5,21 @@
5 * Add ability to "close" forum threads, such that unprivileged users
6 may no longer respond to them. Only administrators can close
7 threads or respond to them by default, and the
8 [/help?cmd=forum-close-policy|forum-close-policy setting] can be
9 used to add that capability to moderators.
10 * Add the [/help?cmd=all|fossil all whatis] command.
11 * The [/help?cmd=status|fossil status] command and relevant UI pages now
12 correctly report files which were both renamed <b>and</b> edited as such.
13 * Show default value of settings that have a default in
14 [/help?cmd=help|fossil help SETTING] output.
15 * Fix a regression bug introduced in version 2.22 that caused FTS5 searches
16 to fail for terms containing non-ASCII characters.
17 * Improve defense against denial-of-service with repeated requests that
18 contain SQL injection attempts.
19 * Enhance file listings by displaying file sizes and allowing to sort by them.
20
21
22 <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2>
23 * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a">
24 <li> Add the ft=TAG query parameter which in combination with d=Y
25 shows all descendants of Y up to TAG
@@ -33,11 +44,11 @@
44 inside the jail for Fossil's use.
45 * Add support for the trigram tokenizer for FTS5 search to enable
46 searching in Chinese.
47 * Comment lines (starting with a '#') are now supported inside
48 [./settings.wiki#versionable|versioned settings].
49 * Default permissions for anonymous users in new repositories are
50 changed to "hz".
51 * The [/help?cmd=status|fossil status] command now detects when a
52 file used to be a symlink and has been replaced by a regular file.
53 (It previously checked for the inverse case only.)
54 * The [/help?cmd=empty-dirs|empty-dirs setting] now reuses the same
@@ -49,12 +60,12 @@
60 size of the current week, month, or year as a dashed box.
61 <li> New sub-categories "Merge Check-ins" and "Non-Merge Check-ins".
62 </ol>
63
64 <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2>
65 * Users can request a password reset. This feature is disabled by default.
66 Use the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it.
67 New web pages [/help?cmd=/resetpw|/resetpw] and
68 [/help?cmd=/reqpwreset|/reqpwreset] added.
69 * Add the [/help?cmd=repack|fossil repack] command (together with
70 [/help?cmd=all|fossil all repack]) as a convenient way to optimize the
71 size of one or all of the repositories on a system.
@@ -148,11 +159,11 @@
159 * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size
160 of any file in a commit exceeds this size, a warning is issued.
161 * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
162 * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
163 sterilize the manifest file.
164 * Further improvement to diff alignment in cases that involve both
165 edits and indentation changes.
166 * [/doc/trunk/www/chat.md|Chat] improvements:<ul>
167 <li> [/help?cmd=/chat|The /chat page] input options have been reworked
168 again for better cross-browser portability.
169 <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
@@ -328,11 +339,11 @@
339 device. Mobile gets unified and desktop gets side-by-side.
340 * The various pages which show diffs now have toggles to show/hide
341 individual diffs.
342 * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
343 setting to allow an admin to force a default diff type.
344 * The "pikchr-background" setting is now available in
345 "detail.txt" skin files, for better control of Pikchr
346 colors in inverted color schemes.
347 * Add the <tt>--list</tt> option to the
348 [/help?cmd=tarball|tarball],
349 [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
@@ -347,14 +358,14 @@
358 "foreach", "lappend", and "string match"
359 * The [/help/leaves|leaves command] now shows the branch point
360 of each leaf.
361 * The [/help?cmd=add|fossil add] command refuses to add files whose
362 names are reserved by Windows (ex: "aux") unless the --allow-reserved
363 option is included. This helps prevent Unix users from accidentally
364 creating check-ins that are unreadable by Windows users.
365 * Add the "re=" query parameter to the [/help?cmd=/dir|/dir] webpage,
366 for symmetry with the [/help?cmd=/tree|/tree] page.
367 * Update the built-in SQLite to version 3.35.0.
368 * The ./configure script now has the --print-minimum-sqlite-version option
369 that prints the minimum SQLite version required by the current version
370 of Fossil. This might be used by integrators who insist on building
371 Fossil to link against the system SQLite library rather than the
@@ -518,11 +529,11 @@
529 [/help?cmd=help|Example].
530 * On the [/help?cmd=/timeline|/timeline] webpage, the combination
531 of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all
532 ancestors of CHECKIN going back to ANCESTOR. For example,
533 [/timeline?p=202006271506&bt=version-2.11] shows all ancestors
534 of the checkin that occurred on 2020-06-27 15:06 going back to
535 the 2.11 release.
536 * Update the built-in SQLite so that the
537 "[/help?cmd=sql|fossil sql]" command supports new output
538 modes ".mode box" and ".mode json".
539 * Add the "<tt>obscure()</tt>" SQL function to the
@@ -1407,11 +1418,11 @@
1418 on the remote side. Some users may need to add the "?fossil=/path/to/fossil"
1419 query parameter to "ssh:" URIs if their fossil binary is not in a standard
1420 place.
1421 * Add the "[/help?cmd=blame | fossil blame]" command that works just like
1422 "fossil annotate" but uses a different output format that includes the
1423 user who made each change and omits line numbers.
1424 * Add the "Tarball and ZIP-archive Prefix" configuration parameter under
1425 Admin/Configuration.
1426 * Fix CGI processing so that it works on web servers that do not
1427 supply REQUEST_URI.
1428 * Add options --dirsonly, --emptydirs, and --allckouts to the
@@ -1613,11 +1624,11 @@
1624
1625 <h2>Changes For Version 1.24 (2012-10-22)</h2>
1626 * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off
1627 by default and can be turned on by setting a configuration option.
1628 * Allow style= attribute to occur in HTML markup on wiki pages.
1629 * Added the --tk option to the "fossil diff" and "fossil stash diff"
1630 commands, causing color-coded diff output to be displayed in a Tcl/Tk
1631 GUI window. This option only works if Tcl/Tk is installed on the
1632 host.
1633 * On Windows, make the "gdiff" command default to use WinDiff.exe.
1634 * Update the "fossil stash" command so that it always prompts for a
1635

Keyboard Shortcuts

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