Fossil SCM
Improvements to the change log.
Commit
01d4bde83ecf8f39ef636c111bf8b05474ab1ac1ec7703f3d4126c777d0e01dd
Parent
b00e20c7ecabf3c…
1 file changed
+19
-7
+19
-7
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,34 +1,46 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_14'></a> |
| 4 | 4 | <h2>Changes for Version 2.14 (pending)</h2> |
| 5 | 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 | |
| 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 | |
| 9 | 10 | add content to a repository using Fossil 2.14 or later. No |
| 10 | 11 | action is needed on your part. However, if you upgrade to |
| 11 | 12 | version 2.14 and then later downgrade or otherwise use an earlier |
| 12 | 13 | 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 | |
| 14 | 16 | permanently downgrade an installation, then you should run |
| 15 | 17 | "[/help?cmd=rebuild|fossil rebuild]" after the downgrade |
| 16 | 18 | to get email notifications working again. If you are not using |
| 17 | 19 | email notification, then the schema change will not affect you in |
| 18 | 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. | |
| 19 | 28 | * Add support for [./chat.md|Fossil chat]. |
| 20 | 29 | * The "[/help?cmd=clone|fossil clone]" command is enhanced so that |
| 21 | 30 | if the repository filename is omitted, an appropriate name is derived |
| 22 | 31 | from the remote URL and the newly cloned repo is opened. This makes |
| 23 | 32 | the clone command work more like Git, thus making it easier for |
| 24 | 33 | 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 | 34 | * Added the --mainbranch option to the [/help?cmd=git|fossil git export] |
| 29 | 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. | |
| 30 | 42 | * Add the "contact" sub-command to [/help?cmd=user|fossil user]. |
| 31 | 43 | * Added commands "[/help?cmd=all|fossil all git export]" and |
| 32 | 44 | "[/help?cmd=all|fossil all git status]". |
| 33 | 45 | * Added the "df=CHECKIN" query parameter to the |
| 34 | 46 | [/help?cmd=/timeline|/timeline page]. |
| 35 | 47 |
| --- 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 |