Fossil

Timeline
Login

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

16 check-ins using file src/file.c version 4620fb317e

2021-04-04
15:42
Allow to DROP some specific tables, views and indices that could be introduced into the database schema of a repository through customization of ticketing subsystem. For example, DROP may be required due to the need to update tickets configuration of the already deployed repository. See the forum thread [forum:/forumthread/c9b8322fdedc8fa9|c9b8322fde] for discussion. (Update) Security risk. Do not merge to trunk. check-in: ca175c6151 user: george tags: tktschema-allow-drop
2021-04-03
10:56
build.wiki: dockerfile example now uses alpine v3.13 instead of alpine edge because 3.14+ unduly breaks stuff on many currently-common host OSes. check-in: 63ed857ad8 user: stephan tags: trunk
2021-04-02
03:56
Improve an error message in the 'json' test file. check-in: e4f854db78 user: mistachkin tags: trunk
03:39
Fixes to the 'commit-warning' test file. check-in: 953bb36cbc user: mistachkin tags: trunk
03:38
Fixes to the 'json' test file. check-in: e9def3b785 user: mistachkin tags: trunk
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. check-in: 739dd489f1 user: mistachkin tags: trunk
2021-03-31
22:53
Fix (URL-decode) a hyperlink that gets into clipboard when user selects a line of code (or a range of lines) and clicks "copy-to-clipboard". This affects /file, /artifact and /whatis pages. This fix may be somewhat suboptimal or incomplete: it may be worth investigating why some submenu's links are mangled on a server's side and fix it there (hint: perhaps %T and %h formatting does not play well with style_submenu_*() family of functions, see also check-in [b982c00150] and post [forum:b8ea664a57]). check-in: 898151877f user: george tags: trunk
20:42
Fix broken hyperlink at www/caps/index.md. Also substitute "most recent version" in the QuickStart with "checkout version" that seems more specific (checkout may very well correspond to a historic version). check-in: 68344d628c user: george tags: trunk
18:57
Update the built-in SQLite to 3.35.4-rc1 for testing. check-in: 9313f2ad75 user: drh tags: trunk
12:42
Merge reduction of fossil_panic() calls, for cleaner abnormal exits. check-in: 31c7bdb80b user: larrybr tags: trunk
10:57
Sync w/trunk. Closed-Leaf check-in: 79be1156a9 user: larrybr tags: panic-reduction
2021-03-26
17:53
Merge from trunk tip. check-in: 6e1cee191d user: larrybr tags: panic-reduction
16:14
Merge latest trunk. check-in: b5642541d6 user: larrybr tags: panic-reduction
16:13
Mention possible core dump from fossil_panic() exits. check-in: 4663116864 user: larrybr tags: panic-reduction
2021-03-25
15:43
Merge current trunk. check-in: d1adf6c40a user: larrybr tags: panic-reduction
01:32
Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). check-in: 91a4652f22 user: larrybr tags: panic-reduction