Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
80 check-ins using file src/chat.c version d74ac16cc9
|
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-02-05
| ||
| 03:17 | Replaced raw SCRIPT and STYLE tag references in the safe-html docs with non-tag formulations because the tags break the HTML-format help text conversion. ... (Closed-Leaf check-in: 0ac9052c38 user: stephan tags: help-full) | |
|
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) | |
| 13:38 | Update the built-in SQLite to the latest 3.35.0 alpha that includes support for RETURNING and the ability to use TEMP triggers even if SQLITE_DBCONFIG_ENABLE_TRIGGER is off. ... (check-in: 60b8c71b00 user: drh tags: trunk) | |
|
2021-02-02
| ||
| 23:01 | added help --everything option that borrows functionality refactored from test-all-help ... (check-in: c39e23cda6 user: sdr tags: help-full) | |
| 21:28 | improved help text for the help --full option ... (check-in: cf36fbb98f user: sdr tags: help-full) | |
| 20:22 | modified to not change based on whether destination is a tty, but to provide a help --full option to display all the text at once for those who would like to pipe it through grep / less / capture to a file ... (check-in: 93fd6d3395 user: sdr tags: help-full) | |
| 16:01 | modified help command to output detailed help information when stdout is not a tty (note: branch name changed after consensus seemed to indicate original concept was undesirable) ... (check-in: d792943681 user: sdr tags: help-full) | |
|
2021-02-01
| ||
| 12:29 | Fix typo: added missing word to 'fossil help all' output. ... (check-in: bfa99a9399 user: jamsek tags: trunk) | |
|
2021-01-31
| ||
| 21:00 | More robust exclusion of the -v diff when extracting the comment message from the user's editor output. Enhance the -n (--dryrun) flag on "fossil commit" so that it goes through the commit prompt sequence for debugging. ... (check-in: 4eca7eb902 user: drh tags: trunk) | |
| 20:18 | Add the -v (and --verbose) option to the "fossil commit" command. ... (check-in: 7ee98fea2d user: drh tags: trunk) | |
| 17:57 | Update to the latest pikchr with improved syntax error context display. ... (check-in: f366136472 user: drh tags: trunk) | |
| 15:27 | Update to the latest pikchr with a fix for rendering of cylinders with oversize radii. ... (check-in: 70964869af user: drh tags: trunk) | |
| 06:30 | Add DIFF_VERBOSE flag parameter so verbose commit also displays diff for newly added files, not just those modified, matching Git's 'commit -v' behaviour. ... (Closed-Leaf check-in: b1c2ef5221 user: jamsek tags: dev-ci-verbose) | |
| 00:31 | Enhancements to CGI query parameter processing in an attempt to deal with the issue described at [forum:/forumpost/049e8650ed|forum post 049e8650ed]. At the same time, convert some mprintf() calls into fossil_strdup() for efficiency. ... (check-in: 140cb312ca user: drh tags: trunk) | |
|
2021-01-30
| ||
| 04:01 | Added checkbox to reset mainmenu to its default value, per discussion at [forum:/forumpost/5ab3ce6c45 | forumpost/5ab3ce6c45]. ... (check-in: 8af3d425d2 user: stephan tags: trunk) | |
| 03:40 | Make new --verbose commit option code compliant with Fossil style, and minor refactoring of the verboseFlag logic to cohere related global aCommitFile memory (de)allocation and make more readable. ... (check-in: 8f41701eb0 user: jamsek tags: dev-ci-verbose) | |
| 01:39 | Typo fix reported in the forum. ... (check-in: f8c42abadc user: stephan tags: trunk) | |
|
2021-01-29
| ||
| 16:10 | Add new --verbose option to 'fossil commit' to display a unified diff of all changes to be committed in the editor. Only tested on OpenBSD 6.8 and preliminary testing on macOS 10.15.7 (Catalina); needs to be tested on Linux and Windows. ... (check-in: a713e1e6c2 user: jamsek tags: dev-ci-verbose) | |
|
2021-01-28
| ||
| 20:42 | When updating a schema from 1.x to 2.x, temporarily disable defensive mode so that we can remove the length constraint on the BLOB.UUID column. ... (check-in: d4041437b6 user: drh tags: trunk) | |
| 20:22 | Add the "color-hash-seed" setting to the skin configuration. ... (check-in: 198af5374f user: drh tags: trunk) | |
| 20:21 | Add the color-hash-seed setting. ... (check-in: 8996fe0d6f user: drh tags: trunk) | |
| 19:38 | Make the /doc, /uv, and /wiki webpages respond to the "popup" query parameter by omitting the header and footer boilerplate and sending just the page content. ... (check-in: 36a17f36b5 user: drh tags: trunk) | |
| 18:37 | Change of plan: Instead of a separate /sitemap-ex page, add the e= query parameter to /sitemap. Standard content is omitted with e=1. Extra content is omitted with e=2. ... (check-in: 635a8b2bf0 user: drh tags: trunk) | |
| 17:53 | Fix a surplus <ul> in the previous check-in. ... (check-in: 0b982b6f14 user: drh tags: trunk) | |
| 17:48 | Add the /sitemap-ex webpage - potentially useful for customized hamburger menus. ... (check-in: 5f36ec7d10 user: drh tags: trunk) | |
| 15:32 | Bring back some help text for 'fossil grep' removed in [9c2080a360]. ... (check-in: 60a28a8d89 user: danield tags: trunk) | |
| 15:06 | Clarity pass on the "Update vs Pull" section of gitusers.md ... (check-in: e5bc762d40 user: wyoung tags: trunk) | |
| 12:26 | Document the new --ckout-alias option. ... (check-in: 433b9df3e2 user: drh tags: trunk) | |
| 12:09 | Add the --ckout-alias option to "fossil ui", "fossil server", and "fossil http". The "--ckout-alias NAME" means that URLs of the form "/doc/NAME/..." are interpreted as if they were "/doc/ckout/...". This helps in testing embedded documentation changes prior to check-in. ... (check-in: dc1121f6a7 user: drh tags: trunk) | |
| 02:04 | Fix a problem in the "original" skin header.txt file. ... (check-in: 63437a752c user: drh tags: trunk) | |
| 01:08 | Updates to the change log. ... (check-in: 872eb4bc7c user: drh tags: trunk) | |
| 01:01 | Allow multiple layers of /skn_X skin specifications at the beginning of the PATH_INFO. Use the last one. Skip over and discard all the others. ... (check-in: 5af8a1a937 user: drh tags: trunk) | |
|
2021-01-27
| ||
| 21:12 | Add a terse explanation to the /skins page, and a link to /skins from the /sitemap. ... (check-in: 685c7d0581 user: drh tags: trunk) | |
| 21:06 | Add the /skins webpage. ... (check-in: d8ad5a2ec7 user: drh tags: trunk) | |
| 19:50 | Update the built-in SQLite to the latest 3.35 alpha for testing. ... (check-in: 8f8b6e33cd user: drh tags: trunk) | |
| 17:22 | If the first term of the PATH_INFO is "skn_X" where X is one of the built-in skin names, then use that built-in skin rather than whatever is configured. ... (check-in: 7b028d74a6 user: drh tags: trunk) | |
| 14:40 | Begin a change log for version 2.15. ... (check-in: 0412039ef1 user: drh tags: trunk) | |
| 14:14 | Remove redundant length check from captcha processing. [forum:/forumpost/f406019983|Forum post f406019983]. ... (check-in: 43981c5d62 user: drh tags: trunk) | |
| 13:32 | More TH1 performance optimizations: Go directly to malloc() rather than through the Th_Malloc() intermediary. ... (check-in: 9b4f2d8e98 user: drh tags: trunk) | |
| 12:38 | Performance optimizations in the TH1 interpreter. ... (check-in: b26eea7ee0 user: drh tags: trunk) | |
| 04:38 | Added a note that capexpr was first introduced in 2.15. ... (check-in: 70cb4fe59e user: stephan tags: trunk) | |
| 02:45 | Fixed typo introduced in [f42b5773ed] ... (check-in: b2ad0172e9 user: wyoung tags: trunk) | |
|
2021-01-26
| ||
| 23:58 | In the default skins, the main menu on web pages is now mostly determined by the "mainmenu" setting rather than by the "header.txt" file of the skin. This allows a project to more easily change skins without disrupting the customized menu. It also means that the built-in skins are morely likely to be usable without any modification. This change also adds the "string match" command to TH1. ... (check-in: 5f2271292a user: drh tags: trunk) | |
| 23:38 | Minor formatting issue on the /Setup/Configure page. ... (Closed-Leaf check-in: 4dae4a1ba7 user: drh tags: new-main-menu) | |
| 23:31 | Fix the default header files so that they correctly apply the $home prefix only for URLs that begin with /. ... (check-in: cc675c0a9a user: drh tags: new-main-menu) | |
| 23:14 | Fix a mistaken edit in the CSS for the default skin. ... (check-in: bb8bf23205 user: drh tags: new-main-menu) | |
| 23:05 | Fix a harmless compiler warning. ... (check-in: 6dc53820ac user: drh tags: new-main-menu) | |
| 21:53 | The main menu for web display is now derived from the "mainmenu" setting, for the built-in skins. Customized skins that ignore the mainmenu setting continue to operate as before. Added the "string match" TH1 command to help. ... (check-in: 923841b709 user: drh tags: new-main-menu) | |
| 19:37 | Rework the /sitemap customization settings. There is now just a single setting "sitemap-extra" that is a TCL list of triples, where each triple defines a new entry in the /sitemap. Legacy entries are ignored. Administrators that have a custom /sitemap configuration will need to update the "Custom Sitemap Entries" setting on the /Admin/Configuration page after updating to this version of Fossil or later. ... (check-in: aa5beb8c29 user: drh tags: trunk) | |
| 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) | |