Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
36 check-ins using file src/db.c version 94e95546fa
|
2022-02-28
| ||
| 14:05 | /md_rules: replaced 'complex' with 'more', per /chat discussion. check-in: 369d7d1a20 user: stephan tags: trunk | |
|
2022-02-26
| ||
| 14:37 | Removed ENABLE_JSON1 flag from tools/sqlcompattest.c because that flag is no longer in sqlite3 as of 3.38, which is the current minimum required version. Reported in [forum:549da79dd9 | forum post 549da79dd9]. check-in: 8af827342f user: stephan tags: trunk | |
| 01:36 | globs.md: clarified that globs apply to the whole dir/filename combination without any awareness/special treatment of the directory part, as suggested in [forum:6637b92a6a17a6bc | forum post 6637b92a6a17a6bc]. check-in: d862cb71d6 user: stephan tags: trunk | |
|
2022-02-25
| ||
| 17:43 | Increase the version number to 2.19 to begin the next development cycle. check-in: 8f0a7ace0c user: drh tags: trunk | |
| 11:24 | Update the version number on the homepage. check-in: 93768c1b67 user: drh tags: trunk | |
|
2022-02-23
| ||
| 17:18 | Spelling corrections caught by Debian's automated tools, thanks to Barak A. Pearlmutter. check-in: 9993c43b5c user: danshearer tags: trunk | |
| 13:22 | Version 2.18 check-in: 84f25d7eb1 user: drh tags: trunk, release, version-2.18 | |
| 13:09 | The --share-links option seems to be causing no end of confusion. So we'll just make it undocumented and perhaps remove it or document it properly later. check-in: 0a91005e35 user: drh tags: trunk | |
| 13:01 | Include the '<html>' rule in the Miscellaneous section of [/md_rules]. check-in: f0fa7f21f8 user: drh tags: trunk | |
| 12:50 | Improvements to the change log for 2.18. Fix the aboutcgi.wiki document so that it correctly shows the scope of REQUEST_URI. check-in: d0491fd0b4 user: drh tags: trunk | |
|
2022-02-22
| ||
| 21:44 | Improved organization and grouping of the change list for version 2.18. check-in: 1841ce6747 user: drh tags: trunk | |
| 21:20 | Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d> check-in: c5e4c8b63a user: drh tags: trunk | |
| 19:13 | Update the built-in SQLite to version 3.38.0 final. check-in: c55e0f6ca3 user: drh tags: trunk | |
|
2022-02-21
| ||
| 20:54 | docs: a typo fix and an updated date reference. check-in: 841c78d2cd user: stephan tags: trunk | |
| 20:44 | antibot.wiki: changed 'billions' to 'millions', per /chat discussion. check-in: d4f3babea9 user: stephan tags: trunk | |
| 20:36 | Per chat discussion and [forum:fd49a822db5bc522 | forum post fd49a822db5bc522], removed PellesC build from makemake.tcl and the corresponding makefile. check-in: fcb33239b5 user: stephan tags: trunk | |
|
2022-02-20
| ||
| 19:14 | Fix typo in the output of "fossil help -o". check-in: 5b4a729b71 user: drh tags: trunk | |
|
2022-02-19
| ||
| 23:03 | Adjust padding in /chat CSS to eliminate an unsightly dead zone between the chat area scrollbar and the right side of the page, as reported in /chat. check-in: 46ec28aca9 user: stephan tags: trunk | |
| 01:59 | Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was accessed through [/help?cmd=/info|/info/HASH] or <code>/winfo/HASH</code> aliases. check-in: 356a4845b3 user: george tags: trunk | |
|
2022-02-18
| ||
| 22:05 | Do not try to uncompress generic HTTP content when the NOCOMPRESS flag is set. check-in: 66ef906118 user: drh tags: trunk | |
| 20:49 | Rename the "fossil chat backup" command to "fossil chat pull". check-in: 8ee8f03a77 user: drh tags: trunk | |
| 20:32 | For "fossil chat backup", when transfering content from the transfer table into the repository, be explicit about column names, as the column names might be in a different order. check-in: e983a7dc93 user: drh tags: trunk | |
| 20:25 | Add the "fossil chat backup" command and the "/chat-backup" webpage to support it. check-in: 1827a31487 user: drh tags: trunk | |
| 15:23 | Improved diff alignment following an indentation change. The objective of this change is to improve the diff output for of the [a36dd09d17f3057f] check-in. check-in: 868d160838 user: drh tags: trunk | |
| 13:35 | Fix a minor comment typo. check-in: e2aed163ac user: drh tags: trunk | |
|
2022-02-17
| ||
| 18:13 | Fix a typo in the help for the "fossil remote" command. check-in: 7ea1b380ea user: drh tags: trunk | |
| 15:04 | 'update' shows the commit date for the updated-from version, for consistency." check-in: 971dd2364d user: danield tags: trunk | |
| 02:38 | 'update' now lists the updated-from version, per off-list user request, the intent being to simplify access to the version for purposes of running a diff after seeing updates arrive. check-in: 07ed3fedfa user: stephan tags: trunk | |
|
2022-02-16
| ||
| 13:22 | Mention the REQUEST_URI fix in the change log. check-in: ced2850813 user: drh tags: trunk | |
|
2022-02-15
| ||
| 23:34 | Update the built-in SQLite to the latest 3.38.0 beta. check-in: abd90eb5a8 user: drh tags: trunk | |
| 21:46 | Return a 404-Not Found error on any attempt to access a "draft" skin that is not defined. check-in: de320cc33e user: drh tags: trunk | |
|
2022-02-13
| ||
| 19:16 | Back out check-in [5bb921dd0893a548] which was wrong - the REQUEST_URI CGI parameter should include the query string. Improve the CGI variable documentation in comments. Improve robustness to malformed CGI variables. check-in: e514eeea8f user: drh tags: trunk | |
| 19:14 | Improved robustness in CGI variable parsing. Closed-Leaf check-in: b897350007 user: drh tags: cgi-compliance | |
| 00:26 | Back out [5bb921dd0893a548]. It turns out that REQUEST_URI should have the query string appended. Make other changes to cgi.c to bring it into "compliance". "Compliance" is in quotes because rfc3875 does not define REQUEST_URI. That variable is really just by conveniention. But Apache and Nginx both append the query string, so we should too. check-in: fd1c9b090a user: drh tags: cgi-compliance | |
|
2022-02-12
| ||
| 20:53 | Update the defense-against-robots documentation to align with current behavior. check-in: c9082b2971 user: drh tags: trunk | |
| 20:30 | Enhancement to robot defense. The auto-hyperlink setting can now be 2 (UserAgent only) in which case the UserAgent string is consulted and hyperlinks are generated if and only if the UserAgent looks human. Javascript does not come into play. When auto-hyperlink is 1, the traditional Javascript changes to href= in anchor tags are still used. check-in: df337eb61c user: drh tags: trunk | |