Timeline
Not logged in

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

50 most recent check-ins related to "mistake"

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. <b>Edit:</b> 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 [https://fossil-scm.org/forum/forumpost/1407a2d73e|/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-03
13:38
If verify_all_options() is called more than once, ignore the second invocation because it won't work as expected anyway as the first invocation has already tossed out the ability to pass in arguments that might be consumed by the second caller. Moving because apparently some subcommands may actually need to call this a second time, in which case I ... Closed-Leaf check-in: cd969ec5da user: andybradford tags: mistake
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
07:09
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. Closed-Leaf check-in: 526b0c2997 user: andybradford tags: mistake
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
2018-01-15
21:50
Remove unnecessary whitespace. Closed-Leaf check-in: 73d0734a4b user: andybradford tags: mistake
21:48
Update the comment for fossil_pledge to reflect the new change in [1180676e]. check-in: 8993c3324a user: andybradford tags: trunk
2018-01-11
02:33
bad build Closed-Leaf check-in: d4bac2c59a user: drh tags: mistake
00:48
Update the built-in SQLite to the latest 3.22.0 beta, for testing. check-in: c409f828e3 user: drh tags: trunk
2017-07-08
11:01
In the "last change" report, show the user as "anonymous" if the EVENT.USER field is NULL or an empty string. (Later:) Removed from trunk because a better solution is to not store empty strings in the EVENT.USER field in the first place. Closed-Leaf check-in: 970adec0fe user: drh tags: mistake
2017-07-07
19:18
Avoid appending to g.zPath inside doc_page() loop. Instead, wait until the loop is done to modify g.zPath. When doing a directory lookup, the check-in and directory name were being repeatedly appended to g.zPath each step through the list of possible filename suffixes. This corrupted <base href> should index.html not exist, which in turn broke r... check-in: 956d4901a9 user: andygoth tags: trunk
2017-05-11
10:57
Move the "revert" command off of the main "fossil help" screen. Closed-Leaf check-in: 748ec13b33 user: drh tags: mistake
09:06
Don't access g.argv[2], when g.argc indicates there's no such element. Reported by Tony Papadimitriou. check-in: 2d69772e49 user: jan.nijtmans tags: trunk
2017-03-06
12:35
For new Docker-generated repositories, use "auto" hash-policy as default: They might be synced with "sha1"-type repositories, this would render those repositories useless. Closed-Leaf check-in: aa92dc8efe user: jan.nijtmans tags: mistake
00:08
Add a new hyperlink to the hash policy document. check-in: 907021af51 user: drh tags: trunk
2016-11-06
16:38
Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) Closed-Leaf check-in: ae424dc16a user: andybradford tags: mistake
16:10
Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". check-in: 36e7558a11 user: andybradford tags: trunk
2016-09-10
19:54
Oops. FTS5 depends on INCRBLOB. Was: Add the SQLITE_OMIT_INCRBLOB and SQLITE_OMIT_SHARED_CACHE compile-time options to SQLite. Update the built-in SQLite sources to the latest 3.15 alpha that will build without warnings when the above options are set. Closed-Leaf check-in: 65207d617d user: drh tags: mistake
2016-09-08
16:42
Fix typos in the "zip" command help text. check-in: 76242c28a0 user: drh tags: trunk
2016-08-23
09:49
eliminate some end-of-line spaces Closed-Leaf check-in: 22ed008469 user: jan.nijtmans tags: mistake