Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2021-08-14 18:25.
2021-08-25
| ||
16:22 | Fix a problem in the "fossil patch diff" command introduced by the previous --webpage check-in. ... (check-in: 874e7fa7bb user: drh tags: trunk) | |
16:10 | Add the --webpage option to the various "diff" commands. This option causes the diff output to be in the form of a stand-alone webpage that can be sent to a remote collaborator (for example via a chat attachment). ... (check-in: ea52b7d06c user: drh tags: trunk) | |
13:10 | Improvements to the g= query parameter on login redirects. This is an attempt to fix the problem described by [forum:/forumpost/f81625500d|forum post forum f81625500d]. ... (check-in: 3571c8715d user: drh tags: trunk) | |
2021-08-23
| ||
02:40 | Minor internal doc tweaks. No code changes. ... (check-in: 4907122668 user: stephan tags: trunk) | |
2021-08-20
| ||
22:41 | After prompting to save an SSL cert verification, ensure that the config db is opened to avoid a fatal error when saving. See forum posts [forum:c53d1915a4e0a051|c53d1915a4e0a051] and [forum:4dcd2f16c289848c|4dcd2f16c289848c]. ... (check-in: edd280c3b6 user: stephan tags: trunk) | |
2021-08-19
| ||
19:38 | Add the --fossilcmd option to the "patch push" and "patch pull" commands. Also improve the "patch" documentation slightly. ... (check-in: 280e12a356 user: drh tags: trunk) | |
19:21 | Enhancements to "fossil patch". The -f flag now causes a revert prior to applying the patch. The -f, -v and -n flags work with "patch push". ... (check-in: 136d200408 user: drh tags: trunk) | |
19:01 | Fix the "fossil patch pull" command so that it works even if the remote has added two or more files. ... (check-in: 08be0c75b9 user: drh tags: trunk) | |
13:53 | Enhance the "scrub" command to more aggressively prune the CONFIG table. ... (check-in: 6b608a0ccb user: drh tags: trunk) | |
10:38 | Fix for previous. :P ... (check-in: 3befe7aab4 user: wyoung tags: trunk) | |
10:37 | URL fix addressing [forum:/forumpost/d35232eda0 | a report on the forum]. ... (check-in: 0da45710a0 user: wyoung tags: trunk) | |
2021-08-18
| ||
21:37 | Resolved, it seems, skin cookie/query param/--skin flag priority bug which allowed an empty skin= query param to take effect even when --skin was used. Reported in [forum:745cbb55268aff37 | forum post 745cbb55268aff37]. ... (check-in: a9995c561b user: stephan tags: trunk) | |
19:13 | attachment_list(), used by wiki, tech-note, and ticket attachment lists, now includes a download link which attempts to download using the file's name instead of artifact ID. Discussed in [forum:6566f665a3685c4f | forum post 6566f665a3685c4f]. ... (check-in: 648bb4c1b5 user: stephan tags: trunk) | |
18:18 | In the attachment list of /wiki, link the word Attachments to the /attachlist page as a workaround for downloading the attachments using their expected names (rather than change the historical behaviour of the in-page links, which download using artifact IDs). Discussed in [forum:6566f665a3685c4f | forum post 6566f665a3685c4f]. ... (check-in: 6e44230314 user: stephan tags: trunk) | |
2021-08-17
| ||
19:44 | Back out the main-url patch. On second thought, this does not add a lot of value but does introduce complication. Maybe it will get added back in later. ... (check-in: 5bb4f12a8f user: drh tags: trunk) | |
17:32 | Provide a warning on the security-audit page if any of the TH1 scripts that run during a syncm, push, pull, or clone are configured. ... (check-in: cfb5be4189 user: drh tags: trunk) | |
17:13 | Add the "main-url" setting. Use it to send the "pragma from-url" on a sync. The server uses this to add new syncwith: entries for the client. ... (check-in: 2ae7a5160f user: drh tags: trunk) | |
15:41 | Improvements to the /urllist page → the sync URLs and Git mirrors are combined into a single section. Add the url_unparse() interface for freeing memory from a url_parse_local(). ... (check-in: 9bdbcd39cb user: drh tags: trunk) | |
2021-08-16
| ||
00:11 | Relax <tt>isSnippetMark()</tt> so that almost arbitrary search terms are highlighted. This change is preliminary and [forum:/forumpost/042e179e0c25b8|needs further analysis]. ... (check-in: 6b37b55f75 user: george tags: search-terms-highlighting) | |
2021-08-15
| ||
23:49 | Merge from trunk ... (check-in: 59010c7c09 user: george tags: rptview-submenu-paralink) | |
23:27 | Merge from trunk ... (check-in: 282c6f956f user: george tags: wcontent-subsets) | |
23:13 | Merge from trunk ... (check-in: 5b67899db0 user: george tags: th1-doc-vars) | |
18:38 | Remove a harmless unused variable. ... (check-in: a004b1729c user: drh tags: trunk) | |
00:43 | Improve the /urllist page so that it shows all servers with which the repository has synced. ... (check-in: 89e5c03a32 user: drh tags: trunk) | |
2021-08-14
| ||
22:06 | Remember the URLs for Git-mirror syncs. Show them on the /urllist page. ... (check-in: 458b35a507 user: drh tags: trunk) | |
18:25 | Further improvements to "fossil all git status" output. Do not show repositories for which the git export repository does not exist or is inactive. ... (check-in: 999d838de2 user: drh tags: trunk) | |
18:00 | Improved output (less clutter) from the "fossil all git status" command. Results are only shown from repositories that actually have a Git mirror. ... (check-in: 9179663d8c user: drh tags: trunk) | |
2021-08-12
| ||
16:07 | Added a link from build.wiki to the Release Build How-to wiki page, per forum request. ... (check-in: c763040b9d user: stephan tags: trunk) | |
15:41 | Added 'Results' to the title for /docsrch and /search pages when s=... param is passed in, analog to checkin [b0862611cc], per request in [forum:61bd27b76f4b8ae2 | forum post 61bd27b76f4b8ae2]. ... (check-in: 809c010db2 user: stephan tags: trunk) | |
14:38 | Correctly handle block HTML in markdown if the end tag occurs at the very end of the input without even a new-line. ... (check-in: a06f3379f0 user: drh tags: trunk) | |
2021-08-11
| ||
18:56 | Adjusted the optional cscope feature so it collects symbols only from the src subdir, primarily to get the bld/* stuff out of the way. ... (check-in: b6cc6f680f user: wyoung tags: trunk) | |
18:54 | /forum page now changes its title to 'Forum Search Results' when showing search results, per request in [forum:291f9af918 | forum post 291f9af918]. ... (check-in: b0862611cc user: stephan tags: trunk) | |
2021-08-09
| ||
01:11 | Markdown enhancement (after [forum:/forumpost/938896d37da30394|forum post 938896d37da30394] and follow-ups) in which <html>...</html> that is preceded and followed by blank lines disables all markdown processing and just returns raw HTML text. The <html> and its end-tag are removed. Removal of "dangerous" HTML is handled in a later pass, so the results should still be safe. ... (check-in: 1e919d601f user: drh tags: trunk) | |
2021-08-08
| ||
18:20 | More information in the log file for signal handlers. Include the phase of operation as part of the log message. ... (check-in: 48c06b0a13 user: drh tags: trunk) | |
2021-08-07
| ||
17:28 | Improved error message upon timeout. Combine redundant implementations of the function that finds user and kernel CPU usage. ... (check-in: 6c3d370496 user: drh tags: trunk) | |
17:28 | Update to the latest trunk version of SQLite, for SQLite testing. ... (check-in: 5570a6aae9 user: drh tags: trunk) | |
10:33 | Fix an uninitialized variable resulting from check-in [cdbf0bf179989a2d]. ... (check-in: a099ccfe92 user: drh tags: trunk) | |
10:18 | Update change long to mention the recent Markdown formatter change. ... (check-in: 2125ddb964 user: drh tags: trunk) | |
2021-08-06
| ||
23:39 | Minor internal doc fixes. ... (check-in: b473ba079b user: stephan tags: trunk) | |
23:23 | Simplify the HTML block tag handling in the markdown formatter. (See [forum:/forumpost/3f0136cd8054a14e|forum thread 3f0136cd80].) Dramatically reduce the number of of HTML block tags that do not apply markdown formatting to their content. The list is now just <pre> and <script>. Formerly this list include things like <p> and <table>. ... (check-in: cdbf0bf179 user: drh tags: trunk) | |
2021-08-05
| ||
17:06 | Minor doc fix for previous commit. No code changes. ... (check-in: 04a9e74a93 user: stephan tags: trunk) | |
11:55 | Resolved invalid memory write in --args FILE handling when FILE contains embedded NULs, as reported in [forum:/forumpost/7b34eecc1b8cf5d2|forum post 7b34eecc1b8cf5d2]. Cause: mismatch between --args expansion's own line counting vs blob_line() counting. All bytes after the first embedded NUL are now effectively ignored. ... (check-in: e120c2a9a7 user: stephan tags: trunk) | |
2021-08-02
| ||
10:09 | Typo fix in previous ... (check-in: e3066edea3 user: wyoung tags: trunk) | |
08:49 | Clarified the double-quoting and {} quoting rules for TH1 in the docs. ... (check-in: a1e415291c user: wyoung tags: trunk) | |
2021-07-26
| ||
20:07 | Fix typo on the /stat page. ... (check-in: 9860f1ea44 user: drh tags: trunk) | |
03:03 | Updated URLs in fossil.1 man page to https. ... (check-in: 762dc040b8 user: stephan tags: trunk) | |
2021-07-25
| ||
02:59 | Add new branch subcommands: close, reopen, hide, unhide. ... (check-in: f1fb1239be user: stephan tags: trunk) | |
2021-07-23
| ||
21:47 | Updated the caps/index.md doc to reflect the recent "sxy" change ... (check-in: 34de621459 user: wyoung tags: trunk) | |
19:48 | Comment typo fix in previous ... (check-in: ec5efceb8a user: wyoung tags: trunk) | |
19:35 | The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed [/doc/trunk/www/caps/#webonly | in the docs]. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per [forum:/forumpost/b121db582ee1ed2c | a recent forum post]. ... (check-in: 129e395878 user: wyoung tags: trunk) | |