Fossil SCM

Updates to the change log.

drh 2019-05-17 23:47 trunk
Commit 75867c972e120833828d9df71b20a9d5d71ca603ad0ff7cea761f31673994f2e
1 file changed +7 -2
--- www/changes.wiki
+++ www/changes.wiki
@@ -8,10 +8,12 @@
88
* Improved handling of relative hyperlinks on the
99
[/help?cmd=/artifact|/artifact] pages for wiki. For example,
1010
hyperlinks and the lizard <img> now work correctly
1111
for both [/artifact/2ff24ab0887cf522] and
1212
[/doc/0d7ac90d575004c2415/www/index.wiki].
13
+ * Enhancements to the timeline graph layout, to show more information
14
+ with less clutter.
1315
* Many documentation enhancements.
1416
* For the "[/help?cmd=update|fossil update]" and
1517
"[/help?cmd=checkout|fossil checkout]" commands, if a
1618
managed file is removed because it is no longer part of the target
1719
check-in and the directory containing the file is empty after the
@@ -27,26 +29,29 @@
2729
* Added the [/help?cmd=/secureraw|/secureraw] page that requires the
2830
complete SHA1 or SHA3 hash, not just a prefix, before it will deliver
2931
content.
3032
* Accept purely numeric ISO8601 date/time strings as long as they
3133
do not conflict with a hash. Example: "20190510134217" instead of
32
- "2019-05-10 13:42:17". This is very useful for query parameters.
34
+ "2019-05-10 13:42:17". This helps keep URLs shorter and less
35
+ complicated
3336
* Support both "1)" and "1." for numbered lists in markdown, as
3437
commonmark does.
3538
* The sync and clone HTTP requests omit the extra /xfer path element
3639
from the end of the request URI. All servers since 2010 know that
3740
the HTTP request is for a sync or clone from the mimetype so the
3841
extra path element is not needed.
39
- * If an automatic sync gets a 301 or 302 redirect request, then update
42
+ * If an automatic sync gets a permanent redirect request, then update
4043
the saved remote URL to the new address.
4144
* Temporary filenames (for example used for external "diff" commands)
4245
try to preserve the suffix of the original file.
4346
* Added the [/help?cmd=/thisdayinhistory|/thisdayinhistory] web page.
4447
* Enhanced parsing of [/help?cmd=/timeline|/timeline] query parameters
4548
"ymd=", "ym=", and "yw=". All arguments are option (in which case they
4649
default to the current time) and all accept ISO8601 date/times without
4750
punctuation.
51
+ * Automatically disapprove pending moderation requests for a user when
52
+ that user is deleted. This helps in dealing with spam-bots.
4853
* Improvements to the "Capability Summary" section in the
4954
[/help?cmd=/secaudit0|Security Audit] web-page.
5055
5156
<a name='v2_8'></a>
5257
<h2>Changes for Version 2.8 (2019-02-20)</h2>
5358
--- www/changes.wiki
+++ www/changes.wiki
@@ -8,10 +8,12 @@
8 * Improved handling of relative hyperlinks on the
9 [/help?cmd=/artifact|/artifact] pages for wiki. For example,
10 hyperlinks and the lizard &lt;img&gt; now work correctly
11 for both [/artifact/2ff24ab0887cf522] and
12 [/doc/0d7ac90d575004c2415/www/index.wiki].
 
 
13 * Many documentation enhancements.
14 * For the "[/help?cmd=update|fossil update]" and
15 "[/help?cmd=checkout|fossil checkout]" commands, if a
16 managed file is removed because it is no longer part of the target
17 check-in and the directory containing the file is empty after the
@@ -27,26 +29,29 @@
27 * Added the [/help?cmd=/secureraw|/secureraw] page that requires the
28 complete SHA1 or SHA3 hash, not just a prefix, before it will deliver
29 content.
30 * Accept purely numeric ISO8601 date/time strings as long as they
31 do not conflict with a hash. Example: "20190510134217" instead of
32 "2019-05-10 13:42:17". This is very useful for query parameters.
 
33 * Support both "1)" and "1." for numbered lists in markdown, as
34 commonmark does.
35 * The sync and clone HTTP requests omit the extra /xfer path element
36 from the end of the request URI. All servers since 2010 know that
37 the HTTP request is for a sync or clone from the mimetype so the
38 extra path element is not needed.
39 * If an automatic sync gets a 301 or 302 redirect request, then update
40 the saved remote URL to the new address.
41 * Temporary filenames (for example used for external "diff" commands)
42 try to preserve the suffix of the original file.
43 * Added the [/help?cmd=/thisdayinhistory|/thisdayinhistory] web page.
44 * Enhanced parsing of [/help?cmd=/timeline|/timeline] query parameters
45 "ymd=", "ym=", and "yw=". All arguments are option (in which case they
46 default to the current time) and all accept ISO8601 date/times without
47 punctuation.
 
 
48 * Improvements to the "Capability Summary" section in the
49 [/help?cmd=/secaudit0|Security Audit] web-page.
50
51 <a name='v2_8'></a>
52 <h2>Changes for Version 2.8 (2019-02-20)</h2>
53
--- www/changes.wiki
+++ www/changes.wiki
@@ -8,10 +8,12 @@
8 * Improved handling of relative hyperlinks on the
9 [/help?cmd=/artifact|/artifact] pages for wiki. For example,
10 hyperlinks and the lizard &lt;img&gt; now work correctly
11 for both [/artifact/2ff24ab0887cf522] and
12 [/doc/0d7ac90d575004c2415/www/index.wiki].
13 * Enhancements to the timeline graph layout, to show more information
14 with less clutter.
15 * Many documentation enhancements.
16 * For the "[/help?cmd=update|fossil update]" and
17 "[/help?cmd=checkout|fossil checkout]" commands, if a
18 managed file is removed because it is no longer part of the target
19 check-in and the directory containing the file is empty after the
@@ -27,26 +29,29 @@
29 * Added the [/help?cmd=/secureraw|/secureraw] page that requires the
30 complete SHA1 or SHA3 hash, not just a prefix, before it will deliver
31 content.
32 * Accept purely numeric ISO8601 date/time strings as long as they
33 do not conflict with a hash. Example: "20190510134217" instead of
34 "2019-05-10 13:42:17". This helps keep URLs shorter and less
35 complicated
36 * Support both "1)" and "1." for numbered lists in markdown, as
37 commonmark does.
38 * The sync and clone HTTP requests omit the extra /xfer path element
39 from the end of the request URI. All servers since 2010 know that
40 the HTTP request is for a sync or clone from the mimetype so the
41 extra path element is not needed.
42 * If an automatic sync gets a permanent redirect request, then update
43 the saved remote URL to the new address.
44 * Temporary filenames (for example used for external "diff" commands)
45 try to preserve the suffix of the original file.
46 * Added the [/help?cmd=/thisdayinhistory|/thisdayinhistory] web page.
47 * Enhanced parsing of [/help?cmd=/timeline|/timeline] query parameters
48 "ymd=", "ym=", and "yw=". All arguments are option (in which case they
49 default to the current time) and all accept ISO8601 date/times without
50 punctuation.
51 * Automatically disapprove pending moderation requests for a user when
52 that user is deleted. This helps in dealing with spam-bots.
53 * Improvements to the "Capability Summary" section in the
54 [/help?cmd=/secaudit0|Security Audit] web-page.
55
56 <a name='v2_8'></a>
57 <h2>Changes for Version 2.8 (2019-02-20)</h2>
58

Keyboard Shortcuts

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