Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/db.c version 6f4046e303
|
2021-02-06
| ||
| 05:20 | Added --mainmenu flag to the http command, as the Windows impl passes on its flags to that command. Closed-Leaf check-in: 32ab3d23ed user: stephan tags: mainmenu-override | |
| 05:12 | Windows: escape --mainmenu's argument before passing it on to child ui process. check-in: d059d62037 user: stephan tags: mainmenu-override | |
| 04:48 | Corrected potential mishandling of memory ownership in the previous commit. check-in: d6e698c265 user: stephan tags: mainmenu-override | |
| 04:40 | Restructured how --mainmenu value is saved. Added support for it to Windows server, but that is untested. check-in: 852be6d420 user: stephan tags: mainmenu-override | |
|
2021-02-05
| ||
| 10:36 | Added ui/server/cgi --mainmenu FILE option, and CGI wrapper script mainmenu: option, to override the mainmenu setting, similar to how --skin/skin: overrides the skin. check-in: bcca09106b user: stephan tags: mainmenu-override | |
| 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 between key project members. 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 between key project members. 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 | |