Fossil SCM
Replace another leftover use of the word 'stemmer' and clean up end-of-line whitespace in the change log.
Commit
bcff4d81bb617ac73356fbcc6ad64dd4c8f805385e7522379bf69d9644d8916c
Parent
6a0858074d3407f…
2 files changed
+1
-1
+16
-16
+1
-1
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -2046,11 +2046,11 @@ | ||
| 2046 | 2046 | iOldTokenizer = search_tokenizer_type(0); |
| 2047 | 2047 | db_set("search-tokenizer", |
| 2048 | 2048 | search_tokenizer_for_string(g.argv[3]), 0); |
| 2049 | 2049 | iNewTokenizer = search_tokenizer_type(1); |
| 2050 | 2050 | if( iOldTokenizer!=iNewTokenizer ){ |
| 2051 | - /* Drop or rebuild index if stemmer changes. */ | |
| 2051 | + /* Drop or rebuild index if tokenizer changes. */ | |
| 2052 | 2052 | iAction = 1 + ((iOldTokenizer && iNewTokenizer) |
| 2053 | 2053 | ? 1 : (iNewTokenizer ? 1 : 0)); |
| 2054 | 2054 | } |
| 2055 | 2055 | } |
| 2056 | 2056 | |
| 2057 | 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 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 @@ | ||
| 66 | 66 | numeric order even if they contain a different number of digits. |
| 67 | 67 | (Example: "fossil_80_..." comes before "fossil_100.png" in the |
| 68 | 68 | [/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.) |
| 69 | 69 | * Enhancements to the graph layout algorithm design to improve readability |
| 70 | 70 | and promote better situational awareness. |
| 71 | - * Performance enhancement for the | |
| 71 | + * Performance enhancement for the | |
| 72 | 72 | [./checkin_names.wiki#root|"root:BRANCHNAME" style of tag], |
| 73 | 73 | accomplished using a Common Table Expression in the underlying SQL. |
| 74 | 74 | * Sort tag listings (command line and webpage) by taking numbers into |
| 75 | 75 | consideration so as to cater for tags that follow semantic versioning. |
| 76 | 76 | * On the wiki listings, omit by default wiki pages that are associated with |
| 77 | - check-ins and branches. | |
| 77 | + check-ins and branches. | |
| 78 | 78 | * Add the new "[/help?cmd=describe|fossil describe]" command. |
| 79 | 79 | * Markdown subsystem extended with [../src/markdown.md#ftnts|footnotes support]. |
| 80 | 80 | See corresponding [../test/markdown-test3.md|test cases], |
| 81 | 81 | [/wiki?name=branch/markdown-footnotes#il|known limitations] and |
| 82 | 82 | [forum:/forumthread/ee1f1597e46ec07a|discussion]. |
| @@ -125,11 +125,11 @@ | ||
| 125 | 125 | </ul> |
| 126 | 126 | * Promote the test-detach command into the [/help?cmd=detach|detach command]. |
| 127 | 127 | * For "[/help?cmd=pull|fossil pull]" with the --from-parent-project option, |
| 128 | 128 | if no URL is specified then use the last URL from the most recent prior |
| 129 | 129 | "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 | |
| 131 | 131 | "[/help?cmd=init|fossil init]" command. |
| 132 | 132 | * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment |
| 133 | 133 | variable for clients. |
| 134 | 134 | * Fix the REQUEST_URI [/doc/trunk/www/aboutcgi.wiki#cgivar|CGI variable] such |
| 135 | 135 | that it includes the query string. This is how most other systems understand |
| @@ -147,20 +147,20 @@ | ||
| 147 | 147 | <li> Performance improvements |
| 148 | 148 | </ul> |
| 149 | 149 | * The --branchcolor option on [/help?cmd=commit|fossil commit] and |
| 150 | 150 | [/help?cmd=amend|fossil amend] can now take the value "auto" to |
| 151 | 151 | 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 | |
| 153 | 153 | [/help?cmd=open|fossil open]. |
| 154 | 154 | * Add the [/help?cmd=ticket-default-report|ticket-default-report setting], |
| 155 | 155 | which if set to the title of a ticket report causes that ticket report |
| 156 | 156 | to be displayed below the search box in the /ticket page. |
| 157 | 157 | * The "nc" query parameter to the [/help?cmd=/timeline|/timeline] page |
| 158 | 158 | causes all graph coloring to be omitted. |
| 159 | 159 | * Improvements and bug fixes to the new "[/help?cmd=ui|fossil ui REMOTE]" |
| 160 | 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 | |
| 161 | + * In [/help?cmd=/wikiedit|/wikiedit], show the list of attachments for | |
| 162 | 162 | the current page and list URLs suitable for pasting them into the page. |
| 163 | 163 | * Add the --no-http-compression option to [/help?cmd=sync|fossil sync] |
| 164 | 164 | and similar. |
| 165 | 165 | * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using |
| 166 | 166 | the --verbose option. |
| @@ -251,11 +251,11 @@ | ||
| 251 | 251 | * The [./defcsp.md|default CSP] has been relaxed slightly to allow |
| 252 | 252 | images to be loaded from any URL. All other resources are still |
| 253 | 253 | locked down by default. |
| 254 | 254 | * The built-in skins all use the "[/help?cmd=mainmenu|mainmenu]" |
| 255 | 255 | setting to determine the content of the main menu. |
| 256 | - The ability to edit the | |
| 256 | + The ability to edit the | |
| 257 | 257 | "mainmenu" setting is added on the /Admin/Configuration page. |
| 258 | 258 | * The hamburger menu is now available on most of the built-in skins. |
| 259 | 259 | * Any built-in skin named "X" can be used instead of the standard |
| 260 | 260 | repository skin by adding the URL parameter <tt>skin=X</tt> to the |
| 261 | 261 | request. The selection is persisted using the display |
| @@ -266,43 +266,43 @@ | ||
| 266 | 266 | /sitemap, so that it appears in hamburger menus. |
| 267 | 267 | * The [/sitemap] extensions are now specified by a single new |
| 268 | 268 | "[/help?cmd=sitemap-extra|sitemap-extra setting]", |
| 269 | 269 | rather than a cluster of various |
| 270 | 270 | "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 | |
| 272 | 272 | adjustments on servers that use /sitemap extensions.</b> |
| 273 | 273 | The /Admin/Configuration page provides the ability to edit |
| 274 | 274 | the new "sitemap-extra" setting. |
| 275 | - * Added the "--ckout-alias NAME" option to | |
| 275 | + * Added the "--ckout-alias NAME" option to | |
| 276 | 276 | [/help?cmd=ui|fossil ui], [/help?cmd=server|fossil server], and |
| 277 | 277 | [/help?cmd=http|fossil http]. This option causes Fossil to |
| 278 | 278 | understand URIs of the form "/doc/NAME/..." as if they were |
| 279 | 279 | "[/help?cmd=/doc|/doc/ckout/...]", to facilitate testing of |
| 280 | 280 | [./embeddeddoc.wiki|embedded documentation] changes prior to |
| 281 | 281 | check-in. |
| 282 | 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 | |
| 283 | + is not specified by a query parameter, and if the | |
| 284 | 284 | "[/help?cmd=preferred-diff-type|preferred-diff-type]" |
| 285 | 285 | setting is omitted or less than 1, then select the diff type based |
| 286 | 286 | on a guess of whether or not the request is coming from a mobile |
| 287 | 287 | device. Mobile gets unified and desktop gets side-by-side. |
| 288 | 288 | * The various pages which show diffs now have toggles to show/hide |
| 289 | 289 | individual diffs. |
| 290 | 290 | * Add the "[/help?cmd=preferred-diff-type|preferred-diff-type]" |
| 291 | 291 | 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 | |
| 293 | 293 | "detail.txt" skin files, for better control of Pikchr |
| 294 | 294 | colors in inverted color schemes. |
| 295 | - * Add the <tt>--list</tt> option to the | |
| 295 | + * Add the <tt>--list</tt> option to the | |
| 296 | 296 | [/help?cmd=tarball|tarball], |
| 297 | 297 | [/help?cmd=zip|zip], and [/help?cmd=sqlar|sqlar] |
| 298 | 298 | commands. |
| 299 | 299 | * The javascript used to implement the hamburger menu on the |
| 300 | 300 | default built-in skin has been made generic so that it is usable |
| 301 | 301 | by a variety of skins, and promoted to an ordinary built-in |
| 302 | 302 | javascript file. |
| 303 | - * New TH1 commands: | |
| 303 | + * New TH1 commands: | |
| 304 | 304 | "[/doc/trunk/www/th1.md#bireqjs|builtin_request_js]", |
| 305 | 305 | "[/doc/trunk/www/th1.md#capexpr|capexpr]", |
| 306 | 306 | "foreach", "lappend", and "string match" |
| 307 | 307 | * The [/help/leaves|leaves command] now shows the branch point |
| 308 | 308 | of each leaf. |
| @@ -335,11 +335,11 @@ | ||
| 335 | 335 | * <b>Schema Update Notice #1:</b> |
| 336 | 336 | This release drops a trigger from the database schema (replacing |
| 337 | 337 | it with a TEMP trigger that is created as needed). This |
| 338 | 338 | change happens automatically the first time you |
| 339 | 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 | |
| 340 | + action is needed on your part. However, if you upgrade to | |
| 341 | 341 | version 2.14 and then later downgrade or otherwise use an earlier |
| 342 | 342 | version of Fossil, the email notification mechanism may fail |
| 343 | 343 | to send out notifications for some events, due to the missing |
| 344 | 344 | trigger. If you want to |
| 345 | 345 | permanently downgrade an installation, then you should run |
| @@ -360,11 +360,11 @@ | ||
| 360 | 360 | from the remote URL and the newly cloned repo is opened. This makes |
| 361 | 361 | the clone command work more like Git, thus making it easier for |
| 362 | 362 | people transitioning from Git. |
| 363 | 363 | * Added the --mainbranch option to the [/help?cmd=git|fossil git export] |
| 364 | 364 | command. |
| 365 | - * Added the --format option to the | |
| 365 | + * Added the --format option to the | |
| 366 | 366 | "[/help?cmd=timeline|fossil timeline]" command. |
| 367 | 367 | * Enhance the --numstat option on the |
| 368 | 368 | "[/help?cmd=diff|fossil diff]" command so that it shows a total |
| 369 | 369 | number of lines added and deleted and total number of files |
| 370 | 370 | modified. |
| @@ -482,11 +482,11 @@ | ||
| 482 | 482 | of the checkin that occured on 2020-06-27 15:06 going back to |
| 483 | 483 | the 2.11 release. |
| 484 | 484 | * Update the built-in SQLite so that the |
| 485 | 485 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 486 | 486 | 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 | |
| 488 | 488 | "[/help?cmd=sql|fossil sql]" command. |
| 489 | 489 | * Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to |
| 490 | 490 | the "[/help?cmd=sql|fossil sql]" command, providing access to the |
| 491 | 491 | dispatch table including all help text, and the builtin data files, |
| 492 | 492 | respectively. |
| @@ -519,11 +519,11 @@ | ||
| 519 | 519 | to work without the rebuild, but the new backlinks will be missing.</ul> |
| 520 | 520 | * The algorithm for finding the |
| 521 | 521 | [./tech_overview.wiki#configloc|location of the configuration database] |
| 522 | 522 | is enhanced to be XDG-compliant. |
| 523 | 523 | * Add a hide/show feature to |
| 524 | - [./wikitheory.wiki#assocwiki|associated wiki] display on | |
| 524 | + [./wikitheory.wiki#assocwiki|associated wiki] display on | |
| 525 | 525 | check-in and branch information pages. |
| 526 | 526 | * Enhance the "[/help?cmd=info|fossil info]" command so that it |
| 527 | 527 | works with no arguments even if not within an open check-out. |
| 528 | 528 | * Many improvements to the forum and especially email notification |
| 529 | 529 | of forum posts, in response to community feedback after switching |
| 530 | 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 |
| --- 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 |