Fossil SCM

Updates to the change log.

drh 2025-03-25 09:59 trunk
Commit 9051aef2b88034a99899f8f3e3650c3eae6cfbf3bf3894d9a9a5be57824a459a
1 file changed +32 -14
+32 -14
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,32 +14,43 @@
1414
<li> Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show
1515
diffs of multiple files.
1616
</ol>
1717
* Added the [/help?cmd=/ckout|/ckout web page] to provide information
1818
about pending changes in a working check-out
19
- * The [/help?cmd=ui|fossil ui] command defaults to using the
20
- [/help?cmd=/ckout|/ckout page] as its start page. Or, if the
21
- "--from PATH" option is present, the default start page becomes
22
- "/ckout?exbase=PATH".
19
+ * Enhancements to the [/help?cmd=ui|fossil ui] command:
20
+ <ol type="a">
21
+ <li> Defaults to using the new [/help?cmd=/ckout|/ckout page] as its
22
+ start page. Or, if the new "--from PATH" option is present, the
23
+ default start page becomes "/ckout?exbase=PATH".
24
+ <li> The new "--extpage FILENAME" option opens the named file as if it
25
+ where in a [./serverext.wiki|CGI extension]. Example usage: the
26
+ person editing this change log has
27
+ "fossil ui --extpage www/changes.wiki" running and hence can
28
+ press "Reload" on the web browser to view edits.
29
+ </ol>
2330
* Enhancements to [/help?cmd=merge|fossil merge]:
2431
<ol type="a">
25
- <li> Added the [/help?cmd=merge-info|fossil merge-info] command and especially
26
- the --tk option to that command, to provide analysis of the most recent
27
- merge or update operation.
32
+ <li> Added the [/help?cmd=merge-info|fossil merge-info] command and
33
+ especially the --tk option to that command, to provide analysis
34
+ of the most recent merge or update operation.
2835
<li> When a merge conflict occurs, a new section is added to the conflict
2936
text that shows Fossil's suggested resolution to the conflict.
3037
</ol>
3138
* Enhancements to [/help?cmd=commit|fossil commit]:
3239
<ol type="a">
33
- <li> If Fossil sees potential formatting mistakes (bad hyperlinks)
40
+ <li> If Fossil sees potential formatting mistakes (ex: bad hyperlinks)
3441
in the check-in comment, it will alert the developer and give
3542
him or her the opportunity to edit the comment before continuing.
43
+ This feature is controllable by the
44
+ [/help?cmd=verify-comments|verify-comments setting].
3645
<li> The new "--if-changes" option causes the commit to become
3746
a quiet no-op if there are no pending changes.
3847
<li> Added the ability to sign check-ins with SSH keys.
3948
<li> Issue a warning if a user tries to commit on a check-in where the
4049
branch has been changed.
50
+ <li> The interactive checkin comment prompt shows the formatting rules
51
+ set for that repository.
4152
</ol>
4253
* Deprecate the --comfmtflags and --comment-format global options and
4354
no longer list them in the built-in help, but keep them working for
4455
backwards compatibility.
4556
Alternative TTY comment formatting can still be specified using the
@@ -76,16 +87,21 @@
7687
case the timeline shows those check-ins that are both ancestors
7788
of p= and descendants of d=.
7889
</ol>
7990
* Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis
8091
and debugging
81
- * Fix a bug in [/help?cmd=patch|fossil patch create] that causes
82
- [/help?cmd=revert|fossil revert] operations that happened on individual
83
- files after a [/help?cmd=merge|fossil merge] to be omitted from the
84
- patch.
85
- * Added the [/help?cmd=patch|patch alias] command for managing aliases
86
- for remote checkout names.
92
+ * Added the "artifact_to_json(NAME)" SQL function that returns a JSON
93
+ decoding of the artifact described by NAME.
94
+ * Improvements to the [/help?cmd=patch|fossil patch] command:
95
+ <ol type="a">
96
+ <li> Fix a bug in "fossil patch create" that causes
97
+ [/help?cmd=revert|fossil revert] operations that happened
98
+ on individualfiles after a [/help?cmd=merge|fossil merge]
99
+ to be omitted from the patch.
100
+ <li> Added the [/help?cmd=patch|patch alias] command for managing
101
+ aliases for remote checkout names.
102
+ </ol>
87103
* Enhancements to on-line help and the [/help?cmd=help|fossil help] command:
88104
<ol type="a">
89105
<li> Add the ability to search the help text, either in the UI
90106
(on the [/help?cmd=/search|/search page]) or from the command-line
91107
(using the "[/help?cmd=search|fossil search -h PATTERN]" command.)
@@ -95,10 +111,12 @@
95111
<li> The -u (--usage) option shows only the command-line syntax
96112
<li> The -o (--options) option shows only the command-line options
97113
</ol>
98114
* Added the ability to attach wiki pages to a ticket for extended
99115
descriptions.
116
+ * Added the "hash" query parameter to the
117
+ [/help?cmd=/whatis|/whatis webpage].
100118
* Add a "user elevation" [/doc/trunk/www/alerts.md|subscription]
101119
which alerts subscribers when an admin creates a new user or
102120
adds new permissions to one.
103121
* Diverse minor fixes and additions.
104122
105123
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,32 +14,43 @@
14 <li> Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show
15 diffs of multiple files.
16 </ol>
17 * Added the [/help?cmd=/ckout|/ckout web page] to provide information
18 about pending changes in a working check-out
19 * The [/help?cmd=ui|fossil ui] command defaults to using the
20 [/help?cmd=/ckout|/ckout page] as its start page. Or, if the
21 "--from PATH" option is present, the default start page becomes
22 "/ckout?exbase=PATH".
 
 
 
 
 
 
 
23 * Enhancements to [/help?cmd=merge|fossil merge]:
24 <ol type="a">
25 <li> Added the [/help?cmd=merge-info|fossil merge-info] command and especially
26 the --tk option to that command, to provide analysis of the most recent
27 merge or update operation.
28 <li> When a merge conflict occurs, a new section is added to the conflict
29 text that shows Fossil's suggested resolution to the conflict.
30 </ol>
31 * Enhancements to [/help?cmd=commit|fossil commit]:
32 <ol type="a">
33 <li> If Fossil sees potential formatting mistakes (bad hyperlinks)
34 in the check-in comment, it will alert the developer and give
35 him or her the opportunity to edit the comment before continuing.
 
 
36 <li> The new "--if-changes" option causes the commit to become
37 a quiet no-op if there are no pending changes.
38 <li> Added the ability to sign check-ins with SSH keys.
39 <li> Issue a warning if a user tries to commit on a check-in where the
40 branch has been changed.
 
 
41 </ol>
42 * Deprecate the --comfmtflags and --comment-format global options and
43 no longer list them in the built-in help, but keep them working for
44 backwards compatibility.
45 Alternative TTY comment formatting can still be specified using the
@@ -76,16 +87,21 @@
76 case the timeline shows those check-ins that are both ancestors
77 of p= and descendants of d=.
78 </ol>
79 * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis
80 and debugging
81 * Fix a bug in [/help?cmd=patch|fossil patch create] that causes
82 [/help?cmd=revert|fossil revert] operations that happened on individual
83 files after a [/help?cmd=merge|fossil merge] to be omitted from the
84 patch.
85 * Added the [/help?cmd=patch|patch alias] command for managing aliases
86 for remote checkout names.
 
 
 
 
 
87 * Enhancements to on-line help and the [/help?cmd=help|fossil help] command:
88 <ol type="a">
89 <li> Add the ability to search the help text, either in the UI
90 (on the [/help?cmd=/search|/search page]) or from the command-line
91 (using the "[/help?cmd=search|fossil search -h PATTERN]" command.)
@@ -95,10 +111,12 @@
95 <li> The -u (--usage) option shows only the command-line syntax
96 <li> The -o (--options) option shows only the command-line options
97 </ol>
98 * Added the ability to attach wiki pages to a ticket for extended
99 descriptions.
 
 
100 * Add a "user elevation" [/doc/trunk/www/alerts.md|subscription]
101 which alerts subscribers when an admin creates a new user or
102 adds new permissions to one.
103 * Diverse minor fixes and additions.
104
105
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,32 +14,43 @@
14 <li> Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show
15 diffs of multiple files.
16 </ol>
17 * Added the [/help?cmd=/ckout|/ckout web page] to provide information
18 about pending changes in a working check-out
19 * Enhancements to the [/help?cmd=ui|fossil ui] command:
20 <ol type="a">
21 <li> Defaults to using the new [/help?cmd=/ckout|/ckout page] as its
22 start page. Or, if the new "--from PATH" option is present, the
23 default start page becomes "/ckout?exbase=PATH".
24 <li> The new "--extpage FILENAME" option opens the named file as if it
25 where in a [./serverext.wiki|CGI extension]. Example usage: the
26 person editing this change log has
27 "fossil ui --extpage www/changes.wiki" running and hence can
28 press "Reload" on the web browser to view edits.
29 </ol>
30 * Enhancements to [/help?cmd=merge|fossil merge]:
31 <ol type="a">
32 <li> Added the [/help?cmd=merge-info|fossil merge-info] command and
33 especially the --tk option to that command, to provide analysis
34 of the most recent merge or update operation.
35 <li> When a merge conflict occurs, a new section is added to the conflict
36 text that shows Fossil's suggested resolution to the conflict.
37 </ol>
38 * Enhancements to [/help?cmd=commit|fossil commit]:
39 <ol type="a">
40 <li> If Fossil sees potential formatting mistakes (ex: bad hyperlinks)
41 in the check-in comment, it will alert the developer and give
42 him or her the opportunity to edit the comment before continuing.
43 This feature is controllable by the
44 [/help?cmd=verify-comments|verify-comments setting].
45 <li> The new "--if-changes" option causes the commit to become
46 a quiet no-op if there are no pending changes.
47 <li> Added the ability to sign check-ins with SSH keys.
48 <li> Issue a warning if a user tries to commit on a check-in where the
49 branch has been changed.
50 <li> The interactive checkin comment prompt shows the formatting rules
51 set for that repository.
52 </ol>
53 * Deprecate the --comfmtflags and --comment-format global options and
54 no longer list them in the built-in help, but keep them working for
55 backwards compatibility.
56 Alternative TTY comment formatting can still be specified using the
@@ -76,16 +87,21 @@
87 case the timeline shows those check-ins that are both ancestors
88 of p= and descendants of d=.
89 </ol>
90 * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis
91 and debugging
92 * Added the "artifact_to_json(NAME)" SQL function that returns a JSON
93 decoding of the artifact described by NAME.
94 * Improvements to the [/help?cmd=patch|fossil patch] command:
95 <ol type="a">
96 <li> Fix a bug in "fossil patch create" that causes
97 [/help?cmd=revert|fossil revert] operations that happened
98 on individualfiles after a [/help?cmd=merge|fossil merge]
99 to be omitted from the patch.
100 <li> Added the [/help?cmd=patch|patch alias] command for managing
101 aliases for remote checkout names.
102 </ol>
103 * Enhancements to on-line help and the [/help?cmd=help|fossil help] command:
104 <ol type="a">
105 <li> Add the ability to search the help text, either in the UI
106 (on the [/help?cmd=/search|/search page]) or from the command-line
107 (using the "[/help?cmd=search|fossil search -h PATTERN]" command.)
@@ -95,10 +111,12 @@
111 <li> The -u (--usage) option shows only the command-line syntax
112 <li> The -o (--options) option shows only the command-line options
113 </ol>
114 * Added the ability to attach wiki pages to a ticket for extended
115 descriptions.
116 * Added the "hash" query parameter to the
117 [/help?cmd=/whatis|/whatis webpage].
118 * Add a "user elevation" [/doc/trunk/www/alerts.md|subscription]
119 which alerts subscribers when an admin creates a new user or
120 adds new permissions to one.
121 * Diverse minor fixes and additions.
122
123

Keyboard Shortcuts

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