The /timeline page on the latest trunk version of Fossil has some
enhancements to the available query parameters.

(1) The new days=N query parameter shows all activity within the
previous N days.  It's been a busy week at SQLite, so you can see a
lot of activity at

     https://sqlite.org/src/timeline?days=7

But less has been happening on Fossil:

     https://fossil-scm.org/fossil/timeline?days=7

Note that both URLs change with time, so what you see when you click
on the above might be very different from what I see today.

(2) The yw= query parameter now accepts a YYYY-MM-DD argument and
shows all changes in the calendar week that includes that date.
Example:

     https://sqlite.org/src/timeline?yw=2018-04-28

(3) Both the yw= and ymd= query parameters accept "now" to mean the
current day or current week.

     https://fossil-scm.org/fossil/timeline?yw=now
     https://fossil-scm.org/fossil/timeline?ymd=now

Always open to suggestions for further improvements.
-- 
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

Reply via email to