Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
159 check-ins using file src/blob.c version 107a171bc6
2022-06-17
| ||
09:32 | Add generation of manifest.descr to Makefile.msc (via makemake.tcl); this can be removed after 'version --describe' support gets built in. ... (check-in: a198cde661 user: danield tags: version-cmd-describe) | |
2022-05-14
| ||
20:52 | Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. ... (Leaf check-in: 76844c35fc user: george tags: wcontent-subsets) | |
2022-04-23
| ||
16:09 | Trivial doc updates to www/json-api/... ... (check-in: 73373b9d21 user: stephan tags: trunk) | |
15:39 | Added JSON API doc link to the permuted index. ... (check-in: d355faf80c user: stephan tags: trunk) | |
2022-04-21
| ||
22:53 | Bring in the latest SQLite 3.39.0 alpha, with over 4,500 lines of change, for the purpose of beta-testing SQLite. ... (check-in: b3c5a48926 user: drh tags: trunk) | |
22:12 | Add a warning in build.wiki that passing fuzzer-specific flags may cause the --fuzztype flag to get stripped from the argument list. ... (check-in: df1d256922 user: stephan tags: trunk) | |
15:45 | Changed fossil_nice_default() to use nice level 19 instead of 20, as 19 is the documented max. ... (check-in: 2c8920296c user: stephan tags: trunk) | |
12:06 | In the check-in names documentation, mention that some prefixes can be chained. ... (check-in: ef9e42acb8 user: danield tags: trunk) | |
11:43 | Minor tweaks to the fuzzer section of build.wiki. ... (check-in: dfb1234f93 user: stephan tags: trunk) | |
2022-04-20
| ||
15:21 | Added another libfuzzer info link to build.wiki. ... (check-in: 1a397ee35f user: stephan tags: trunk) | |
15:04 | Documentation for the new special name and changelog update. ... (check-in: b07729dae4 user: danield tags: name-start) | |
15:03 | Add the new special name start:BRANCH to refer to the first check-in of the branch ... (check-in: c92fb60ba9 user: danield tags: name-start) | |
14:59 | Rewrote the login-groups doc, making it both more clear and more detailed. This started out as clarifying a confusion brought up [forum:/forumpost/beba7d4e78c943d0 | on the forum], but experimentation kept bringing up new and interesting restrictions and interactions that I felt were worth documenting. ... (check-in: 697cf6fb35 user: wyoung tags: trunk) | |
13:55 | Added a section to build.wiki about building for fuzz testing. ... (check-in: a42f5af812 user: stephan tags: trunk) | |
11:46 | Correct fuzz.c to honor --fuzztype markdown and add --fuzztype wiki2 which works like its previous --fuzztype wiki behavior, sending all inputs through both the fossil-wiki and markdown translators. Added a fatal error for --fuzztype artifact, as that tester is not implemented. ... (check-in: 8d4c479208 user: stephan tags: trunk) | |
09:38 | Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in [forum:7a9097e557 | forum post 7a9097e557]. ... (check-in: 1bf6686e76 user: stephan tags: trunk) | |
2022-04-19
| ||
15:47 | Fix the previous change to cover an extra case. ... (check-in: 19a01ac12e user: danield tags: trunk) | |
14:48 | Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 49ef1b574e user: danield tags: diff-show-versions) | |
12:46 | Relocate a declaration to cope with C89 rules. ... (check-in: 87955d9274 user: danield tags: trunk) | |
2022-04-16
| ||
16:29 | Minor spelling corrections. No change in functionality. ... (check-in: 53754fff0c user: andybradford tags: trunk) | |
2022-04-15
| ||
13:56 | Merge the enhanced load control measure to trunk. ... (check-in: 9413395f5b user: drh tags: trunk) | |
13:51 | Enhanced interpretation of the "autosync" setting. It is now possible to set the setting to "on,open=off" to cause autosync to be on by default but off for the "open" command, as an example. Use the "help autosync" command for further detail. ... (check-in: 346e45702c user: drh tags: trunk) | |
12:41 | Fix the "fossil open" command so that it honors global settings. ... (check-in: 24420b4e63 user: drh tags: trunk) | |
12:33 | Simplify the autosync_loop() interface by omitting the second parameter, which was always the value of the "autosync-tries" setting. Have the autosync_loop() function look up the autosync-tries setting for itself. ... (check-in: 9445f8a8a2 user: drh tags: trunk) | |
2022-04-14
| ||
17:41 | Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. ... (Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework) | |
17:15 | Doc typo fix and more docs for load_control(). ... (check-in: e5724fb759 user: stephan tags: load-control-rework) | |
17:12 | Exempt admin and setup users from the load_control() restriction. ... (check-in: 57cdf4f2b9 user: stephan tags: load-control-rework) | |
17:03 | Added a fossil_nice() call to /vpatch. ... (check-in: 1cc86c16a2 user: stephan tags: load-control-rework) | |
16:58 | Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (check-in: 9b0ebcaf23 user: stephan tags: load-control-rework) | |
2022-04-13
| ||
16:27 | On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. ... (check-in: 82510672b8 user: stephan tags: trunk) | |
2022-04-11
| ||
09:33 | Brought the "Fossil grep vs POSIX grep" doc up to date relative to the [/info/f5f4471323d44a82 | merged grep-enhancements branch]. ... (check-in: caba4b0188 user: wyoung tags: trunk) | |
06:45 | Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. ... (check-in: 0dd4118063 user: stephan tags: trunk) | |
06:37 | Part 2 of [bb0118227f2c]. ... (check-in: 74bd3fd4d9 user: stephan tags: trunk) | |
2022-04-10
| ||
19:58 | mkheaders carriage-return fix from [forum:6b2e7dbee7 | forum post 6b2e7dbee7]. ... (check-in: bb0118227f user: stephan tags: trunk) | |
18:56 | Added the "--page wcontent" bit to the new wiki versioning example in the glossary. ... (check-in: b05a07a9a2 user: wyoung tags: trunk) | |
18:53 | Grammar tweaks to previous ... (check-in: ccd5cacc51 user: wyoung tags: trunk) | |
18:49 | Added "Embedded Documentation" section to the glossary per larrybr's request in /chat. It's a Fossil-specific term of art. It also gives us a place to contrast with the wiki; that could live in the docs for the wiki or embedded docs instead, but the glossary is where newbies go to get oriented on terms, so the "but which should I use" question falls right out of the terminology. ... (check-in: e583b48a04 user: wyoung tags: trunk) | |
2022-04-08
| ||
08:46 | Merged in trunk. ... (check-in: e8a1382fc3 user: stephan tags: markdown-tagrefs) | |
08:45 | Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. ... (check-in: 834db57d95 user: stephan tags: trunk) | |
2022-04-07
| ||
15:37 | s/Safara/Safari/, per report from [forum:9e8015e09c | forum post 9e8015e09c]. ... (check-in: 2f3c84b3e9 user: stephan tags: markdown-tagrefs) | |
2022-04-06
| ||
16:42 | Minor consistency fix about ambiguous sub-command dispatch and error reporting, see related [forum:/forumpost/48d6de4f8e2afdde|forum post]. ... (check-in: 512905efd3 user: mgagnon tags: trunk) | |
2022-04-05
| ||
19:51 | When reporting the list of matching ambiguous sub-commands, make sure settings with the same prefix are not listed. ... (Closed-Leaf check-in: bb5162fe16 user: mgagnon tags: ambiguous_cmd_fix) | |
16:49 | Don't give an "ambiguous command prefix" error when reported ambiguous commands are aliases to each others. Assume alias point to same function pointer and are all consecutive in the aCommand[] list. ... (check-in: 862ce7ce2c user: mgagnon tags: ambiguous_cmd_fix) | |
15:04 | Modify the makefiles to provide for compile-time options for pikchr. Reduce the token-count limit in pikchr to 10,000. ... (check-in: 959807e915 user: drh tags: trunk) | |
14:41 | Update to the latest Pikchr version that includes improved resistance to exponential macro-expansion attacks. ... (check-in: f753041961 user: drh tags: trunk) | |
2022-04-01
| ||
17:33 | Update the built-in SQLite to the latest 3.39.0 alpha for testing. ... (check-in: aa2066b5d2 user: drh tags: trunk) | |
2022-03-31
| ||
12:10 | For "fossil tag list" and the /taglist page, sort entries taking numbers into consideration. This puts tags that follow semantic versioning into the expected order. ... (check-in: 3500dbfd84 user: danield tags: trunk) | |
09:37 | Added "fossil describe" to the change log. ... (check-in: 56ef05a567 user: danield tags: trunk) | |
09:14 | Improvements to the help text and code comments for the "describe" command. ... (check-in: 52dd8a91bf user: danield tags: trunk) | |
08:21 | In "fossil describe", use hash_digits() as the default length when printing the commit hash. ... (check-in: 951cf9faf3 user: danield tags: trunk) | |
2022-03-30
| ||
21:11 | Fix the describe_commit() routine so that it is faster and simpler and so that it ignores tags that are applied to more than one check-in. ... (check-in: 41dc5fc000 user: drh tags: trunk) | |
15:08 | Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*". Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (check-in: 4329553d51 user: danield tags: version-cmd-describe) | |
14:45 | Add the new "fossil describe" command. ... (check-in: 36ca266479 user: drh tags: trunk) | |
14:36 | Fix segfault and add message for ambiguous checkins. ... (Closed-Leaf check-in: e501d74440 user: danield tags: describe-cmd) | |
14:15 | Merged in trunk. ... (check-in: 28fa015357 user: stephan tags: markdown-tagrefs) | |
14:01 | Add comments, format code and remove magic size numbers. ... (check-in: 40de2cd9c3 user: danield tags: describe-cmd) | |
11:46 | Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. ... (check-in: 3f06ed14fe user: danield tags: describe-cmd) | |
2022-03-28
| ||
13:39 | Bug fix to the abs() function of pikchr. ... (check-in: b80ae0215e user: drh tags: trunk) | |
08:34 | Updated a reference to macOS 11 from the backup doc: the condition it warns against is still true as of macOS 12.3. ... (check-in: 1bb4147fd2 user: wyoung tags: trunk) | |
2022-03-26
| ||
13:09 | Updates to the change log. ... (check-in: 348d11184d user: drh tags: trunk) | |
2022-03-24
| ||
10:25 | Fix hyperlink as per [forum:381b1fa627 | forum post 381b1fa627]. ... (check-in: 7de6f15cd8 user: danield tags: trunk) | |
2022-03-23
| ||
10:09 | Update the built-in SQLite to the latest trunk version, that includes a patch to shell.c that tries to work around a nuisance warning from some implementations of MSVC. [forum:/forumpost/bd0844268f0fab71|Forum post bd0844268f0fab71]. ... (check-in: 92fd091703 user: drh tags: trunk) | |
2022-03-22
| ||
15:53 | In the graph, when a merge riser comes up out of a leaf on a different rail, try to shift the branch rail to be directly underneath the merge riser. ... (check-in: 1e70f826b9 user: drh tags: trunk) | |
13:45 | Fix a bug in graph display for when a merge descender is on rail zero, for example the merge descender on the bottom node of [/timeline?b=e5b1c70e2a6e0434&n=22]. ... (check-in: 2bbd70da66 user: drh tags: trunk) | |
13:30 | Improved comments on the graph layout rail shuffling. ... (check-in: ebbfe7d997 user: drh tags: trunk) | |
11:46 | For MSVC build, use /utf-8 option for CL (because some sources need it and this helps when some codepages are in effect) ... (check-in: 0324515b59 user: larrybr tags: trunk) | |
2022-03-21
| ||
17:36 | Typo and link fixes via [forum:09c35aec52377b41 | forum post 09c35aec52377b41]. ... (check-in: 1b13f430c6 user: stephan tags: trunk) | |
16:42 | Typo fix from [forum:a7a52ce98a | forum post a7a52ce98a]. ... (check-in: c3d321fb6f user: stephan tags: trunk) | |
2022-03-17
| ||
12:01 | Update the fossil_prompt.sh script so that it keeps the username and hostname part of the prompt green and only changes the path from red to green. ... (check-in: cca805fa89 user: drh tags: trunk) | |
2022-03-12
| ||
20:11 | Fix to the uintnocase collating sequence. See [forum:/forumpost/56250e7ff0|forum post 56250e7ff0]. ... (check-in: b39475b625 user: drh tags: trunk) | |
14:20 | Update the built-in SQLite to the latest trunk version which includes all of the patches associated with version 3.38.1 plus additional performance enhancements. ... (check-in: b731e1f65b user: drh tags: trunk) | |
2022-03-10
| ||
12:50 | Graph layout: Reduce the top-margin requirement for a merge arrow that comes straight up out of the top of a leaf node. ... (check-in: 6b56d89058 user: drh tags: trunk) | |
12:35 | Graph layout: Strive harder for merge arrows to come straight up out of the top of leaf nodes. ... (check-in: a3bfe425e0 user: drh tags: trunk) | |
2022-03-08
| ||
20:47 | On file listing pages, sort files that have numbers as part of their name in numeric order. ... (check-in: 59dfca5ed5 user: drh tags: trunk) | |
13:08 | Faster implementation of start_of_branch() using a CTE. ... (check-in: 8736de8baa user: drh tags: trunk) | |
12:04 | Fix the case eType==1 (find the first check-in of the branch). ... (Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte) | |
01:07 | Timeline graph layout changes that strive to do better a communicating the merging and branching activity between multiple branches. ... (check-in: d1d7fce64e user: drh tags: trunk) | |
2022-03-07
| ||
21:12 | Fix the display of cherrypick links that are on the same rail as their origin node but then go left. ... (check-in: 632d07c6a9 user: drh tags: trunk) | |
21:01 | Fix very minor comment typos. ... (check-in: 680837fae7 user: drh tags: trunk) | |
20:00 | When displaying the graph for a branch such that the rail for that branch is on the left margin, try to draw merge lines coming into that branch on rails just to the right of the branch itself. ... (check-in: 8b1e14df0b user: drh tags: trunk) | |
19:01 | Update to the latest SQLite 3.39.0 alpha with its performance enhancements and bug fixes. ... (check-in: 14da62eeb5 user: drh tags: trunk) | |
2022-03-04
| ||
17:56 | Add braces around an if-block. ... (check-in: 9cd9271155 user: danield tags: start-of-branch-cte) | |
16:04 | Fix query for eType 0 or 2. ... (check-in: f35abaff5c user: danield tags: start-of-branch-cte) | |
15:32 | Fix an assertion failure. ... (check-in: d3625bd9c4 user: danield tags: start-of-branch-cte) | |
2022-03-03
| ||
23:19 | Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. ... (check-in: c7749bb0a3 user: danield tags: start-of-branch-cte) | |
2022-03-02
| ||
02:00 | Update the built-in SQLite to the latest trunk version that includes various performance enhancements. The purpose here is to test the recent SQLite enhancements in a real-world application. ... (check-in: ad744440dc user: drh tags: trunk) | |
2022-03-01
| ||
21:02 | Ensure that db_open()'s db-is-an-appendvfs-binary check uses canonicalized filenames to avoid the problem reported in [forum:16880a28aad1a868 | forum post 16880a28aad1a868]. ... (check-in: ab7ad2348c user: stephan tags: trunk) | |
17:21 | Allow optional "-" characters in the huge string argument to bid= on /timeline so that when the hyperlink will have wrap opportunities when pasted into the chat. ... (check-in: adfc1a6b60 user: drh tags: trunk) | |
16:21 | Fix an unused var warning in windows ... (Closed-Leaf check-in: 169a3dabcf user: mgagnon tags: nameofexe-appendvfs-check) | |
2022-02-28
| ||
23:32 | Calling db_open() to determine if a given repository is valid rather than a hand-rolled sqlite3_open() call. This then allows us to call db_looks_like_a_repository() to determine if the DB is a valid repo rather than duplicate the checks it already has in another nearby context. This is part of the apndvfs vs normal-case stuff done in prior commits, consolidating the notion of "valid" to a single spot in the code. ... (check-in: 69145d9d99 user: wyoung tags: trunk) | |
21:30 | Resolve the bug revealed in [forum:16880a28aad1a868 | forum post 16880a28aad1a868] in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c behaves as desired on Windows. This was a collaborative bug fix via /chat, not my own. Edit: test success on Windows reported by Martin G. ... (check-in: ec02acfd09 user: stephan tags: nameofexe-appendvfs-check) | |
20:49 | Since checkin [d8c32ebdff], file_fullexename() function is supported windows, remove comment saying otherwize. (no code change) ... (check-in: 491b986d0d user: mgagnon tags: trunk) | |
20:35 | Simplified an overly-clever test for a file size being an even multiple of 512 bytes. Compiler Explorer says GCC 11 generates the same code both ways, at least, and it isn't in a CPU-critical code path anyway. Also added a comment referring to this new, simplified code, to prevent a recurrence of the problem fixed by the prior commit. ... (check-in: c67d54010d user: wyoung tags: trunk) | |
19:23 | Reverted a check for the repository size being an even multiple of 512 bytes as a test for validity. Introduced in [/info/bd7f2727ba25912e | an omnibus commit] for obscure reasons, it causes some valid clone operations to fail, as originally reported [forum:/forumpost/16880a28aad1a868 | on the forum]. ... (check-in: 4a2d0e7878 user: wyoung tags: trunk) | |
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) | |
21:35 | FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. ... (Leaf check-in: d253ece08a user: george tags: base-href-fix) | |
02:26 | Do not override base href for wiki pages. This needs testing. ... (check-in: 89dd34519f user: george tags: base-href-fix) | |
00:58 | When setting <var>$webpagename</var> pass the value of <var>g.zPath</var> though <code>escape_quotes()</code>. This is unclear how <var>g.zPath</var> can contain quotes but let this strange case be handled in a safe way. ... (check-in: 288fe34ced user: george tags: base-href-fix) | |
00:14 | Move <code><meta charset="UTF-8"></code> to the begining of the default header. Supply BODY element with a class that derives from <var>$webpagename</var>. ... (check-in: 6d135904ad user: george tags: base-href-fix) | |
2022-02-14
| ||
23:06 | Do not export <var>g.zRelReqURI</var> to TH1 interpreter because <code>getParameter</code> proc can retrieve <code>PATH_INFO</code> and <code>QUERY_STRING</code>. Instead export <var>g.zPath</var> (as <var>$webpagename</var>) since that is typically needed in the TH1 headers/footers of custom skins. ... (check-in: ff4c7ed609 user: george tags: base-href-fix) | |
22:43 | Make <code>style_set_base_href_suffix()</code> safe for misuse: if the resulting suffix contains unescaped quotes then escape them. <var>$base_href_suffix</var> is intended for interpolation inside of the quoted href attribute. This check-in should address the case when a user of malfunctioning browser (which mishandles quoting) is tricked by an adversary to visit a specially crafted hyperlink. ... (check-in: d97752f30b user: george tags: base-href-fix) | |
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) | |
17:54 | Rename variable <var>g.zUrlSuffix</var> to <var>g.zRelReqURI</var> (Relative Request URI). Provide it to TH1 interpreter as <var>$relrequri</var>. ... (check-in: 05e3fa76be user: george tags: base-href-fix) | |
16:00 | Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was rendered through [/help?cmd=/info|/info/HASH] of <code>/winfo/HASH</code> aliases. ... (check-in: 5ce372ce48 user: george tags: base-href-fix) | |
01:35 | Cherry-pick from branch 'cgi-compliance' (and thus back out [5bb921dd0893a548]). Adapt the computation of g.zUrlSuffix in <code>set_base_url()</code> accordingly. ... (check-in: 5c649c7e0f user: george tags: base-href-fix) | |
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
| ||
21:51 | Add an overlooked call to <code>style_set_base_href_suffix()</code> in src/info.c and add a comment of why not to do so for [/help?cmd=/ext|/ext] ... (check-in: 87fba73120 user: george tags: base-href-fix) | |
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) | |
19:53 | An attepmt to fix the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base|<code><base href="..."></code>] element of webpages so that the value of <var>href</var> attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken (all except [/help?cmd=/doc|<code>/doc</code>]). The values for [/help?cmd=/wiki|<code>/wiki</code>] and [/help?cmd=/info|<code>/info</code>] were left unchanged (it's yet unclear if they should also be changed). ... (check-in: 03b39f1d00 user: george tags: base-href-fix) | |
13:55 | Do not require mouse events for auto-hyperlink if the UserAgent string includes "Android". Describe the Safari visited/unvisited link limitation on the auto-hyperlink setting. ... (check-in: cef15ed3d3 user: drh tags: trunk) | |
13:29 | New javascript for href.js such that any mousemove or mousedown event at any time is sufficient to trigger the mouse activity condition for activation of hyperlinks. This works better on FF and chrome, but with safari, the visited/unvisited link color is determined by the initial value of href= and is not adjusted when href= changes, so visited/unvisited colors are not being updated on safari. ... (check-in: e7d67b7640 user: drh tags: trunk) | |
01:01 | Modify the /honeypot to explain the situation to human readers who might accidentally reach it, and offer them a links to the login page to prove their humanness. ... (check-in: 533c2c7144 user: drh tags: trunk) | |
00:38 | Robot defense uses a mousedown event rather than mouse motion as one of the signals that the request is from a human. This should make robot defense work better for users on mobile. ... (check-in: 8d4e11432d user: drh tags: trunk) | |
2022-02-11
| ||
21:25 | The REQUEST_URI CGI parameter should not include the QUERY_STRING. ... (check-in: 5bb921dd08 user: drh tags: trunk) | |
16:00 | Improvements to the /admin_sql page. ... (check-in: 6325f81d06 user: drh tags: trunk) | |
15:40 | Better hyperlinks on the security-audit warning about the server load average setting. ... (check-in: e5c0543760 user: drh tags: trunk) | |
15:26 | Enhance security audit to warn about giving hyperlink privilege to user nobody. ... (check-in: 5999d2446b user: drh tags: trunk) | |
14:57 | Fix mis-coded HTML on the /setup_access page. ... (check-in: ecab8f430f user: drh tags: trunk) | |
2022-02-10
| ||
23:30 | Fix a warning for unused variable 'p' introduced by [487e465263fd21] ... (check-in: 8895d938e2 user: george tags: trunk) | |
19:38 | Fix the "fossil remote add NAME URL" command so that it accepts aliases for URL. ... (check-in: c301e29389 user: drh tags: trunk) | |
15:50 | Update the built-in SQLite to the latest 3.38.0 beta that includes the performance enhancements on the datetime() function. ... (check-in: 740d655e55 user: drh tags: trunk) | |
00:29 | Merge from trunk ... (Leaf check-in: 2b5f9b211c user: george tags: search-terms-highlighting) | |
00:22 | Merge from trunk ... (Leaf check-in: a961a67ba7 user: george tags: rptview-submenu-paralink) | |
00:17 | Merge from trunk ... (check-in: 88ff4e5dea user: george tags: wcontent-subsets) | |
00:12 | Merge from trunk ... (Leaf check-in: 9b76469b38 user: george tags: th1-doc-vars) | |
00:05 | Remove unused local variable from cgi_parse_POST_JSON() to fix a compiler warning. ... (check-in: 96bf76a4b1 user: george tags: trunk) | |
2022-02-09
| ||
20:23 | Cherrypicked [92221aaa192e82] and [7283ae6e120c10] on behalf of George. ... (check-in: f902814db6 user: stephan tags: trunk) | |