Fossil

Timeline
Login

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

50 most recent check-ins related to "mistake"

2025-09-30
10:59
Change to the wrong branch. (closed check-in: 5255854698 ... user: drh tags: mistake)
05:17
Use MD5 to generate the color hash as it's a random function. (check-in: d4caf785e3 ... user: andybradford tags: md5-color-hash)
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 check-in: 263acf1668 ... user: stephan tags: mistake)
13:22
Add a checkbox to the /setup_timeline page to control the raw-bgcolor setting. (check-in: 620e1e0fc4 ... user: drh tags: trunk)
2025-03-25
18:06
Add -p short-form flag of --pretty to test-artifact-to-json. Restore the part of [8af0d05c66e6] which removes extraneous whitespace from artifact_to_json(). (check-in: f1847847e4 ... user: stephan tags: trunk)
17:29
Add -p short-form flag of --pretty to test-artifact-to-json. Restore the part of [8af0d05c66e6] which removes extraneous whitespace from artifact_to_json(). (Edit: moving to "mistake" again. Despite having done "revert" on content.c, the content which should not have been committed was committed.) (closed check-in: 3e0d7b0613 ... user: stephan tags: mistake)
17:18
Add --json and --pretty flags to the artifact command, both of which emit json with --pretty running it through json_pretty(). Remove extraneous (read: human-friendly) space from artifact_to_json() output. (Edit: moved to "mistake" because this function is not only for emitting "artifacts," but for emitting any type of blob. (leaf check-in: 8af0d05c66 ... user: stephan tags: mistake)
15:24
Rename artifact_to_json()'s F-card "oldName" property to "rename", per /chat discussion (it's shorter, saving about 1kb of output with the current trunk). (check-in: d2db37a752 ... user: stephan tags: trunk)
2025-03-07
18:46
In /forumpost and /forumthread, use %h instead of %s when rendering a thread's title. (Edit: moving out of the way to reevaluate against more inputs.) (closed check-in: 4937bc9af7 ... user: stephan tags: mistake)
18:39
Mention the "--proxy PROXY" option in the help text for all command that support it. (check-in: 6d4cd32921 ... user: mgagnon tags: trunk)
2025-02-28
22:14
Update pikchr to latest upstream trunk and rebuild wasm components using Emcripten 4.0.3. (Edit: worked on my local machine and fails on a remote. Probably browser caching.) (closed check-in: b1b1770d51 ... user: stephan tags: mistake)
21:32
Add the (patch alias) subcommand. (check-in: b4db86af24 ... user: stephan tags: trunk)
05:44
Remove the db_protect() handling made unnecessary by moving patch aliases into the vvar table. Fix argc count validation for (patch alias rm). (closed check-in: a6a679f11e ... user: stephan tags: mistake)
01:31
Place patch aliases in the vvar (checkout) table, not config (repo). (Edit: rolling this back because of request in forum post 8b785d510d.) (check-in: a10f55ba3f ... user: stephan tags: mistake)
2025-02-27
22:38
Add a missing patch_resolve_remote() call in patch_toggle_ssh_needs_path(). Simplify patch_resolve_remote() a bit. (check-in: fe74b78eb1 ... user: stephan tags: patch-alias)
2025-02-08
22:00
Fix for a struct initialization warning on Windows, but cannot currently test this for reasons covered in forum post 044797b3ac. (closed check-in: fc0c0eb4ed ... user: stephan tags: windows-warning-fix)
2024-12-13
23:46
Avoid use of %R in /ckout redirect for a non-checkout to avoid the problem reported in forum post a0ecb34145. (Edit: already resolved in [02eb97d801a899ff].) (closed check-in: 7d6f6b09c3 ... user: stephan tags: mistake)
23:40
Update the all-diffs-toggle button's label dynamically to clarify whether it will show or hide the diffs on its next click, per request in forum post 516f1ba3d82ed249. The semantics haven't changed: if any are hidden, its action will be to reveal them, else it will be to hide them. (check-in: 903142fef8 ... user: stephan tags: trunk)
2024-11-23
01:11
This fixes the logic error introduced in [f019cb5fc3f]. (check-in: 25857ebba5 ... user: andybradford tags: ssh-command-once)
2023-07-08
18:08
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. (Edit: rolling back - contains inadvertent test edits.) (closed check-in: fb116a206e ... user: stephan tags: mistake)
14:36
Update the built-in SQLite to the latest 3.43.0 alpha for testing. (check-in: 65c6bda8d6 ... user: drh tags: trunk)
2022-08-24
06:52
Add a slight drop shadow to the /chat message widgets. Edit: we already had a drop shadow, just placed on a different sub-element. (closed check-in: b04740bd75 ... user: stephan tags: mistake)
2022-08-23
11:14
Correct a NULL being passed to strcmp() which caused any submit of JS script code in the skin editor to segfault. Reported in forum post 9d9f0580fd. (check-in: a88478391e ... user: stephan tags: trunk)
2021-10-19
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". (closed check-in: edb3a3a063 ... user: drh tags: mistake)
2021-10-18
12:45
Removed an incorrect hash result from www/password.wiki, per forum post 3375879e6c3b9d73. (check-in: 2169f323fa ... user: stephan tags: trunk)
2021-07-08
11:54
diff -tk: simplified wrap toggle implementation a bit using a ttk::checkbutton. (closed check-in: 57a2cab38f ... user: stephan tags: mistake)
08:51
In diff -tk window, add a button which toggles the line wrap mode, as discussed in forum post c5e018e78a8e9d26. (My very first tk code, so it might be significantly improved upon by someone who knows Tk Fu.) (Edit: it turns out that wrapping doesn't work with the line numbers.) (check-in: 132340e6f7 ... user: stephan tags: mistake)
2021-07-07
18:14
Fix the unversioned_content_hash() function so that it returns the SHA1 of a zero-length buffer if the "unversioned" table does not exist. (check-in: ccce70fb59 ... user: drh tags: trunk)
2021-06-17
10:32
Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in forum post 29e7250723461d18. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) (closed check-in: dcbc8ba9fc ... user: stephan tags: mistake)
02:20
/announce page: add an explicit ACTION value for the form so that a 'to=...' URL parameter does not end up shadowing the 'to' field of the form and causing the announcement to be sent to the URL-provided address even if that form field is edited. (check-in: 2fa43ef4fb ... user: stephan tags: trunk)
2021-01-19
08:09
Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. Edit: The previous check-in seems to have more historically consistent colors, so we will continue with that for now. (leaf check-in: 1743f89a0a ... user: drh tags: mistake)
2021-01-18
23:29
Adjust automatically chosen colors to be less saturated, and easier to read. (check-in: fb3dabd5c4 ... user: drh tags: trunk)
2020-12-24
01:04
Bungled merge. Was: The /chat page redirects to the login page if the user does not have appropriate permissions to use chat. (closed check-in: fee74ce5e7 ... user: drh tags: mistake)
2020-12-23
23:27
Several internal cleanups in chat app, e.g. replace document.createXYZ with simpler fossil.dom API. Eliminate assignment to innerHTML, which is widely considered unsafe. (check-in: 68da24594f ... user: stephan tags: trunk)
2020-05-21
17:12
This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. (closed check-in: 232033c98b ... user: drh tags: mistake)
13:00
Fix the URL on some Download submenu links. (check-in: 9d18585d54 ... user: drh tags: trunk)
2020-03-12
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. (leaf check-in: ba56f5e5cc ... user: drh tags: mistake)
00:57
Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. (check-in: afb4f74808 ... user: drh tags: trunk)
2020-02-25
23:03
This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. (closed check-in: 6f08a5937b ... user: drh tags: mistake)
20:57
Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. (check-in: 1bfd760de4 ... user: stephan tags: merge-remove-temp-files)
20:04
Added --admin-user flag to the import command. (check-in: 6c0dfc8cc5 ... user: drh tags: trunk)
2020-01-03
14:30
Backed out merge - it included an unintented change :/. (closed check-in: 070d6ea103 ... user: stephan tags: mistake)
14:28
Merged in trunk. (check-in: 04e1c97854 ... user: stephan tags: mistake)
2020-01-02
14:35
Fix the spelling of "legacy" in the "test-fingerprint" command. Also show the current Fossil version in the "test-fingerprint" command. (check-in: 2af7fedd67 ... user: drh tags: trunk)
2019-12-05
06:48
Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. (check-in: a612aa7388 ... user: stephan tags: forum-edit-deltify)
2019-10-02
16:14
Removed a debugging-only function. (check-in: 05cde4f8eb ... user: stephan tags: double-dash-flag2)
2019-10-01
07:13
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. (closed check-in: 307f7642b5 ... user: andybradford tags: time-skew-setting)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. (closed check-in: e19dcc1ab1 ... user: andybradford tags: forum-replies)
2019-01-26
02:36
Does not work. Was: Do not display the "HH:MM" timestamps to the left of the graph on very narrow displays (phones in viewed in portrait mode) as the HH:MM takes up precious horizontal space and does not add that much value to the display. (closed check-in: 31c64c3b1a ... user: drh tags: mistake)
02:26
Fix the chref() helper function so that it correctly renders the class attribute on the generated hyperlink with hyperlink display is delayed as an anti-robot defense. (check-in: f54b4bf1bd ... user: drh tags: trunk)