Fossil

Timeline
Login

Timeline

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

17 check-ins using file src/style.c version 509f1d3712

2017-11-29
02:29
Change the name of the "Detailed" mode on /timeline to "Verbose". ... (check-in: c0a3a90b28 user: drh tags: sticky-timeline-style)
02:20
Fixes to the cookie handler. Simpler class structure on timelines. ... (check-in: 92af2148fb user: drh tags: sticky-timeline-style)
2017-11-28
22:16
Improvements to handling of the cookie for "sticky" display settings. ... (check-in: 3ec843970d user: drh tags: sticky-timeline-style)
21:43
Change the style selector query parameter on /timeline to "ss". Other code cleanup. The new style selector is working, but needs default CSS. ... (check-in: f64fa4f1ae user: drh tags: sticky-timeline-style)
19:41
Work toward getting the mode selector to work on /timeline. This check-in is incomplete and is intended only to transfer code between machines. ... (check-in: fdf071e181 user: drh tags: sticky-timeline-style)
16:42
Add the /cookies page for debugging. (Maybe that page can be expanded to allow users to edit their preferences?) Use sticky values for the "n=" and "y=" query parameters on timelines. ... (check-in: 0f446ca69d user: drh tags: sticky-timeline-style)
15:42
The intent of this branch is to refactor /timeline comment rendering, giving the user multiple display options, and making the option sticky in the sense that the option selected most recently becomes the new default. This is an incremental check-in containing infrastructure cookie-handling logic. ... (check-in: bc8947d1dc user: drh tags: sticky-timeline-style)
2017-11-27
17:50
Remove an unused function from the timeline logic. ... (check-in: 50376e4b36 user: drh tags: trunk)
16:03
Add a setup parameter under Setup/Timeline for configuring the default number of entries in a timeline that lacks an n= query parameter. ... (check-in: eed877c0a5 user: drh tags: trunk)
11:26
Omit query parameters from the /timeline view of search results. Use the defaults. ... (check-in: cde6cbfc9d user: drh tags: trunk)
00:13
The /timeline page shows check-ins only if there is no y= query parameter and if the user has read ("r") permissions on the repo. ... (check-in: 255adb04fe user: drh tags: trunk)
2017-11-26
23:53
Avoid drawing two consecutive ellpses when the timeline comment has been truncated. ... (check-in: d1aa1e6275 user: drh tags: trunk)
23:29
Remove a leftover "basic" query parameter on an internal /timeline line. Change the default number of entries shown for "c=" timelines to 50, as this works better with the new centering logic. ... (check-in: 6e9748b6a8 user: drh tags: trunk)
23:19
If there is a selection or marked entry, scroll the /timeline so that the marked entry as as close to the middle of the screen as we can get, upon initial display of the timeline. ... (check-in: 66e6c97bd4 user: drh tags: trunk)
17:49
Fix a problem in the /info page for check-ins wherein it was not showing the links to the descendents graph. ... (check-in: 6fe8d46106 user: drh tags: trunk)
15:47
Use three U+002e characters to form the ellipsis in timelines, rather than the U+22ef, since some browsers do not know how to render U+22ef. ... (check-in: 1b78291f08 user: drh tags: trunk)
11:14
Change the default CSS so that the cursor is a pointer over the timeline check-in comment and the following ellipsis, as a hint to that one can click on those elements. ... (check-in: b39ad68f7c user: drh tags: trunk)