Fossil

Timeline
Login

Timeline

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

51 check-ins for the month beginning 2015-03-01 by user drh

Following month ↑
2015-03-31
17:15
Merge fork on blitz skin updates. ... (check-in: e7d5fcf7 user: drh tags: trunk)
00:15
Update to the latest SQLite 3.8.9 alpha code. ... (check-in: ec44ff01 user: drh tags: trunk)
2015-03-30
20:34
In the timeline graph, color the initial up-arrow of a branch in the branch color, when graph coloring is enable. ... (check-in: d19b52a3 user: drh tags: trunk)
17:51
Simplify and improve the skin-editing capability. Add the new "details.txt" skin file that contains skin settings used on the server-side. Add detail values for selecting white-background, rounded nodes, color graph lines, and for omitting arrowheads on verticle graph lines. ... (check-in: 106c0909 user: drh tags: trunk)
17:43
Convert background colors into foreground colors before using them for drawing graph lines. ... (Closed-Leaf check-in: 70e882b5 user: drh tags: improved-skin-edit)
16:57
Add the ability to draw graph rail lines in node color. ... (check-in: 675f8c7d user: drh tags: improved-skin-edit)
15:26
Add the ability to specify circle-nodes and omit arrowheads on the timeline using the "details.txt" skin file. ... (check-in: d4c2e8db user: drh tags: improved-skin-edit)
14:08
Add the "skins/details.txt" file to the skins. Change the skin editors so that they can show a diff of the current configuration against any built-in. ... (check-in: 31a337f0 user: drh tags: improved-skin-edit)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (Closed-Leaf check-in: 9cd79bf0 user: drh tags: auto-fg-color)
2015-03-26
13:35
Fix http_socket.c so that it builds on Solaris. ... (check-in: f9318412 user: drh tags: trunk)
2015-03-25
23:02
Merge in the latest Xekri changes. ... (check-in: 196e0fd9 user: drh tags: trunk)
2015-03-24
18:22
Update the built-in SQLite to 3.8.9 alpha. ... (check-in: a00cdb18 user: drh tags: trunk)
2015-03-21
16:42
Fix the "fossil clone" command so that it preserves the project-code. All trunk versions going back to [a6e2ceb454] (2015-03-18) cause the cloned repo to have an incorrect project-code and thus rendered unable to sync. ... (check-in: 14b84755 user: drh tags: trunk)
2015-03-18
14:17
Add the --create option to "fossil server", which causes a new repository to be created for the server if one does not already exist. The intended use case is Docker. ... (check-in: a6e2ceb4 user: drh tags: trunk)
2015-03-17
21:10
Adjust submenu input margins in the blitz skin. ... (check-in: a7e1101d user: drh tags: trunk)
17:10
Improvements to the HTML generated for the /xfersetup page. ... (check-in: f215075a user: drh tags: trunk)
17:07
Fix over-length source code lines in src/xfersetup.c ... (Closed-Leaf check-in: ae09eed3 user: drh tags: xfer-tweaks)
14:44
Add the "dotfiles" setting. ... (check-in: e1e0ec57 user: drh tags: trunk)
14:41
Fix anti-aliased arrowheads to be the correct color when using a dark background with a light foreground. ... (check-in: b1508e7a user: drh tags: trunk)
2015-03-16
19:45
Improved handling of tag names in "import --git". ... (check-in: 3270562f user: drh tags: trunk)
19:45
Fix an extraneous blank line in the previous check-in. ... (Closed-Leaf check-in: bfbf3bfd user: drh tags: git-import)
14:25
Merge blitz enhancements to trunk. ... (check-in: 127ee1f5 user: drh tags: trunk)
2015-03-14
15:21
Improved management of resource names so that it is not necessary to press "Reload" after changing skins either in the admin screens or using the --skin command-line option. ... (check-in: 39f084cf user: drh tags: trunk)
14:46
The former "San Francisco Modern" skin is now the default. The old default skin is renamed to "Original". ... (check-in: 756a5853 user: drh tags: trunk)
14:24
Merge the new blitz skin into trunk. ... (check-in: 6550b555 user: drh tags: trunk)
14:18
Merge the latest xekri updates to trunk. ... (check-in: d4bd438a user: drh tags: trunk)
14:15
Update the mkdownload.tcl script to use version numbers instead of dates on the build products. ... (check-in: 3609d0b7 user: drh tags: trunk)
13:20
Version 1.32 ... (check-in: 6c40678e user: drh tags: trunk, release, version-1.32)
2015-03-13
14:01
Remove the --empty and --docker options from "fossil init". The creation of incompatible Fossil repositories is prohibited. ... (check-in: 620783ca user: drh tags: trunk)
13:34
Create a change log for the 1.32 release. ... (check-in: 7b074869 user: drh tags: trunk)
01:28
Merge the recnet Xekri skin changes into trunk. ... (check-in: 18bfcfcf user: drh tags: trunk)
01:23
Update the version number to 1.32. ... (check-in: 73e87cac user: drh tags: trunk)
01:03
Remove from the homepage the assertion that "no work has ever been lost after having been committed to a Fossil repository" because people have in fact lost work due to the bug fixed by the previous check-in. ... (check-in: 1f411eee user: drh tags: trunk)
01:00
When creating a new repository always generate an "initial empty check-in" for compatibility with Fossil 1.27 and earlier. ... (check-in: a56e6bbf user: drh tags: trunk)
2015-03-11
02:06
In the "server.wiki" document, use standard HTTP ports for the examples. ... (check-in: e8722b01 user: drh tags: trunk)
2015-03-10
18:46
Add anti-aliasing to timewarp arrowheads. Improve the anti-aliasing on merge arrowheads. ... (check-in: f99848e0 user: drh tags: trunk)
15:40
Bug fix from previous check-in: Make sure merge risers are drawn when requested. ... (check-in: 151717fc user: drh tags: trunk)
15:22
Automatically omit merge risers from the graph when the graph is scrunched due to many rails. Make sure there is adequate spacing between the graph and text when the graph is scrunched. ... (check-in: dafc3fe4 user: drh tags: trunk)
04:05
Fix an off-by-one error in computing some coordinates in the graph layout. ... (Closed-Leaf check-in: 3229e5e8 user: drh tags: ex-graph)
02:39
Add the experiemental "nomo" query parameter on the timeline graph. ... (check-in: 9ca4f330 user: drh tags: ex-graph)
02:21
Allow the rail pitch on graphs to go as low as 11 pixels. Adjust the offset of the merge risers as the rail pitch gets smaller so that merge arrows do not overlap the merge risers. ... (check-in: e81344f3 user: drh tags: trunk)
00:17
Add the -r option to the "ls" command. ... (check-in: e567a910 user: drh tags: trunk)
2015-03-09
18:14
Improved arrowheads on the timeline graph. ... (check-in: 3c8b24d4 user: drh tags: trunk)
11:15
Add extra space between lines of the file-list in a timeline. ... (check-in: c68c68d9 user: drh tags: trunk)
2015-03-07
12:34
Enhance the "ln=" text highlighter to support multiple blocks of code. ... (check-in: 259e3a0f user: drh tags: trunk)
2015-03-06
14:47
Fix the hyperlink to sign-up for the mailing list. ... (check-in: ad6e4004 user: drh tags: trunk)
2015-03-04
00:54
Add a note about FOSSIL_HOME to the technical-overview document. ... (check-in: 998af5b2 user: drh tags: trunk)
2015-03-03
14:42
Add the Xekri skin. ... (check-in: f05bfde9 user: drh tags: trunk)
13:04
Merge in new "checkin"-to-"check-in" fixes and other documentation typo fixes. ... (check-in: d5ef91fe user: drh tags: trunk)
12:56
Added another quote to quotes.wiki - an endorsement of Fossil that appeared on HackerNews. ... (check-in: 101737b6 user: drh tags: trunk)
2015-03-02
22:38
Fix the (obsolete) "fossil search" command. ... (check-in: 83509c14 user: drh tags: trunk)
Previous month ↓