Fossil  Timeline

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

30 check-ins using file Dockerfile version 7608cc9484

2023-05-17
02:01
Update another potentially misleading reference to wiki format in check-in comments. Leaf check-in: 0f6526cbfe user: stephan tags: trunk
01:55
Add a note that check-in comments currently assume fossil-wiki text format. Prompted by [forum:485ae77a61d04a26 | forum post 485ae77a61d04a26]. check-in: d6de7f2e42 user: stephan tags: trunk
2023-05-16
12:49
Update the built-in SQLite to version 3.42.0. check-in: b2d5aa8a76 user: drh tags: trunk
2023-05-15
16:43
Potential fix for [746a5106f92287036c12c945d9d7358a1263301e]. check-in: d6a4ab2276 user: stephan tags: trunk
2023-05-13
20:47
Translate the Accept-Language HTTP header into the HTTP_ACCEPT_LANGUAGE CGI var. This part is missing from [7e77e29d1646]. check-in: 926a27c63b user: stephan tags: trunk
18:31
Moved the "sync is all-or-nothing" section of the gitusers doc above the autosync section. The order of those two isn't important, and it's better that autosync flow immediately into the new "reset" section without this as a digression. check-in: b47b96a0eb user: wyoung tags: trunk
18:30
Clarity pass on the new material in the Autosync section of the gitusers doc. check-in: cc55044b39 user: wyoung tags: trunk
14:21
Add HTTP_ACCEPT_LANGUAGE to the environment vars passed on to /ext CGIs, per request in [forum:6674089de55e25cc|forum post 6674089de55e25cc]. check-in: 7e77e29d16 user: stephan tags: trunk
14:07
Correct mishandling of -tk, -by, etc. flags to the (patch diff) subcommand. check-in: c55f0d91bb user: stephan tags: trunk
2023-05-12
16:50
Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. check-in: fc8d306a5f user: stephan tags: trunk
14:05
Added a link from the new "git reset" example in the intro of the gitusers doc to the new section where we address the matter. check-in: 84955715f5 user: wyoung tags: trunk
13:32
Clarity pass on the autosync section of the gitusers doc check-in: 80963ffeda user: wyoung tags: trunk
13:21
Added a new section "Resetting the Repository" to the gitusers doc, following and relying on the two recently-updated sections. check-in: bd7b10998d user: wyoung tags: trunk
12:26
Update the built-in SQLite to the latest 3.42.0 beta for testing. check-in: b2a29bf41f user: drh tags: trunk
12:19
Added a motivating example to the "Autosync" section of the gitusers doc, showing why it's better to let the software system resolve conflicts asynchronously than to force Alice and Bob to fight it out, moving the synchronization point out into the human-time workflow. check-in: 8975e8daf1 user: wyoung tags: trunk
11:38
Clarified the "Sync Is All-or-Nothing" section of the gitusers doc, adding a reference to the cap-theorem doc and dropping the "eventually-consistent" buzzword to explain *why* it's all-or-nothing. check-in: 35b2307f9c user: wyoung tags: trunk
2023-05-11
12:28
Made the msmtp mention in the alerts doc more concrete now that we have [forum:/forumpost/75f63cc0a1 | a verified tester]. check-in: ea74c83adc user: wyoung tags: trunk
2023-05-10
18:40
Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) check-in: f5482a0a79 user: wyoung tags: trunk
17:51
Small fix to previous check-in: 5537d9c2fa user: wyoung tags: trunk
17:50
Replaced use of the obsolete (because presentational) "center" tag in the docs with CSS equivalents. check-in: 4d21ec88ea user: wyoung tags: trunk
17:36
Added an alt attribute on the home page's Fossil logo check-in: ccf117feab user: wyoung tags: trunk
17:23
Fixed a manual section numbering duplication in the delta encoding algorithm doc. check-in: d83f2490b3 user: wyoung tags: trunk
17:20
A prior edit to the quickstart doc left a vestigial version of the "Making and Committing Changes" section behind, resulting in duplicate information and a second h2 section with the same fragment ID. Some differences existed between the two presentations, so merged them rather than nuke the smaller (presumably older) one outright. check-in: 39beee4c9d user: wyoung tags: trunk
17:02
In an effort to make www/* source documents read as cleanly as their rendered counterparts, replaced nearly all use of HTML "p" tags, relying instead on the Wiki and Markdown markup features to achieve the same appearance. The only uses remaining are: * in Markdown nested lists, where blank lines should render the list items as separate paragraphs just as at the list's top level; since it does not, if you want a line break, you either have to wrap the item in "p" tags or do the double-br hack. * in Wiki where blank lines within a list give you a separate list in the HTML output; this is fine for bullet lists, but with numbered lists it causes the numbering to restart unless you do the same sort of manual HTML workaround as with the prior item * in plain HTML docs and wiki docs between "nowiki" tags In many places, this cleanup gets rid of pointless stray "p" tags, placating HTML verifiers. check-in: 1fd407f61a user: wyoung tags: trunk
15:32
Stray character deleted check-in: 0cb4f1fc5e user: wyoung tags: trunk
14:20
Replaced use of HTML "p" tags in the fiveminutes.wiki doc with hard line breaks, letting the wiki language add the same "p" tags on output. Replaced some of them with "tt" tags instead to make command text stand out from the prose. Added "tt" tags elsewhere for consistency. check-in: 262eb510df user: wyoung tags: trunk
2023-05-09
21:44
Fix sub-command parsing in order to have the "gdiff" subcommand of the "patch" command working. check-in: ec78226014 user: mgagnon tags: trunk
2023-05-08
14:12
Display FQDN on sync only when the verbose flag is on. check-in: cc34f3cf49 user: danield tags: trunk
2023-05-06
20:21
Added explicit SIGINT handler for the rootful container (PID 1) case, so you can Ctrl-C it when "run -it". check-in: a0b0d8f998 user: wyoung tags: trunk
19:48
Set permissions on /bin/fossil inside the container to 755, not 700. Docker doesn't care since it runs everything as virtual-root, but Podman does. Also, it complicates the extraction of a static binary since you probably didn't want it set to 700 root:root out on the host, too. check-in: 260efac1da user: wyoung tags: trunk