Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "mistake"
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 | |
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-Leaf 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-Leaf 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-Leaf 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-Leaf 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:8b785d510d|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:044797b3ac|forum post 044797b3ac]. Closed-Leaf 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:a0ecb34145|forum post a0ecb34145]. (Edit: already resolved in [02eb97d801a899ff].) Closed-Leaf 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:516f1ba3d82ed249|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-Leaf 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-Leaf 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:9d9f0580fd | 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-Leaf check-in: edb3a3a063 user: drh tags: mistake | |
2021-10-18
| ||
12:45 | Removed an incorrect hash result from www/password.wiki, per [forum:3375879e6c3b9d73|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-Leaf 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:/forumpost/c5e018e78a8e9d26 | 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:/forumpost/29e7250723461d18 | forum post 29e7250723461d18]. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) Closed-Leaf 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-Leaf 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-Leaf 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-Leaf 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-Leaf 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-Leaf 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-Leaf 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-Leaf 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 | |
2018-03-19
| ||
19:55 | This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. Closed-Leaf check-in: 63b967e0ab user: drh tags: mistake | |
2018-03-17
| ||
23:11 | Do no update the display cookie except when the user specifically changes the selectors on the /timeline submenu. check-in: 802939b18d user: drh tags: trunk | |