Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins by user andybradford

2023-05-23
02:44
Slight alteration of branch renaming help text to clarify functionality based on discussion in [forum:45cdd8874ce1654a | forum post 45cdd8874ce1654a]. ... (check-in: e053682a4e user: andybradford tags: trunk)
2022-11-29
04:11
Improve consistency of "fossil branch" command. I don't think this deserves more attention but others may decide to make it do more. ... (check-in: 761a39c025 user: andybradford tags: trunk)
2022-07-09
16:07
Correction to spelling in zip/tarball command help. ... (check-in: d708847ea2 user: andybradford tags: trunk)
2022-05-14
14:38
Adds minor output to stash command to alert users when a stash is successful. See [forum:fd2405eff30f4c73 | forum post fd2405eff30f4c73] for discussion. ... (check-in: 07d739b4ba user: andybradford tags: trunk)
14:23
Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf3e user: andybradford tags: stash-success)
2022-04-26
23:45
Provide a little more output in stash command so when someone successfully finishes the stash command they don't think content has been lost. ... (check-in: d08d7b872d user: andybradford tags: stash-success)
2022-04-16
16:29
Minor spelling corrections. No change in functionality. ... (check-in: 53754fff0c user: andybradford tags: trunk)
2021-09-29
07:27
When generating a repository name from the URL, include parsing of port to avoid undesirable behavior discovered in [forum:4409f66dae988dc5] in which the parser doesn't handle single-label host names which include a port (with or without a final slash). ... (check-in: 000f80213e user: andybradford tags: trunk)
03:22
Fix bug mentioned in [forum:a4c682e21ce329fe] to make URL parser require properly formed URL containing a slash following the port. ... (check-in: fb752a04f5 user: andybradford tags: trunk)
2021-07-20
14:34
Recreate the ability to view all settings in a single command. ... (check-in: 65f59beae9 user: andybradford tags: trunk)
2021-07-15
00:17
Minor orthographic correction in settings help description. ... (check-in: 66c309537b user: andybradford tags: trunk)
2021-07-14
23:58
Recreate the ability to view all the settings easily in one command that was lost with [f74f7014c2271beb] and enhance the output to show whether or not a setting is versioned. ... (Closed-Leaf check-in: b572b76604 user: andybradford tags: verbose-settings-help)
2021-04-17
12:23
Minor correction to finfo command comment help. ... (check-in: 8913402d10 user: andybradford tags: trunk)
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (check-in: 5015043b2d user: andybradford tags: trunk)
2021-04-09
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. ... (check-in: cb68b7dc3e user: andybradford tags: trunk)
2020-11-25
21:14
Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988fdb user: andybradford tags: ambiguous-help)
20:59
Restore lost 's' from command-line option so documentation matches code. ... (check-in: 3eaaa56583 user: andybradford tags: ambiguous-help)
20:55
When using "fossil command --help" restrict the ambiguous matching to just commands to avoid breaking prefixes that otherwise work fine as a command. For example, "fossil di" works fine as a command, but "fossil di --help" suddenly makes it ambiguous. ... (check-in: 99f650af0d user: andybradford tags: ambiguous-help)
2020-07-15
19:52
Fix a minor spelling error. ... (check-in: 0d1db48f92 user: andybradford tags: trunk)
2020-05-12
14:45
Improve the description of the setting so as to remove doubt about its meaning. ... (Closed-Leaf check-in: 9660319699 user: andybradford tags: fork-warn-setting)
2020-05-11
14:09
Add setting that will suppress the new fork warning with every commit. ... (check-in: 57b8d6deac user: andybradford tags: fork-warn-setting)
2020-02-06
15:32
When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. ... (Closed-Leaf check-in: 616de1fef2 user: andybradford tags: fix-ssl-crash)
2019-12-10
14:01
Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk)
05:34
Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk)
2019-10-24
14:30
Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume)
2019-10-09
14:52
Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec26471439 user: andybradford tags: clone-resume)
2019-10-01
07:13
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies)
2019-09-18
14:57
Style cleanup (no tabs). No functional change. ... (check-in: 89872d17d1 user: andybradford tags: trunk)
2019-09-13
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates)
2019-09-07
15:03
Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. ... (check-in: 582d335737 user: andybradford tags: trunk)
2019-09-06
14:01
Include new repolist-skin setting in list of all settings so tests will pass. ... (check-in: 2e3bffaa7d user: andybradford tags: trunk)
2019-09-05
01:39
Correct a minor grammatical error in a sentence for new rebase document. ... (check-in: 049c42df2a user: andybradford tags: trunk)
2019-08-31
18:22
Minor typo correction in comment---no functional change. ... (check-in: ab2b8de896 user: andybradford tags: trunk)
18:09
Avoid warning about extra call to db_end_transaction() by returning at the end of a complete block. ... (check-in: 7b2350a86b user: andybradford tags: trunk)
17:09
If there is nothing to stash, issue an error. ... (check-in: d959c48ac6 user: andybradford tags: trunk)
16:42
Merge in latest from trunk. ... (check-in: aa37639112 user: andybradford tags: db-begin-txn-updates)
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec9f user: andybradford tags: test-updates)
2019-08-21
14:46
Merge in recent developments on trunk. ... (check-in: 70d091eacc user: andybradford tags: test-updates)
2019-08-10
15:34
Merge in from trunk. ... (check-in: 0f9f2e403d user: andybradford tags: test-updates)
2019-07-30
01:17
Merge in updates from trunk. ... (check-in: 7e7258b3ed user: andybradford tags: test-updates)
2019-07-23
04:23
Use new functionality in "fossil whatis" to correct wiki test cases since /info hrefs are no longer included in the wiki pages. ... (check-in: ef40a0be40 user: andybradford tags: test-updates)
03:49
Enable "fossil whatis" to actually find a wiki page when given --type w. ... (check-in: 7627d4a73e user: andybradford tags: test-updates)
2019-07-19
04:47
Correct minor syntax error that was likely never hit. ... (check-in: d85b2edbb6 user: andybradford tags: test-updates)
03:55
If the setting is long enough to fill in the format specifier---like the email-send-relayhost setting---there will be no whitespace after it unless it has a value set, so make the regex handle this particular state better. ... (check-in: a8656f580f user: andybradford tags: test-updates)
03:52
Update list of known settings which had diverged due to newly added features. ... (check-in: 72e71e904d user: andybradford tags: test-updates)
2019-06-27
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7fae user: andybradford tags: no-race-commit)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025adee user: andybradford tags: taglist-tagtype)
2019-05-01
14:02
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using "fossil sync --once"). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: 7063b1a365 user: andybradford tags: offline-sync)
2019-04-11
14:12
Fix private content push bug mentioned on Forum. It's possible that this content has already been recorded as private so ignore unique constraint error. ... (check-in: 82aded4cff user: andybradford tags: trunk)