Fossil

Timeline
Login

Timeline

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

106 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: fb116a20 user: stephan tags: mistake
14:36
Update the built-in SQLite to the latest 3.43.0 alpha for testing. check-in: 65c6bda8 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: b04740bd 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: a8847839 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: edb3a3a0 user: drh tags: mistake
2021-10-18
12:45
Removed an incorrect hash result from www/password.wiki, per forum post 3375879e6c3b9d73. check-in: 2169f323 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: 57a2cab3 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: 132340e6 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: ccce70fb 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-Leaf check-in: dcbc8ba9 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: 2fa43ef4 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: 1743f89a user: drh tags: mistake
2021-01-18
23:29
Adjust automatically chosen colors to be less saturated, and easier to read. check-in: fb3dabd5 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: fee74ce5 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: 68da2459 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: 232033c9 user: drh tags: mistake
13:00
Fix the URL on some Download submenu links. check-in: 9d18585d 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: ba56f5e5 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: afb4f748 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: 6f08a593 user: drh tags: mistake
20:57
Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. check-in: 1bfd760d user: stephan tags: merge-remove-temp-files
20:04
Added --admin-user flag to the import command. check-in: 6c0dfc8c user: drh tags: trunk
2020-01-03
14:30
Backed out merge - it included an unintented change :/. Closed-Leaf check-in: 070d6ea1 user: stephan tags: mistake
14:28
Merged in trunk. check-in: 04e1c978 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: 2af7fedd 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: a612aa73 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 suppose we need to "define" its behavior. Closed-Leaf check-in: cd969ec5 user: andybradford tags: mistake
2019-10-02
16:14
Removed a debugging-only function. check-in: 05cde4f8 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: 307f7642 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: 526b0c29 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: e19dcc1a 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: 31c64c3b 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: f54b4bf1 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: 63b967e0 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: 802939b1 user: drh tags: trunk
2018-01-15
21:50
Remove unnecessary whitespace. Closed-Leaf check-in: 73d0734a user: andybradford tags: mistake
21:48
Update the comment for fossil_pledge to reflect the new change in [1180676e]. check-in: 8993c332 user: andybradford tags: trunk
2018-01-11
02:33
bad build Closed-Leaf check-in: d4bac2c5 user: drh tags: mistake
00:48
Update the built-in SQLite to the latest 3.22.0 beta, for testing. check-in: c409f828 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: 970adec0 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 relative URLs. check-in: 956d4901 user: andygoth tags: trunk
2017-05-11
10:57
Move the "revert" command off of the main "fossil help" screen. Closed-Leaf check-in: 748ec13b 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: 2d69772e 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: aa92dc8e user: jan.nijtmans tags: mistake
00:08
Add a new hyperlink to the hash policy document. check-in: 907021af user: drh tags: trunk
2016-11-06
16:38
Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) Closed-Leaf check-in: ae424dc1 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: 36e7558a 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: 65207d61 user: drh tags: mistake
2016-09-08
16:42
Fix typos in the "zip" command help text. check-in: 76242c28 user: drh tags: trunk
2016-08-23
09:49
eliminate some end-of-line spaces Closed-Leaf check-in: 22ed0084 user: jan.nijtmans tags: mistake
01:41
Better default sort orders for columns on the /uvlist check-in: 401d9b29 user: drh tags: trunk
2016-04-10
02:10
Merge trunk. Closed-Leaf check-in: cfca8ec3 user: andygoth tags: mistake
2016-04-09
16:57
Update the custom MinGW makefile. check-in: 96dec24e user: mistachkin tags: trunk
2015-12-11
12:39
Fix 96d3e99ffe59b528: Memory allocation bug. I saw crashes on 32-bit Linux (Ubuntu 14.04), so it's not only win32 which was affected by this bug. Closed-Leaf check-in: cfc7117a user: jan.nijtmans tags: mistake
2015-12-10
13:11
Improved documentation for cloning, including mentioning the use of %40 for "@" characters in the userid. check-in: b5354f19 user: drh tags: trunk
2015-11-06
09:20
base file Closed-Leaf check-in: 942a3142 user: jan.nijtmans tags: mistake
09:19
c1 check-in: 8440ddab user: jan.nijtmans tags: mistake
08:09
Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. check-in: b51ba293 user: jan.nijtmans tags: trunk
2015-06-19
15:47
Revert inadvertent merge error in changes.wiki. check-in: b87a4d04 user: andygoth tags: andygoth-brackets-outside-link
2015-04-22
16:23
Style consistency change. Closed-Leaf check-in: 509360e5 user: andybradford tags: mistake
05:21
Only check for forks in newly received content after all round-trips of sync have completed. check-in: b9728c4a user: andybradford tags: sync-forkwarn
2015-02-09
10:15
Add mime types for common opendocuments.

This lets the browser pick the right program to open them straight.

Update:Jan picked this change from viric_flavour, instead of merging this branch. So I close this, as we can consider this integrated. Closed-Leaf check-in: d0b1b111 user: viriketo tags: viric_mimeopendocument

2015-02-06
10:02
merge trunk, (inadvently changed many "execute" flags, therefore moved to "mistake") Closed-Leaf check-in: bddc40ce user: jan.nijtmans tags: mistake
10:00
Restructure import.c, making it easier to compare with the new svn-import code. No change in functionality. (inadvently changed many "execute" flags, therefore moved to "mistake" check-in: 62a99875 user: jan.nijtmans tags: mistake
09:55
eol-spacing fixes. check-in: b8e3dc16 user: jan.nijtmans tags: trunk
2015-02-05
09:10
merge trunk check-in: 9e7ea6a2 user: jan.nijtmans tags: svn-import
2014-11-06
21:46
re-enable SSL in custom MinGW makefile Closed-Leaf check-in: 08002553 user: jan.nijtmans tags: mistake
21:43
For 32-bit MinGW compile: speed up zlib performance by using critical parts in optimized assembler (official zlib1.dll is compiled this way) check-in: 270897a3 user: jan.nijtmans tags: trunk
2014-10-03
09:10
Make sure that login_check_credentials() doesn't crash if the cookie-name cannot be determined (e.g. when the project-code is not set yet). This is a mistake: there always should be a cookie-name. Closed-Leaf check-in: df6a3dbf user: jan.nijtmans tags: mistake
2014-10-02
17:01
Merged in inherit-priv-mark-sub with one minor layout tweak. check-in: 54a783e3 user: stephan tags: trunk
2014-04-29
09:26
Fix some compiler warnings 'may be uninitialized in this function'. Move path conversions out of win32_chdir/win32_access/win32_stat, as its caller already can do that. This eliminates some code duplication. Closed-Leaf check-in: cdfde813 user: jan.nijtmans tags: mistake
00:31
Set the mtime column of the USER table on a self-registration. check-in: a9235f4c user: drh tags: trunk
2014-04-28
09:08
Simplify some usage of if-statements. No change of functionality. Closed-Leaf check-in: 069bae86 user: jan.nijtmans tags: mistake
07:47
Implement determination of LOOK_INVALID flag for UTF-8 byte sequences. Not used in fossil yet. check-in: 5f24da13 user: jan.nijtmans tags: trunk
2014-03-07
20:02
Minor bug-fix when using -w or -Z flag in diff logic. Make sure that the common lines printed in a diff always come from the left-side, it might be that the right-side is different by white-space only. Closed-Leaf check-in: 07e69575 user: jan.nijtmans tags: mistake
19:45
Since Annotation flags and DIFF flags are so closely related, allow then to reside in a single variable check-in: 0bc584fe user: jan.nijtmans tags: trunk
2014-02-11
04:36
Used the wrong sqlite3.c source file. Was: Update the built-in SQLite to the 3.8.3.1 release candidate. This is moving backwards, slightly. But it is important for testing SQLite. Closed-Leaf check-in: 2324f475 user: drh tags: mistake
2014-02-08
08:54
Fix harmless compiler warning check-in: 0681b39b user: jan.nijtmans tags: trunk
2014-02-05
08:23
This looks like a duplicate commit of [cf471cbb3f6f] Closed-Leaf check-in: 09634aee user: andybradford tags: mistake
06:35
Simplify code and no longer rely on MAX_REDIRECTS because 20 password prompts are too many. check-in: 9493a9c7 user: andybradford tags: http-auth
2014-01-16
11:56
Don't follow link if subdir.contains does not exist: Not correct! Closed-Leaf check-in: 050412b8 user: jan.nijtmans tags: mistake, tree-view-work
11:18
one more attempt check-in: e2a5198c user: jan.nijtmans tags: tree-view-work
2013-12-20
17:04
Undo incorrect commit to trunk. Sorry. Closed-Leaf check-in: 4d6babe3 user: dg tags: mistake
17:03
Honour timezones in git fast-import dump timestamps. check-in: 9c9e7767 user: dg tags: mistake
12:35
Add a new TH1 "http" command, a new "th1-uri-regexp" setting and two new hook scripts "xfer-commit-script" and "xfer-ticket-script". They can be used together to implement more advanced commit and ticket change notifications. check-in: 1311841a user: jan.nijtmans tags: trunk
2013-11-25
15:00
Only make the URL user an admin if --once is not specified to allow the shell user to become the admin user. [Wrong; should not assume what the default user is] Closed-Leaf check-in: 7700ae1c user: andybradford tags: mistake
10:12
Fix handling of UTF-8 paths on Cygwin (SQLite's "cygUtf8" branch). Meant for testing. This fix is Cygwin-only. check-in: 9f58fc65 user: jan.nijtmans tags: trunk
2013-10-04
15:01
better check (I thought, but closer look revealed that it was not better at all!) Closed-Leaf check-in: 82d648ae user: jan.nijtmans tags: mistake
14:53
Added a check/failure for the RID mismatch case discussed at length on the ML today. Edit: nevermind: this check is far from being complete/valid, per discussion with Jan, as it can pick up non-artifacts as a parent. check-in: 7bf9fdb0 user: stephan tags: mistake
10:12
Corrections to comment. check-in: c72c19b8 user: mistachkin tags: trunk
2013-08-15
07:49
Protect T-cards against canceling tags which have a value. This should be invalid. Closed-Leaf check-in: 0a6f97af user: jan.nijtmans tags: mistake
05:29
Fix documentation typo. check-in: 14a378fd user: mistachkin tags: trunk
2013-03-08
02:15
Make it easier to correlate the UTF detection test results with the byte-order-mark and data used to produce them. Wrong line endings. Closed-Leaf check-in: 9b90146a user: mistachkin tags: mistake
00:46
In the test for the UTF-8/UTF-16 detection functions, use the right byte-order-mark for the endianness of the machine. check-in: 05ac5884 user: mistachkin tags: trunk
2013-03-06
14:22
merge trunk (committed to wrong branch) Closed-Leaf check-in: aeb1cfe1 user: jan.nijtmans tags: mistake
12:58
(experimental) fix for [2cfd96b2ba] check-in: 949976e0 user: jan.nijtmans tags: ticket-2cfd96b2ba
2013-03-04
10:25
Proposed fix for ticket: test-move-repository requires access to original repository check-in: 1b61defd user: jan.nijtmans tags: fix-test-move-repository
2012-11-25
22:58
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). Not yet approved for trunk. Closed-Leaf check-in: 02062c2b user: mistachkin tags: mistake
22:31
During commit, instead of using the '--force' option to bypass file type warnings, add a new option '--no-warnings'. Closed-Leaf check-in: e9954e58 user: mistachkin tags: bellon-unicode
18:06
Fix formatting of the Login Group screen. Ticket [f687f1eb987148]. check-in: 7a8938ab user: drh tags: trunk
2012-09-26
07:07
asd�� (doesn't work!) Closed-Leaf check-in: c1fdc636 user: jan.nijtmans tags: mistake
2012-09-25
21:15
another attempt €† check-in: 4358a237 user: jan.nijtmans tags: use-utf8-in-win-external-editor
2011-06-16
18:10
The VC++ Makefile is generated by makemake.tcl and should not be edited directly. And this check-in was to the wrong branch anyhow. Closed-Leaf check-in: 1e7c1bca user: drh tags: mistake
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. check-in: 57ca2496 user: drh tags: autoconf
2010-12-20
17:17
This change was accidentally committed by a test script, specifically the test/merge5.test test script. There is some problem with "make test". Closed-Leaf check-in: 01c83bfb user: drh tags: mistake, m1
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. check-in: cb745cc7 user: drh tags: trunk