Fossil

Timeline
Login

Timeline

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

16 check-ins using file src/sqlite3.c version d5c4ff05

2012-12-21
13:31
Correct typo in the description of the moderation setup page. ... (check-in: c89a694d user: mistachkin tags: trunk)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-19
08:24
Allow backslash in card filenames without causing a SYNTAX error in card parsing. ... (check-in: 0a242574 user: jan.nijtmans tags: allow-backslash-in-card-filename)
2012-12-18
21:04
Fix a couple typos in comments. ... (check-in: 55a28e7f user: mistachkin tags: trunk)
03:59
Add help text for the 'access-log' setting. ... (check-in: 67985cd6 user: mistachkin tags: trunk)
02:38
Fix the display of file renames so that they show up as just renames and do not also appear as a delete. ... (check-in: ebd36f9b user: drh tags: trunk)
02:18
Fix a typo - repeated word "from" ... (Closed-Leaf check-in: 6dba4c6a user: drh tags: improved-name-change-display)
01:54
Here is a better fix for the name-change-display issue. This one does not require running "fossil rebuild" assuming you start from trunk. (If you are updating from the previous check-in on this branch a rebuild is necessary to undo the changes that the previous check-in added.) ... (check-in: aa9a2485 user: drh tags: improved-name-change-display)
01:39
When a file is renamed, do not show it has having been deleted in addition to being renamed. After upgrading through this change, you must run "fossil rebuild" for the fix to take effect. ... (check-in: 4ac43fe6 user: drh tags: improved-name-change-display)
2012-12-17
14:00
Enhanced comments in the diff.c source code file. No code changes. ... (check-in: a39a992b user: drh tags: trunk)
00:38
Change the footer in the 'Enhanced Default' skin to show the approximate time needed to generated the HTML for the page. ... (check-in: 0c6e6451 user: mistachkin tags: trunk)
2012-12-16
17:13
Change the default footer to show the approximate time needed to generated the HTML for the page. ... (check-in: ef6285a6 user: drh tags: trunk)
07:16
Remove unused local variable. ... (check-in: 01d6ef7c user: mistachkin tags: trunk)
2012-12-15
21:55
Do not attempt to translate tabs into spaces on a unified diff. ... (check-in: b9126194 user: drh tags: trunk)
15:18
More tests in to the difference-engine test page. ... (check-in: 4f8631eb user: drh tags: trunk)
15:03
Update the built-in SQLite to the latest from upstream. The latest SQLite has some changes that stress the difference engine. This upgrade is to pull those changes into the source tree so that they can be added to the diff-test page. ... (check-in: df0d0d04 user: drh tags: trunk)