Timeline
Not logged in

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

12 check-ins using file src/main.c version 298cb6dea1

2021-02-05
03:51
Minor reordering of diff command help, per forum suggestion. check-in: dd13191359 user: stephan tags: trunk
03:21
Merged in help-full branch, which adds help --everything flag, and fixed another bit of safe-html setting docs so that they work with the HTML help text export. check-in: 89e5ac196d user: stephan tags: trunk
2021-02-04
17:29
Changed a few doc references from "fossil diff -N" to use -v instead, its anointed alternative. check-in: ad42dfee58 user: wyoung tags: trunk
15:52
Fix a bug triggering a failed assertion in blob_str() and dumping core when doing a 'fossil commit --no-prompt'. check-in: d1f74a367c user: danield tags: trunk
15:34
Avoid repeating the 'commit aborted' message. check-in: 30ac5c00dd user: danield tags: trunk
10:50
Roll back dangling database transaction for some terminal code paths in 'fossil commit'. check-in: 190d138a13 user: danield tags: trunk
04:11
diff help text: noted that -N is just an alias for --verbose, to help avoid confusion reported in [forum:/forumpost/e7311328be | /forumpost/e7311328be]. check-in: bfd1a682f3 user: stephan tags: trunk
01:00
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur be... check-in: da0d7f7460 user: drh tags: trunk
00:58
Oops. Add in the omitted "color.c" source file. Closed-Leaf check-in: 54509f8bed user: drh tags: user-color-revamp
00:57
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur... check-in: 4d0af2a68f user: drh tags: user-color-revamp
2021-02-03
23:51
Paint backgrounds with the hash_color for the login name when the "ubg" query parameter is given on the /setup_ulist page. check-in: eb1415d8c5 user: drh tags: trunk
14:23
Disable triggers using SQLITE_DBCONFIG_ENABLE_TRIGGERS for defense in depth. SQLite 3.35.0 is required due to Fossil's use of TEMP triggers. Also, use the new RETURNING clause for queries where it makes sense, again requiring SQLite 3.35.0. check-in: 8a3dc1a975 user: drh tags: trunk