Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2019-06-29 03:08:42.

2019-07-12
14:08
Add documentation on the "pragma ci-unlock" message in the sync protocol. ... (check-in: 1eefb8dbec user: drh tags: trunk)
13:58
Improved error messages when a commit fails due to a lock conflict: Show the age of the lock in addition to the user. Suggest using the new --override-lock option instead of --allow-fork. Expire locks after any successful check-in from the same check-out. ... (check-in: 3a5caa86db user: drh tags: trunk)
12:37
Fix a typo in the fossil-v-git.wiki document, as reported on the forum. "fossil all status" should be "fossil all changes". ... (check-in: 9b51c42a8b user: drh tags: trunk)
2019-07-11
13:58
Add missing semicolon in the anti-robot defense javascript. ... (check-in: 4519945883 user: drh tags: trunk)
13:10
Minor change to the "aboutdownload" document. ... (check-in: fd8d37e2ab user: drh tags: trunk)
12:19
Make sure the backoffice does not try to reuse file descriptors that it has previously closed. ... (check-in: 458ced3535 user: drh tags: trunk)
2019-07-10
22:19
Add a reference to the idea of a "Conflict-Free Replicated Datatypes" to the sync documentation. ... (check-in: 2b3569d19f user: drh tags: trunk)
18:55
Update the built-in SQLite to the 3.29.0 release. ... (check-in: 8c9eeb0151 user: drh tags: trunk)
16:22
Back out check-in [a52c3e1256288c7d]. Perhaps the "test-move-repository" command should be promoted to a supported and documented command, but I don't think "local-repo" is the correct name, and in any event, the command needs additional work before it is given first-class status. For example, typing "fossil local-repo" without the 3rd term should show the current repository, not give an error. ... (check-in: aa3f554cff user: drh tags: trunk)
2019-07-08
17:11
Fix an apparent bug in the "fossil grep" command causing it to miss the first character of each line. ... (check-in: 5421caa21a user: drh tags: trunk)
17:05
Update the built-in SQLite to the first 3.29.0 beta for testing. Enable the -DSQLITE_DQS=0 compile-time option for Fossil, thus preventing SQLite from using double-quoted string literals by default. ... (check-in: 0c0f6db7ba user: drh tags: trunk)
2019-07-01
14:17 Edit [3406f0eb2da27797|3406f0eb2d]: Edit check-in comment. ... (artifact: 6c1fbe588e user: drh)
13:38
Improvements to the help-text for /brlist. ... (check-in: 611fe9b078 user: drh tags: trunk)
13:19
Add a new test-case in the graph test for the /leaves page. ... (check-in: 3bc1a0e80e user: drh tags: trunk)
09:30
Improved layout of graphs with the TIMELINE_DISJOINT property, such as the list of leaves. ... (check-in: 4fc08f94fc user: drh tags: trunk)
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)