Fossil

Timeline
Login

Timeline

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

50 check-ins occurring on or before 0fa60142.

2016-10-26
21:45
Create a temporary index to speed up incremental Git import. ... (check-in: 0fa60142 user: mistachkin tags: trunk)
21:32
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: 057e4b0a user: mistachkin tags: trunk)
21:31
Minor security enhancements to the optional SEE integration. ... (check-in: a8484dc3 user: mistachkin tags: trunk)
21:28
Fixes for incremental Git import/export. ... (check-in: 27c8985c user: mistachkin tags: trunk)
21:26
Add the 'project_description' variable to TH1. ... (check-in: cd219d31 user: mistachkin tags: trunk)
21:24
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: 1b5b69f3 user: mistachkin tags: trunk)
21:21
Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9aba user: mistachkin tags: trunk)
21:14
Update change log. ... (check-in: 94f7de8b user: mistachkin tags: trunk)
21:08
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef4511 user: mistachkin tags: trunk)
20:54
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (check-in: 0b646cea user: mistachkin tags: trunk)
19:58
Update fedora version, being used for Docker image. Minor fix in changelog ... (check-in: f014e83b user: jan.nijtmans tags: trunk)
02:07
Merge trunk ... (check-in: b5edfa3b user: andygoth tags: andygoth-timeline-ms)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental)
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c user: drh tags: trunk)
20:12
Fix the download hyperlink on the homepage. ... (check-in: be88817f user: drh tags: trunk)
01:21
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. ... (check-in: 1d028af6 user: drh tags: trunk)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c user: mistachkin tags: experimental)
21:53
Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f47102 user: mistachkin tags: trunk)
20:00
Typo in the change log. ... (check-in: 7f2af9d8 user: drh tags: trunk)
18:37
Correct change description. Intermingling declarations and code was added in C99, not C89. ... (check-in: 291ca60f user: andygoth tags: trunk)
18:33
Revert unintended, incomplete change to timeline.c ... (check-in: 5cb36bdd user: andygoth tags: andygoth-timeline-ms)
18:32
Merge changes.wiki style update ... (check-in: 780c0150 user: andygoth tags: andygoth-timeline-ms)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd18 user: drh tags: trunk)
18:15
Fix the build on MSVC. ... (check-in: 65e69b8d user: drh tags: trunk)
17:57
Further improvements to the mkdownload.tcl script. ... (check-in: 52994190 user: drh tags: trunk)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (check-in: d0c77c7c user: drh tags: trunk)
15:52
Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffc user: andygoth tags: andygoth-timeline-ms)
15:47
Inconsequential whitespace changes ... (check-in: 9ffc5017 user: andygoth tags: andygoth-timeline-ms)
15:44
Push to 1.37 ... (check-in: 4d1bee54 user: andygoth tags: andygoth-timeline-ms)
14:59
Version 1.36 ... (check-in: c2437393 user: drh tags: trunk, release, version-1.36)
14:58
Set the 1.36 release dates on the change log. ... (check-in: fdebeba5 user: drh tags: trunk)
04:51
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57 user: mistachkin tags: tktSetFix)
2016-10-23
21:50
Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc5 user: andygoth tags: andygoth-timeline-ms)
15:42
Improve comment ... (check-in: c1afe56f user: andygoth tags: andygoth-timeline-ms)
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be586845 user: andygoth tags: andygoth-timeline-ms)
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027 user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
01:28
Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f user: mistachkin tags: trunk)
2016-10-22
19:52
Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. ... (check-in: 1b6635a4 user: andybradford tags: trunk)
08:37
Fix typo on a wiki page. ... (check-in: f65fe580 user: mistachkin tags: trunk)
08:26
Add the 'test-prompt-user' command. ... (check-in: 8817b0ed user: mistachkin tags: trunk)
2016-10-20
17:04
Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. ... (check-in: 7c759722 user: mistachkin tags: trunk)
16:53
Revert unintended change to stash usage summary ... (check-in: 63ac71e5 user: andygoth tags: trunk)
16:48
Remove extra newlines from calls to fossil_fatal() ... (check-in: 2c42b217 user: andygoth tags: trunk)
16:13
"stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. ... (check-in: 48ecfe66 user: andygoth tags: trunk)