Fossil SCM
Remove end-of-line spaces
Commit
e5d4c3ae68b6b920fe506ad182c764292862f7b6
Parent
6ee8ccd6e937682…
1 file changed
+22
-22
+22
-22
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -26,40 +26,40 @@ | ||
| 26 | 26 | Admin/Configuration. |
| 27 | 27 | * Fix CGI processing so that it works on web servers that do not |
| 28 | 28 | supply REQUEST_URI. |
| 29 | 29 | * Add options --dirsonly, --emptydirs, and --allckouts to the |
| 30 | 30 | "[/help?cmd=clean | fossil clean]" command. |
| 31 | - * Ten-fold performance improvement in large "fossil blame" or | |
| 31 | + * Ten-fold performance improvement in large "fossil blame" or | |
| 32 | 32 | "fossil annotate" commands. |
| 33 | 33 | * Add option -W|--width and --offset to "[/help?cmd=timeline | fossil timeline]" |
| 34 | 34 | and "[/help?cmd=finfo | fossil finfo]" commands. |
| 35 | 35 | * Option -n|--limit of "[/help?cmd=timeline | fossil timeline]" now |
| 36 | 36 | specifies the number of entries, just like all other commands which |
| 37 | 37 | have the -n|--limit option. The various timeline-related functions |
| 38 | 38 | now output "--- ?? limit (??) reached ---" at the end whenever |
| 39 | 39 | appropriate. Use "-n 0" if no limit is desired. |
| 40 | 40 | * Fix handling of password embedded in Fossil URL. |
| 41 | - * New <tt>--once</tt> option to [/help?cmd=clone | fossil clone] command | |
| 41 | + * New <tt>--once</tt> option to [/help?cmd=clone | fossil clone] command | |
| 42 | 42 | which does not store the URL or password when cloning. |
| 43 | 43 | * Modify [/help?cmd=ui | fossil ui] to respect "default user" in an open |
| 44 | 44 | repository. |
| 45 | 45 | * Fossil now hides check-ins that have the "hidden" tag in timeline webpages. |
| 46 | 46 | * Enhance <tt>/ci_edit</tt> page to add the "hidden" tag to check-ins. |
| 47 | 47 | * Advanced possibilities for commit and ticket change notifications over |
| 48 | 48 | http using TH1 scripting. |
| 49 | - * Add --sha1sum and --integrate options | |
| 49 | + * Add --sha1sum and --integrate options | |
| 50 | 50 | to the "[/help?cmd=commit | fossil commit]" command. |
| 51 | - * Add the "clean" and "extra" subcommands to the | |
| 51 | + * Add the "clean" and "extra" subcommands to the | |
| 52 | 52 | "[/help?cmd=all | fossil all]" command |
| 53 | 53 | * Add the --whatif option to "[/help?cmd=clean|fossil clean]" that works the |
| 54 | 54 | same as "--dry-run", |
| 55 | 55 | so that the name does not collide with the --dry-run option of "fossil all". |
| 56 | 56 | * Provide a configuration option to show dates on the web timeline |
| 57 | 57 | as "YYMMMDD HH:MM" |
| 58 | 58 | * Add an option to the "stats" webpage that allows an administrator to see |
| 59 | 59 | the current repository schema. |
| 60 | - * Enhancements to the "[/help?cmd=/vdiff|/vdiff]" webpage for more difference | |
| 60 | + * Enhancements to the "[/help?cmd=/vdiff|/vdiff]" webpage for more difference | |
| 61 | 61 | display options. |
| 62 | 62 | * Added the "[/tree?ci=trunk&expand | /tree]" webpage as an alternative |
| 63 | 63 | to "/dir" and make it the default way of showing file lists. |
| 64 | 64 | * Send gzipped HTTP responses to clients that support it. |
| 65 | 65 | |
| @@ -118,11 +118,11 @@ | ||
| 118 | 118 | See |
| 119 | 119 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 120 | 120 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 121 | 121 | results, including the ability to subscribe to changes made |
| 122 | 122 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 123 | - * Improved handling of the differences between case-sensitive and | |
| 123 | + * Improved handling of the differences between case-sensitive and | |
| 124 | 124 | case-insensitive filesystems. |
| 125 | 125 | * JSON API: added the 'status' command to report local checkout status. |
| 126 | 126 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 127 | 127 | * Added [/stats_report] page. |
| 128 | 128 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| @@ -136,15 +136,15 @@ | ||
| 136 | 136 | |
| 137 | 137 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 138 | 138 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 139 | 139 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 140 | 140 | Fields from ticket artifacts go into either or both of TICKET and |
| 141 | - TICKETCHNG, whichever contain matching column names. Default ticket | |
| 141 | + TICKETCHNG, whichever contain matching column names. Default ticket | |
| 142 | 142 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| 143 | 143 | scripting language is enhanced to support this, including the new |
| 144 | 144 | "query" command for doing SQL queries against the repository database. |
| 145 | - All changes should be backwards compatible. | |
| 145 | + All changes should be backwards compatible. | |
| 146 | 146 | * Add the ability to moderate ticket and wiki changes. Unmoderated changes |
| 147 | 147 | do not sync and may be deleted by the moderator if found to contain spam |
| 148 | 148 | or other objectionable content. |
| 149 | 149 | * Add javascript so that clicking on a node of the timeline graph selects |
| 150 | 150 | that node. Then clicking on a second node shows a diff between the |
| @@ -157,16 +157,16 @@ | ||
| 157 | 157 | * Add the "fossil cat" command which is basically an alias for |
| 158 | 158 | "fossil finfo -p". |
| 159 | 159 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 160 | 160 | on embedded documentation. |
| 161 | 161 | * The check-in comment editor on windows now defaults to NotePad.exe. |
| 162 | - * Correctly deal with BOMs in check-in comments. Also attempt to convert | |
| 162 | + * Correctly deal with BOMs in check-in comments. Also attempt to convert | |
| 163 | 163 | check-in comments to UTF8 from other encodings. |
| 164 | 164 | * Allow the deletion of multiple stash entries using multiple arguments |
| 165 | 165 | to the "fossil stash rm" command. |
| 166 | 166 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| 167 | - files contained in DIRECTORY. For security, only files with a | |
| 167 | + files contained in DIRECTORY. For security, only files with a | |
| 168 | 168 | recognized suffix (such as *.html, *.jpg, *.txt, etc) will be delivered |
| 169 | 169 | as static content, and *.fossil files are not on the list of recognized |
| 170 | 170 | suffixes. There are additional restrictions on the names of the files. |
| 171 | 171 | * Allow the "fossil ui" command to specify a directory as long as the |
| 172 | 172 | the --notfound option is used. |
| @@ -189,11 +189,11 @@ | ||
| 189 | 189 | * Add options to "fossil commit" to override the various sanity checks. |
| 190 | 190 | Options added: --allow-empty, --allow-fork, --allow-older, and |
| 191 | 191 | --allow-conflict. |
| 192 | 192 | * Optionally require a CAPTCHA (controlled by a setting on the |
| 193 | 193 | Admin/Access webpage) when a user who is not logged in tries to |
| 194 | - edit wiki, or a ticket, or an attachment. | |
| 194 | + edit wiki, or a ticket, or an attachment. | |
| 195 | 195 | * Improvements to the "ssh://" sync protocol, to help it move past |
| 196 | 196 | noisey motd comments. |
| 197 | 197 | * Add the uf=FILE-SHA1-HASH query parameter to the timeline, causing the |
| 198 | 198 | timeline to show only check-ins that contain the specific file identified |
| 199 | 199 | by FILE-SHA1-HASH. ("uf" stands for "uses file".) |
| @@ -302,16 +302,16 @@ | ||
| 302 | 302 | * Added the "public-pages" glob pattern that can be configured to allow |
| 303 | 303 | anonymous users to see embedded documentation on sites where source |
| 304 | 304 | code should not be accessible to anonymous users. |
| 305 | 305 | * Allow multiple --tag options on the same "fossil commit" command. |
| 306 | 306 | * Change the meaning of the --bgcolor option for "fossil commit" to only |
| 307 | - change the color for that one commit. The new --branchcolor option | |
| 307 | + change the color for that one commit. The new --branchcolor option | |
| 308 | 308 | is available to set a persistent background color. |
| 309 | 309 | * Add the branch= query parameter to the vdiff page and the --branch option |
| 310 | 310 | to the "fossil diff" command. |
| 311 | 311 | * Check-in names of the form "root:BRANCH" now refer to the origin of |
| 312 | - the branch. Hence to see all changes in a branch, use | |
| 312 | + the branch. Hence to see all changes in a branch, use | |
| 313 | 313 | "fossil diff --from root:BRANCH --to BRANCH". The --branch option on |
| 314 | 314 | the diff command is an alias for the same. |
| 315 | 315 | * Add the ability to configure ad-units to be displayed between the menu |
| 316 | 316 | bar and the content. |
| 317 | 317 | * Add the ability to set a background image as part of server configuration. |
| @@ -318,18 +318,18 @@ | ||
| 318 | 318 | * Allow partial commits of cherrypick merges. |
| 319 | 319 | * Updates against an uncommitted merge are now a warning, not a fatal error. |
| 320 | 320 | * Prompt the user to continue if a check-in comment is unedited. |
| 321 | 321 | * Fixes to case sensitivity settings with the /dir webpage. |
| 322 | 322 | * Repositories now try to remember the locations of all checkouts and |
| 323 | - web-access URLs and display this information with the | |
| 323 | + web-access URLs and display this information with the | |
| 324 | 324 | "fossil info $REPO" command. |
| 325 | 325 | * Improved defense against spiders: The src= attribute of |
| 326 | 326 | <a> elements is set using javascript after the page loads. |
| 327 | 327 | * Enhanced formatting of the user list page. |
| 328 | 328 | * If a file named in "fossil add" is missing, that is now a warning instead |
| 329 | 329 | of a fatal error. |
| 330 | - * Fix side-by-side diff so that it displays correctly with | |
| 330 | + * Fix side-by-side diff so that it displays correctly with | |
| 331 | 331 | multi-byte UTF8 characters. |
| 332 | 332 | * Performance improvements in the diff logic. |
| 333 | 333 | * Other performance tweaks and documentation updates. |
| 334 | 334 | |
| 335 | 335 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| @@ -338,11 +338,11 @@ | ||
| 338 | 338 | * Promote "allow-symlinks" to a versionable setting |
| 339 | 339 | * Harden the CGI processing logic against DOS attacks |
| 340 | 340 | * Add the ability to run TH1 scripts after sync requests |
| 341 | 341 | * Store the repository name in _FOSSIL_ as it is type in the "open" command, |
| 342 | 342 | possibly as a relative pathname. |
| 343 | - * Make ".fslckout" the alternative name for the "_FOSSIL_" file. | |
| 343 | + * Make ".fslckout" the alternative name for the "_FOSSIL_" file. | |
| 344 | 344 | * Change the "ssh:" transfer method to allow all access regardless of |
| 345 | 345 | user permission. |
| 346 | 346 | * Improvements to the timeline messages associated with tag changes. |
| 347 | 347 | (Requires a "[/help/rebuild | fossil rebuild]" to take effect.) |
| 348 | 348 | * Various additions and fixes for the JSON API. |
| @@ -352,17 +352,17 @@ | ||
| 352 | 352 | * Update to use SQLite version 3.7.11. |
| 353 | 353 | * Various minor bug fixes. |
| 354 | 354 | |
| 355 | 355 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 356 | 356 | * Added side-by-side diffs in the command-line interface |
| 357 | - * Automatically enable hyperlinks if the UserAgent string in the | |
| 357 | + * Automatically enable hyperlinks if the UserAgent string in the | |
| 358 | 358 | HTTP header suggests that the requestor is a human and not a bot. |
| 359 | 359 | * Show only commonly used commands with "fossil help". Use |
| 360 | 360 | "fossil help --all" to see the complete list now. |
| 361 | - * Improvements to the "stash" command: (1) Stash all files, not just | |
| 362 | - those below the working directory. (2) Add the --detail option to | |
| 363 | - "list". (3) Confirm before "drop --all". (4) Add the "help" | |
| 361 | + * Improvements to the "stash" command: (1) Stash all files, not just | |
| 362 | + those below the working directory. (2) Add the --detail option to | |
| 363 | + "list". (3) Confirm before "drop --all". (4) Add the "help" | |
| 364 | 364 | subcommand. |
| 365 | 365 | * Add an Admin/Access setting to change the number of octets of the |
| 366 | 366 | IP address that are saved in login cookies - allowing this setting |
| 367 | 367 | to be changed to zero |
| 368 | 368 | * Promote the "test-md5sum" command to "md5sum". |
| @@ -381,11 +381,11 @@ | ||
| 381 | 381 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 382 | 382 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 383 | 383 | off by default). [e4f1c1fe95] |
| 384 | 384 | * Fixed CLI annotate to show the proper file version in case there |
| 385 | 385 | are multiple equal versions in history. [e161670939] |
| 386 | - * Timeline now shows tag changes (requires rebuild).[87540ed6e6] | |
| 386 | + * Timeline now shows tag changes (requires rebuild).[87540ed6e6] | |
| 387 | 387 | * Fixed annotate to show "more relevant" versions of lines in |
| 388 | 388 | some cases. [e161670939] |
| 389 | 389 | * New command: ticket history. [98a855c508] |
| 390 | 390 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 391 | 391 | * Fixed constant prompting regarding previously-saved SSL |
| @@ -396,11 +396,11 @@ | ||
| 396 | 396 | always identical for any given checkin. [e080560378] |
| 397 | 397 | * A number of minor HTML-related tweaks and fixes. |
| 398 | 398 | * Added --args FILENAME global CLI argument to import arbitrary |
| 399 | 399 | CLI arguments from a file (e.g. long file lists). [e080560378] |
| 400 | 400 | * Fixed significant memory leak in annotation of files with long |
| 401 | - histories.[9929bab702] | |
| 401 | + histories.[9929bab702] | |
| 402 | 402 | * Added warnings when a merge operation overwrites local copies |
| 403 | 403 | (UNDO is available, but previously this condition normally went |
| 404 | 404 | silently unnoticed). [39f979b08c] |
| 405 | 405 | * Improved performance when adding many files. [a369dc7721] |
| 406 | 406 | * Improve merges which contain many file renames. [0b93b0f958] |
| 407 | 407 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -26,40 +26,40 @@ | |
| 26 | Admin/Configuration. |
| 27 | * Fix CGI processing so that it works on web servers that do not |
| 28 | supply REQUEST_URI. |
| 29 | * Add options --dirsonly, --emptydirs, and --allckouts to the |
| 30 | "[/help?cmd=clean | fossil clean]" command. |
| 31 | * Ten-fold performance improvement in large "fossil blame" or |
| 32 | "fossil annotate" commands. |
| 33 | * Add option -W|--width and --offset to "[/help?cmd=timeline | fossil timeline]" |
| 34 | and "[/help?cmd=finfo | fossil finfo]" commands. |
| 35 | * Option -n|--limit of "[/help?cmd=timeline | fossil timeline]" now |
| 36 | specifies the number of entries, just like all other commands which |
| 37 | have the -n|--limit option. The various timeline-related functions |
| 38 | now output "--- ?? limit (??) reached ---" at the end whenever |
| 39 | appropriate. Use "-n 0" if no limit is desired. |
| 40 | * Fix handling of password embedded in Fossil URL. |
| 41 | * New <tt>--once</tt> option to [/help?cmd=clone | fossil clone] command |
| 42 | which does not store the URL or password when cloning. |
| 43 | * Modify [/help?cmd=ui | fossil ui] to respect "default user" in an open |
| 44 | repository. |
| 45 | * Fossil now hides check-ins that have the "hidden" tag in timeline webpages. |
| 46 | * Enhance <tt>/ci_edit</tt> page to add the "hidden" tag to check-ins. |
| 47 | * Advanced possibilities for commit and ticket change notifications over |
| 48 | http using TH1 scripting. |
| 49 | * Add --sha1sum and --integrate options |
| 50 | to the "[/help?cmd=commit | fossil commit]" command. |
| 51 | * Add the "clean" and "extra" subcommands to the |
| 52 | "[/help?cmd=all | fossil all]" command |
| 53 | * Add the --whatif option to "[/help?cmd=clean|fossil clean]" that works the |
| 54 | same as "--dry-run", |
| 55 | so that the name does not collide with the --dry-run option of "fossil all". |
| 56 | * Provide a configuration option to show dates on the web timeline |
| 57 | as "YYMMMDD HH:MM" |
| 58 | * Add an option to the "stats" webpage that allows an administrator to see |
| 59 | the current repository schema. |
| 60 | * Enhancements to the "[/help?cmd=/vdiff|/vdiff]" webpage for more difference |
| 61 | display options. |
| 62 | * Added the "[/tree?ci=trunk&expand | /tree]" webpage as an alternative |
| 63 | to "/dir" and make it the default way of showing file lists. |
| 64 | * Send gzipped HTTP responses to clients that support it. |
| 65 | |
| @@ -118,11 +118,11 @@ | |
| 118 | See |
| 119 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 120 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 121 | results, including the ability to subscribe to changes made |
| 122 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 123 | * Improved handling of the differences between case-sensitive and |
| 124 | case-insensitive filesystems. |
| 125 | * JSON API: added the 'status' command to report local checkout status. |
| 126 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 127 | * Added [/stats_report] page. |
| 128 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| @@ -136,15 +136,15 @@ | |
| 136 | |
| 137 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 138 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 139 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 140 | Fields from ticket artifacts go into either or both of TICKET and |
| 141 | TICKETCHNG, whichever contain matching column names. Default ticket |
| 142 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| 143 | scripting language is enhanced to support this, including the new |
| 144 | "query" command for doing SQL queries against the repository database. |
| 145 | All changes should be backwards compatible. |
| 146 | * Add the ability to moderate ticket and wiki changes. Unmoderated changes |
| 147 | do not sync and may be deleted by the moderator if found to contain spam |
| 148 | or other objectionable content. |
| 149 | * Add javascript so that clicking on a node of the timeline graph selects |
| 150 | that node. Then clicking on a second node shows a diff between the |
| @@ -157,16 +157,16 @@ | |
| 157 | * Add the "fossil cat" command which is basically an alias for |
| 158 | "fossil finfo -p". |
| 159 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 160 | on embedded documentation. |
| 161 | * The check-in comment editor on windows now defaults to NotePad.exe. |
| 162 | * Correctly deal with BOMs in check-in comments. Also attempt to convert |
| 163 | check-in comments to UTF8 from other encodings. |
| 164 | * Allow the deletion of multiple stash entries using multiple arguments |
| 165 | to the "fossil stash rm" command. |
| 166 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| 167 | files contained in DIRECTORY. For security, only files with a |
| 168 | recognized suffix (such as *.html, *.jpg, *.txt, etc) will be delivered |
| 169 | as static content, and *.fossil files are not on the list of recognized |
| 170 | suffixes. There are additional restrictions on the names of the files. |
| 171 | * Allow the "fossil ui" command to specify a directory as long as the |
| 172 | the --notfound option is used. |
| @@ -189,11 +189,11 @@ | |
| 189 | * Add options to "fossil commit" to override the various sanity checks. |
| 190 | Options added: --allow-empty, --allow-fork, --allow-older, and |
| 191 | --allow-conflict. |
| 192 | * Optionally require a CAPTCHA (controlled by a setting on the |
| 193 | Admin/Access webpage) when a user who is not logged in tries to |
| 194 | edit wiki, or a ticket, or an attachment. |
| 195 | * Improvements to the "ssh://" sync protocol, to help it move past |
| 196 | noisey motd comments. |
| 197 | * Add the uf=FILE-SHA1-HASH query parameter to the timeline, causing the |
| 198 | timeline to show only check-ins that contain the specific file identified |
| 199 | by FILE-SHA1-HASH. ("uf" stands for "uses file".) |
| @@ -302,16 +302,16 @@ | |
| 302 | * Added the "public-pages" glob pattern that can be configured to allow |
| 303 | anonymous users to see embedded documentation on sites where source |
| 304 | code should not be accessible to anonymous users. |
| 305 | * Allow multiple --tag options on the same "fossil commit" command. |
| 306 | * Change the meaning of the --bgcolor option for "fossil commit" to only |
| 307 | change the color for that one commit. The new --branchcolor option |
| 308 | is available to set a persistent background color. |
| 309 | * Add the branch= query parameter to the vdiff page and the --branch option |
| 310 | to the "fossil diff" command. |
| 311 | * Check-in names of the form "root:BRANCH" now refer to the origin of |
| 312 | the branch. Hence to see all changes in a branch, use |
| 313 | "fossil diff --from root:BRANCH --to BRANCH". The --branch option on |
| 314 | the diff command is an alias for the same. |
| 315 | * Add the ability to configure ad-units to be displayed between the menu |
| 316 | bar and the content. |
| 317 | * Add the ability to set a background image as part of server configuration. |
| @@ -318,18 +318,18 @@ | |
| 318 | * Allow partial commits of cherrypick merges. |
| 319 | * Updates against an uncommitted merge are now a warning, not a fatal error. |
| 320 | * Prompt the user to continue if a check-in comment is unedited. |
| 321 | * Fixes to case sensitivity settings with the /dir webpage. |
| 322 | * Repositories now try to remember the locations of all checkouts and |
| 323 | web-access URLs and display this information with the |
| 324 | "fossil info $REPO" command. |
| 325 | * Improved defense against spiders: The src= attribute of |
| 326 | <a> elements is set using javascript after the page loads. |
| 327 | * Enhanced formatting of the user list page. |
| 328 | * If a file named in "fossil add" is missing, that is now a warning instead |
| 329 | of a fatal error. |
| 330 | * Fix side-by-side diff so that it displays correctly with |
| 331 | multi-byte UTF8 characters. |
| 332 | * Performance improvements in the diff logic. |
| 333 | * Other performance tweaks and documentation updates. |
| 334 | |
| 335 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| @@ -338,11 +338,11 @@ | |
| 338 | * Promote "allow-symlinks" to a versionable setting |
| 339 | * Harden the CGI processing logic against DOS attacks |
| 340 | * Add the ability to run TH1 scripts after sync requests |
| 341 | * Store the repository name in _FOSSIL_ as it is type in the "open" command, |
| 342 | possibly as a relative pathname. |
| 343 | * Make ".fslckout" the alternative name for the "_FOSSIL_" file. |
| 344 | * Change the "ssh:" transfer method to allow all access regardless of |
| 345 | user permission. |
| 346 | * Improvements to the timeline messages associated with tag changes. |
| 347 | (Requires a "[/help/rebuild | fossil rebuild]" to take effect.) |
| 348 | * Various additions and fixes for the JSON API. |
| @@ -352,17 +352,17 @@ | |
| 352 | * Update to use SQLite version 3.7.11. |
| 353 | * Various minor bug fixes. |
| 354 | |
| 355 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 356 | * Added side-by-side diffs in the command-line interface |
| 357 | * Automatically enable hyperlinks if the UserAgent string in the |
| 358 | HTTP header suggests that the requestor is a human and not a bot. |
| 359 | * Show only commonly used commands with "fossil help". Use |
| 360 | "fossil help --all" to see the complete list now. |
| 361 | * Improvements to the "stash" command: (1) Stash all files, not just |
| 362 | those below the working directory. (2) Add the --detail option to |
| 363 | "list". (3) Confirm before "drop --all". (4) Add the "help" |
| 364 | subcommand. |
| 365 | * Add an Admin/Access setting to change the number of octets of the |
| 366 | IP address that are saved in login cookies - allowing this setting |
| 367 | to be changed to zero |
| 368 | * Promote the "test-md5sum" command to "md5sum". |
| @@ -381,11 +381,11 @@ | |
| 381 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 382 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 383 | off by default). [e4f1c1fe95] |
| 384 | * Fixed CLI annotate to show the proper file version in case there |
| 385 | are multiple equal versions in history. [e161670939] |
| 386 | * Timeline now shows tag changes (requires rebuild).[87540ed6e6] |
| 387 | * Fixed annotate to show "more relevant" versions of lines in |
| 388 | some cases. [e161670939] |
| 389 | * New command: ticket history. [98a855c508] |
| 390 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 391 | * Fixed constant prompting regarding previously-saved SSL |
| @@ -396,11 +396,11 @@ | |
| 396 | always identical for any given checkin. [e080560378] |
| 397 | * A number of minor HTML-related tweaks and fixes. |
| 398 | * Added --args FILENAME global CLI argument to import arbitrary |
| 399 | CLI arguments from a file (e.g. long file lists). [e080560378] |
| 400 | * Fixed significant memory leak in annotation of files with long |
| 401 | histories.[9929bab702] |
| 402 | * Added warnings when a merge operation overwrites local copies |
| 403 | (UNDO is available, but previously this condition normally went |
| 404 | silently unnoticed). [39f979b08c] |
| 405 | * Improved performance when adding many files. [a369dc7721] |
| 406 | * Improve merges which contain many file renames. [0b93b0f958] |
| 407 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -26,40 +26,40 @@ | |
| 26 | Admin/Configuration. |
| 27 | * Fix CGI processing so that it works on web servers that do not |
| 28 | supply REQUEST_URI. |
| 29 | * Add options --dirsonly, --emptydirs, and --allckouts to the |
| 30 | "[/help?cmd=clean | fossil clean]" command. |
| 31 | * Ten-fold performance improvement in large "fossil blame" or |
| 32 | "fossil annotate" commands. |
| 33 | * Add option -W|--width and --offset to "[/help?cmd=timeline | fossil timeline]" |
| 34 | and "[/help?cmd=finfo | fossil finfo]" commands. |
| 35 | * Option -n|--limit of "[/help?cmd=timeline | fossil timeline]" now |
| 36 | specifies the number of entries, just like all other commands which |
| 37 | have the -n|--limit option. The various timeline-related functions |
| 38 | now output "--- ?? limit (??) reached ---" at the end whenever |
| 39 | appropriate. Use "-n 0" if no limit is desired. |
| 40 | * Fix handling of password embedded in Fossil URL. |
| 41 | * New <tt>--once</tt> option to [/help?cmd=clone | fossil clone] command |
| 42 | which does not store the URL or password when cloning. |
| 43 | * Modify [/help?cmd=ui | fossil ui] to respect "default user" in an open |
| 44 | repository. |
| 45 | * Fossil now hides check-ins that have the "hidden" tag in timeline webpages. |
| 46 | * Enhance <tt>/ci_edit</tt> page to add the "hidden" tag to check-ins. |
| 47 | * Advanced possibilities for commit and ticket change notifications over |
| 48 | http using TH1 scripting. |
| 49 | * Add --sha1sum and --integrate options |
| 50 | to the "[/help?cmd=commit | fossil commit]" command. |
| 51 | * Add the "clean" and "extra" subcommands to the |
| 52 | "[/help?cmd=all | fossil all]" command |
| 53 | * Add the --whatif option to "[/help?cmd=clean|fossil clean]" that works the |
| 54 | same as "--dry-run", |
| 55 | so that the name does not collide with the --dry-run option of "fossil all". |
| 56 | * Provide a configuration option to show dates on the web timeline |
| 57 | as "YYMMMDD HH:MM" |
| 58 | * Add an option to the "stats" webpage that allows an administrator to see |
| 59 | the current repository schema. |
| 60 | * Enhancements to the "[/help?cmd=/vdiff|/vdiff]" webpage for more difference |
| 61 | display options. |
| 62 | * Added the "[/tree?ci=trunk&expand | /tree]" webpage as an alternative |
| 63 | to "/dir" and make it the default way of showing file lists. |
| 64 | * Send gzipped HTTP responses to clients that support it. |
| 65 | |
| @@ -118,11 +118,11 @@ | |
| 118 | See |
| 119 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 120 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 121 | results, including the ability to subscribe to changes made |
| 122 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 123 | * Improved handling of the differences between case-sensitive and |
| 124 | case-insensitive filesystems. |
| 125 | * JSON API: added the 'status' command to report local checkout status. |
| 126 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 127 | * Added [/stats_report] page. |
| 128 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| @@ -136,15 +136,15 @@ | |
| 136 | |
| 137 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 138 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 139 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 140 | Fields from ticket artifacts go into either or both of TICKET and |
| 141 | TICKETCHNG, whichever contain matching column names. Default ticket |
| 142 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| 143 | scripting language is enhanced to support this, including the new |
| 144 | "query" command for doing SQL queries against the repository database. |
| 145 | All changes should be backwards compatible. |
| 146 | * Add the ability to moderate ticket and wiki changes. Unmoderated changes |
| 147 | do not sync and may be deleted by the moderator if found to contain spam |
| 148 | or other objectionable content. |
| 149 | * Add javascript so that clicking on a node of the timeline graph selects |
| 150 | that node. Then clicking on a second node shows a diff between the |
| @@ -157,16 +157,16 @@ | |
| 157 | * Add the "fossil cat" command which is basically an alias for |
| 158 | "fossil finfo -p". |
| 159 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 160 | on embedded documentation. |
| 161 | * The check-in comment editor on windows now defaults to NotePad.exe. |
| 162 | * Correctly deal with BOMs in check-in comments. Also attempt to convert |
| 163 | check-in comments to UTF8 from other encodings. |
| 164 | * Allow the deletion of multiple stash entries using multiple arguments |
| 165 | to the "fossil stash rm" command. |
| 166 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| 167 | files contained in DIRECTORY. For security, only files with a |
| 168 | recognized suffix (such as *.html, *.jpg, *.txt, etc) will be delivered |
| 169 | as static content, and *.fossil files are not on the list of recognized |
| 170 | suffixes. There are additional restrictions on the names of the files. |
| 171 | * Allow the "fossil ui" command to specify a directory as long as the |
| 172 | the --notfound option is used. |
| @@ -189,11 +189,11 @@ | |
| 189 | * Add options to "fossil commit" to override the various sanity checks. |
| 190 | Options added: --allow-empty, --allow-fork, --allow-older, and |
| 191 | --allow-conflict. |
| 192 | * Optionally require a CAPTCHA (controlled by a setting on the |
| 193 | Admin/Access webpage) when a user who is not logged in tries to |
| 194 | edit wiki, or a ticket, or an attachment. |
| 195 | * Improvements to the "ssh://" sync protocol, to help it move past |
| 196 | noisey motd comments. |
| 197 | * Add the uf=FILE-SHA1-HASH query parameter to the timeline, causing the |
| 198 | timeline to show only check-ins that contain the specific file identified |
| 199 | by FILE-SHA1-HASH. ("uf" stands for "uses file".) |
| @@ -302,16 +302,16 @@ | |
| 302 | * Added the "public-pages" glob pattern that can be configured to allow |
| 303 | anonymous users to see embedded documentation on sites where source |
| 304 | code should not be accessible to anonymous users. |
| 305 | * Allow multiple --tag options on the same "fossil commit" command. |
| 306 | * Change the meaning of the --bgcolor option for "fossil commit" to only |
| 307 | change the color for that one commit. The new --branchcolor option |
| 308 | is available to set a persistent background color. |
| 309 | * Add the branch= query parameter to the vdiff page and the --branch option |
| 310 | to the "fossil diff" command. |
| 311 | * Check-in names of the form "root:BRANCH" now refer to the origin of |
| 312 | the branch. Hence to see all changes in a branch, use |
| 313 | "fossil diff --from root:BRANCH --to BRANCH". The --branch option on |
| 314 | the diff command is an alias for the same. |
| 315 | * Add the ability to configure ad-units to be displayed between the menu |
| 316 | bar and the content. |
| 317 | * Add the ability to set a background image as part of server configuration. |
| @@ -318,18 +318,18 @@ | |
| 318 | * Allow partial commits of cherrypick merges. |
| 319 | * Updates against an uncommitted merge are now a warning, not a fatal error. |
| 320 | * Prompt the user to continue if a check-in comment is unedited. |
| 321 | * Fixes to case sensitivity settings with the /dir webpage. |
| 322 | * Repositories now try to remember the locations of all checkouts and |
| 323 | web-access URLs and display this information with the |
| 324 | "fossil info $REPO" command. |
| 325 | * Improved defense against spiders: The src= attribute of |
| 326 | <a> elements is set using javascript after the page loads. |
| 327 | * Enhanced formatting of the user list page. |
| 328 | * If a file named in "fossil add" is missing, that is now a warning instead |
| 329 | of a fatal error. |
| 330 | * Fix side-by-side diff so that it displays correctly with |
| 331 | multi-byte UTF8 characters. |
| 332 | * Performance improvements in the diff logic. |
| 333 | * Other performance tweaks and documentation updates. |
| 334 | |
| 335 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| @@ -338,11 +338,11 @@ | |
| 338 | * Promote "allow-symlinks" to a versionable setting |
| 339 | * Harden the CGI processing logic against DOS attacks |
| 340 | * Add the ability to run TH1 scripts after sync requests |
| 341 | * Store the repository name in _FOSSIL_ as it is type in the "open" command, |
| 342 | possibly as a relative pathname. |
| 343 | * Make ".fslckout" the alternative name for the "_FOSSIL_" file. |
| 344 | * Change the "ssh:" transfer method to allow all access regardless of |
| 345 | user permission. |
| 346 | * Improvements to the timeline messages associated with tag changes. |
| 347 | (Requires a "[/help/rebuild | fossil rebuild]" to take effect.) |
| 348 | * Various additions and fixes for the JSON API. |
| @@ -352,17 +352,17 @@ | |
| 352 | * Update to use SQLite version 3.7.11. |
| 353 | * Various minor bug fixes. |
| 354 | |
| 355 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 356 | * Added side-by-side diffs in the command-line interface |
| 357 | * Automatically enable hyperlinks if the UserAgent string in the |
| 358 | HTTP header suggests that the requestor is a human and not a bot. |
| 359 | * Show only commonly used commands with "fossil help". Use |
| 360 | "fossil help --all" to see the complete list now. |
| 361 | * Improvements to the "stash" command: (1) Stash all files, not just |
| 362 | those below the working directory. (2) Add the --detail option to |
| 363 | "list". (3) Confirm before "drop --all". (4) Add the "help" |
| 364 | subcommand. |
| 365 | * Add an Admin/Access setting to change the number of octets of the |
| 366 | IP address that are saved in login cookies - allowing this setting |
| 367 | to be changed to zero |
| 368 | * Promote the "test-md5sum" command to "md5sum". |
| @@ -381,11 +381,11 @@ | |
| 381 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 382 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 383 | off by default). [e4f1c1fe95] |
| 384 | * Fixed CLI annotate to show the proper file version in case there |
| 385 | are multiple equal versions in history. [e161670939] |
| 386 | * Timeline now shows tag changes (requires rebuild).[87540ed6e6] |
| 387 | * Fixed annotate to show "more relevant" versions of lines in |
| 388 | some cases. [e161670939] |
| 389 | * New command: ticket history. [98a855c508] |
| 390 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 391 | * Fixed constant prompting regarding previously-saved SSL |
| @@ -396,11 +396,11 @@ | |
| 396 | always identical for any given checkin. [e080560378] |
| 397 | * A number of minor HTML-related tweaks and fixes. |
| 398 | * Added --args FILENAME global CLI argument to import arbitrary |
| 399 | CLI arguments from a file (e.g. long file lists). [e080560378] |
| 400 | * Fixed significant memory leak in annotation of files with long |
| 401 | histories.[9929bab702] |
| 402 | * Added warnings when a merge operation overwrites local copies |
| 403 | (UNDO is available, but previously this condition normally went |
| 404 | silently unnoticed). [39f979b08c] |
| 405 | * Improved performance when adding many files. [a369dc7721] |
| 406 | * Improve merges which contain many file renames. [0b93b0f958] |
| 407 |