Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 33174a3b5f169c6a.
2023-11-24
| ||
22:39 | • Edit [ee710cc171e6164b|ee710cc171]: Edit check-in comment. ... (artifact: 63330f822f user: andybradford) | |
22:14 | Need to reset the server-code so that the user password is correct. Might as well also reset the project-code. ... (check-in: 61e0ced9bf user: andybradford tags: clone-resume) | |
21:39 | Implement the ability to resume a clone that has failed. This is a variation on the attempt made in [ec26471439] that was never completed. The significant difference in the use of the "clone protocol" which uses cfile cards to complete the synchronization rather than the "sync protocol" which takes much longer using the file card. ... (check-in: ee710cc171 user: andybradford tags: clone-resume) | |
12:59 | Update the built-in SQLite to version 3.44.2. ... (check-in: 3f97785608 user: drh tags: trunk) | |
2023-11-22
| ||
20:22 | Update the built-in SQLite to version 3.44.1. ... (check-in: 2edeeee4a8 user: drh tags: trunk) | |
2023-11-20
| ||
19:16 | On the activity report page, make sure the graph bar with the expected changes for the current week/month is not displayed on a separate line. ... (check-in: 698dc59ec1 user: florian tags: trunk) | |
18:57 | Do not separate timeline entries by an empty line when using custom formatting strings. ... (check-in: 256983fdd5 user: danield tags: trunk) | |
17:07 | Add a button to review a list of hashes to shun. As discussed in [forum:1d54d9965c7e4c00], fossil may accept 40 byte abbreviated hashes from command output, when the intention is to shun the real 64 byte hash. ... (Closed-Leaf check-in: d5c8235cdc user: preben tags: shun-list-review) | |
2023-11-19
| ||
11:42 | Improved description on /timeline pages that make use of tl= or rl=. ... (check-in: e03200e545 user: drh tags: trunk) | |
2023-11-18
| ||
20:41 | Add new tl= and rl= query parameters to /timeline ... (check-in: 2288b74257 user: drh tags: trunk) | |
2023-11-17
| ||
18:10 | • Edit [1c637a4985b822e3|1c637a4985]: Edit check-in comment. ... (artifact: 3629e87b1a user: preben) | |
18:05 | Update th1-tcl tests to reflect change from XML style closing hr/ tag to just hr in HTML from change [f5482a0a79]. ... (check-in: 1c637a4985 user: preben tags: test-fixes-2.24) | |
17:47 | Add script to rewrite test output for easier comparison of output from different runs. Invoked with tclsh, the script reads either a file argument or stdin and writes to stdout. ... (check-in: b3f89945a5 user: preben tags: testing-improvements) | |
17:44 | When testing, sort glob results for consistent test ordering across OSes. ... (check-in: 7fc504d100 user: preben tags: testing-improvements) | |
17:42 | In the symlinks test, this used to require allow-symlinks being set before testing. With the current temporary repositories, it is safe to enable allow-symlinks locally. ... (check-in: dc1836edb6 user: preben tags: testing-improvements) | |
17:41 | In the th1-docs test, the dirty checkout should be done in the fossil checkout, not the current directory (which the dirty_ckout variable reflects). ... (check-in: 62838cc7f2 user: preben tags: testing-improvements) | |
17:39 | In unversioned test, cloning with --save-http-password avoid password prompts on macOs, OpenBSD and Linux. ... (check-in: 85b3a60025 user: preben tags: testing-improvements) | |
17:37 | List skipped tests in the final summary. ... (check-in: c028f36de8 user: preben tags: testing-improvements) | |
17:36 | Switch out of temporary test repos to avoid require_no_open_checkout errors when using -keep. ... (check-in: 41f7e90c84 user: preben tags: testing-improvements) | |
17:31 | When testing, indicate that there was failures using exit code 1. ... (check-in: d92c23d700 user: preben tags: testing-improvements) | |
2023-11-16
| ||
22:19 | • Edit [d30cd073149436dd|d30cd07314]: Edit check-in comment. ... (artifact: 63da0fef02 user: preben) | |
21:27 | The symlinks tests are all concerned with files accessed through symlink traversal which has not been allowed for quite a while (I think [4d445ead] is the last change that enforced this). The test changes now check the reverse condition: traversing symlinks should not work. To carry out the tests, ensure allow-symlinks is set in the local repo. ... (check-in: d30cd07314 user: preben tags: test-fixes-2.24) | |
19:04 | Update transfer summaries in unversioned tests. Summaries changed in [2b8ac4d15b] and [0b7af9d865]. ... (check-in: b94d8c4479 user: preben tags: test-fixes-2.24) | |
12:23 | Honour global web-browser setting if running fossil ui with a path to a repository. ... (check-in: 200247bc62 user: preben tags: trunk) | |
12:16 | Add more information when user encounters an Unresolved RID condition. ... (Closed-Leaf check-in: c04e494d07 user: preben tags: unresolved-rid-explanation) | |
2023-11-15
| ||
12:26 | Add diff test cases for added/deleted files indicated by /dev/null. ... (Closed-Leaf check-in: 33174a3b5f user: preben tags: diff-deleted-files) | |
2023-11-14
| ||
21:29 | Move an invariable test outside a while loop. ... (check-in: b87bd72927 user: danield tags: trunk) | |
20:17 | Add search for help pages. ... (check-in: f0b960898e user: preben tags: search-help-pages) | |
19:38 | Add test case for side-by-side xdiff. ... (Closed-Leaf check-in: 54adcdb2a2 user: preben tags: long-diff-fix) | |
19:11 | Looping over too many triples also seems theoretically possible in contextDiff(). ... (check-in: 8ba47b1cc9 user: preben tags: long-diff-fix) | |
19:03 | An extra long diff may occur in side-by-side or html mode as discussed in [forum post 49cc60131b](https://fossil-scm.org/forum/forumpost/49cc60131b). When enumerating mxr triples, looping over multiple triples may exceed mxr. ... (check-in: 3c9472e56b user: preben tags: long-diff-fix) | |
16:14 | Enable searching of wiki titles. ... (check-in: a402dd2a88 user: preben tags: trunk) | |
13:48 | • Edit [fb5d53ec1182eaf5|fb5d53ec11]: Mark "Closed". ... (artifact: a25986f31d user: preben) | |
13:47 | • Edit [d8b23d71c9161c94|d8b23d71c9]: Mark "Closed". ... (artifact: ab008c43c7 user: preben) | |
13:46 | • Edit [34e0f6817ab1682c|34e0f6817a]: Mark "Closed". ... (artifact: 2cf74ec67c user: preben) | |
2023-11-13
| ||
07:40 | Fix usage wording for the branch command. ... (check-in: 8e8d1f067f user: danield tags: trunk) | |
2023-11-11
| ||
17:59 | Check if markdown paragraphs contains lists. Fixes issue reported in [forum:b598ac56defddb2a]. ... (check-in: a8782f33d3 user: drh tags: trunk) | |
17:49 | Suppress compiler warnings associated with jimtcl on OpenBSD. ... (check-in: cd040d1a38 user: drh tags: trunk) | |
2023-11-10
| ||
14:41 | Increase the version number to 2.24 to start the next development cycle. Begin the change log for 2.24. ... (check-in: 9b64259473 user: drh tags: trunk) | |
14:20 | • Fixed ticket [208e3fc206]: timeline graph enhancement plus 5 other changes ... (artifact: f4dd589a36 user: drh) | |
14:14 | Add the x= query parameter to /timeline. Satisfies ticket [208e3fc206af9b61]. ... (check-in: cad7c10b37 user: drh tags: trunk) | |
13:31 | • New ticket [208e3fc206] timeline graph enhancement. ... (artifact: 64a0f73753 user: drh) | |
2023-11-07
| ||
09:57 | Test amend-tag-2.2 expects a case insensitive sorted list of tags since [3500dbfd84]. ... (check-in: 3a463e8f12 user: preben tags: test-fixes-2.24) | |
2023-11-05
| ||
13:41 | Add a comment how to run just a subset of tests. ... (check-in: f5d79188ea user: florian tags: test-fixes-2.24) | |
12:55 | Fix th1.test: changed trace log output; changed HTML header; new TH1 commands. ... (check-in: 2660ad0f35 user: florian tags: test-fixes-2.24) | |
12:52 | Fix stash.test: changed markers for RENAMED files. ... (check-in: cb9106b280 user: florian tags: test-fixes-2.24) | |
12:50 | Fix settings-repo.test: versionable settings can have comments starting with #. ... (check-in: 1d615c9b6c user: florian tags: test-fixes-2.24) | |
12:47 | Fix settings.test: added new settings. ... (check-in: 2c626bc977 user: florian tags: test-fixes-2.24) | |
12:46 | Fix revert.test: changed markers for RENAMED files. ... (check-in: 4023c799d6 user: florian tags: test-fixes-2.24) | |
12:42 | Fix merge_warn.test: warning about missing common ancestor changed to merge conflict warning. 👀 ... (check-in: c38c0ff74c user: florian tags: test-fixes-2.24) | |