Fossil

Today In History
Login

This Day In History For 2026-08-27

2 Years Ago (more context)

2024-08-27
19:38
Fix one mis-changed line in [898a70ce82a5] which would have broken builds on OS/2. check-in: 94c8af02ea user: stephan tags: trunk
11:19
When stdout is not a tty, avoid doing the carriage-return-to-reuse-the-console-line trick for emiting metrics while syncing, and instead emit the stats after the end of the loop. This means that log files from cron jobs no longer contain the carriage-return clutter. check-in: f8800f3464 user: stephan tags: trunk
11:06
Move the file-specific definitions of the isatty() and fileno() macros into util.c's fossil_isatty() and fossil_fileno() in prep for an upcoming change which needs isatty(). check-in: 898a70ce82 user: stephan tags: trunk
05:12 Changes to wiki page "branch/diff-word-wrap" artifact: b94ae4ee98 user: florian

3 Years Ago (more context)

2023-08-27
19:01
On the /docdir page, omit the submenu and other page decorations. check-in: 0313f0f90d user: drh tags: trunk
18:42
Add the /docdir page which is an alias for /dir with the "dx" query parameter. check-in: 5d7e153ff7 user: drh tags: trunk
18:15
Add the "dx" query parameter to the "dir" page, which if present causes links to file to use /doc instead of /file. check-in: d4d10c0165 user: drh tags: trunk

5 Years Ago (more context)

2021-08-27
21:11
Additional work on improved diff. Incremental check-in. Still not working right. check-in: 4fea7cc0ca user: drh tags: diff-color-enhancements
16:48
Coloring on side-by-side diffs allows up to 8 separate segments of change. Incremental check-in - not everything is working correctly. check-in: 925399da07 user: drh tags: diff-color-enhancements
14:01
Clean up the data structures associated with adding color to diffs in preparation for attempts to improve the coloration. check-in: 8c619bf278 user: drh tags: diff-color-enhancements
12:31
Fix login redirects for the forum. [forum:/forumpost/7663482abad5a3ea|Forum post 7663482abad5a3ea]. check-in: c717d2803e user: drh tags: trunk
12:09
Add a missing #include to diffcmd.c so that the build will work under mingw32. check-in: 00c8622a02 user: drh tags: trunk
11:29
Fix the goofy non-quoting of URL arguments to "start" on windows by including an extra quoted empty term. [forum:/forumpost/9600b10ffd0a7483|Forum post 9600b10ffd0a7483]. check-in: 0d8c92882a user: drh tags: trunk
07:54
Attempt to fix quoting issues with the browser launch command on windows. check-in: c72c6df465 user: drh tags: trunk
05:57
/chat: when submitting a message, trim trailing whitespace from all input lines in order to keep pasted-in text from consoles, especially wide ones, from forcing horizontal scrollbars on all clients to due long runs of blanks at the end of each line. Sidebar: this is incompatible with markdown-formatted text which makes use of lines ending with whitespace for continuation of multi-paragraph list entries. check-in: afaffb66df user: stephan tags: trunk
03:17
Fixed incorrect /hash-color-test URI in the user-color-map setting's help text. check-in: 966305b264 user: stephan tags: trunk
00:33
Do not use an external diff command to generate HTML for --tk or --webpage or --browser. check-in: 83feccc291 user: drh tags: trunk

10 Years Ago (more context)

2016-08-27
21:16
Fix comment and documentation typos. check-in: 35d43fd98f user: drh tags: trunk
17:01
Improved header on the /finfo single-file timeline page. check-in: 88c4a53e34 user: drh tags: trunk

15 Years Ago (more context)

2011-08-27
21:04 Edit [a2cc6bc6dc50a9d6|a2cc6bc6dc]: Edit check-in comment. artifact: 5e467dfeda user: drh
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. check-in: a7bf0e9ba4 user: dmitry tags: symlinks
18:25
Changes to fossil_stat() so that the build works for mingw. check-in: a7e747e58f user: drh tags: symlinks
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. check-in: 4778edd3f2 user: drh tags: symlinks
18:08
Merge fixes from trunk. check-in: 9773d5966f user: mistachkin tags: tcl-integration
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. check-in: a2cc6bc6dc user: drh tags: trunk
17:53
Fix the timeline.c module to be C89-compliant. MSVC needs this. check-in: 8a5f2a7a3a user: drh tags: trunk
17:35
Document Tcl integration setting, build fixes. check-in: 326688e58b user: mistachkin tags: tcl-integration
16:48
Add per-repo setting to enable/disable Tcl support. check-in: 9613828c7e user: mistachkin tags: tcl-integration
16:26
Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. check-in: c5a6e9ea69 user: mistachkin tags: tcl-integration
14:42
Initial code to support TH1/Tcl integration. check-in: f723647710 user: mistachkin tags: tcl-integration
09:44
Fix reading delta from wrong column in stash. check-in: 0317a929cb user: dmitry tags: symlinks
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. check-in: 8c0f4bc718 user: dmitry tags: symlinks
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. check-in: 44e673f5e9 user: dmitry tags: symlinks
00:52
Fix SQL syntax error in undo. check-in: be956c3c88 user: dmitry tags: symlinks