Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file src/setup.c version aff9ae8f76
2021-06-15
| ||
01:00 | Increase the version number to 2.14.2 ... (Leaf check-in: fb3938ee09 user: drh tags: version-2.14.2, branch-2.14) | |
01:00 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. ... (check-in: 8126093ee9 user: drh tags: branch-2.14) | |
2021-04-08
| ||
01:07 | Version 2.14.1 ... (check-in: 4de59089c2 user: drh tags: release, version-2.14.1, branch-2.14) | |
01:07 | But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 96b0c1ffac user: drh tags: branch-2.14) | |
00:27 | Increase the version number to 2.14.1 ... (check-in: b39338dcb1 user: drh tags: branch-2.14) | |
00:22 | Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: 3cea3a02ac user: drh tags: branch-2.14) | |
2021-02-25
| ||
14:15 | Rearrange the JavaScript code as a handler of the 'load' event; this keeps the global scope clean from the supplementary variables. ... (check-in: ec55e51c44 user: george tags: wiki-history) | |
2021-01-26
| ||
17:53 | th1 docs: added new capexpr and marked (anycap, hascap, anoncap) as deprecated. ... (check-in: 828821463a user: stephan tags: trunk) | |
16:57 | Add the "capexpr" TH1 command. This makes "hascap", "anoncap", and "anycap" all obsolete. We'll keep those old commands around, for legacy compatibility. ... (check-in: f96de5abdf user: drh tags: trunk) | |
15:42 | Experimental TH1 command "capexpr" that evaluates an expression on capabilities. ... (Closed-Leaf check-in: 6828565ebe user: drh tags: capexpr) | |
15:27 | Enhance 'fossil branch list' to accept a GLOB argument and show only matching branches. ... (check-in: 6a5cdecddc user: danield tags: trunk) | |
13:50 | Add "foreach" loops to TH1. ... (check-in: 3316b29225 user: drh tags: trunk) | |
13:45 | Added link to "git checkout" koan from the gitusers doc. ... (check-in: 57d9b020b8 user: wyoung tags: trunk) | |
13:41 | Clarified the comment in the gitusers doc about "fossil diff --numstat" output being cryptic. ... (check-in: 0271fa086a user: wyoung tags: trunk) | |
13:36 | Added "git diff" delegation trick to the gitusers doc. ... (check-in: f42b5773ed user: wyoung tags: trunk) | |
00:40 | Update the customskin.md document to explain the latest practices. ... (check-in: 48a4be5058 user: drh tags: trunk) | |
2021-01-25
| ||
20:19 | Add support for the "pikchr-background" detail.txt skin setting used to specify an alternative background color value for Pikchr diagrams. Set this value appropriately for the eagle and ardoise skins. ... (check-in: 557f51b34b user: drh tags: trunk) | |
19:11 | Add the hamburger menu to the ardoise skin. ... (check-in: b20654662e user: drh tags: trunk) | |
18:57 | Hamburger menu enhancements: (1) Rename the JS to src/hbmenu.js (2) Make the JS independent of TH1 so that it can be loaded using builtin_request_js(). (3) Add a new TH1 command that invokes builtin_request_js(). (4) Revise the default and plain_gray skins to make use of the previous. ... (check-in: 9cd74289c0 user: drh tags: trunk) | |
18:54 | Fix the makefile in the previous check-in. ... (Closed-Leaf check-in: 5fbc3b300b user: drh tags: standard-hbmenu) | |
18:52 | Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. ... (check-in: d39732b714 user: drh tags: standard-hbmenu) | |
18:29 | Fix the selector for the CSS rules on the hamburger menu so that "hddrop" can be outside of "mainmenu". ... (check-in: 18e2f5337f user: drh tags: trunk) | |
17:45 | Fix a NULL pointer deference in the "fossil search" command, as reported by [forum:/forumpost/2825291cf4|forum post 2825291cf4] ... (check-in: 2d2d647390 user: drh tags: trunk) | |
16:52 | Get the hamburger menu working for the "plain_gray" skin. ... (check-in: fa8be1ace6 user: drh tags: trunk) | |
2021-01-21
| ||
23:34 | Increase the version number to 2.15 to begin the next development cycle. ... (check-in: 81a2e63be3 user: drh tags: trunk) | |
23:33 | Add the --list option to the "tarball", "zip", and "sqlar" commands. Also rig those commands so that if the output filename is an empty string or "/dev/null" then they do not actually form the output archive. ... (check-in: c88880fa8a user: drh tags: trunk) | |
2021-01-20
| ||
19:19 | Merge version-2.14 ... (check-in: 0e31c8d258 user: george tags: wiki-history) | |
15:34 | Version 2.14 ... (check-in: 487776dc45 user: drh tags: trunk, release, version-2.14) | |
12:16 | Enhancements to the change log. Mention SQLite 3.35 and Fossil performance optimizations. ... (check-in: fc8452b13f user: drh tags: trunk) | |
02:09 | Enable [https://sqlite.org/pragma.html#pragma_secure_delete|secure_delete] when deleting chat messages, so that there are no forensic traces left behind. ... (check-in: 12a120dd37 user: drh tags: trunk) | |
2021-01-19
| ||
08:09 | Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. <b>Edit:</b> The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a0a user: drh tags: mistake) | |
2021-01-18
| ||
23:29 | Adjust automatically chosen colors to be less saturated, and easier to read. ... (check-in: fb3dabd5c4 user: drh tags: trunk) | |
15:02 | Update the built-in SQLite to the latest 3.35 alpha version that uses the EXISTS-to-IN optimization. EXISTS operators are used a lot in Fossil, so Fossil should give the new optimization a good real-world test. ... (check-in: 74dd3187a9 user: drh tags: trunk) | |
04:32 | Added --no-print-result flag to test-th-source to suppress output of final result, as the default behavior sometimes causes duplicate output of the last expression. ... (check-in: 817c643435 user: stephan tags: trunk) | |
2021-01-17
| ||
23:36 | Minor wording tweaks to various documentation files. ... (check-in: 5aa71f59b7 user: drh tags: trunk) | |
2021-01-15
| ||
20:48 | Add para on git forking as siloed development enthusiastically adopted by github, who promote their public project count (currently 43 million according to the link.) ... (check-in: a54732919d user: danshearer tags: trunk) | |
15:22 | Clarified a few points in the javascript.md doc ... (check-in: 7b51e27f43 user: wyoung tags: trunk) | |
15:11 | Fixed an unwanted hard line break in javascript.md ... (check-in: c31d5ba4b9 user: wyoung tags: trunk) | |
15:04 | Added "chat" to the list in javascript.md ... (check-in: debb410e9b user: wyoung tags: trunk) | |
14:55 | Broken hyperlink fix ... (check-in: 20c193d8d4 user: wyoung tags: trunk) | |
14:54 | Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made. ... (check-in: a9352a280e user: wyoung tags: trunk) | |
14:51 | Tiny tweaks to fossil-v-git.wiki ... (check-in: 6e443dfd97 user: wyoung tags: trunk) | |
13:25 | Improve wiki explanation for how home pages work with embedded documents. Change example for home page in setup.c to be trunk, not whatever branch happens to be latest. ... (check-in: b32461f72d user: danshearer tags: trunk) | |