Fossil SCM

Improvements to the change log.

drh 2021-01-08 02:17 trunk
Commit 01d4bde83ecf8f39ef636c111bf8b05474ab1ac1ec7703f3d4126c777d0e01dd
1 file changed +19 -7
+19 -7
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,34 +1,46 @@
11
<title>Change Log</title>
22
33
<a name='v2_14'></a>
44
<h2>Changes for Version 2.14 (pending)</h2>
55
6
- * <b>Schema Update Notice:</b>
7
- This release contains an internal repository schema change.
8
- The schema upgrade happens automatically the first time you
6
+ * <b>Schema Update Notice #1:</b>
7
+ This release drops a trigger from the database schema (replacing
8
+ it with a TEMP trigger that is created as needed). This
9
+ change happens automatically the first time you
910
add content to a repository using Fossil 2.14 or later. No
1011
action is needed on your part. However, if you upgrade to
1112
version 2.14 and then later downgrade or otherwise use an earlier
1213
version of Fossil, the email notification mechanism may fail
13
- to send out notifications for some events. If you want to
14
+ to send out notifications for some events, due to the missing
15
+ trigger. If you want to
1416
permanently downgrade an installation, then you should run
1517
"[/help?cmd=rebuild|fossil rebuild]" after the downgrade
1618
to get email notifications working again. If you are not using
1719
email notification, then the schema change will not affect you in
1820
any way.
21
+ * <b>Schema Update Notice #2:</b>
22
+ This release changes the way wiki edits description are stored
23
+ in the EVENT table, for improved display on timelines. You must
24
+ run "[/help?cmd=rebuild|fossil rebuild]" to take advantage of
25
+ this enhancement. Everything will still work if you fail to run
26
+ "fossil rebuild", but you might see goofy descriptions on
27
+ wiki change notifications on timelines.
1928
* Add support for [./chat.md|Fossil chat].
2029
* The "[/help?cmd=clone|fossil clone]" command is enhanced so that
2130
if the repository filename is omitted, an appropriate name is derived
2231
from the remote URL and the newly cloned repo is opened. This makes
2332
the clone command work more like Git, thus making it easier for
2433
people transitioning from Git.
25
- * Changed the way that wiki edits are stored in the EVENT table of the
26
- database, for more flexibility and better features.
27
- <b>Run "fossil rebuild" to take advantage of this change</b>.
2834
* Added the --mainbranch option to the [/help?cmd=git|fossil git export]
2935
command.
36
+ * Added the --format option to the
37
+ "[/help?cmd=timeline|fossil timeline]" command.
38
+ * Enhance the --numstat option on the
39
+ "[/help?cmd=diff|fossil diff]" command so that it shows a total
40
+ number of lines added and deleted and total number of files
41
+ modified.
3042
* Add the "contact" sub-command to [/help?cmd=user|fossil user].
3143
* Added commands "[/help?cmd=all|fossil all git export]" and
3244
"[/help?cmd=all|fossil all git status]".
3345
* Added the "df=CHECKIN" query parameter to the
3446
[/help?cmd=/timeline|/timeline page].
3547
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,34 +1,46 @@
1 <title>Change Log</title>
2
3 <a name='v2_14'></a>
4 <h2>Changes for Version 2.14 (pending)</h2>
5
6 * <b>Schema Update Notice:</b>
7 This release contains an internal repository schema change.
8 The schema upgrade happens automatically the first time you
 
9 add content to a repository using Fossil 2.14 or later. No
10 action is needed on your part. However, if you upgrade to
11 version 2.14 and then later downgrade or otherwise use an earlier
12 version of Fossil, the email notification mechanism may fail
13 to send out notifications for some events. If you want to
 
14 permanently downgrade an installation, then you should run
15 "[/help?cmd=rebuild|fossil rebuild]" after the downgrade
16 to get email notifications working again. If you are not using
17 email notification, then the schema change will not affect you in
18 any way.
 
 
 
 
 
 
 
19 * Add support for [./chat.md|Fossil chat].
20 * The "[/help?cmd=clone|fossil clone]" command is enhanced so that
21 if the repository filename is omitted, an appropriate name is derived
22 from the remote URL and the newly cloned repo is opened. This makes
23 the clone command work more like Git, thus making it easier for
24 people transitioning from Git.
25 * Changed the way that wiki edits are stored in the EVENT table of the
26 database, for more flexibility and better features.
27 <b>Run "fossil rebuild" to take advantage of this change</b>.
28 * Added the --mainbranch option to the [/help?cmd=git|fossil git export]
29 command.
 
 
 
 
 
 
30 * Add the "contact" sub-command to [/help?cmd=user|fossil user].
31 * Added commands "[/help?cmd=all|fossil all git export]" and
32 "[/help?cmd=all|fossil all git status]".
33 * Added the "df=CHECKIN" query parameter to the
34 [/help?cmd=/timeline|/timeline page].
35
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,34 +1,46 @@
1 <title>Change Log</title>
2
3 <a name='v2_14'></a>
4 <h2>Changes for Version 2.14 (pending)</h2>
5
6 * <b>Schema Update Notice #1:</b>
7 This release drops a trigger from the database schema (replacing
8 it with a TEMP trigger that is created as needed). This
9 change happens automatically the first time you
10 add content to a repository using Fossil 2.14 or later. No
11 action is needed on your part. However, if you upgrade to
12 version 2.14 and then later downgrade or otherwise use an earlier
13 version of Fossil, the email notification mechanism may fail
14 to send out notifications for some events, due to the missing
15 trigger. If you want to
16 permanently downgrade an installation, then you should run
17 "[/help?cmd=rebuild|fossil rebuild]" after the downgrade
18 to get email notifications working again. If you are not using
19 email notification, then the schema change will not affect you in
20 any way.
21 * <b>Schema Update Notice #2:</b>
22 This release changes the way wiki edits description are stored
23 in the EVENT table, for improved display on timelines. You must
24 run "[/help?cmd=rebuild|fossil rebuild]" to take advantage of
25 this enhancement. Everything will still work if you fail to run
26 "fossil rebuild", but you might see goofy descriptions on
27 wiki change notifications on timelines.
28 * Add support for [./chat.md|Fossil chat].
29 * The "[/help?cmd=clone|fossil clone]" command is enhanced so that
30 if the repository filename is omitted, an appropriate name is derived
31 from the remote URL and the newly cloned repo is opened. This makes
32 the clone command work more like Git, thus making it easier for
33 people transitioning from Git.
 
 
 
34 * Added the --mainbranch option to the [/help?cmd=git|fossil git export]
35 command.
36 * Added the --format option to the
37 "[/help?cmd=timeline|fossil timeline]" command.
38 * Enhance the --numstat option on the
39 "[/help?cmd=diff|fossil diff]" command so that it shows a total
40 number of lines added and deleted and total number of files
41 modified.
42 * Add the "contact" sub-command to [/help?cmd=user|fossil user].
43 * Added commands "[/help?cmd=all|fossil all git export]" and
44 "[/help?cmd=all|fossil all git status]".
45 * Added the "df=CHECKIN" query parameter to the
46 [/help?cmd=/timeline|/timeline page].
47

Keyboard Shortcuts

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