Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2015-01-27 01:20:03" occurring around 2015-01-27 01:20:03.
2015-01-28
| ||
15:11 | Add an experimental /search page for embedded documentation. Need to enhance with (1) wiki search, (2) ticket search, (3) configuration options, and (4) CSS, and maybe other things as well. But it is a start. ... (check-in: 046d7430bf user: drh tags: trunk) | |
12:11 | Update referenced openSSL version (1.0.2) ... (check-in: 16a4f60b24 user: jan.nijtmans tags: trunk) | |
11:17 | Merge trunk ... (check-in: 4aa351bba8 user: baruch tags: svn-import) | |
09:24 | Minor compiler warning in shell.c (already fixed in SQLite). "char const" -> "const char" for consistancy. ... (check-in: 5330d107b2 user: jan.nijtmans tags: trunk) | |
01:34 | Fixes to the default header, footer, and css access in the setup screens. ... (check-in: 6115de1504 user: drh tags: trunk) | |
01:32 | Improvements to the unindexed full-text-search function. Changes not yet visible in the interface. ... (check-in: 128e95e017 user: drh tags: trunk) | |
2015-01-27
| ||
22:14 | Fix some calls to builtin_text() on the style setup pages. ... (Closed-Leaf check-in: d7e39ac9f2 user: mistachkin tags: styleSetupFix) | |
21:39 | Update the custom MinGW makefile. ... (check-in: cc3c583f50 user: mistachkin tags: trunk) | |
17:44 | Fix missing end-parenthesis on the stat page. ... (check-in: 5c3734c64a user: mistachkin tags: trunk) | |
16:46 | Add a hyperlink from the /reports page back to the /stat page. ... (check-in: c92239f704 user: drh tags: trunk) | |
16:34 | Add the schema-version to the /stat page and to the dbstat command. ... (check-in: 2f62d30743 user: drh tags: trunk) | |
16:21 | Alternative fix for the SSH remote-host problem for which Andy Bradford supplies a patch at [52f08008e2]: Continue to provide a numeric IP address, but try to get the IPv6 address if it is available, and always include the hostname in g.zIpAddr regardless of whether or not an IP address was found. ... (check-in: 9bc7041ae7 user: drh tags: trunk) | |
10:47 | Cherry-pick [http://www.sqlite.org/src/info/2a9ea9b4a7d6904efb2112e32efe84123dfa75d7|2a9ea9b4a7] : In the command-line shell, make sure stderr is unbuffered so that it automatically flushes. So, this works for "fossil sqlite" as well. (actually, just by copying latest "shell.c" from SQLite) ... (check-in: bcd7b488a2 user: jan.nijtmans tags: trunk) | |
07:39 | For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. ... (Closed-Leaf check-in: 52f08008e2 user: andybradford tags: pending-review) | |
03:53 | Increase the version number to 1.31, due to the change to the MLINK schema. ... (check-in: 09fe92ad72 user: drh tags: trunk) | |
03:10 | In the Checkins By File report, use filenames as the secondary sort key. ... (check-in: 840343d4be user: drh tags: trunk) | |
03:06 | Fix a stray "@" character in the filenames of the Checkins By File report. ... (check-in: 811d10ac7a user: drh tags: trunk) | |
03:00 | Add the "Checkins Per File" report to the /reports page. ... (check-in: ec8c7498c0 user: drh tags: trunk) | |
02:40 | Split the /reports webpage out into a separate source-code file for ease of editing and maintenance. No functional changes. ... (check-in: 39cd06c9f7 user: drh tags: trunk) | |
02:30 | Cherrypick 1.31 schema-change. ... (check-in: 73069449f0 user: jan.nijtmans tags: sqlite3-compat) | |
02:20 | The MLINK.ISAUX field was being set incorrectly by all versions since the cutover to the new MLINK schema in check-in [65aa10f97c]. Run "fossil rebuild" again after upgrading to this version. ... (check-in: a27fa3d46b user: drh tags: trunk) | |
02:08 | Improvements to the the /finfo ancestry calculation. ... (check-in: 116921fd86 user: drh tags: trunk) | |
01:39 | Fix a NULL-pointer dereference bug in the graph generator. ... (check-in: 03250bc649 user: drh tags: trunk) | |
01:25 | On the check-in information page, only show diffs for changes from the primary parent. Omit diffs of changes from merged in nodes. ... (check-in: 4997690078 user: drh tags: trunk) | |
01:20 | Fixes to the "ancestry" links of /fdiff. ... (check-in: d4d6a8432b user: drh tags: trunk) | |
2015-01-26
| ||
21:59 | A couple fixes to the 'eagle' skin. ... (check-in: a08d175634 user: mistachkin tags: trunk) | |
21:11 | Clarify guidance for the "nobody" user. Ticket [21e39ebe66a21b7a8]. ... (check-in: 59a482023e user: drh tags: trunk) | |
18:34 | Make sure the PLINK.BASEID column exists when opening the repository database. ... (check-in: b00e9ac8bb user: drh tags: trunk) | |
18:23 | Fix the URL parser so that it is able to handle IPv6 addresses. Cherrypick (with updates) from the ipv6 branch circa [2012-07-07]. ... (check-in: 2075361ece user: drh tags: trunk) | |
16:45 | Add two new columns to the MLINK table. ("fossil rebuild" is not required but is highly recommended.) Use these new tables to improve the display of the history of changes to a single file. ... (check-in: 65aa10f97c user: drh tags: trunk) | |
16:28 | Try to keep graph nodes from the same branch on the same rail of the graph. ... (Closed-Leaf check-in: fcc9f6642e user: drh tags: mlink-improvements) | |
12:24 | Make the javascript function updateClock() work on browsers < IE9, or any other browser which doesn't implement Date.toISOString(). This function only exists in ECMAScript >= 5.1 (JavaScript >= 1.8) ... (check-in: 1c4966b447 user: jan.nijtmans tags: trunk) | |
11:58 | Merge recent trunk enhancements. ... (check-in: 3c3c166c89 user: drh tags: mlink-improvements) | |
09:04 | Update custom MinGW makefile, add one "const" and remove some unnecessary eol-spaces ... (check-in: 9e318f6b48 user: jan.nijtmans tags: trunk) | |
04:11 | Fix makefile typos that broke the build for MSVC. ... (check-in: 5406f49271 user: drh tags: trunk) | |
04:06 | Fix the build of builtin_data.h for separate compilation. ... (check-in: ad11262cf8 user: drh tags: trunk) | |
03:25 | Add the /md_rules page that explains the Markdown formatting rules. ... (check-in: 72759f5859 user: drh tags: trunk) | |
2015-01-25
| ||
22:01 | Improvements to the CSS in the San Francisco Modern skin. ... (check-in: c88fc81a33 user: drh tags: trunk) | |
21:21 | Improved tracing capability for debugging purposes. ... (check-in: af3d3b6936 user: drh tags: trunk) | |
09:54 | Merge latest trunk ... (check-in: befd44c747 user: baruch tags: svn-import) | |
00:20 | Enhance the MLINK table schema to record file changes from all parents. Requires a "fossil rebuild". Other schema cleanups at the same time. ... (check-in: a241444d8f user: drh tags: mlink-improvements) | |
2015-01-24
| ||
22:13 | Enhance the "fossil sync" command to retry all of the returned values from getaddrinfo() until it finds one that actually works. That way, it will find the IPv4 version on machines that do not have an IPv6 gateway. ... (check-in: ae3ef4d3d9 user: drh tags: trunk) | |
21:46 | Add the --ipv4 option to force the use of IPv4 on "fossil clone" and "fossil sync" and so forth. ... (check-in: 317bd3cb3d user: drh tags: trunk) | |
20:42 | Fix the "info" command so that it once again accepts the -R option. ... (check-in: 5826f9c4b8 user: drh tags: trunk) | |
17:05 | Add "white-space: nowrap" to the branch table elements. ... (check-in: f55b538c65 user: drh tags: trunk) | |
00:17 | Add the 'white-foreground' setting to the list of those used for skinning. ... (check-in: f88c18fc71 user: mistachkin tags: trunk) | |
2015-01-23
| ||
23:38 | Add the 'eagle' skin, based on the one used by the Eagle project (http://eagle.to/). ... (check-in: 8f87308eef user: mistachkin tags: trunk) | |
23:32 | Further enhancements to Skin processing. Provide the ability to save the current Skin using a name. ... (check-in: e5a4206341 user: drh tags: trunk) | |
22:55 | Enhance the /setup_skin page to enable renaming of custom skins. ... (check-in: 2431ddf61b user: drh tags: trunk) | |
21:03 | Correct casing of 'Tcl' where needed. ... (check-in: 967050341d user: mistachkin tags: trunk) | |