Fossil SCM

Replace another leftover use of the word 'stemmer' and clean up end-of-line whitespace in the change log.

stephan 2023-04-17 20:13 fts5-trigram
Commit bcff4d81bb617ac73356fbcc6ad64dd4c8f805385e7522379bf69d9644d8916c
2 files changed +1 -1 +16 -16
+1 -1
--- src/search.c
+++ src/search.c
@@ -2046,11 +2046,11 @@
20462046
iOldTokenizer = search_tokenizer_type(0);
20472047
db_set("search-tokenizer",
20482048
search_tokenizer_for_string(g.argv[3]), 0);
20492049
iNewTokenizer = search_tokenizer_type(1);
20502050
if( iOldTokenizer!=iNewTokenizer ){
2051
- /* Drop or rebuild index if stemmer changes. */
2051
+ /* Drop or rebuild index if tokenizer changes. */
20522052
iAction = 1 + ((iOldTokenizer && iNewTokenizer)
20532053
? 1 : (iNewTokenizer ? 1 : 0));
20542054
}
20552055
}
20562056
20572057
--- src/search.c
+++ src/search.c
@@ -2046,11 +2046,11 @@
2046 iOldTokenizer = search_tokenizer_type(0);
2047 db_set("search-tokenizer",
2048 search_tokenizer_for_string(g.argv[3]), 0);
2049 iNewTokenizer = search_tokenizer_type(1);
2050 if( iOldTokenizer!=iNewTokenizer ){
2051 /* Drop or rebuild index if stemmer changes. */
2052 iAction = 1 + ((iOldTokenizer && iNewTokenizer)
2053 ? 1 : (iNewTokenizer ? 1 : 0));
2054 }
2055 }
2056
2057
--- src/search.c
+++ src/search.c
@@ -2046,11 +2046,11 @@
2046 iOldTokenizer = search_tokenizer_type(0);
2047 db_set("search-tokenizer",
2048 search_tokenizer_for_string(g.argv[3]), 0);
2049 iNewTokenizer = search_tokenizer_type(1);
2050 if( iOldTokenizer!=iNewTokenizer ){
2051 /* Drop or rebuild index if tokenizer changes. */
2052 iAction = 1 + ((iOldTokenizer && iNewTokenizer)
2053 ? 1 : (iNewTokenizer ? 1 : 0));
2054 }
2055 }
2056
2057
+16 -16
--- www/changes.wiki
+++ www/changes.wiki
@@ -66,17 +66,17 @@
6666
numeric order even if they contain a different number of digits.
6767
(Example: "fossil_80_..." comes before "fossil_100.png" in the
6868
[/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.)
6969
* Enhancements to the graph layout algorithm design to improve readability
7070
and promote better situational awareness.
71
- * Performance enhancement for the
71
+ * Performance enhancement for the
7272
[./checkin_names.wiki#root|"root:BRANCHNAME" style of tag],
7373
accomplished using a Common Table Expression in the underlying SQL.
7474
* Sort tag listings (command line and webpage) by taking numbers into
7575
consideration so as to cater for tags that follow semantic versioning.
7676
* On the wiki listings, omit by default wiki pages that are associated with
77
- check-ins and branches.
77
+ check-ins and branches.
7878
* Add the new "[/help?cmd=describe|fossil describe]" command.
7979
* Markdown subsystem extended with [../src/markdown.md#ftnts|footnotes support].
8080
See corresponding [../test/markdown-test3.md|test cases],
8181
[/wiki?name=branch/markdown-footnotes#il|known limitations] and
8282
[forum:/forumthread/ee1f1597e46ec07a|discussion].
@@ -125,11 +125,11 @@
125125
</ul>
126126
* Promote the test-detach command into the [/help?cmd=detach|detach command].
127127
* For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option,
128128
if no URL is specified then use the last URL from the most recent prior
129129
"fossil pull --from-parent-project".
130
- * Add options --project-name and --project-desc to the
130
+ * Add options --project-name and --project-desc to the
131131
"[/help?cmd=init|fossil init]" command.
132132
* The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
133133
variable for clients.
134134
* Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such
135135
that it includes the query string. This is how most other systems understand
@@ -147,20 +147,20 @@
147147
<li> Performance improvements
148148
</ul>
149149
* The --branchcolor option on [/help?cmd=commit|fossil commit] and
150150
[/help?cmd=amend|fossil amend] can now take the value "auto" to
151151
force Fossil to use its built-in automatic color choosing algorithm.
152
- * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
152
+ * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
153153
[/help?cmd=open|fossil open].
154154
* Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
155155
which if set to the title of a ticket report causes that ticket report
156156
to be displayed below the search box in the /ticket page.
157157
* The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
158158
causes all graph coloring to be omitted.
159159
* Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]"
160160
feature so that it works better on a wider variety of platforms.
161
- * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
161
+ * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
162162
the current page and list URLs suitable for pasting them into the page.
163163
* Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
164164
and similar.
165165
* Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
166166
the --verbose option.
@@ -251,11 +251,11 @@
251251
* The [./defcsp.md|default CSP] has been relaxed slightly to allow
252252
images to be loaded from any URL. All other resources are still
253253
locked down by default.
254254
* The built-in skins all use the "[/help?cmd=mainmenu|mainmenu]"
255255
setting to determine the content of the main menu.
256
- The ability to edit the
256
+ The ability to edit the
257257
"mainmenu" setting is added on the /Admin/Configuration page.
258258
* The hamburger menu is now available on most of the built-in skins.
259259
* Any built-in skin named "X" can be used instead of the standard
260260
repository skin by adding the URL parameter <tt>skin=X</tt> to the
261261
request. The selection is persisted using the display
@@ -266,43 +266,43 @@
266266
/sitemap, so that it appears in hamburger menus.
267267
* The [/sitemap] extensions are now specified by a single new
268268
"[/help?cmd=sitemap-extra|sitemap-extra setting]",
269269
rather than a cluster of various
270270
"sitemap-*" settings. The older settings are no longer used.
271
- <b>This change might require minor server configuration
271
+ <b>This change might require minor server configuration
272272
adjustments on servers that use /sitemap extensions.</b>
273273
The /Admin/Configuration page provides the ability to edit
274274
the new "sitemap-extra" setting.
275
- * Added the "--ckout-alias NAME" option to
275
+ * Added the "--ckout-alias NAME" option to
276276
[/help?cmd=ui|fossil ui], [/help?cmd=server|fossil server], and
277277
[/help?cmd=http|fossil http]. This option causes Fossil to
278278
understand URIs of the form "/doc/NAME/..." as if they were
279279
"[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of
280280
[./embeddeddoc.wiki|embedded documentation] changes prior to
281281
check-in.
282282
* For diff web pages, if the diff type (unified versus side-by-side)
283
- is not specified by a query parameter, and if the
283
+ is not specified by a query parameter, and if the
284284
"[/help?cmd=preferred-diff-type|preferred-diff-type]"
285285
setting is omitted or less than 1, then select the diff type based
286286
on a guess of whether or not the request is coming from a mobile
287287
device. Mobile gets unified and desktop gets side-by-side.
288288
* The various pages which show diffs now have toggles to show/hide
289289
individual diffs.
290290
* Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
291291
setting to allow an admin to force a default diff type.
292
- * The "pikchr-background" settings is now available in
292
+ * The "pikchr-background" settings is now available in
293293
"detail.txt" skin files, for better control of Pikchr
294294
colors in inverted color schemes.
295
- * Add the <tt>--list</tt> option to the
295
+ * Add the <tt>--list</tt> option to the
296296
[/help?cmd=tarball|tarball],
297297
[/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
298298
commands.
299299
* The javascript used to implement the hamburger menu on the
300300
default built-in skin has been made generic so that it is usable
301301
by a variety of skins, and promoted to an ordinary built-in
302302
javascript file.
303
- * New TH1 commands:
303
+ * New TH1 commands:
304304
"[/doc/trunk/www/th1.md#bireqjs|builtin_request_js]",
305305
"[/doc/trunk/www/th1.md#capexpr|capexpr]",
306306
"foreach", "lappend", and "string match"
307307
* The [/help/leaves|leaves command] now shows the branch point
308308
of each leaf.
@@ -335,11 +335,11 @@
335335
* <b>Schema Update Notice #1:</b>
336336
This release drops a trigger from the database schema (replacing
337337
it with a TEMP trigger that is created as needed). This
338338
change happens automatically the first time you
339339
add content to a repository using Fossil 2.14 or later. No
340
- action is needed on your part. However, if you upgrade to
340
+ action is needed on your part. However, if you upgrade to
341341
version 2.14 and then later downgrade or otherwise use an earlier
342342
version of Fossil, the email notification mechanism may fail
343343
to send out notifications for some events, due to the missing
344344
trigger. If you want to
345345
permanently downgrade an installation, then you should run
@@ -360,11 +360,11 @@
360360
from the remote URL and the newly cloned repo is opened. This makes
361361
the clone command work more like Git, thus making it easier for
362362
people transitioning from Git.
363363
* Added the --mainbranch option to the [/help?cmd=git|fossil git export]
364364
command.
365
- * Added the --format option to the
365
+ * Added the --format option to the
366366
"[/help?cmd=timeline|fossil timeline]" command.
367367
* Enhance the --numstat option on the
368368
"[/help?cmd=diff|fossil diff]" command so that it shows a total
369369
number of lines added and deleted and total number of files
370370
modified.
@@ -482,11 +482,11 @@
482482
of the checkin that occured on 2020-06-27 15:06 going back to
483483
the 2.11 release.
484484
* Update the built-in SQLite so that the
485485
"[/help?cmd=sql|fossil sql]" command supports new output
486486
modes ".mode box" and ".mode json".
487
- * Add the "<tt>obscure()</tt>" SQL function to the
487
+ * Add the "<tt>obscure()</tt>" SQL function to the
488488
"[/help?cmd=sql|fossil sql]" command.
489489
* Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to
490490
the "[/help?cmd=sql|fossil sql]" command, providing access to the
491491
dispatch table including all help text, and the builtin data files,
492492
respectively.
@@ -519,11 +519,11 @@
519519
to work without the rebuild, but the new backlinks will be missing.</ul>
520520
* The algorithm for finding the
521521
[./tech_overview.wiki#configloc|location of the configuration database]
522522
is enhanced to be XDG-compliant.
523523
* Add a hide/show feature to
524
- [./wikitheory.wiki#assocwiki|associated wiki] display on
524
+ [./wikitheory.wiki#assocwiki|associated wiki] display on
525525
check-in and branch information pages.
526526
* Enhance the "[/help?cmd=info|fossil info]" command so that it
527527
works with no arguments even if not within an open check-out.
528528
* Many improvements to the forum and especially email notification
529529
of forum posts, in response to community feedback after switching
530530
--- www/changes.wiki
+++ www/changes.wiki
@@ -66,17 +66,17 @@
66 numeric order even if they contain a different number of digits.
67 (Example: "fossil_80_..." comes before "fossil_100.png" in the
68 [/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.)
69 * Enhancements to the graph layout algorithm design to improve readability
70 and promote better situational awareness.
71 * Performance enhancement for the
72 [./checkin_names.wiki#root|"root:BRANCHNAME" style of tag],
73 accomplished using a Common Table Expression in the underlying SQL.
74 * Sort tag listings (command line and webpage) by taking numbers into
75 consideration so as to cater for tags that follow semantic versioning.
76 * On the wiki listings, omit by default wiki pages that are associated with
77 check-ins and branches.
78 * Add the new "[/help?cmd=describe|fossil describe]" command.
79 * Markdown subsystem extended with [../src/markdown.md#ftnts|footnotes support].
80 See corresponding [../test/markdown-test3.md|test cases],
81 [/wiki?name=branch/markdown-footnotes#il|known limitations] and
82 [forum:/forumthread/ee1f1597e46ec07a|discussion].
@@ -125,11 +125,11 @@
125 </ul>
126 * Promote the test-detach command into the [/help?cmd=detach|detach command].
127 * For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option,
128 if no URL is specified then use the last URL from the most recent prior
129 "fossil pull --from-parent-project".
130 * Add options --project-name and --project-desc to the
131 "[/help?cmd=init|fossil init]" command.
132 * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
133 variable for clients.
134 * Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such
135 that it includes the query string. This is how most other systems understand
@@ -147,20 +147,20 @@
147 <li> Performance improvements
148 </ul>
149 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
150 [/help?cmd=amend|fossil amend] can now take the value "auto" to
151 force Fossil to use its built-in automatic color choosing algorithm.
152 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
153 [/help?cmd=open|fossil open].
154 * Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
155 which if set to the title of a ticket report causes that ticket report
156 to be displayed below the search box in the /ticket page.
157 * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
158 causes all graph coloring to be omitted.
159 * Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]"
160 feature so that it works better on a wider variety of platforms.
161 * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
162 the current page and list URLs suitable for pasting them into the page.
163 * Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
164 and similar.
165 * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
166 the --verbose option.
@@ -251,11 +251,11 @@
251 * The [./defcsp.md|default CSP] has been relaxed slightly to allow
252 images to be loaded from any URL. All other resources are still
253 locked down by default.
254 * The built-in skins all use the "[/help?cmd=mainmenu|mainmenu]"
255 setting to determine the content of the main menu.
256 The ability to edit the
257 "mainmenu" setting is added on the /Admin/Configuration page.
258 * The hamburger menu is now available on most of the built-in skins.
259 * Any built-in skin named "X" can be used instead of the standard
260 repository skin by adding the URL parameter <tt>skin=X</tt> to the
261 request. The selection is persisted using the display
@@ -266,43 +266,43 @@
266 /sitemap, so that it appears in hamburger menus.
267 * The [/sitemap] extensions are now specified by a single new
268 "[/help?cmd=sitemap-extra|sitemap-extra setting]",
269 rather than a cluster of various
270 "sitemap-*" settings. The older settings are no longer used.
271 <b>This change might require minor server configuration
272 adjustments on servers that use /sitemap extensions.</b>
273 The /Admin/Configuration page provides the ability to edit
274 the new "sitemap-extra" setting.
275 * Added the "--ckout-alias NAME" option to
276 [/help?cmd=ui|fossil ui], [/help?cmd=server|fossil server], and
277 [/help?cmd=http|fossil http]. This option causes Fossil to
278 understand URIs of the form "/doc/NAME/..." as if they were
279 "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of
280 [./embeddeddoc.wiki|embedded documentation] changes prior to
281 check-in.
282 * For diff web pages, if the diff type (unified versus side-by-side)
283 is not specified by a query parameter, and if the
284 "[/help?cmd=preferred-diff-type|preferred-diff-type]"
285 setting is omitted or less than 1, then select the diff type based
286 on a guess of whether or not the request is coming from a mobile
287 device. Mobile gets unified and desktop gets side-by-side.
288 * The various pages which show diffs now have toggles to show/hide
289 individual diffs.
290 * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
291 setting to allow an admin to force a default diff type.
292 * The "pikchr-background" settings is now available in
293 "detail.txt" skin files, for better control of Pikchr
294 colors in inverted color schemes.
295 * Add the <tt>--list</tt> option to the
296 [/help?cmd=tarball|tarball],
297 [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
298 commands.
299 * The javascript used to implement the hamburger menu on the
300 default built-in skin has been made generic so that it is usable
301 by a variety of skins, and promoted to an ordinary built-in
302 javascript file.
303 * New TH1 commands:
304 "[/doc/trunk/www/th1.md#bireqjs|builtin_request_js]",
305 "[/doc/trunk/www/th1.md#capexpr|capexpr]",
306 "foreach", "lappend", and "string match"
307 * The [/help/leaves|leaves command] now shows the branch point
308 of each leaf.
@@ -335,11 +335,11 @@
335 * <b>Schema Update Notice #1:</b>
336 This release drops a trigger from the database schema (replacing
337 it with a TEMP trigger that is created as needed). This
338 change happens automatically the first time you
339 add content to a repository using Fossil 2.14 or later. No
340 action is needed on your part. However, if you upgrade to
341 version 2.14 and then later downgrade or otherwise use an earlier
342 version of Fossil, the email notification mechanism may fail
343 to send out notifications for some events, due to the missing
344 trigger. If you want to
345 permanently downgrade an installation, then you should run
@@ -360,11 +360,11 @@
360 from the remote URL and the newly cloned repo is opened. This makes
361 the clone command work more like Git, thus making it easier for
362 people transitioning from Git.
363 * Added the --mainbranch option to the [/help?cmd=git|fossil git export]
364 command.
365 * Added the --format option to the
366 "[/help?cmd=timeline|fossil timeline]" command.
367 * Enhance the --numstat option on the
368 "[/help?cmd=diff|fossil diff]" command so that it shows a total
369 number of lines added and deleted and total number of files
370 modified.
@@ -482,11 +482,11 @@
482 of the checkin that occured on 2020-06-27 15:06 going back to
483 the 2.11 release.
484 * Update the built-in SQLite so that the
485 "[/help?cmd=sql|fossil sql]" command supports new output
486 modes ".mode box" and ".mode json".
487 * Add the "<tt>obscure()</tt>" SQL function to the
488 "[/help?cmd=sql|fossil sql]" command.
489 * Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to
490 the "[/help?cmd=sql|fossil sql]" command, providing access to the
491 dispatch table including all help text, and the builtin data files,
492 respectively.
@@ -519,11 +519,11 @@
519 to work without the rebuild, but the new backlinks will be missing.</ul>
520 * The algorithm for finding the
521 [./tech_overview.wiki#configloc|location of the configuration database]
522 is enhanced to be XDG-compliant.
523 * Add a hide/show feature to
524 [./wikitheory.wiki#assocwiki|associated wiki] display on
525 check-in and branch information pages.
526 * Enhance the "[/help?cmd=info|fossil info]" command so that it
527 works with no arguments even if not within an open check-out.
528 * Many improvements to the forum and especially email notification
529 of forum posts, in response to community feedback after switching
530
--- www/changes.wiki
+++ www/changes.wiki
@@ -66,17 +66,17 @@
66 numeric order even if they contain a different number of digits.
67 (Example: "fossil_80_..." comes before "fossil_100.png" in the
68 [/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.)
69 * Enhancements to the graph layout algorithm design to improve readability
70 and promote better situational awareness.
71 * Performance enhancement for the
72 [./checkin_names.wiki#root|"root:BRANCHNAME" style of tag],
73 accomplished using a Common Table Expression in the underlying SQL.
74 * Sort tag listings (command line and webpage) by taking numbers into
75 consideration so as to cater for tags that follow semantic versioning.
76 * On the wiki listings, omit by default wiki pages that are associated with
77 check-ins and branches.
78 * Add the new "[/help?cmd=describe|fossil describe]" command.
79 * Markdown subsystem extended with [../src/markdown.md#ftnts|footnotes support].
80 See corresponding [../test/markdown-test3.md|test cases],
81 [/wiki?name=branch/markdown-footnotes#il|known limitations] and
82 [forum:/forumthread/ee1f1597e46ec07a|discussion].
@@ -125,11 +125,11 @@
125 </ul>
126 * Promote the test-detach command into the [/help?cmd=detach|detach command].
127 * For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option,
128 if no URL is specified then use the last URL from the most recent prior
129 "fossil pull --from-parent-project".
130 * Add options --project-name and --project-desc to the
131 "[/help?cmd=init|fossil init]" command.
132 * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
133 variable for clients.
134 * Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such
135 that it includes the query string. This is how most other systems understand
@@ -147,20 +147,20 @@
147 <li> Performance improvements
148 </ul>
149 * The --branchcolor option on [/help?cmd=commit|fossil commit] and
150 [/help?cmd=amend|fossil amend] can now take the value "auto" to
151 force Fossil to use its built-in automatic color choosing algorithm.
152 * Fossil now [./concepts.wiki#workflow|autosyncs] prior to running
153 [/help?cmd=open|fossil open].
154 * Add the [/help?cmd=ticket-default-report|ticket-default-report setting],
155 which if set to the title of a ticket report causes that ticket report
156 to be displayed below the search box in the /ticket page.
157 * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page
158 causes all graph coloring to be omitted.
159 * Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]"
160 feature so that it works better on a wider variety of platforms.
161 * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for
162 the current page and list URLs suitable for pasting them into the page.
163 * Add the --no-http-compression option to [/help?cmd=sync|fossil sync]
164 and similar.
165 * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using
166 the --verbose option.
@@ -251,11 +251,11 @@
251 * The [./defcsp.md|default CSP] has been relaxed slightly to allow
252 images to be loaded from any URL. All other resources are still
253 locked down by default.
254 * The built-in skins all use the "[/help?cmd=mainmenu|mainmenu]"
255 setting to determine the content of the main menu.
256 The ability to edit the
257 "mainmenu" setting is added on the /Admin/Configuration page.
258 * The hamburger menu is now available on most of the built-in skins.
259 * Any built-in skin named "X" can be used instead of the standard
260 repository skin by adding the URL parameter <tt>skin=X</tt> to the
261 request. The selection is persisted using the display
@@ -266,43 +266,43 @@
266 /sitemap, so that it appears in hamburger menus.
267 * The [/sitemap] extensions are now specified by a single new
268 "[/help?cmd=sitemap-extra|sitemap-extra setting]",
269 rather than a cluster of various
270 "sitemap-*" settings. The older settings are no longer used.
271 <b>This change might require minor server configuration
272 adjustments on servers that use /sitemap extensions.</b>
273 The /Admin/Configuration page provides the ability to edit
274 the new "sitemap-extra" setting.
275 * Added the "--ckout-alias NAME" option to
276 [/help?cmd=ui|fossil ui], [/help?cmd=server|fossil server], and
277 [/help?cmd=http|fossil http]. This option causes Fossil to
278 understand URIs of the form "/doc/NAME/..." as if they were
279 "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of
280 [./embeddeddoc.wiki|embedded documentation] changes prior to
281 check-in.
282 * For diff web pages, if the diff type (unified versus side-by-side)
283 is not specified by a query parameter, and if the
284 "[/help?cmd=preferred-diff-type|preferred-diff-type]"
285 setting is omitted or less than 1, then select the diff type based
286 on a guess of whether or not the request is coming from a mobile
287 device. Mobile gets unified and desktop gets side-by-side.
288 * The various pages which show diffs now have toggles to show/hide
289 individual diffs.
290 * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]"
291 setting to allow an admin to force a default diff type.
292 * The "pikchr-background" settings is now available in
293 "detail.txt" skin files, for better control of Pikchr
294 colors in inverted color schemes.
295 * Add the <tt>--list</tt> option to the
296 [/help?cmd=tarball|tarball],
297 [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar]
298 commands.
299 * The javascript used to implement the hamburger menu on the
300 default built-in skin has been made generic so that it is usable
301 by a variety of skins, and promoted to an ordinary built-in
302 javascript file.
303 * New TH1 commands:
304 "[/doc/trunk/www/th1.md#bireqjs|builtin_request_js]",
305 "[/doc/trunk/www/th1.md#capexpr|capexpr]",
306 "foreach", "lappend", and "string match"
307 * The [/help/leaves|leaves command] now shows the branch point
308 of each leaf.
@@ -335,11 +335,11 @@
335 * <b>Schema Update Notice #1:</b>
336 This release drops a trigger from the database schema (replacing
337 it with a TEMP trigger that is created as needed). This
338 change happens automatically the first time you
339 add content to a repository using Fossil 2.14 or later. No
340 action is needed on your part. However, if you upgrade to
341 version 2.14 and then later downgrade or otherwise use an earlier
342 version of Fossil, the email notification mechanism may fail
343 to send out notifications for some events, due to the missing
344 trigger. If you want to
345 permanently downgrade an installation, then you should run
@@ -360,11 +360,11 @@
360 from the remote URL and the newly cloned repo is opened. This makes
361 the clone command work more like Git, thus making it easier for
362 people transitioning from Git.
363 * Added the --mainbranch option to the [/help?cmd=git|fossil git export]
364 command.
365 * Added the --format option to the
366 "[/help?cmd=timeline|fossil timeline]" command.
367 * Enhance the --numstat option on the
368 "[/help?cmd=diff|fossil diff]" command so that it shows a total
369 number of lines added and deleted and total number of files
370 modified.
@@ -482,11 +482,11 @@
482 of the checkin that occured on 2020-06-27 15:06 going back to
483 the 2.11 release.
484 * Update the built-in SQLite so that the
485 "[/help?cmd=sql|fossil sql]" command supports new output
486 modes ".mode box" and ".mode json".
487 * Add the "<tt>obscure()</tt>" SQL function to the
488 "[/help?cmd=sql|fossil sql]" command.
489 * Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to
490 the "[/help?cmd=sql|fossil sql]" command, providing access to the
491 dispatch table including all help text, and the builtin data files,
492 respectively.
@@ -519,11 +519,11 @@
519 to work without the rebuild, but the new backlinks will be missing.</ul>
520 * The algorithm for finding the
521 [./tech_overview.wiki#configloc|location of the configuration database]
522 is enhanced to be XDG-compliant.
523 * Add a hide/show feature to
524 [./wikitheory.wiki#assocwiki|associated wiki] display on
525 check-in and branch information pages.
526 * Enhance the "[/help?cmd=info|fossil info]" command so that it
527 works with no arguments even if not within an open check-out.
528 * Many improvements to the forum and especially email notification
529 of forum posts, in response to community feedback after switching
530

Keyboard Shortcuts

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