Fossil SCM

Change log updates.

drh 2020-04-19 17:32 trunk
Commit d6967fe79c2840539e44e6c765a16a0aed1a9cdf53f142163449569186038b90
+30 -2
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,11 +1,32 @@
11
<title>Change Log</title>
22
33
<a name='v2_11'></a>
44
<h2>Changes for Version 2.11 (pending)</h2>
55
6
- * Support Markdown in the default ticket configuration.
6
+ * Support [/md_rules|Markdown] in the default ticket configuration.
7
+ * Timestamp strings in [./checkin_names.wiki|object names]
8
+ can now omit punctation. So, for example, "202004181942" and
9
+ "2020-04-18 19:42" mean the same thing.
10
+ * Enhance backlink processing so that it works with Markdown-formatted
11
+ tickets and so that it works for wiki pages.
12
+ * The algorithm for finding the
13
+ [./tech_overview.wiki#configloc|location of the configuration database]
14
+ is enhanced to be XDG-compliant.
15
+ * Add a hide/show feature to
16
+ [./wikitheory.wiki#assocwiki|associated wiki] display on
17
+ check-in and branch information pages.
18
+ * Enhance the "[/help?cmd=info|fossil info]" command so that it
19
+ works with no arguments even if not within an open check-out.
20
+ * Many improvements to the forum and especially email notification
21
+ of forum posts, in response to community feedback after switching
22
+ SQLite support from a mailing list over to the forum.
23
+ * Minimum length of a self-registered user ID increased from 3 to 6
24
+ characters.
25
+ * When the "vfx" query parameter is used on the
26
+ "[/help?cmd=/timeline|/timeline]" page, it causes the complete
27
+ text of forum posts to be displayed.
728
* Rework the "[/help?cmd=grep|fossil grep]" command to be more useful.
829
* Expose the [/help?cmd=redirect-to-https|redirect-to-https]
930
setting to the [/help?cmd=settings|settings] command.
1031
* Improve support for CGI on IIS web servers.
1132
* The [/help?cmd=/ext|/ext page] can now render index files,
@@ -18,10 +39,14 @@
1839
* Add an option on the /Admin/Timeline setup page to set a default
1940
timeline style other than "Modern".
2041
* In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs
2142
of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated
2243
into the check-in hash for the document currently being viewed.
44
+ * Added the [/help?cmd=/phantoms|/phantoms] webpage that shows all
45
+ phantom artifacts.
46
+ * Enhancements to phantom processing to try to reduce constant
47
+ bandwidth-using chatter about phantoms on the sync protocol.
2348
* Security: Fossil now assumes that the schema of every
2449
database it opens has been tampered with by an adversary and takes
2550
extra precautions to ensure that such tampering is harmless.
2651
* Security: Fossil now puts the Content-Security-Policy in the
2752
HTTP reply header, in addition to also leaving it in the
@@ -38,19 +63,22 @@
3863
to all users if the new "artifact_stats_enable" setting is turned
3964
on. There is a new checkbox under the /Admin/Access menu to turn
4065
that capability on and off.
4166
* Captchas all include a button to read the captcha using an audio
4267
file, so that they can be completed by the visually impaired.
68
+ * Stop using the IP address as part of the login cookie.
69
+ * Bug fix: the FTS search into for forum posts is now kept up-to-date
70
+ correctly.
4371
* Bug fix: the "fossil git export" command is now working on Windows
4472
* Bug fix: display Technote items on the timeline correctly
4573
* Bug fix: fix the capability summary matrix of the Security Audit
4674
page so that it does not add "anonymous" capabilities to the
4775
"nobody" user.
4876
* Update internal Unicode character tables, used in regular expression
4977
handling, from version 12.1 to 13.
5078
* Many documentation enhancements.
51
- * Several minor enhancements to existing features.
79
+ * Many minor enhancements to existing features.
5280
5381
<a name='v2_10'></a>
5482
<h2>Changes for Version 2.10 (2019-10-04)</h2>
5583
5684
* Added support for [./serverext.wiki|CGI-based Server Extensions].
5785
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,11 +1,32 @@
1 <title>Change Log</title>
2
3 <a name='v2_11'></a>
4 <h2>Changes for Version 2.11 (pending)</h2>
5
6 * Support Markdown in the default ticket configuration.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7 * Rework the "[/help?cmd=grep|fossil grep]" command to be more useful.
8 * Expose the [/help?cmd=redirect-to-https|redirect-to-https]
9 setting to the [/help?cmd=settings|settings] command.
10 * Improve support for CGI on IIS web servers.
11 * The [/help?cmd=/ext|/ext page] can now render index files,
@@ -18,10 +39,14 @@
18 * Add an option on the /Admin/Timeline setup page to set a default
19 timeline style other than "Modern".
20 * In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs
21 of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated
22 into the check-in hash for the document currently being viewed.
 
 
 
 
23 * Security: Fossil now assumes that the schema of every
24 database it opens has been tampered with by an adversary and takes
25 extra precautions to ensure that such tampering is harmless.
26 * Security: Fossil now puts the Content-Security-Policy in the
27 HTTP reply header, in addition to also leaving it in the
@@ -38,19 +63,22 @@
38 to all users if the new "artifact_stats_enable" setting is turned
39 on. There is a new checkbox under the /Admin/Access menu to turn
40 that capability on and off.
41 * Captchas all include a button to read the captcha using an audio
42 file, so that they can be completed by the visually impaired.
 
 
 
43 * Bug fix: the "fossil git export" command is now working on Windows
44 * Bug fix: display Technote items on the timeline correctly
45 * Bug fix: fix the capability summary matrix of the Security Audit
46 page so that it does not add "anonymous" capabilities to the
47 "nobody" user.
48 * Update internal Unicode character tables, used in regular expression
49 handling, from version 12.1 to 13.
50 * Many documentation enhancements.
51 * Several minor enhancements to existing features.
52
53 <a name='v2_10'></a>
54 <h2>Changes for Version 2.10 (2019-10-04)</h2>
55
56 * Added support for [./serverext.wiki|CGI-based Server Extensions].
57
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,11 +1,32 @@
1 <title>Change Log</title>
2
3 <a name='v2_11'></a>
4 <h2>Changes for Version 2.11 (pending)</h2>
5
6 * Support [/md_rules|Markdown] in the default ticket configuration.
7 * Timestamp strings in [./checkin_names.wiki|object names]
8 can now omit punctation. So, for example, "202004181942" and
9 "2020-04-18 19:42" mean the same thing.
10 * Enhance backlink processing so that it works with Markdown-formatted
11 tickets and so that it works for wiki pages.
12 * The algorithm for finding the
13 [./tech_overview.wiki#configloc|location of the configuration database]
14 is enhanced to be XDG-compliant.
15 * Add a hide/show feature to
16 [./wikitheory.wiki#assocwiki|associated wiki] display on
17 check-in and branch information pages.
18 * Enhance the "[/help?cmd=info|fossil info]" command so that it
19 works with no arguments even if not within an open check-out.
20 * Many improvements to the forum and especially email notification
21 of forum posts, in response to community feedback after switching
22 SQLite support from a mailing list over to the forum.
23 * Minimum length of a self-registered user ID increased from 3 to 6
24 characters.
25 * When the "vfx" query parameter is used on the
26 "[/help?cmd=/timeline|/timeline]" page, it causes the complete
27 text of forum posts to be displayed.
28 * Rework the "[/help?cmd=grep|fossil grep]" command to be more useful.
29 * Expose the [/help?cmd=redirect-to-https|redirect-to-https]
30 setting to the [/help?cmd=settings|settings] command.
31 * Improve support for CGI on IIS web servers.
32 * The [/help?cmd=/ext|/ext page] can now render index files,
@@ -18,10 +39,14 @@
39 * Add an option on the /Admin/Timeline setup page to set a default
40 timeline style other than "Modern".
41 * In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs
42 of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated
43 into the check-in hash for the document currently being viewed.
44 * Added the [/help?cmd=/phantoms|/phantoms] webpage that shows all
45 phantom artifacts.
46 * Enhancements to phantom processing to try to reduce constant
47 bandwidth-using chatter about phantoms on the sync protocol.
48 * Security: Fossil now assumes that the schema of every
49 database it opens has been tampered with by an adversary and takes
50 extra precautions to ensure that such tampering is harmless.
51 * Security: Fossil now puts the Content-Security-Policy in the
52 HTTP reply header, in addition to also leaving it in the
@@ -38,19 +63,22 @@
63 to all users if the new "artifact_stats_enable" setting is turned
64 on. There is a new checkbox under the /Admin/Access menu to turn
65 that capability on and off.
66 * Captchas all include a button to read the captcha using an audio
67 file, so that they can be completed by the visually impaired.
68 * Stop using the IP address as part of the login cookie.
69 * Bug fix: the FTS search into for forum posts is now kept up-to-date
70 correctly.
71 * Bug fix: the "fossil git export" command is now working on Windows
72 * Bug fix: display Technote items on the timeline correctly
73 * Bug fix: fix the capability summary matrix of the Security Audit
74 page so that it does not add "anonymous" capabilities to the
75 "nobody" user.
76 * Update internal Unicode character tables, used in regular expression
77 handling, from version 12.1 to 13.
78 * Many documentation enhancements.
79 * Many minor enhancements to existing features.
80
81 <a name='v2_10'></a>
82 <h2>Changes for Version 2.10 (2019-10-04)</h2>
83
84 * Added support for [./serverext.wiki|CGI-based Server Extensions].
85
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -65,10 +65,11 @@
6565
The comments on check-ins and the text in the descriptions of bug reports
6666
both use wiki formatting. Exactly the same set of formatting rules apply.
6767
There is never a need to learn one formatting language for documentation
6868
and a different markup for bugs or for check-in comments.
6969
70
+<a name="assocwiki"></a>
7071
<h2>Auxiliary notes attached to check-ins or branches</h2>
7172
7273
Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>"
7374
or "checkin/<i>HASH</i>" are associated with the corresponding
7475
branch or check-in. The wiki text appears in an "About" section of
7576
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -65,10 +65,11 @@
65 The comments on check-ins and the text in the descriptions of bug reports
66 both use wiki formatting. Exactly the same set of formatting rules apply.
67 There is never a need to learn one formatting language for documentation
68 and a different markup for bugs or for check-in comments.
69
 
70 <h2>Auxiliary notes attached to check-ins or branches</h2>
71
72 Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>"
73 or "checkin/<i>HASH</i>" are associated with the corresponding
74 branch or check-in. The wiki text appears in an "About" section of
75
--- www/wikitheory.wiki
+++ www/wikitheory.wiki
@@ -65,10 +65,11 @@
65 The comments on check-ins and the text in the descriptions of bug reports
66 both use wiki formatting. Exactly the same set of formatting rules apply.
67 There is never a need to learn one formatting language for documentation
68 and a different markup for bugs or for check-in comments.
69
70 <a name="assocwiki"></a>
71 <h2>Auxiliary notes attached to check-ins or branches</h2>
72
73 Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>"
74 or "checkin/<i>HASH</i>" are associated with the corresponding
75 branch or check-in. The wiki text appears in an "About" section of
76

Keyboard Shortcuts

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