Fossil with Commonmark

Timeline
Login

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

39 check-ins related to "mistake"

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: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 relative URLs. check-in: 956d4901a9 user: andygoth tags: trunk
2017-05-11
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
00:08
Add a new hyperlink to the hash policy document. check-in: 907021af51 user: drh tags: trunk
2016-11-06
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-08
16:42
Fix typos in the "zip" command help text. check-in: 76242c28a0 user: drh tags: trunk
2016-08-23
01:41
Better default sort orders for columns on the /uvlist check-in: 401d9b2937 user: drh tags: trunk
2016-04-09
16:57
Update the custom MinGW makefile. check-in: 96dec24eaf user: mistachkin tags: trunk
2015-12-10
13:11
Improved documentation for cloning, including mentioning the use of %40 for "@" characters in the userid. check-in: b5354f19f2 user: drh tags: trunk
2015-11-06
08:09
Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. check-in: b51ba29365 user: jan.nijtmans tags: trunk
2015-06-19
15:47
Revert inadvertent merge error in changes.wiki. check-in: b87a4d049b user: andygoth tags: andygoth-brackets-outside-link
2015-04-22
05:21
Only check for forks in newly received content after all round-trips of sync have completed. check-in: b9728c4aa2 user: andybradford tags: sync-forkwarn
2015-02-06
09:55
eol-spacing fixes. check-in: b8e3dc16f4 user: jan.nijtmans tags: trunk
2015-02-05
09:10
merge trunk check-in: 9e7ea6a20f user: jan.nijtmans tags: svn-import
2014-11-06
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: 270897a301 user: jan.nijtmans tags: trunk
2014-10-02
17:01
Merged in inherit-priv-mark-sub with one minor layout tweak. check-in: 54a783e39f user: stephan tags: trunk
2014-04-29
00:31
Set the mtime column of the USER table on a self-registration. check-in: a9235f4cc4 user: drh tags: trunk
2014-04-28
07:47
Implement determination of LOOK_INVALID flag for UTF-8 byte sequences. Not used in fossil yet. check-in: 5f24da1360 user: jan.nijtmans tags: trunk
2014-03-07
19:45
Since Annotation flags and DIFF flags are so closely related, allow then to reside in a single variable check-in: 0bc584fe02 user: jan.nijtmans tags: trunk
2014-02-08
08:54
Fix harmless compiler warning check-in: 0681b39b82 user: jan.nijtmans tags: trunk
2014-02-05
06:35
Simplify code and no longer rely on MAX_REDIRECTS because 20 password prompts are too many. check-in: 9493a9c763 user: andybradford tags: http-auth
2014-01-16
11:18
one more attempt check-in: e2a5198ca9 user: jan.nijtmans tags: tree-view-work
2013-12-20
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: 1311841a3c user: jan.nijtmans tags: trunk
2013-11-25
10:12
Fix handling of UTF-8 paths on Cygwin (SQLite's "cygUtf8" branch). Meant for testing. This fix is Cygwin-only. check-in: 9f58fc6528 user: jan.nijtmans tags: trunk
2013-10-04
10:12
Corrections to comment. check-in: c72c19b8f1 user: mistachkin tags: trunk
2013-08-15
05:29
Fix documentation typo. check-in: 14a378fd0b user: mistachkin tags: trunk
2013-03-08
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: 05ac588496 user: mistachkin tags: trunk
2013-03-06
12:58
(experimental) fix for [2cfd96b2ba] check-in: 949976e065 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: 1b61defd58 user: jan.nijtmans tags: fix-test-move-repository
2012-11-25
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: e9954e588b user: mistachkin tags: bellon-unicode
18:06
Fix formatting of the Login Group screen. Ticket [f687f1eb987148]. check-in: 7a8938ab84 user: drh tags: trunk
2012-09-25
21:15
another attempt €† check-in: 4358a23778 user: jan.nijtmans tags: use-utf8-in-win-external-editor
2011-06-15
15:33
Add the configure script and merge in the latest trunk changes. check-in: 57ca24966f user: drh tags: autoconf
2010-12-20
14:52
Update the --sqltrace debugging option so that it outputs memory usage statistics within SQL comments. check-in: cb745cc789 user: drh tags: trunk