This Day In History For 2026-09-06
2 Years Ago (more context)
|
2024-09-06
| ||
| 14:41 | • Edit [59b383ae14eae6f8|59b383ae14]: Edit check-in comment. artifact: 2bb76b075e user: stephan | |
| 14:37 | Add fossil.storage to the fossil.diff JS bundle dependencies, which should have been part of [c03ce0f4d43197a]. Resolves the report in [forum:3e1b1f82d1 | forum post 3e1b1f82d1] but does not explain why it worked for me locally before this fix (it should not have). Edit: it worked locally because my server was using jsmode:bundled. This fix makes it also work with jsmode:separate or jsmode:inline. check-in: 59b383ae14 user: stephan tags: trunk | |
| 11:43 | • Changes to wiki page "branch/diff-word-wrap" artifact: 9919b615d6 user: florian | |
| 10:58 | Add 'overflow-x: hidden' to the table cells containing the diff text to ensure "unbreakable" text (like long runs of spaces) is truncated. check-in: ddf26dd3ff user: florian tags: diff-word-wrap | |
| 10:57 | Sync with trunk. check-in: b97f0310f0 user: florian tags: diff-word-wrap | |
| 10:52 | Shortcut 0 (Digit Zero) to reload the current page in Hidden Diff mode. Shortcut D to reload the current page and update the display cookie to set the current Diff mode as default. check-in: 0974a48f6b user: florian tags: diff-keyboard-navigation | |
| 10:48 | Sync with trunk. check-in: 8e6660cd76 user: florian tags: diff-keyboard-navigation | |
| 10:47 | Sync with trunk. check-in: 00f7466add user: florian tags: timeline-keyboard-navigation | |
4 Years Ago (more context)
|
2022-09-06
| ||
| 22:25 | Merge trunk into remote-add-fix branch. Leaf check-in: baf635cb7e user: stephan tags: remote-add-fix | |
5 Years Ago (more context)
|
2021-09-06
| ||
| 22:26 | Internally, use the new DiffConfig object to pass around diff settings, rather than the legacy u64 bit array. This provides increased flexibility to the internals. There should be no user-visible changes (unless I made a mistake). Note that more parameters could be folded into the DiffConfig object. This check-in is just a start. check-in: 1347a1ddb9 user: drh tags: trunk | |
| 22:24 | For the --json diff output, generate an array of objects, one object per file and the diff array all contained within the object. Closed-Leaf check-in: 4ab3525927 user: drh tags: diff-config | |
| 20:51 | Begin adding value that used to be function arguments into the DiffConfig object. This check-in deals with the pRe parameter. check-in: bdb4bfaa3a user: drh tags: diff-config | |
| 19:24 | Futher integration of DiffConfig up and down the diff stack. check-in: 7c1498aeff user: drh tags: diff-config | |
| 18:52 | Continue integrating DiffConfig up the diff stack. check-in: 153a464dab user: drh tags: diff-config | |
| 18:35 | Incremental step in integrating DiffConfig. check-in: f7c8416fcd user: drh tags: diff-config | |
| 18:14 | Create the new DiffConfig object used to pass around information about a file difference computation. Begin integrating this new object into various interfaces. Lots more work to be done. check-in: 8601fb13d6 user: drh tags: diff-config | |
| 14:07 | Updates the change log to talk briefly about the new diff enhancements. check-in: 68d728867f user: drh tags: trunk | |
| 13:35 | Improvements to help text for "diff" and "xdiff". check-in: dc757a5d08 user: drh tags: trunk | |
| 13:22 | Expand the 'fossil wiki export --technote' interface to support technote retrieval via tag name as discussed in the chat. The query looks to match against both 'sym-TAG' and 'TAG' as technote tags are presently prefixed with 'sym-'. This identifier should be reserved for branches, however, so may be removed from technotes, at which point this query should be changed. check-in: d71b648c6c user: jamsek tags: trunk | |
| 13:06 | Update the built-in SQLite to the latest 3.37.0 alpha, for testing. check-in: 04b725d9bf user: drh tags: trunk | |
| 12:00 | Improvement to the ticket customization documentation suggested by [forum:/forumpost/31e44444cda1a7821912|forum post 31e44444cda1a7821912] check-in: 3fcdfb0cd8 user: drh tags: trunk | |
| 01:22 | The diff --tk option shows an error message on the display if it encounters an input line that it does not understand. This means that "cannot compute difference between binary files" errors, and similar, are dealt with correctly. check-in: 86f0722e0c user: drh tags: trunk | |
10 Years Ago (more context)
|
2016-09-06
| ||
| 19:24 | Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. Closed-Leaf check-in: 0120be34ea user: andygoth tags: merge-rename-lockup | |
| 03:07 | Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. Needs review and testing. check-in: 3c123f6a27 user: mistachkin tags: autosetupAndJimTcl | |
15 Years Ago (more context)
|
2011-09-06
| ||
| 20:30 | Documenting the Label structure I introduced. Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist | |
| 20:12 | catch up with trunk. Remove C++ style comments from http_ssl.c. check-in: 0f1c41bc20 user: martin.weber tags: msw-hack | |
| 13:23 | Close A and LI tags when displaying new and deleted files in timeline. check-in: 8d703ff956 user: dmitry tags: trunk | |
| 07:33 | Two fixes about localtime: * The ci_edit page tells the user that it asks UTC time * The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin. Closed-Leaf check-in: 1765c18d94 user: viriketo tags: localtime_fixes | |