Fossil

Timeline
Login

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

50 most recent check-ins that include changes to files matching 'test/*'

2025-04-25
16:18
Sync with trunk. ... (check-in: 855076ce79 user: florian tags: standard-cli-colors)
16:08
Simplifications to TH1 for improved defense against accident and mischief: Omit the enable_htmlify command. Htmlify is always turned on. Omit the --th option from the "fossil pikchr" command. ... (check-in: 9164a5d1aa user: drh tags: trunk)
15:45
Omit the --th option from the "pikchr" command and all of the complication that flows out of that option. The option is not used by anyone, as far as I can tell. ... (Closed-Leaf check-in: 7ef474d587 user: drh tags: simplify-pikchr-cmd)
12:53
Remove the show-repolist-desc and show-repolist-lg settings. Control of which columns of a repository list to show is now only by the FOSSIL_REPOLIST_SHOW environment variable. ← This is me! ... (check-in: d9bd156aad user: drh tags: trunk)
11:01
Merge the latest trunk enhancements into the quickfilter branch. ... (check-in: e14c75676c user: drh tags: quickfilter)
2025-04-24
18:11
Fix test cases so that "../fossil/configure && make test" passes. ... (check-in: dcaedef9f1 user: drh tags: trunk)
11:18
Preserve taint across TH1 commands: foreach, lappend, lindex, string index, string range, and string trim. Add test cases for taint. ... (check-in: 5291edac07 user: drh tags: trunk)
2025-04-12
01:21
Merge from trunk. ... (check-in: a241019fb5 user: brickviking tags: bv-infotool)
2025-03-30
09:51
Update documentation for the /test_env to /test-env change. ... (check-in: 5df726ab25 user: drh tags: trunk)
2025-03-28
14:43
Fix a ULARGE_INTEGER struct initialization warning on Windows. (Edit: moving to mistake branch because msys changed the exec bits of many files.) ... (Closed-Leaf check-in: 263acf1668 user: stephan tags: mistake)
2025-03-27
12:42
Merge trunk into the merge-info-html branch. ... (Leaf check-in: 1014ffb553 user: stephan tags: merge-info-html)
2025-03-10
10:06
Merge from trunk. ... (check-in: 4850a59591 user: brickviking tags: bv-infotool)
2025-03-07
23:19
Merge the latest trunk enhancements into the comment-markdown-links branch. ... (check-in: 459499b0ea user: drh tags: comment-markdown-links)
2025-03-04
10:58
Restore the --comfmtflags and --comment-format global command-line options to prevent breaking legacy scripts that use them. But leave them undocumented and marked as deprecated. Omit the "comment.test" test file, since it no longer works after syntax improvements in the test-comment-format command and was not actually helping to make the product better. ... (check-in: 6382e25428 user: drh tags: trunk)
2025-02-26
20:14
Merge from trunk ... (check-in: 17efadc96f user: brickviking tags: bv-infotool)
2025-02-20
14:32
Bring the merge-info-html branch up to date with trunk, step 1 of 2. ... (check-in: 1140b020de user: stephan tags: merge-info-html)
2025-01-04
23:28
Merge trunk. ... (check-in: 02cdfa5e08 user: danield tags: ssh-signing)
14:40
Update tests for new setting added with [b1bb31e838]. ... (check-in: 787a45e58a user: florian tags: trunk)
2024-12-25
13:19
Merge from trunk. ... (check-in: 331e513880 user: brickviking tags: bv-infotool)
2024-12-22
20:42
Merge from trunk. ... (Leaf check-in: 8add3c418a user: brickviking tags: bv-corrections01)
2024-12-19
16:46
Update the tests to reflect the current state of development. ... (check-in: 6aee052f00 user: florian tags: trunk)
2024-12-12
17:07
Sync with trunk. ... (check-in: 878a56bc98 user: florian tags: diff-word-wrap)
17:00
Sync with trunk. ... (check-in: 6599ed9127 user: florian tags: diff-keyboard-navigation)
16:58
Sync with trunk. ... (check-in: 611f20e817 user: florian tags: timeline-keyboard-navigation)
2024-11-07
06:50
Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (Leaf check-in: d57463cc00 user: stephan tags: ui-local-diff)
2024-10-05
13:29
Merge updates to the character width measurements of the comment formatter. Note that multi-byte and wide characters are not handled in the comment prefix, which is entirely controlled by the application and only contains ASCII text. ... (check-in: 725af94791 user: florian tags: trunk)
13:04
Add tests for the comment formatter with multi-byte and fullwidth characters. ... (check-in: 1cc31c309d user: florian tags: comment-formatter-wcwidth)
2024-09-17
06:15
Sync with trunk and resolve the merge conflicts in the 'fossil.diff.js' script. ... (check-in: ac3d7c9b4f user: florian tags: diff-word-wrap)
2024-09-13
14:02
Sync with trunk (to fix some JS error showing up in the developer console). ... (check-in: a8ef0da81e user: florian tags: diff-keyboard-navigation)
2024-09-11
16:22
Add a comment to the test scripts that the list of settings needs to be updated manually. ... (check-in: 668f114191 user: florian tags: trunk)
13:30
Update tests to account for new settings introduced with [1a0b304307] and [cadfcba32c]. ... (check-in: 6ead7d999e user: andybradford tags: trunk)
2024-09-10
06:26
Adapt glob tests to changes from [dc86831179]. ... (check-in: d663a32451 user: florian tags: trunk)
2024-09-06
10:48
Sync with trunk. ... (check-in: 8e6660cd76 user: florian tags: diff-keyboard-navigation)
10:47
Sync with trunk. ... (check-in: 00f7466add user: florian tags: timeline-keyboard-navigation)
2024-07-03
09:16
Merge trunk into markdown-tagrefs branch. ... (check-in: 9d3ca32ef7 user: stephan tags: markdown-tagrefs)
2024-04-25
13:36
Fix minor typo in test introduced by previous commit. ... (check-in: f0c4705d49 user: andybradford tags: trunk)
13:34
Use join instead to avoid prepending garbage at the beginning of the string. ... (check-in: 4d556700a7 user: andybradford tags: trunk)
13:34
Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests ... (Leaf check-in: 17c01c549e user: juef tags: branch-2.24)
10:51
Merge test case fixes from branch-2.24 back into trunk. ... (check-in: 6d067c4f4d 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: fb4e90b662 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: 5ad708085a user: drh tags: branch-2.24)
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: e198bfd185 user: drh tags: trunk)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e42 user: andybradford tags: clone-resume)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs)
2024-02-10
17:36
Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. ... (check-in: 8a1ba49b73 user: wyoung tags: trunk)
2024-02-03
16:55
Update with all changes from trunk. ... (check-in: c454059a18 user: andybradford tags: clone-resume)
2024-01-26
17:28
Several doc adjustments to make things work better with the new skin. Although this isn't strictly part of the new skin, and it does admit of a type of regression, I'm committing it here anyway because these are cases where markup was used to work around problems in the old skin. Nearly all of these are misuses of the "blockquote" tag to mean "indented paragraph". Now that we have true indented paragraph styles, switched the markup over to use them. ... (check-in: ee6ca48c8f user: wyoung tags: inskinerator-modern-backport)
2024-01-22
13:40
Sync with trunk. ... (check-in: 7597825330 user: florian tags: diff-keyboard-navigation)
13:39
Sync with trunk. ... (check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation)
2024-01-12
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c62 user: preben tags: update-with-renames)