Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2013-03-13 01:22:21.
2013-04-28
| ||
16:02 | Do not attempt to access the check-out database from the server. ... (check-in: 30da8e8b08 user: drh tags: trunk) | |
2013-04-25
| ||
18:10 | Update the built-in SQLite to the latest trunk version from upstream. ... (check-in: 7d1d995317 user: drh tags: trunk) | |
2013-04-18
| ||
18:53 | Record cherrypicks and backouts in the Q card of the check-in manifest. This is the first step in adding display of cherry-picks, ticket [eaf1c4fdbeeca8eb]. ... (check-in: 91aa222d7f user: drh tags: trunk) | |
2013-04-11
| ||
14:33 | Fix the --tag feature of the commit command that was broken by a recent check-in. ... (check-in: c42aaa259f user: drh tags: trunk) | |
2013-04-10
| ||
15:16 | Add the dkf tkchat fossil quote to the quotes.wiki document. ... (check-in: f9e190e7a7 user: drh tags: trunk) | |
2013-04-09
| ||
14:58 | Add the "Defense against Spiders" documentation page. ... (check-in: 1e26962d04 user: drh tags: trunk) | |
13:30 | Change the default auto-hyperlink-delay from 0 to 10 milliseconds. ... (check-in: ddd1659677 user: drh tags: trunk) | |
13:26 | New spider-control logic: Optionally delay enabling hyperlinks or requiring mouse movement before enabling hyperlinks, controlled by the Setup/Access screen and the auto-hyperlink-delay and auto-hyperlink-mouseover settings. ... (check-in: 96f3e83922 user: drh tags: trunk) | |
2013-04-08
| ||
02:10 | Enhancements to the "bisect" command: Add "bisect log" and "bisect undo". The "bisect status" command is an alias for "bisect vlist". Show the adjacent good and bad versions on the final step of the bisect. ... (check-in: 41c7ac29d7 user: drh tags: trunk) | |
2013-04-01
| ||
16:53 | Fix to auto.def related to making markdown on by default. ... (check-in: ce93b460ae user: drh tags: trunk) | |
14:02 | Fix the --allow-older and --force options for permitting out-of-order dating of check-ins. ... (check-in: 086612a5a8 user: drh tags: trunk) | |
13:59 | The markdown formatter is now always turned on and cannot be omitted. Add the ability to store mimetype information in control artifacts. Add the --mimetype option to the "commit" command. As the new N-cards used to store mimetype will not be recognized by older fossils, it is recommended that no use be made of mimetype until all users have upgraded. ... (check-in: 4dcea80236 user: drh tags: trunk) | |
13:50 | Add the --mimetype option to the "commit" command. ... (Closed-Leaf check-in: 6d4339bb09 user: drh tags: markdown) | |
11:27 | • Edit [55a85b2dd1c14a16|55a85b2dd1]: Mark "Closed". ... (artifact: 66d7976686 user: drh) | |
11:26 | Merge in autosetup update. ... (check-in: 63daf1453c user: drh tags: trunk) | |
2013-03-29
| ||
16:38 | Add the N-card to control artifacts for wiki, checkins, events, and attachments, which opens up the possibility (not yet implemented) of being able to save wiki text, check-in comments, event text, and attachment descriptions in a variety of formats, such as text/plain, text/html, or text/x-markdown. ... (check-in: 2336a2d86e user: drh tags: markdown) | |
15:43 | Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". ... (check-in: 02f312e698 user: drh tags: markdown) | |
2013-03-27
| ||
20:53 | Update the built-in SQLite sources to the latest 3.7.16.1 beta for the purpose of testing SQLite. ... (check-in: 2e9be37f50 user: drh tags: trunk) | |
2013-03-14
| ||
21:14 | Do not accept the SHA1 password hash as a legitimate password on the login screen. ... (check-in: 2bb8a7a8fc user: drh tags: trunk) | |
20:45 | The VSEEN table added in the previous check-in should be a TEMP table. ... (check-in: ec4c9787c9 user: drh tags: trunk) | |
20:27 | Prevent time warps from causing infinite loops in the annotator. ... (check-in: 1605649f3e user: drh tags: trunk) | |
16:07 | In the timeline with the "namechng" query parameter, show the name change even if the file content does not change. ... (check-in: 9e9e4d080f user: drh tags: trunk) | |
14:56 | Enhance the web timeline so that with the "namechng" query parameter it shows only check-ins that involve filename changes. ... (check-in: 1d2f4c2f26 user: drh tags: trunk) | |
14:18 | Update the "annotate" command and webpage to prefer to take changes from direct ancestors of the version being analyzed, rather than more recent changes on branches. ... (check-in: e320f0cd79 user: drh tags: trunk) | |
2013-03-13
| ||
01:22 | Update the built-in SQLite to the latest 3.7.16 beta from upstream. ... (check-in: f803d534d0 user: drh tags: trunk) | |
2013-03-11
| ||
21:40 | Bring in the latest SQLite version 3.7.16 beta from upstream for testing. ... (check-in: d586f2edfc user: drh tags: trunk) | |
2013-03-06
| ||
20:53 | Enhance the GLOB processing on settings like binary-glob so that any sequence of commas and/or whitespace serves as a delimiter. Delimiters inside of quotes are part the glob pattern and are ignored. Enhance the test-glob command to verify correct operation of the globber. ... (check-in: a93b58cf83 user: drh tags: trunk) | |
20:50 | Enhancements to the test-glob command for better testing of the setting globber. ... (Closed-Leaf check-in: ad44353d90 user: drh tags: globListRefactor) | |
20:13 | • Edit [aeb1cfe112890e65|aeb1cfe112]: Cancel background color. ... (artifact: 997e65d334 user: drh) | |
11:30 | Locate the local checkout database even if it is read-only. ... (check-in: f7b355b311 user: drh tags: trunk) | |
02:18 | • Fixed ticket [ed23ef59cf]: Fossil ignoring "binary-glob" setting plus 3 other changes ... (artifact: 3aa19b04d9 user: drh) | |
02:18 | Allow newlines to serve as separators for multiple glob strings in the binary-glob setting (and in any other setting that accepts a list of glob patterns). Fix for ticket [ed23ef59cf0fb] ... (check-in: 0e5f0da7eb user: drh tags: trunk) | |
02:15 | Update the built-in SQLite to the latest 3.7.16 beta from upstream. ... (check-in: 6e460c3427 user: drh tags: trunk) | |
2013-03-04
| ||
16:12 | Merge in various complications needed to support CYGWIN. ... (check-in: d95cbba2e6 user: drh tags: trunk) | |
16:11 | • Edit [a6f4093e3f648967|a6f4093e3f]: Mark "Closed". ... (artifact: c4c179dfff user: drh) | |
16:10 | Fix coloration of side-by-side diff lines with multibyte UTF8 where the lines are completely inserted or deleted. ... (check-in: 6184037c31 user: drh tags: trunk) | |
16:08 | • Edit [18d8d2a69dde367a|18d8d2a69d]: Move to branch build-breaker. ... (artifact: 5db9a1b129 user: drh) | |
2013-03-03
| ||
00:30 | Fix the usage comment for incorrect parameters on "fossil config sync". Separately, remove an extra newline from the usage output. ... (check-in: 69fe4237ce user: drh tags: trunk) | |
00:26 | Do not prompt for passwords on ssh: or file: syncs. ... (check-in: c06e474f68 user: drh tags: trunk) | |
2013-03-02
| ||
18:30 | Additional fixes to side-by-side diff coloration for multibyte UTF8 text. ... (check-in: 85ca387557 user: drh tags: trunk) | |
17:55 | Add the comparison of Greek Lorem Ipsum to the side-by-side diff testing suite. ... (check-in: 82081837b3 user: drh tags: trunk) | |
17:49 | Check in two version of Loren Ipsum in Greek to use as a test of the side-by-side diff with multibyte UTF8 text. ... (check-in: 256815f9c5 user: drh tags: trunk) | |
2013-03-01
| ||
23:44 | Pull in the latest SQLite from upstream. ... (check-in: 1fbc742da9 user: drh tags: trunk) | |
23:33 | Fix a harmless compiler warning in regexp.c. ... (check-in: 520703dd55 user: drh tags: trunk) | |
01:15 | Change a memcmp into a strncmp in regexp.c in order to avoid the possibility of a buffer overread with optimized memcmp implementations. ... (check-in: eec7c001f5 user: drh tags: trunk) | |
2013-02-28
| ||
20:44 | Make sure side-by-side diff highlighting encloses complete UTF8 characters and does not divide a UTF8 character into two invalid characters. ... (check-in: e2b3490676 user: drh tags: trunk) | |
20:10 | Show check-in comments in block style in all contexts other than timeline regardless of the timeline-block-markup setting. The timeline-block-markup setting only effects the timeline. ... (check-in: cae8b6964d user: drh tags: trunk) | |
2013-02-27
| ||
21:28 | Fix "fossil remote off" so that it works again. ... (check-in: c031089e15 user: drh tags: trunk) | |
2013-02-25
| ||
17:42 | Get the "fossil scrub --private" command working again. ... (check-in: 60acc2de34 user: drh tags: trunk) | |
2013-02-21
| ||
22:21 | Provide a compile-time option to open the check-out database file (.fslckout or _FOSSIL_) in WAL mode. Also shorten source code lines to 80 characters in db.c. ... (check-in: 8c35f07d06 user: drh tags: trunk) | |