Fossil

Today In History
Login

This Day In History For 2026-10-19

1 Year Ago (more context)

2025-10-19
21:32
Fix typos in the documentation of the 'suggested-downloads' setting. check-in: 302c30b5dc user: danield tags: timeline-enhance-2025
20:38
Yet another update to the change log. check-in: 83c7fe89be user: drh tags: timeline-enhance-2025
20:33
Update the change log to include enhancements entered on the timeline-enhance-2025 branch. check-in: 5056b3ba41 user: drh tags: timeline-enhance-2025
19:18
Break out configuration options for tarballs and ZIPs onto a new configuration page. Honor the short-project-name when constructing filesname for tarballs and ZIPs. check-in: 50dba704e1 user: drh tags: timeline-enhance-2025
18:51
New setting timeline-mark-leaves controls whether or not leaf check-ins are identified on the timeline, and if they are identifier whether or not the markings are emphasized. check-in: 57caee0317 user: drh tags: timeline-enhance-2025
18:13
Disable the "Transfers" setup menu, as I are unsure what it does or if it works. The "transfer system" seems like an experiment that was started and never completed or debugged. check-in: 55beb2329a user: drh tags: timeline-enhance-2025
17:57
Improved tarball filename normalization. check-in: 1d44e89013 user: drh tags: timeline-enhance-2025
17:03
When expanding the details on the /timeline in the Compact or Simple view, change the "..." into "←" and keep it visible, so that the expanded details can be toggled back off. check-in: 2d89ae650e user: drh tags: timeline-enhance-2025
10:33
Document the timeline-default-style setting so that it can be viewed and changed on the /setup_settings page and by the "fossil setting" command. check-in: c9c17a81a9 user: drh tags: timeline-enhance-2025
00:13
Replace the "<b>&larr; This is me</b>" notation at the end of the check-in comment with a "自" (self) right before the "check-in:" detail. check-in: 80d2beabe5 user: drh tags: timeline-enhance-2025

2 Years Ago (more context)

2024-10-19
21:15
(Grammar) tiny comment change in src/checkin.c check-in: b519fce972 user: brickviking tags: bv-corrections01
21:11
Merged from trunk. check-in: 5155a1c1d7 user: brickviking tags: bv-corrections01
19:02
New option "--brief" (or "-b") to the "fossil status" command returns a single-word that describes the status of the fossil repository in the current working directory. Useful for scripts that set the PS1 shell variable. check-in: 514149fc5b user: drh tags: trunk
14:10
Resolve accidental fork. check-in: 6041e258ba user: florian tags: trunk
14:03
Another update for[9919dfbbaa]: Make sure reallocated buffers always grow, guard all buffer writes by overflow checks (next time use blobs), make sure the `case-sensitive' setting and command-line option are followed, and use brute force to achieve binary (vs.linguistic) file name comparison (only on older versions of Windows). check-in: fe6ef89f5f user: florian tags: trunk
11:47
Merge typo fixes by brickviking. check-in: 285430acdf user: drh tags: trunk
10:16
(Grammar) hints.wiki changes. check-in: 2fa907ecad user: brickviking tags: bv-corrections01
09:46
(Grammar) hashpolicy.wiki change. check-in: fbd7d8d963 user: brickviking tags: bv-corrections01
09:14
(Typo) grep.md correction. check-in: d1788d5634 user: brickviking tags: bv-corrections01
04:43
(Grammar) glossary.md changes. check-in: 248e05a7e1 user: brickviking tags: bv-corrections01
04:06
(Grammar) gitusers.md - Expand a colloquial term. check-in: 6bd9009d72 user: brickviking tags: bv-corrections01
02:04
Typos in fossil-vs-git.wiki are very rare. Grammar mistakes are even rarer. check-in: 3fcd5bd442 user: brickviking tags: bv-corrections01
01:08
Rephrase initial paragraph slightly. check-in: 42f2e7a66f user: brickviking tags: bv-corrections01

4 Years Ago (more context)

2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. Leaf check-in: a233560424 user: drh tags: branch-1.37
17:21 Edit [c453a916069a84e8|c453a91606]: Remove the "Closed" mark. artifact: f9610e9dcd user: drh
16:56 Added wiki page "branch/deltify-tkt-blobs" artifact: 34f0e785d7 user: george

5 Years Ago (more context)

2021-10-19
19:25 Edit [edb3a3a06369c1e7|edb3a3a063]: Mark "Closed". artifact: c917d5a6fc user: drh
19:25
Better fix for the case of doing a "fossil diff" on a checkout that includes a merge and specifying a --from clause that is the branch that was merged from. check-in: 960c9e8bd6 user: drh tags: trunk
19:12 Edit [edb3a3a06369c1e7|edb3a3a063]: Move to branch mistake. Edit check-in comment. artifact: e94ab3106b user: drh
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". Closed-Leaf check-in: edb3a3a063 user: drh tags: mistake

15 Years Ago (more context)

2011-10-19
23:56
Enhanced /json/artifact/FILE_UUID a bit. Now only includes full content if explicitly told to, but returns more metadata even for binary files. check-in: 2165e77c85 user: stephan tags: json-multitag-test, json
22:31
merged in trunk [e161670939b93ec]. check-in: 1d0a7103a3 user: stephan tags: json-multitag-test, json
22:12
Added permissions checks to artifact/file and artifact/wiki. Renamed a mysterious mlink property. check-in: 83ba8852a7 user: stephan tags: json-multitag-test, json
21:53
refactored json_artifact_file() a bit to re-use other code. check-in: a4f4c62a1a user: stephan tags: json-multitag-test, json
21:53
removed a no-longer-true "untested" marker. check-in: 4f196f15fb user: stephan tags: json-multitag-test, json
21:26
Re-implemented json_artifact_wiki() to use pre-existing functionality. check-in: f996e6636c user: stephan tags: json-multitag-test, json
21:13
s/fossil_is_json/fossil_has_json/g. Moved fossil_has_json() (nee fossil_is_json()) decl/docs to json_detail.h. check-in: d2c1ae23a9 user: stephan tags: json-multitag-test, json
20:54
Fixed a C99/C++ism. Added json_new_string_f() (printf-style). check-in: f5cc421dc2 user: stephan tags: json-multitag-test, json
20:36
A number of small doc improvements. check-in: fa17e0980c user: stephan tags: json-multitag-test, json
20:28
Bringing back the fixes for the 'make test' from [bf480a29a6], [e46be99ff4], [129605856a], for an eventual merge to trunk. check-in: 5692702d50 user: viriketo tags: maketest_fixes
20:16 Closed ticket [f0f9aff371]: 'annotate' misses changes. plus 2 other changes artifact: 9ff0f33c2a user: viriketo
19:54 Edit [c7c4279f135b9e7a|c7c4279f13]: Mark "Closed". artifact: 8f56077107 user: drh
19:54
Merge in the annotatecmd_fix branch. check-in: e161670939 user: drh tags: trunk
19:02 Ticket [e5999e25ee] side by side diffs on ci page when not logged in behave as unified diffs status still Open with 1 other change artifact: 665c5c1b17 user: jan
18:59
Fix for ticket [e5999e25eedeb]. Code style fix. check-in: 4a296c0b1c user: jan tags: trunk
15:47
fixed json_page_top() and json_cmd_top() to behave as documented when a callback returns non-NULL but does set the error state. check-in: 2f48be58a7 user: stephan tags: json-multitag-test, json
14:56
removed a superfluous call to json_set_err() which "overwrote" the previously set error. check-in: 1615544773 user: stephan tags: json-multitag-test, json
08:11 Ticket [e5999e25ee] side by side diffs on ci page when not logged in behave as unified diffs status still Open with 2 other changes artifact: ef9aaae765 user: jan
07:08 New ticket [e5999e25ee]. artifact: fd3da26387 user: mortgat
01:49
Fix a missed class="button" on the info page. check-in: 5f0899bba6 user: drh tags: trunk
01:44
Increase the version number to 1.20. Improvements to style sheets. check-in: 91db2ccfa2 user: drh tags: trunk
01:29
Merge updates from trunk. check-in: 62d928cb41 user: mistachkin tags: tcl-integration