Fossil

Timeline
Login

Timeline

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

13 check-ins using file src/zip.c version f3437305

2017-12-04
17:00
Remove some stale ".timelineSpacer" CSS selectors. ... (check-in: 5c0238b3 user: drh tags: trunk)
16:42
Remove ".timelineSpacer" rows surrounding the select row on a timeline. ... (check-in: 38b223df user: drh tags: trunk)
16:23
Add a side-by-side diff option to the skin editor. ... (check-in: 523c548b user: drh tags: trunk)
16:13
More initialization and diff options for skin editing. ... (check-in: c6ee75a9 user: drh tags: trunk)
13:55
Fix the auto-backup mechanism that runs when publishing a new skin. ... (check-in: 205a748e user: drh tags: trunk)
13:52
Fix typos in comments. ... (check-in: 6d0d1f71 user: drh tags: trunk)
2017-12-03
17:09
Improved formatting of the generated CSS. ... (check-in: 52b003f1 user: drh tags: trunk)
16:19
Fix the th_tcl.c to include new macros defined in file.c. ... (check-in: e27b1856 user: drh tags: trunk)
11:18
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. ... (check-in: 106fe618 user: drh tags: trunk)
11:16
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. ... (check-in: 1772357f user: drh tags: trunk)
2017-12-02
13:00
Update a comment due to changes in the purpose of Fossil 2.x. No changes to code. ... (Closed-Leaf check-in: 244b84b8 user: drh tags: symlink-refactor)
2017-11-30
18:07
Fix a bug in the "fossil add" command that prevented the adding of symbolic links. ... (check-in: b2594738 user: drh tags: symlink-refactor)
17:58
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (check-in: e7767de2 user: drh tags: symlink-refactor)