Timeline
Not logged in

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

50 events occurring around 8f6cd5f3a3b5e13d.

2012-11-08
13:46
Escape all characters in the href attributes of <a> elements that have special meaning to HTML. Ticket [5ff2043c96682049]. check-in: d5c4684508 user: drh tags: trunk
13:44
Always HTML-encode the href attribute of <a> elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96
12:04
one more similar fix, in xhref(). There is only one hyperlink using xhref with ampersands, in the "vinfo" and "ci" pages, but just for completeness… check-in: e47d862a59 user: jan.nijtmans tags: ticket-5ff2043c96
10:31 Ticket [5ff2043c96] Invalid xhtml markup generated (with patch) status still Open with 1 other change artifact: ac8a9a8273 user: jan.nijtmans ... 1 similar event omitted.
09:45
suggested fix for [5ff2043c96] check-in: d1f16f718a user: jan.nijtmans tags: ticket-5ff2043c96
09:20
a few more minor html5 violations check-in: 1858d202ef user: jan.nijtmans tags: trunk
2012-11-07
12:10
merge trunk Fix continuation-byte check for UTF-8 chars > 2 bytes. check-in: 3920fa67bd user: jan.nijtmans tags: improve_commit_warning
11:29 Edit [14fdae7e4018df43]: Timestamp 2012-11-07 11:28:00. artifact: a48e7385a0 user: drh
11:28 Fixed ticket [1e43138b8b]: SQLITE_CONSTRAINT on rename plus 1 other change artifact: 0aa0b3b895 user: drh
11:28
Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] check-in: 14fdae7e40 user: drh tags: trunk
10:27 Ticket [1e43138b8b] SQLITE_CONSTRAINT on rename status still Open with 2 other changes artifact: 61436a42c6 user: anonymous ... 1 similar event omitted.
10:14
fix Abandoning warning check-in: 4d6ae5c007 user: jan.nijtmans tags: improve_commit_warning
09:47
styling check-in: c8eaeb1b8a user: jan.nijtmans tags: improve_commit_warning
09:43
merge trunk. simplify utf-8 continuation byte checking, using a loop in stead of separater 2/3/4-byte versions. check-in: 2f7ac60f78 user: jan.nijtmans tags: improve_commit_warning
08:30
merge trunk check-in: 82506434d5 user: jan.nijtmans tags: convert_before_commit
2012-11-06
19:47
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". check-in: 76c6f8fcb8 user: drh tags: branch-1.19
19:42
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". check-in: 28272fa125 user: drh tags: trunk
18:38
Make sure file names in file browser don't wrap by adding white-space property to default CSS. check-in: b83278f6ff user: dmitry tags: trunk
18:31
When trying to create a directory, if mkdir fails, make sure the directory doesn't already exist before giving up and reporting an error. check-in: bc74a8171d user: drh tags: trunk
16:35 Fixed ticket [7541963870]: diff doesn't show newline plus 1 other change artifact: e37d9f2e77 user: drh
16:35
When one version of a file ends in a newline and the other does not, be sure to show that difference. Ticket [7541963870703f0]. check-in: d764f449d7 user: drh tags: trunk
12:20
gcc warnings: src/merge3.c: In function ‘merge_3way’: src/merge3.c:445:9: warning: ‘zPivot’ may be used uninitialized in this function src/merge3.c:446:9: warning: ‘zOrig’ may be used uninitialized in this function src/merge3.c:447:9: warning: ‘zOther’ may be used uninitialized in this function check-in: 233463c4ec user: jan.nijtmans tags: trunk
09:39
... but revert win/Makefile.mingw (accidently committed) check-in: 8f6cd5f3a3 user: jan.nijtmans tags: convert_before_commit
09:36
merge trunkDon't try to convert binary files. check-in: 4fa4972104 user: jan.nijtmans tags: convert_before_commit
09:05 Ticket [5ff2043c96] Invalid xhtml markup generated (with patch) status still Open with 1 other change artifact: ef022a2d6e user: jan.nijtmans
08:44
3 minor violations against html5 check-in: c5e08c3fa8 user: jan.nijtmans tags: trunk
07:50 New ticket [7541963870] diff doesn't show newline. artifact: 4c679308a9 user: anonymous
00:49
Add a configuration option that allows timeline comments to be rendered as plain text rather than as wiki. check-in: 90e928deea user: drh tags: trunk
2012-11-05
21:18 Closed ticket [4e2afbb41c]: fossil stash save can lose file modifications plus 2 other changes artifact: d63c4be64b user: drh
21:10
Do not run the graphical merging tool nor leave merge-droppings after a dry-run merge. Also improve the merge summary message at the end of a merge. check-in: cd2c0e4cb5 user: drh tags: trunk
20:29 New ticket [4e2afbb41c] fossil stash save can lose file modifications. artifact: b3c31f9733 user: anonymous
13:56
merge trunk Leaf check-in: b0e05a90b6 user: jan.nijtmans tags: use-blob_strip_bom
13:10
If the committed file has CR/NL or UTF-16 (or both), give the user the possibility to convert it to resp NL or UTF-8 (or both) without committing check-in: c6223a8e2a user: jan.nijtmans tags: convert_before_commit
11:28 Edit [879012769b2dfc2f]: Edit check-in comment. artifact: 193466d6f2 user: jan.nijtmans
11:23
Add commit warning message when text files have a long line length check-in: 879012769b user: jan.nijtmans tags: improve_commit_warning
11:10 Edit [45065c5c282cda99]: Marked "Closed". artifact: a3212ad15e user: dmitry
09:28 Edit [4e86b06a9f03db12]: Move to branch improve_commit_warning. artifact: f93d6c011d user: jan.nijtmans
2012-11-04
21:36 Ticket [8ca2aae391] Command-line wildcards broken with Fossil 1.24 on Windows, in some cases crashing Fossil (1.23 was OK) status still Open with 1 other change artifact: 7f0f162d3f user: drh ... 1 similar event omitted.
18:06
off-by-one check-in: a7fff6fea6 user: jan.nijtmans tags: improve_commit_warning
18:03
merge trunk check-in: e86aa2a1e8 user: jan.nijtmans tags: improve_commit_warning
18:00
merge trunk Factor out main part of UTF-8 check to macro check-in: ce7c52223e user: jan.nijtmans tags: improve_commit_warning
17:41
Merge the "spelling" branch into trunk, fixing a huge number of typos, mostly in comments, but occasionally in error messages or help screens. check-in: db0c512767 user: drh tags: trunk
12:59
Fix typos. Closed-Leaf check-in: 45065c5c28 user: dmitry tags: spelling
11:58
Improvements to the fix for [0ff64b0a5fc88e7e]: (1) Better error message and (2) allow the partial commit of the renamed file as long as its destination files is also part of the partial commit. check-in: c0fe455c78 user: drh tags: trunk
10:50
merge trunk check-in: bd7b8a485f user: jan.nijtmans tags: improve_commit_warning
10:48
merge trunk, some improvements in messages (not yet ready yet) check-in: 517a6f7a53 user: jan.nijtmans tags: improve_commit_warning
00:46 Fixed ticket [0ff64b0a5f]: manifest file is malformed error after file rename plus 1 other change artifact: 19a3285f62 user: drh