There have been lots of changes (hopefully, "improvements") to the web interface of Fossil over the past few days. If you have not be following the developments, I encourage you to visit a few of the main sites running the latest code and let me know what you think. Your suggestions and comments are very important.
If you can, please download the latest trunk sources, compile on your own systems, and run the tip of trunk there. Let me know if you run into any problems. If you want to contribute your CSS skills for better styling, that would be really great. Let me know and I will set you up. Here are some links to try: https://www.fossil-scm.org/fossil/timeline https://sqlite.org/src/timeline http://mirror1.tcl.tk/tcl/timeline Summary of changes: (1) The new choice-of-style option on timelines. Your most recent choice is remembered in a cookie and becomes the new default. (2) Other display choices are also remembered in the same cookie, so that you don't have to constantly change your view to your preferences. (a) Number of rows in a timeline graph (b) Show just check-ins or everything in a timeline (c) Unified or side-by-side diffs (3) Changes to the check-in information page (ex: https://www.fossil-scm.org/fossil/ci/f8bc3ce8) to put more useful information near the top, and omit seldom used information. The "Tags & Properties" are split out into a separate screen (ex: https://www.fossil-scm.org/fossil/ci_tags/f8bc3ce8c7142435) (4) When linking to a file timeline, it jumps to the specific version of the file you referenced. Behind-the-scenes changes: (5) Lots of in-line javascript has been split out into separate javascript files. This is a work in progress. There is still some in-line javascript, but not nearly as much as there once was. There is still lots of work to do in omitting in-line CSS. (6) CSP headers says: "default-src 'self' 'unsafe-inline'". The goal is to be able to remove the unsafe-inline qualifier, but as I pointed out in (5), I am not there yet. -- D. Richard Hipp d...@sqlite.org _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users