Fossil SCM
Updates to the change log.
Commit
75867c972e120833828d9df71b20a9d5d71ca603ad0ff7cea761f31673994f2e
Parent
344a3331d34d896…
1 file changed
+7
-2
+7
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -8,10 +8,12 @@ | ||
| 8 | 8 | * Improved handling of relative hyperlinks on the |
| 9 | 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| 10 | 10 | hyperlinks and the lizard <img> now work correctly |
| 11 | 11 | for both [/artifact/2ff24ab0887cf522] and |
| 12 | 12 | [/doc/0d7ac90d575004c2415/www/index.wiki]. |
| 13 | + * Enhancements to the timeline graph layout, to show more information | |
| 14 | + with less clutter. | |
| 13 | 15 | * Many documentation enhancements. |
| 14 | 16 | * For the "[/help?cmd=update|fossil update]" and |
| 15 | 17 | "[/help?cmd=checkout|fossil checkout]" commands, if a |
| 16 | 18 | managed file is removed because it is no longer part of the target |
| 17 | 19 | check-in and the directory containing the file is empty after the |
| @@ -27,26 +29,29 @@ | ||
| 27 | 29 | * Added the [/help?cmd=/secureraw|/secureraw] page that requires the |
| 28 | 30 | complete SHA1 or SHA3 hash, not just a prefix, before it will deliver |
| 29 | 31 | content. |
| 30 | 32 | * Accept purely numeric ISO8601 date/time strings as long as they |
| 31 | 33 | 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 | |
| 33 | 36 | * Support both "1)" and "1." for numbered lists in markdown, as |
| 34 | 37 | commonmark does. |
| 35 | 38 | * The sync and clone HTTP requests omit the extra /xfer path element |
| 36 | 39 | from the end of the request URI. All servers since 2010 know that |
| 37 | 40 | the HTTP request is for a sync or clone from the mimetype so the |
| 38 | 41 | 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 | |
| 40 | 43 | the saved remote URL to the new address. |
| 41 | 44 | * Temporary filenames (for example used for external "diff" commands) |
| 42 | 45 | try to preserve the suffix of the original file. |
| 43 | 46 | * Added the [/help?cmd=/thisdayinhistory|/thisdayinhistory] web page. |
| 44 | 47 | * Enhanced parsing of [/help?cmd=/timeline|/timeline] query parameters |
| 45 | 48 | "ymd=", "ym=", and "yw=". All arguments are option (in which case they |
| 46 | 49 | default to the current time) and all accept ISO8601 date/times without |
| 47 | 50 | punctuation. |
| 51 | + * Automatically disapprove pending moderation requests for a user when | |
| 52 | + that user is deleted. This helps in dealing with spam-bots. | |
| 48 | 53 | * Improvements to the "Capability Summary" section in the |
| 49 | 54 | [/help?cmd=/secaudit0|Security Audit] web-page. |
| 50 | 55 | |
| 51 | 56 | <a name='v2_8'></a> |
| 52 | 57 | <h2>Changes for Version 2.8 (2019-02-20)</h2> |
| 53 | 58 |
| --- 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 <img> 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 <img> 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 |