Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins by user drh

2024-09-28
18:21
Take into account zero-width and double-width unicode character when formatting the command-line timeline. ... (Leaf check-in: 83743188 user: drh tags: trunk)
18:19
Copy the wcwidth() implementation from SQLite over into comformat.c, so that comformat.c does not depend on SQLite. Fix the comformat routine so that it does not begin a new line with spaces. ... (Closed-Leaf check-in: 7b581b48 user: drh tags: comment-formatter-wcwidth)
2024-09-26
19:49
Merge the latest SQLite enhancements, and in particular the new ".www" dot-command available to "fossil sql". ... (check-in: c20aa867 user: drh tags: trunk)
2024-09-21
15:59
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 5de7ce9a user: drh tags: trunk)
2024-09-18
12:55
Fix broken link in fossil-v-git. ... (check-in: fd903e92 user: drh tags: trunk)
11:53
Update the built-in SQLite to the latest 3.47.0 alpha, for testing. ... (check-in: 5522ad5f user: drh tags: trunk)
11:42
Record Olorin's disputes with the fossil-v-git document. Also fix a stale table-of-contents link in that same document. ... (check-in: b08f0623 user: drh tags: trunk)
2024-09-02
22:20
Update the built-in SQLite to the latest trunk, just so we can stay on the bleeding edge. ... (check-in: ff931032 user: drh tags: trunk)
2024-08-23
19:54
New admin-only page /setup_uinfo that shows combined information from the USER and SUBSCRIBER tables about a single user. Give a hyperlink to this page when a timeline delivered to an admin says "by user". ... (check-in: 24eb1822 user: drh tags: trunk)
16:14
Fix typo in the previous comment that prevented from recognizing login cookies. ... (check-in: dfce2f2b user: drh tags: trunk)
16:10
More information about cookies on the /cookies page. ... (check-in: 10949f53 user: drh tags: trunk)
15:53
Minor typo fix in a comment. ... (check-in: 8581e376 user: drh tags: trunk)
15:42
Improved instructions for setting a common captcha-secret across a login-group on the /setup_login_group page. ... (check-in: 404f1550 user: drh tags: trunk)
14:43
Add the ability to rotate the captcha-secret, setting up a new secret that is common to all members of a login-group. ... (check-in: acfaf4e4 user: drh tags: trunk)
13:55
Allow for multiple captcha-secret values. The primary is still 'captcha-secret'. Backups are in 'captcha-secret-N' where N is a small integer. The backups are only valid for 6 hours. This allows the captcha-secret to be changed without disrupting anonymous logins and/or captcha dialogs that are in progress when the secret changes. ... (check-in: 8659d84a user: drh tags: trunk)
13:05
Fix missing "return" in the new fossil_strdup_nn() routine from the previous check-in. ... (check-in: a04d1819 user: drh tags: trunk)
13:00
Move the fossil_strdup() implementation from import.c over to util.c where it belongs. Add a new fossil_strdup_nn() that mimics the behavior of mprintf("%s",...), only faster. ... (check-in: 0c9dff64 user: drh tags: trunk)
10:41
Add documentation about internal data structures (specifically, the CONFIG table entries used and what they mean) on the login-group setup page. ... (check-in: 5bb4cee5 user: drh tags: trunk)
09:50
Improvements to the /setup_login_group configuration page. ... (check-in: 4420efdf user: drh tags: trunk)
09:17
Security fix in [7df48cb2995cd775]: Only give the user an anonymous login if anonymous logins are enabled. ... (check-in: d6bbf550 user: drh tags: trunk)
08:58
If two or more repositories on the same host are part of a login-group (example: https://fossil-scm.org/home and https://fossil-scm.org/forum) and a user is logged into one of those repositories as an actual user (not as anonymous) but does not have an account on the other repository, grant the user an automatic "anonymous" login on the other repository where they do not have an account. ... (check-in: 7df48cb2 user: drh tags: trunk)
2024-08-22
22:48
Improvements to the robot-detection captcha. ... (check-in: 66b111aa user: drh tags: trunk)
20:10
When a user correctly enters the captcha for /ityaar, do not change their login to anonymous if they are already logged in. ... (check-in: 160126c0 user: drh tags: trunk)
2024-08-16
19:28
Make sure Fossil is run with a version of SQLite that include the order-by-subquery optimization, to avoid a performance problem. ... (check-in: 668fefe7 user: drh tags: trunk)
19:24
Fix the query in the compute_youngest_ancestor_in_branch() routine so that it has an ORDER BY to make it safe. The new order-by-subquery optimization in SQLite turns that ORDER BY into a no-op, so there is no performance impact. ... (check-in: 60debc7e user: drh tags: trunk)
19:06
Update the built-in SQLite to the latest trunk version that includes the order-by-subquery optimization. ... (check-in: a8aaed42 user: drh tags: trunk)
2024-08-15
14:11
Add a /robots.txt page - useful only when Fossil is deployed as a stand-alone server instead of as a sub-component to a larger website. ... (check-in: cadfcba3 user: drh tags: trunk)
13:02
Always apply the robot-restrict setting to self-declared robots. ... (check-in: 398ea9e4 user: drh tags: trunk)
2024-08-11
21:31
Fix the query for the new /taglist page so the "Most Recent" is the time of the object being tagged, not the tag itself. ... (check-in: ac446f27 user: drh tags: trunk)
21:26
Improved /taglist page. ... (check-in: 239a3fa3 user: drh tags: trunk)
2024-08-10
17:49
Update the built-in SQLite to the latest version 3.47.0 alpha. This SQLite has all of the fixes that are going into the 3.46.1 release, and so the purpose of this update is to beta test those fixes. ... (check-in: dc15083b user: drh tags: trunk)
2024-08-08
00:28
The "fossil chat send" mechanism was broken by check-in [fc853823b2218a76] (chat history) because of changes to chat_create_tables(). This fixes the issue. ... (check-in: a913716b user: drh tags: trunk)
2024-08-06
20:39
Enhancements to unix-domain socket support for "fossil server": (1) Change the command-line option to "--socket-name FILENAME" for creating the unix socket. (It was formerly --unix-socket.) (2) Add new command-line options "--socket-mode MODE" and "--socket-owner USER" or "... USER:GROUP" to set permissions and ownership on the new socket. (3) Attempt to unlink the socket from the filesystem upon exit. ... (check-in: effdadad user: drh tags: trunk)
20:36
Get the build working on Windows again. ... (Closed-Leaf check-in: d474c95d user: drh tags: unix-sockets)
20:30
Get --socket-owner working. ... (check-in: efc7475e user: drh tags: unix-sockets)
15:00
Change --unix-socket to --socket-name. Add --socket-mode and --socket-owner. Mostly working, accept that --socket-owner seemingly has no effect, even though the fchown() return 0. There is currently a debugging printf() in that line of code. This is an experimental check-in. ... (check-in: 9f71e5cc user: drh tags: unix-sockets)
2024-08-05
20:23
Add the --unix-socket option to the "fossil server" command. ... (check-in: 7fc29021 user: drh tags: trunk)
2024-08-01
13:23
Fix to "fossil patch apply": When the patch involves an ADDED_BY_MERGE file, take care to not truncate the content of that file. ... (check-in: 764c50ae user: drh tags: trunk)
2024-07-30
10:56
Spell out "setting" in loadmgmt.md. Forum post 7485b4bf89. ... (check-in: d9099070 user: drh tags: trunk)
2024-07-29
22:39
The sublist of robot defenses under security audit should use a,b,c,... not 1,2,3,... ... (check-in: 1e4202de user: drh tags: trunk)
22:37
Show a summary of robot defenses on the security audit page. ... (check-in: 9018c6f2 user: drh tags: trunk)
13:15
Fix the test-captcha sequence so that it remembers it is doing a test and does not try to set the anonymous login on a successful captcha. ... (check-in: 3771f2d6 user: drh tags: trunk)
12:45
Add the glob_multi_match() interface that allows checking against a comma-separated list of GLOB patterns without having to compile the list first. ... (check-in: dc868311 user: drh tags: trunk)
12:19
Fix the default-csp setting to conform to the spec: Use the default CSP if the setting is an empty string. ... (check-in: 6b5606d8 user: drh tags: trunk)
11:58
Previous check-in does not work. Change it so that the backoffice is not even attempted if the database is in read-only mode. ... (check-in: 503354d1 user: drh tags: trunk)
11:50
Drop all database protection when starting the backoffice. ... (check-in: 5d3f71b0 user: drh tags: trunk)
11:25
Report the phase of operation in error log messages. ... (check-in: 49f676e3 user: drh tags: trunk)
2024-07-28
23:34
Improve the captcha that pops up when a robot is suspected. The captcha page now loads in place of the suspicious request, without needing to redirect. ... (check-in: 1958448c user: drh tags: trunk)
2024-07-27
19:11
Updates to the recommended value for the robot-restrict setting. ... (check-in: de7bf23a user: drh tags: trunk)
17:28
Simplified interaction on the honeypot. Humans can prove themselves with just two simple clicks when the auto-captcha setting is enabled. ... (check-in: 0e675ad3 user: drh tags: trunk)
14:30
Only apply the complex-request restriction to pages listed in the robot-restrict setting. Deprecate the robot-limiter and robot-allow settings. ... (check-in: cee1af5a user: drh tags: trunk)
10:20
A redirect to the honeypot due to robot complex-request detection also sets the "fossil-goto" cookie with the original URL. If a real users proceeds to login, then a redirect to the complex-request occurs as soon as the login completes. ... (check-in: aa4159f7 user: drh tags: trunk)
2024-07-26
17:49
Add the complex-requests-from-robots limiter. ... (check-in: 1a0b3043 user: drh tags: trunk)
10:49
When doing a "fossil open URL" such that the repository is first cloned and then opened, leaving the repository as a file in the check-out, make sure the repository pathname in VVAR is relative, so that the entire check-out can be moved without breaking the link to the repository. See forum thread f2f5ff2e35031612. ... (check-in: 6e04d9cb user: drh tags: trunk)
2024-07-24
14:47
Update the built-in SQLite to the latest 3.47.0 alpha, including the percentile() and median() extensions in the CLI. Update to the latest Pikchr version. ... (check-in: 4a26cb95 user: drh tags: trunk)
2024-07-20
10:34
Revise a query associated with /tree so that it runs a little faster. ... (check-in: 0e2930f8 user: drh tags: trunk)
2024-07-19
12:53
Add the --nosync option to commands "commit", "merge", and "branch create". See forum thread 592513119fdae69c. ... (check-in: e8a21ab4 user: drh tags: trunk)
2024-07-18
10:22
Wider columns on the /help page, so that longer command names do not overflow the available column width. ... (check-in: b919738d user: drh tags: trunk)
2024-07-04
00:05
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: cd508204 user: drh tags: trunk)
2024-07-02
11:10
Merge the latest trunk enhancements into the fts5-chat-search branch. ... (check-in: b35b293d user: drh tags: fts5-chat-search)
2024-06-25
06:30
Update to the latest pikchr in order to fix the bug in "with .start at ..." positioning. ... (check-in: 390e0013 user: drh tags: trunk)
2024-06-24
06:09
Ensure that the pattern string for search is all lower-case, so that FTS5 keywords like NOT and AND cannot cause confusion and errors. ... (check-in: ec68aaf4 user: drh tags: trunk)
02:40
Correct the FDD acronym to be FPP, as it should be. ... (check-in: ce73819d user: drh tags: fpp)
2024-06-23
08:31
Capture the idea of "Fossil Push Policy" proposal in a document so that it can be debated and discussed. ... (check-in: 344fd46d user: drh tags: fpp)
2024-06-19
18:26
Fix a bug in git-export in which the \n at the end of manifest.uuid is omitted. ... (check-in: fc8d476a user: drh tags: trunk)
2024-06-14
00:06
Temporary fix for a bad query plan caused by issues in SQLite. See forum post 6900455c28dcd3da. ... (check-in: 9866c97b user: drh tags: trunk)
2024-06-11
18:44
Update the built-in SQLite to a version from the exists-to-join branch in the SQLite source tree, in order to beta-test the exists-to-join optimization. Fossil uses EXISTS operators in the WHERE clause of queries in many places and is therefore a good test case. ... (check-in: b58b3051 user: drh tags: trunk)
2024-05-30
17:24
Update the built-in SQLite to the latest pre-release trunk 3.47.0 for testing. ... (check-in: 44f067d2 user: drh tags: trunk)
2024-05-27
13:06
Add the --ii option to the "fossil bisect run" command. ... (check-in: 93c918b6 user: drh tags: trunk)
12:32
Fix the REGEXP operator in SQL so that it returns false if the RHS is not a valid regular expression, rather than raising an error. This prevents strange error pages from being returned if a hacker submits a request that includes an invalid regular expression. ... (check-in: c50da2ea user: drh tags: trunk)
10:33
Add the "Hacks" and "Non-hacks" log filters. Accessible by admins only. ... (check-in: d700ebff user: drh tags: trunk)
09:56
Add robustness to decoding of query parameters on the /wdiff page. ... (check-in: 8839378f user: drh tags: trunk)
2024-05-23
14:52
Add mention of recent enhancements to the change log. ... (check-in: 1bbb0b13 user: drh tags: trunk)
14:26
Update the built-in SQLite to the 3.46.0 release. ... (check-in: 253fc1df user: drh tags: trunk)
2024-05-21
11:18
Update the built-in SQLite to the first 3.46.0 release candidate. ... (check-in: 2ba99c27 user: drh tags: trunk)
2024-05-18
14:12
Relax constraints on PATHINFO names such that the "fossil ui /" command can be used if some repositories have non-ASCII filenames. Response to forum post ec3ab5b1f5. ... (check-in: 362a7b7c user: drh tags: trunk)
2024-05-10
10:02
Fix an uninitialized variable bug introduced by [a080751e5c370833]. ... (check-in: de8f8ceb user: drh tags: trunk)
2024-05-09
20:55
Fix an uninitialized variable in the previous check-in. ... (check-in: 6e689585 user: drh tags: trunk)
20:52
Change the name of the "cherry-pick" command to "cherrypick", though retain "cherry-pick" as an alias. Extend the "cherrypick" and "merge" commands so that they will accept multiple check-ins to be merged in all in one go. ... (check-in: 67fe38c4 user: drh tags: trunk)
2024-05-08
12:27
Add the d2=, p2=, and dp2= query parameters to /timeline. ... (check-in: a080751e user: drh tags: trunk)
11:59
Import SQLite 3.46.0-beta-1 for testing. ... (check-in: c09fea32 user: drh tags: trunk)
2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. ... (check-in: 40086b74 user: drh tags: trunk)
2024-04-29
23:42
Remove options for rendering the tree hierarchy using ASCII-art for the "fossil tree" command and similar. Always use only Unicode box-drawing characters. This works on newer Win10 and Win11. Maybe it doesn't work on older Windows, but the "fossil tree" command is not essential for anything - it is only a convenience - so if it doesn't work on an older platform, that really doesn't really matter. ... (check-in: 70458593 user: drh tags: trunk)
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". ... (check-in: dd72a961 user: drh tags: trunk)
2024-04-27
10:45
Use the preferred case for the destination name in the "fossil mv" command. ... (check-in: 859b00b7 user: drh tags: trunk)
2024-04-25
15:37
Updates to the "hints and tricks" document. ... (check-in: 50a8a1bb user: drh tags: trunk)
10:51
Merge test case fixes from branch-2.24 back into trunk. ... (check-in: 6d067c4f user: drh tags: trunk)
10:44
Comment out UTF tests 1179, 1586, and 1587 as they give different results on different platforms, for reasons unknown. ... (check-in: fb4e90b6 user: drh tags: branch-2.24)
2024-04-24
21:25
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: 5ad70808 user: drh tags: branch-2.24)
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: e198bfd1 user: drh tags: trunk)
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. ... (check-in: b71363e5 user: drh tags: trunk)
14:46
Fix one of the hyperlinks on the homepage. ... (check-in: 19b7f15b user: drh tags: trunk)
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. ... (check-in: 797f1813 user: drh tags: trunk)
13:48
Fix the date on the 2.24 release on the homepage. ... (check-in: 5e761ec6 user: drh tags: trunk)
13:43
Update the homepage for the 2.24 release. ... (check-in: dee02ab6 user: drh tags: trunk)
13:25
Version 2.24 ... (check-in: 8be0372c user: drh tags: trunk, release, version-2.24)
2024-04-21
18:51
Merge the update to zLib-1.3.1. ... (check-in: 64ce68d5 user: drh tags: trunk)
18:46
Improvements to comments in graph.c. No changes to actual code. ... (check-in: 40320f65 user: drh tags: trunk)
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See forum thread ca6fc85c80f4704f. ... (check-in: 5f47bb59 user: drh tags: trunk)
15:37
Simplify parsing of the Connection: header in HTTP replies. ... (Closed-Leaf check-in: 77f25829 user: drh tags: connection-http-header)
2024-04-19
16:08
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of /timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f. ... (check-in: 33fe72ca user: drh tags: trunk)
13:11
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people. ... (check-in: d15c62b8 user: drh tags: trunk)
12:59
Formatting enhancements to the change log for the upcoming 2.24 release. ... (check-in: 41b5be47 user: drh tags: trunk)
2024-04-18
17:14
Update the built-in SQLite to the latest pre-release of version 3.46.0, including the bug fix for the use of VALUES-as-coroutine with an OUTER JOIN. ... (check-in: 8be14e39 user: drh tags: trunk)
2024-04-17
17:59
Change log updates. ... (check-in: 8b805013 user: drh tags: trunk)
14:02
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header. ... (check-in: f4ffefe7 user: drh tags: trunk)
13:27
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by https://bz.apache.org/bugzilla/show_bug.cgi?id=68905. ... (check-in: 71919ad1 user: drh tags: trunk)
13:21
Update the change log in order to mention the Apache mod_cgi/Content-Length fix. ... (check-in: 670c886e user: drh tags: trunk)
13:14
Update Apache mod_cgi/Content-Length documentation. ... (check-in: 05181e4e user: drh tags: trunk)
12:58
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by forum post 12ac403fd29cfc89. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my misguided and incorrect Apache bug 68905. Special thanks to Apache devs for setting me straight. ... (check-in: a8e33fb1 user: drh tags: trunk)
12:49
Fix ssh: clones, broken by the previous check-in. ... (Closed-Leaf check-in: de647e86 user: drh tags: content-length-errors)
12:18
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command. ... (check-in: dfefd069 user: drh tags: content-length-errors)
2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. ... (check-in: 131ba0fa user: drh tags: content-length-errors)
13:50
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters. ... (check-in: 9c40ddbc user: drh tags: trunk)
2024-04-12
15:24
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug. ... (check-in: 6a571f88 user: drh tags: trunk)
2024-04-11
12:38
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: 78e63995 user: drh tags: trunk)
2024-04-10
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: f1f7e27e user: drh tags: preserve-case-on-add)
11:31
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors. ... (check-in: 5bb323ff user: drh tags: trunk)
2024-04-09
17:38
Defend against undefined values in query parameters in the cgi_check_for_malice() routine. ... (check-in: 08df33aa user: drh tags: trunk)
2024-04-08
12:40
Update the built-in SQLite to the latest version from trunk, for SQLite testing. ... (check-in: e9d8c04c user: drh tags: trunk)
2024-04-06
19:08
Update the change log with information about the GoogleOther robot detection. ... (check-in: 00b6b2f4 user: drh tags: trunk)
19:01
Improved robot detection logic. ... (check-in: 61a8b0ec user: drh tags: trunk)
2024-04-04
20:16
Update the built-in SQLite in order to beta-test recently added query planner improvements. ... (Leaf check-in: 755bebae user: drh tags: cmd-tag-list-values)
2024-03-29
19:23
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds. ... (check-in: d6fdfd37 user: drh tags: trunk)
17:41
Fix an issue with the "Autopush:" report in "fossil git export". ... (check-in: 0298a6fc user: drh tags: trunk)
13:44
Add the /paniclog page, accessible only to administrators. ... (check-in: 11f6b5b0 user: drh tags: trunk)
13:15
Provide the full pathname of the CGI control file when describing how to activate the error log in the errorlog page, and on the security audit. ... (check-in: 4644ebef user: drh tags: trunk)
13:04
Improved error message for when the error log is unavailable. ... (check-in: e6b06b5d user: drh tags: trunk)
12:41
Create a separate "Log Menu" page that shows all of the available log files. ... (check-in: b28badb7 user: drh tags: trunk)
11:27
Update the backtrace output formatting to the log file so that it is easy to copy/paste the backtrace hex addresses into an "addr2line" command-line in order to get symbolic names. ... (check-in: daaf9ee7 user: drh tags: trunk)
2024-03-28
20:57
Fix to the "fossil git status" command as suggested by forum post e15631f21e16f0b6. ... (check-in: 00283039 user: drh tags: trunk)
2024-03-26
17:08
Updates to the "aboutdownload" documentation page. ... (check-in: f5d1c5e0 user: drh tags: trunk)
15:36
Update the built-in SQLite to the latest version 3.46.0 prototype. ... (check-in: 452f8e1f user: drh tags: trunk)
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. ... (check-in: 38dad38b user: drh tags: trunk)
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at forum thread 4d6a94aca6105fc6. ... (check-in: 0cd5589c user: drh tags: trunk)
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. ... (check-in: 11ffd84a user: drh tags: trunk)
2024-03-18
19:16
Update the built-in SQLite to the latest trunk version from the 3.46.0 development cycle, for the purposing testing SQLite. ... (check-in: 03e00a67 user: drh tags: trunk)
2024-03-16
22:59
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages ... (check-in: 363f01ab user: drh tags: trunk)
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. ... (check-in: 34276d22 user: drh tags: trunk)
2024-03-11
19:36
Update the change log. ... (check-in: fc9c53ab user: drh tags: trunk)
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. ... (check-in: 452f0502 user: drh tags: trunk)
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. ... (check-in: 650305e9 user: drh tags: trunk)
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. ... (check-in: 1ff12ea6 user: drh tags: trunk)
18:52
Update the built-in SQLite to the latest 3.46.0 pre-release for beta-testing. ... (check-in: 3b99d2ca user: drh tags: trunk)
2024-02-25
10:52
Fix typos in www/build.wiki as reported on the forum. ... (check-in: 3ec73a0d user: drh tags: trunk)
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. ... (check-in: 2ac49d32 user: drh tags: trunk)
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. ... (check-in: c2c02cd7 user: drh tags: trunk)
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. ... (check-in: 818a6ad7 user: drh tags: trunk)
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. ... (check-in: 00dad9a2 user: drh tags: trunk)
23:29
Show the custom skin as an option on the /skins page, if it exists. ... (check-in: b828d8fd user: drh tags: trunk)
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. ... (check-in: 99575d4c user: drh tags: trunk)
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. ... (check-in: f3702b86 user: drh tags: trunk)
18:18
Revive the default-skin setting. I now think it will be useful after all, when used in combination with other changes that are planned. ... (check-in: 18d76fff user: drh tags: trunk)
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. ... (check-in: 1975bfd2 user: drh tags: trunk)
17:25
Improvements to the Skin setup interface. ... (check-in: 33cc83ff user: drh tags: trunk)
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. ... (check-in: 24e015de user: drh tags: trunk)
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b726 user: drh tags: resurrect-old-default-skin)
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. ... (check-in: 0d2befb0 user: drh tags: trunk)
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. ... (check-in: fc0b9325 user: drh tags: trunk)
11:00
Updates to "hints.wiki" document. ... (check-in: 8ed9fdd5 user: drh tags: trunk)
00:51
Update the built-in SQLite to a newer version that does not give warnings on Windows. ... (check-in: 35f4dae3 user: drh tags: trunk)
2024-02-21
12:17
Updates to the change log. ... (check-in: 3e0b35ed user: drh tags: trunk)
11:56
Update the built-in SQLite to the latest 3.46.0 alpha that includes the enhanced "PRAGMA optimize" logic. The interface to "PRAGMA optimize" is unchanged, so the minimum SQLite version did not need to be updated. ... (check-in: aa33292c user: drh tags: trunk)
2024-02-08
20:45
Update Pikchr to include fixes to autofit on diamond objects. ... (check-in: f4ec8e0f user: drh tags: trunk)
18:41
Improved response to from=,ft= in /timeline when no such path exists. ... (check-in: 68baa366 user: drh tags: trunk)
18:02
Merge the enhanced Pikchr with diamond support into trunk. ... (check-in: 7573b3f1 user: drh tags: trunk)
17:52
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=. ... (check-in: c651369c user: drh tags: trunk)
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a user: drh tags: pikchr-diamond)
14:03
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs. ... (check-in: 793c4924 user: drh tags: trunk)
01:36
Fix a typo in a code comment. No logic changes. ... (check-in: 015d7b7a user: drh tags: trunk)
01:33
Simplification to the PQueue object to remove the content pointer, which is never used. ... (check-in: 83c4ab60 user: drh tags: trunk)
2024-02-07
15:46
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them. ... (check-in: 274079a2 user: drh tags: trunk)
15:11
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out. ... (check-in: 46e7855a user: drh tags: trunk)
12:16
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable. ... (check-in: ed6495ba user: drh tags: trunk)
2024-02-06
23:59
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder". ... (check-in: 151406f3 user: drh tags: trunk)
23:45
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference. ... (check-in: ac52d12e user: drh tags: trunk)
23:18
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work. ... (check-in: eb135ef2 user: drh tags: trunk)
15:32
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other. ... (check-in: efd3a5ec user: drh tags: trunk)
15:15
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion. ... (check-in: e8237591 user: drh tags: trunk)
15:03
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See forum post 9584923cf6 for an explanation of why this is important. ... (check-in: f80041eb user: drh tags: trunk)
14:49
Bring the PATH= arguments for sync and patch into agreement. ... (check-in: b2619342 user: drh tags: trunk)
14:07
Another attempt to fix the harmless compiler warning in popen2(). ... (check-in: b1483634 user: drh tags: trunk)
14:00
Updates to the change log. ... (check-in: beec145f user: drh tags: trunk)
13:57
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync. ... (check-in: fb156a12 user: drh tags: trunk)
12:01
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally. ... (check-in: 857495ec user: drh tags: trunk)
11:24
Fix harmless compiler warning in popen2(). ... (check-in: 07e092ab user: drh tags: trunk)
11:22
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable. ... (check-in: cbf27ece user: drh tags: trunk)
2024-02-05
23:59
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging. ... (check-in: 97b3f955 user: drh tags: ssh-path-prefix)
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at forum thread 4903cb4b691af7ce. ... (check-in: d07689d1 user: drh tags: ssh-path-prefix)
2024-02-03
20:32
In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39f user: drh tags: trunk)
2024-01-30
18:00
Update the built-in SQLite to the 3.45.1 patch release. ... (check-in: 55a0a4d0 user: drh tags: trunk)
2024-01-27
22:38
In markdown, support fenced code blocks containing blank lines that are indented. ... (check-in: c031b2d4 user: drh tags: trunk)
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4 user: drh tags: indented-fenced-code-blocks)
16:27
If the "autoconf" setting is set to "all" and the "fossil sync" command is run with a URL argument, then only sync with that one URL rather than syncing with all remotes. ... (check-in: 949b321b user: drh tags: trunk)
2024-01-25
19:09
When the "autosync" setting contains "all", then all remotes are synced using the "fossil sync" command. ... (check-in: 808193e6 user: drh tags: trunk)
14:47
Set the local bin path on SSH calls for "fossil sync", as is already done in [8cb116407933bb3b] for "fossil ui" and "fossil patch". ... (check-in: 805c9314 user: drh tags: trunk)
11:55
Fix incorrect hyperlink target in the documentation. ... (check-in: d5b04f0e user: drh tags: trunk)
11:42
Fix minor documentation typo. ... (check-in: 031cc656 user: drh tags: trunk)
2024-01-21
18:03
Improved support for one-click unsubscribe for notifications. ... (check-in: bca95cbf user: drh tags: trunk)
2024-01-20
22:31
Include the "List-Unsubscribe" headers in all notification emails. ... (check-in: b76320ed user: drh tags: trunk)