Fossil

Timeline
Login

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

21 check-ins using file src/db.c version 1eb09726dc

2022-07-13
07:38
show original path of renamed files in changes/status output For context, print renamed files in the form "from -> to" except in the `fossil {changes,status} --renamed` case as suggested by wyoung. Requested by ams in [forum:9ca95426f]. ok stephan in /chat check-in: 1b8cfdb01a user: mark tags: trunk
2022-07-11
19:49
Continued the edit pass on the main body of the gitusers doc, shy of the case studies, mainly doing minor style tweaks. Biggest substantial change is to rewrite the colorized diff section to cover the changes in Fossil 2.17, and to present the alternatives in a more logical order. check-in: c026fb9ad9 user: wyoung tags: trunk
18:50
Fix to the fix. :( check-in: e3f9584e3f user: wyoung tags: trunk
18:50
Fixed a broken internal link in the gitusers doc resulting from moving the museum tree pikchr into the glossary. check-in: 116d8c7583 user: wyoung tags: trunk
2022-07-09
16:07
Correction to spelling in zip/tarball command help. check-in: d708847ea2 user: andybradford tags: trunk
2022-07-06
05:53
Typo fix in the 'all' command's help. check-in: 3a24a52ee6 user: stephan tags: trunk
2022-07-05
06:52
Added the obligator generic 'other enhancements' line to the 2.19 change log. check-in: d18a2f6105 user: stephan tags: trunk
2022-07-04
01:06
When doing configure pull --overwrite, ensure that the USER table can be overwritten by removing the db-protect flag on it. check-in: 7384cf5152 user: stephan tags: trunk
2022-07-02
20:05
Honor 'timeline-utc' setting while rendering of <code>/wdiff</code> pages. This is similar to [17ebe42d6183ed]. check-in: 46de798a6a user: george tags: trunk
12:24
Enhance "Changes to wiki page" entries within <code>/timeline</code>: turn the word "Changes" into a hyperlink to the corresponding [/help?cmd=/wdiff|/wdiff] page. check-in: 3a9090fc5a user: george tags: trunk
2022-07-01
01:44
Experimental fix to make '%!S' in hyperlinks stop truncating things that are not check-in identifiers. This should probably be optimzied by refactoring the surrounding code to avoid calculating the length more than once. check-in: 7eba14d1e2 user: mistachkin tags: nonHashFix
01:31
Update the custom makefile for MinGW. check-in: eddd6b4ad5 user: mistachkin tags: trunk
2022-06-30
22:05
Documented a browser incompatibility in the pikchr-centering CSS, for later analysis/hacking. Comment changes only, no CSS. check-in: d32df118af user: stephan tags: trunk
2022-06-25
17:31
Update the built-in SQLite to the 3.39.0 release. check-in: 720f0956e0 user: drh tags: trunk
08:22
Fixed y=all arg for timeline.rss (broken in [cb651568fbfe6]) and renamed a shadowed variable, both problems reported in [forum:d48f7f12656a291f|forum post d48f7f12656a291f]. check-in: 8903d1ebe0 user: stephan tags: trunk
2022-06-24
05:40
In the Windows application manifest, use generic placeholder values for the 'processorArchitecture' attributes of the 'assemblyIdentity' elements. This should enable Fossil to run on 64-bit systems without the WOW64 emulator installed, see [forum:9a3eaa6ad5| Forum Post 9a3eaa6ad5] and following for the problem report and discussion. check-in: 12ac6727e1 user: florian tags: trunk
2022-06-23
21:16
Minor bisect linear doc tweak suggested in [forum:0ff3db6e4a5b218a|forum post 0ff3db6e4a5b218a]. check-in: ed4ac9716b user: stephan tags: trunk
13:08
In the 'all' command, use strcmp instead of strncmp to compare the subcommand name to avoid the problem described in [forum:8ec0c228c1ce8da5|forum post 8ec0c228c1ce8da5], where (e.g.) the subcommand 's' evaluates to 'server' and 'p' to 'push' despite both of those being ambiguous subcommand name prefixes. check-in: e098d810dc user: stephan tags: trunk
12:44
Changes to the file_getcwd() routine to avoid a false-positive compiler warning from gcc 10.2.1. check-in: 85b83206f4 user: drh tags: trunk
12:10
Update the built-in SQLite to the latest 3.39.0 beta, for SQLite testing. check-in: d7a2bda912 user: drh tags: trunk
10:25
Update the open/checkout --keep flag help text to be more generic about the manifest files, to account for manifest.tags, (potentially) manifest.descr, and any future manifest.* files. No code changes. check-in: ca2248ec2c user: stephan tags: trunk