Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 41c35fb6e2cea4c9.
2024-01-22
| ||
13:37 | Hide the timeline graph tooltip in the `pagehide' handler, as Chromium-based browsers (but not Firefox) are deprecating the `unload' handler. ... (check-in: f97a29dd58 user: florian tags: trunk) | |
2024-01-21
| ||
21:57 | Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: e0576ea919 user: stephan tags: trunk) | |
18:03 | Improved support for one-click unsubscribe for notifications. ... (check-in: bca95cbf9c user: drh tags: trunk) | |
01:59 | Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: 55151f0024 user: stephan tags: trunk) | |
2024-01-20
| ||
22:31 | Include the "List-Unsubscribe" headers in all notification emails. ... (check-in: b76320edee user: drh tags: trunk) | |
2024-01-18
| ||
15:20 | Document the --linenum and --invert command-line options to 'fossil diff'. ... (check-in: eb4efc8ccd user: danield tags: trunk) | |
14:50 | Fix several harmless compiler warnings (turned off in the standard build). ... (check-in: ab05475997 user: danield tags: trunk) | |
2024-01-15
| ||
12:00 | Remove a now-unused static const from search.c to squelch a compiler warning. ... (check-in: 17fe108ed4 user: stephan tags: trunk) | |
2024-01-13
| ||
18:57 | Typo in variable name. ... (Leaf check-in: 1cd36fad6d user: preben tags: hash-if-mtime-is-current) | |
13:01 | Use auto-coloring for private branches, instead of applying the orangeish default `#fec084', so colors play better with skins and the `fossil publish' command. ... (Closed-Leaf check-in: 08dadf3fe4 user: florian tags: private-auto-colors) | |
12:59 | Have the `amend' command count arguments only once when option parsing is done. ... (check-in: 30f18ce130 user: florian tags: trunk) | |
2024-01-12
| ||
18:13 | • Edit [802e3ae9c23450b0|802e3ae9c2]: Cancel background color. ... (artifact: 7a4815298f user: stephan) | |
18:12 | • Edit [b295f86db5417cea|b295f86db5]: Cancel background color. ... (artifact: 73a5477294 user: stephan) | |
18:10 | • Edit [d92c23d700c8f006|d92c23d700]: Cancel background color. ... (artifact: b95081e539 user: stephan) | |
18:07 | • Edit [7c284a8c62fba14d|7c284a8c62]: Cancel background color. ... (artifact: abe51aea4c user: stephan) | |
17:35 | When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9c2 user: preben tags: undo-exe-after-merge) | |
16:11 | Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c62 user: preben tags: update-with-renames) | |
15:48 | Merge current state of testing-improvements. make clean output is now easy to review. ... (check-in: e5bcfd1efe user: preben tags: trunk) | |
2024-01-11
| ||
17:55 | In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96acd user: preben tags: testing-improvements) | |
17:05 | • Edit [f9686d02de6245a1|f9686d02de]: Edit check-in comment. ... (artifact: 7115ac63f5 user: preben) | |
16:55 | When reverting or updating a file, set the mtime to 0 as already done with merge and stash. Effectively, we don't trust the hash until next time we evaluate the status of the file, at which point we'll update vfile.mtime with the real mtime of the file. Based on discussions in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. ... (check-in: f9686d02de user: preben tags: hash-if-mtime-is-current) | |
16:34 | Optionally print mtime and mhash in test-show-vfile output. ... (check-in: 25f486135d user: preben tags: hash-if-mtime-is-current) | |
2024-01-10
| ||
17:08 | Syntax error in test rewrite script and a couple of parsing improvments. ... (check-in: 2873af0b5c user: preben tags: testing-improvements) | |
09:53 | Reduce output when testing in -quiet mode. Output is now limited to test failures (including knownBug) and skipped tests when there are uncommitted changes. ... (check-in: 9c23c50def user: preben tags: testing-improvements) | |
09:39 | No need to re-open repository in json tests. ... (check-in: 41c35fb6e2 user: preben tags: testing-improvements) | |
09:38 | Remove stale debug output in symlinks test. ... (check-in: 211f170c13 user: preben tags: testing-improvements) | |
09:36 | Add -expectError to a number of tests that are expected to generate errors or output. ... (check-in: 768d93e6ee user: preben tags: testing-improvements) | |
08:29 | Merge in trunk to include recent test changes. ... (check-in: 383087bfab user: preben tags: testing-improvements) | |
2024-01-09
| ||
18:13 | Add tests for fossil update. ... (check-in: 78f3ec4c64 user: preben tags: testing-improvements) | |
17:18 | Remerge the Wiki title search enhancement, after fixing it so that it does not disrupt check-in comment search. ... (check-in: 9d9bf1abfb user: drh tags: trunk) | |
17:05 | Improvements the "fossil search --fts": Add the --scope and --debug options and improve output formatting. ... (check-in: b7ef90c716 user: drh tags: trunk) | |
17:04 | Fix an off-by-one error in the text line-break algorithm of comformat.c. ... (check-in: eb2100db42 user: drh tags: trunk) | |
15:14 | Add the --fts option to the "fossil search" command. This option uses the same search mechanism as web search. Useful for debugging web search. ... (check-in: 2ddf62a320 user: drh tags: trunk) | |
14:04 | Fix harmless compiler warning in sha3.c. ... (check-in: 537d9e00cf user: drh tags: trunk) | |
13:42 | Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 5d0d2219e8 user: drh tags: trunk) | |
2024-01-08
| ||
13:11 | Check hash if mtime matches system time at the time we started checking. ... (check-in: f0aa85e302 user: preben tags: hash-if-mtime-is-current) | |
09:26 | Update pre-commit-warnings-fossil-1 test for running in a fossil checkout without changes. ... (check-in: 0aebc116cd user: preben tags: testing-improvements) | |
2024-01-07
| ||
17:26 | Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. ... (check-in: 48af08bd48 user: stephan tags: trunk) | |
11:26 | Compute hash if mtime is unchanged but match system time. Discussed in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. ... (check-in: b295f86db5 user: preben tags: hash-if-mtime-is-current) | |
2024-01-05
| ||
21:02 | Add more information when user encounters an Unresolved RID condition. ... (check-in: c8fda6a62c user: preben tags: trunk) | |
2024-01-04
| ||
18:03 | Add test for Cygwin in rewrite-test-output.tcl. Best results are achieved if testing using fossil.exe instead of just fossil. ... (check-in: c86335802d user: preben tags: testing-improvements) | |
10:34 | Update stash test for the recently integrated diff-deleted-files branch. ... (check-in: bc9e84bb27 user: preben tags: trunk) | |
10:02 | • Edit [3b37f7d97b4505a1|3b37f7d97b]: Mark "Closed". ... (artifact: fa62152140 user: preben) | |
09:58 | Test fixes for 2.24 as discussed in [forum:8d774bc3610fe8de|forum post 8d774bc3610fe8de]. ... (check-in: 271a978d90 user: preben tags: trunk) | |
09:37 | Let users review and validate artifacts before shunning. Helpful in catching abbreviated hashes. ... (check-in: 5e19daf980 user: preben tags: trunk) | |
09:32 | Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. ... (check-in: 301edfc0a9 user: preben tags: trunk) | |
2024-01-03
| ||
14:43 | Ensure chars are signed when depending on the signedness. ... (check-in: b7c7c2097f user: preben tags: trunk) | |
14:41 | Include termio.h to let OmniOS and OpenIndiana determine terminal width. ... (check-in: a8780e4143 user: preben tags: trunk) | |
2024-01-02
| ||
22:36 | Add a check box to enable searching help pages via the admin UI. ... (Leaf check-in: faf70431af user: preben tags: search-help-pages) | |
22:00 | In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. ... (check-in: 109cf725b1 user: preben tags: trunk) | |