Fossil SCM

Remove end-of-line spaces

jan.nijtmans 2014-02-17 09:44 trunk
Commit e5d4c3ae68b6b920fe506ad182c764292862f7b6
1 file changed +22 -22
+22 -22
--- www/changes.wiki
+++ www/changes.wiki
@@ -26,40 +26,40 @@
2626
Admin/Configuration.
2727
* Fix CGI processing so that it works on web servers that do not
2828
supply REQUEST_URI.
2929
* Add options --dirsonly, --emptydirs, and --allckouts to the
3030
"[/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
3232
"fossil annotate" commands.
3333
* Add option -W|--width and --offset to "[/help?cmd=timeline | fossil timeline]"
3434
and "[/help?cmd=finfo | fossil finfo]" commands.
3535
* Option -n|--limit of "[/help?cmd=timeline | fossil timeline]" now
3636
specifies the number of entries, just like all other commands which
3737
have the -n|--limit option. The various timeline-related functions
3838
now output "--- ?? limit (??) reached ---" at the end whenever
3939
appropriate. Use "-n 0" if no limit is desired.
4040
* 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
4242
which does not store the URL or password when cloning.
4343
* Modify [/help?cmd=ui | fossil ui] to respect "default user" in an open
4444
repository.
4545
* Fossil now hides check-ins that have the "hidden" tag in timeline webpages.
4646
* Enhance <tt>/ci_edit</tt> page to add the "hidden" tag to check-ins.
4747
* Advanced possibilities for commit and ticket change notifications over
4848
http using TH1 scripting.
49
- * Add --sha1sum and --integrate options
49
+ * Add --sha1sum and --integrate options
5050
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
5252
"[/help?cmd=all | fossil all]" command
5353
* Add the --whatif option to "[/help?cmd=clean|fossil clean]" that works the
5454
same as "--dry-run",
5555
so that the name does not collide with the --dry-run option of "fossil all".
5656
* Provide a configuration option to show dates on the web timeline
5757
as "YYMMMDD HH:MM"
5858
* Add an option to the "stats" webpage that allows an administrator to see
5959
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
6161
display options.
6262
* Added the "[/tree?ci=trunk&expand | /tree]" webpage as an alternative
6363
to "/dir" and make it the default way of showing file lists.
6464
* Send gzipped HTTP responses to clients that support it.
6565
@@ -118,11 +118,11 @@
118118
See
119119
[http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]
120120
* Enhancements to /timeline.rss, adding more flags for filtering
121121
results, including the ability to subscribe to changes made
122122
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
124124
case-insensitive filesystems.
125125
* JSON API: added the 'status' command to report local checkout status.
126126
* Fixes to the <tt>--args</tt> support and documented this feature in the help.
127127
* Added [/stats_report] page.
128128
* Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06].
@@ -136,15 +136,15 @@
136136
137137
<h2>Changes For Version 1.25 (2013-02-16)</h2>
138138
* Enhancements to ticket processing. There are now two tables: TICKET and
139139
TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact.
140140
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
142142
edit and viewing scripts are updated to use TICKETCHNG. The TH1
143143
scripting language is enhanced to support this, including the new
144144
"query" command for doing SQL queries against the repository database.
145
- All changes should be backwards compatible.
145
+ All changes should be backwards compatible.
146146
* Add the ability to moderate ticket and wiki changes. Unmoderated changes
147147
do not sync and may be deleted by the moderator if found to contain spam
148148
or other objectionable content.
149149
* Add javascript so that clicking on a node of the timeline graph selects
150150
that node. Then clicking on a second node shows a diff between the
@@ -157,16 +157,16 @@
157157
* Add the "fossil cat" command which is basically an alias for
158158
"fossil finfo -p".
159159
* Hyperlinks with the class "button" are rendered as submenu buttons
160160
on embedded documentation.
161161
* 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
163163
check-in comments to UTF8 from other encodings.
164164
* Allow the deletion of multiple stash entries using multiple arguments
165165
to the "fossil stash rm" command.
166166
* 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
168168
recognized suffix (such as *.html, *.jpg, *.txt, etc) will be delivered
169169
as static content, and *.fossil files are not on the list of recognized
170170
suffixes. There are additional restrictions on the names of the files.
171171
* Allow the "fossil ui" command to specify a directory as long as the
172172
the --notfound option is used.
@@ -189,11 +189,11 @@
189189
* Add options to "fossil commit" to override the various sanity checks.
190190
Options added: --allow-empty, --allow-fork, --allow-older, and
191191
--allow-conflict.
192192
* Optionally require a CAPTCHA (controlled by a setting on the
193193
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.
195195
* Improvements to the "ssh://" sync protocol, to help it move past
196196
noisey motd comments.
197197
* Add the uf=FILE-SHA1-HASH query parameter to the timeline, causing the
198198
timeline to show only check-ins that contain the specific file identified
199199
by FILE-SHA1-HASH. ("uf" stands for "uses file".)
@@ -302,16 +302,16 @@
302302
* Added the "public-pages" glob pattern that can be configured to allow
303303
anonymous users to see embedded documentation on sites where source
304304
code should not be accessible to anonymous users.
305305
* Allow multiple --tag options on the same "fossil commit" command.
306306
* 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
308308
is available to set a persistent background color.
309309
* Add the branch= query parameter to the vdiff page and the --branch option
310310
to the "fossil diff" command.
311311
* 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
313313
"fossil diff --from root:BRANCH --to BRANCH". The --branch option on
314314
the diff command is an alias for the same.
315315
* Add the ability to configure ad-units to be displayed between the menu
316316
bar and the content.
317317
* Add the ability to set a background image as part of server configuration.
@@ -318,18 +318,18 @@
318318
* Allow partial commits of cherrypick merges.
319319
* Updates against an uncommitted merge are now a warning, not a fatal error.
320320
* Prompt the user to continue if a check-in comment is unedited.
321321
* Fixes to case sensitivity settings with the /dir webpage.
322322
* 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
324324
"fossil info $REPO" command.
325325
* Improved defense against spiders: The src= attribute of
326326
&lt;a&gt; elements is set using javascript after the page loads.
327327
* Enhanced formatting of the user list page.
328328
* If a file named in "fossil add" is missing, that is now a warning instead
329329
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
331331
multi-byte UTF8 characters.
332332
* Performance improvements in the diff logic.
333333
* Other performance tweaks and documentation updates.
334334
335335
<h2>Changes For Version 1.22 (2012-03-17)</h2>
@@ -338,11 +338,11 @@
338338
* Promote "allow-symlinks" to a versionable setting
339339
* Harden the CGI processing logic against DOS attacks
340340
* Add the ability to run TH1 scripts after sync requests
341341
* Store the repository name in _FOSSIL_ as it is type in the "open" command,
342342
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.
344344
* Change the "ssh:" transfer method to allow all access regardless of
345345
user permission.
346346
* Improvements to the timeline messages associated with tag changes.
347347
(Requires a "[/help/rebuild | fossil rebuild]" to take effect.)
348348
* Various additions and fixes for the JSON API.
@@ -352,17 +352,17 @@
352352
* Update to use SQLite version 3.7.11.
353353
* Various minor bug fixes.
354354
355355
<h2>Changes For Version 1.21 (2011-12-13)</h2>
356356
* 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
358358
HTTP header suggests that the requestor is a human and not a bot.
359359
* Show only commonly used commands with "fossil help". Use
360360
"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"
364364
subcommand.
365365
* Add an Admin/Access setting to change the number of octets of the
366366
IP address that are saved in login cookies - allowing this setting
367367
to be changed to zero
368368
* Promote the "test-md5sum" command to "md5sum".
@@ -381,11 +381,11 @@
381381
* Added side-by-side diffs in HTML interface. [0bde74ea1e]
382382
* Added support for symlinks. (Controlled by "allow-symlinks" setting,
383383
off by default). [e4f1c1fe95]
384384
* Fixed CLI annotate to show the proper file version in case there
385385
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]
387387
* Fixed annotate to show "more relevant" versions of lines in
388388
some cases. [e161670939]
389389
* New command: ticket history. [98a855c508]
390390
* Disabled SSLv2 in HTTPS client.[ea1d369d23]
391391
* Fixed constant prompting regarding previously-saved SSL
@@ -396,11 +396,11 @@
396396
always identical for any given checkin. [e080560378]
397397
* A number of minor HTML-related tweaks and fixes.
398398
* Added --args FILENAME global CLI argument to import arbitrary
399399
CLI arguments from a file (e.g. long file lists). [e080560378]
400400
* Fixed significant memory leak in annotation of files with long
401
- histories.[9929bab702]
401
+ histories.[9929bab702]
402402
* Added warnings when a merge operation overwrites local copies
403403
(UNDO is available, but previously this condition normally went
404404
silently unnoticed). [39f979b08c]
405405
* Improved performance when adding many files. [a369dc7721]
406406
* Improve merges which contain many file renames. [0b93b0f958]
407407
--- 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 &lt;a&gt; 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 &lt;a&gt; 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

Keyboard Shortcuts

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