Fossil

Timeline
Login

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

38 events for the month beginning 2019-06-01 by user drh

Following month ↑
2019-06-30
11:36
Rename the --save-password option on "fossil clone" to --save-http-password, since it only works for HTTP. ... (check-in: 22517bab6c user: drh tags: trunk)
04:27
Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (check-in: 2d7a8a832f user: drh tags: trunk)
03:38
In the "fossil diff" command, the use of --tclsh implies --tk. ... (check-in: 2655a2d405 user: drh tags: trunk)
2019-06-29
14:22 Added wiki page "checkin/9fc945c056ac3da1e9de0628b942a16064519dd174174164708c8cb294c4ff43" ... (artifact: 07aec564bb user: drh)
10:21
Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. ... (check-in: 9fc945c056 user: drh tags: trunk)
03:17
Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. ... (check-in: 03cc332938 user: drh tags: trunk)
03:14
Add the --save-password option to "fossil clone". Put the command-line options for "fossil clone" in alphabetical order. ... (check-in: 421e6bb333 user: drh tags: trunk)
03:13
For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f4784e user: drh tags: save-http-url-password)
03:11
Change the name of the option to just --save-password. ... (check-in: 76e158ad57 user: drh tags: save-http-url-password)
03:08
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (check-in: 971a1a99dd user: drh tags: trunk)
2019-06-22
14:54
When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. ... (check-in: 222fc68119 user: drh tags: no-race-commit)
2019-06-13
14:10
Update the built-in SQLite to the latest 3.29.0 alpha that includes compiler warning fixes. ... (check-in: 7b7f5df891 user: drh tags: trunk)
10:32
Add an entry about the new "touch" command and "--setmtime" option to the change log for version 2.9. ... (check-in: 93a6893d45 user: drh tags: trunk)
09:00
Update the copyTextToClipboard() javascript routine to work better cross-platform. ... (check-in: 0904aa8b10 user: drh tags: trunk)
08:58
Add the --setmtime option to the "checkout" and "open" commands. Add a new "touch" command that does nothing but run --setmtime on all named files. ... (check-in: a7e86f5b18 user: drh tags: trunk)
2019-06-12
12:11
Avoid attaching a database file that already exists. ... (check-in: 052c5f24a9 user: drh tags: trunk)
09:41
Improvements to tooltip handling. ... (check-in: 3a8abf492a user: drh tags: trunk)
2019-06-10
04:51 Edit [60d25189d2718a5a|60d25189d2]: Move to branch tablet-antirobot-fix. ... (artifact: 84072afb34 user: drh)
04:48
Disable the mouse-motion anti-robot requirement for devices that self-identify as a tablet or mobile device, and hence might never send mouse-motion events. ... (Closed-Leaf check-in: 60d25189d2 user: drh tags: tablet-antirobot-fix)
01:53
Simplifications to the copybtn.js script. ... (check-in: 5f0479d097 user: drh tags: trunk)
01:37
Longer default hash length for the copy button on ticket view pages. ... (check-in: e055942cf2 user: drh tags: trunk)
01:32
Copy button comes before the hyperlink in tooltips. ... (check-in: 9a5169f585 user: drh tags: trunk)
2019-06-08
18:29
Improved handling of timewarps in the graph layout. ... (check-in: 628fc32dd3 user: drh tags: trunk)
16:11
Fix to the graph layout for complex time-warp cases. Add tooltips to timewarp arrows. ... (check-in: 5399c5dacb user: drh tags: trunk)
14:48
Improvements to tooltip behavior in an effort to make it easier to move the mouse over to the "copy button" or to the hyperlink without the tooltip changing out from under the user. ... (check-in: 55f56e91ba user: drh tags: trunk)
14:19
Minor name refactoring and comment enhancements in graph.js. No logic changes. Improvements to the javascript compressor. Apply compression to "*/js.txt" files in addition to "*.js" files. ... (check-in: 786d6167fa user: drh tags: trunk)
10:29
Fix a minor fault in the graph drawing javascript. ... (check-in: 3a15daaa3f user: drh tags: trunk)
2019-06-07
13:15
Minor improvements to the copy-button logic. ... (check-in: 759fbda4e8 user: drh tags: trunk)
13:10
Minor name changes to new routines. ... (Closed-Leaf check-in: ef848025da user: drh tags: copybtn.js-tweaks)
13:01
Add a configuration option to cause timeline timestamps to link to the /info page instead of to the /timeline page. ... (check-in: 647424d463 user: drh tags: trunk)
2019-06-06
21:13
Another attempt to fix the login redirect processing. ... (check-in: a8ff3c5092 user: drh tags: trunk)
19:30
Attempt to fix the "login_needed()" function so that it correctly encodes the "g=" query parameter. ... (check-in: 8d3d39fb19 user: drh tags: trunk)
2019-06-05
20:21
Updates to the change log for version 2.9. ... (check-in: 2a25a8ebd9 user: drh tags: trunk)
20:15
Since the /info page is now reachable by double-clicking on the graph node, change the timestamp to be a link to the general /timeline page around that particular time. ... (check-in: 036c854da3 user: drh tags: trunk)
20:08
Tweaks to the "Copy Button". ... (check-in: 8ee5e55e3c user: drh tags: trunk)
19:45
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 9c128d2e89 user: drh tags: trunk)
2019-06-03
13:30
Merge all the recent tool-tip experiments into trunk. ... (check-in: 6908832cf4 user: drh tags: trunk)
2019-06-01
00:52
Use the longer hash prefix for the click-to-copy. ... (check-in: 2196555351 user: drh tags: copybtn.js-demonstration)
Previous month ↓