Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2017-11-26 17:49:39.
2017-11-29
| ||
19:18 | Generate the big cssDefaultList table in the middle of style.c using default_css.txt as the source. The default_css.txt file will be easier to understand, edit, and comment. ... (check-in: 5c9c51be5f user: drh tags: trunk) | |
16:20 | Futher adjustments to the default CSS for timeline selection and "current". ... (check-in: f9fc914eae user: drh tags: trunk) | |
16:06 | Adjustments to the default CSS for timeline tables to better display the selected row. ... (check-in: 5beb361496 user: drh tags: trunk) | |
14:05 | The /timeline supports 4 sticky viewing modes: Modern, Verbose, Compact, and Columnar. The new cookie.c module supports sticky user viewing preferences. ... (check-in: c94f608548 user: drh tags: trunk) | |
14:02 | All timelines use the "ss" display preferences cookie. ... (Closed-Leaf check-in: 6314b4ed94 user: drh tags: sticky-timeline-style) | |
13:25 | Add the "View" selector to the /finfo page. ... (check-in: e36f693f7a user: drh tags: sticky-timeline-style) | |
11:46 | Change the name of "Normal View" to "Modern View". Add the "View" modifier to all choices in the view mode selector, to help make it clear what the selector is for. ... (check-in: 2a8598f987 user: drh tags: sticky-timeline-style) | |
03:41 | In "Verbose" mode, put the hash up front, as was done with legacy. ... (check-in: 59980b6082 user: drh tags: sticky-timeline-style) | |
02:59 | Remove the "border-collapse: collapse;" default CSS from the /timeline. ... (check-in: 926a5a38df user: drh tags: sticky-timeline-style) | |
02:48 | Fixes to default styling. ... (check-in: e814b1e583 user: drh tags: sticky-timeline-style) | |
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) | |
02:23 | Clicking on the ellipsis expands the (detail) section in a timeline. ... (check-in: a794d858ec user: drh tags: trunk) | |
02:04 | Add a Help submenu item to the /timeline page, so that advanced users can quickly see all of the query parameters, and perhaps start to enter them directly on the URL. ... (check-in: 44a5ac416e user: drh tags: trunk) | |
01:41 | Default the /timeline format to "comment (detail)". ... (check-in: 58cfff2a4a user: drh tags: trunk) | |
01:37 | The javascript Advanced/Basic toggles on the timelines is working well enough now to merge to trunk. ... (check-in: e91d267205 user: drh tags: trunk) | |
01:34 | Replace the three bullets with a midline ellipsis character in the timelines. ... (Closed-Leaf check-in: 7b9cfa99c3 user: drh tags: declutter-via-js) | |
01:29 | Fix a javascript error in toggleEllipsis() in the /timeline. ... (check-in: 4d6fda6de4 user: drh tags: declutter-via-js) | |
01:25 | Clicking anywhere on the comment field of a /timeline toggles the (detail) on/off. The ellipsis is no longer a hyperlink. ... (check-in: 83bb8a8674 user: drh tags: declutter-via-js) | |
00:41 | Default CSS for timeline ellipsis. ... (check-in: 9b739d1d93 user: drh tags: declutter-via-js) | |
00:37 | For the ellipses in timelines from three bullet characters. ... (check-in: cef3d63c54 user: drh tags: declutter-via-js) | |
2017-11-25
| ||
21:44 | • Edit [a46b9e772c1be88f|a46b9e772c]: Edit check-in comment. ... (artifact: 9463f075cb user: drh) | |
21:21 | Add the javascript Advanced/Basic buttons to the /finfo timeline. ... (check-in: 6eaad787a8 user: drh tags: declutter-via-js) | |
20:43 | On the /timeline page, begin with the "basic" view. Provide an "Advanced" button to fill in details using JS. The "basic" query parameter no longer functions. ... (check-in: 3ede2d874f user: drh tags: declutter-via-js) | |
12:26 | Change the names of the "Basic" and "Advanced" buttons to "Declutter" and "Details". (These names are subject to further refinement.) Add a [checkins-using] link to the artifact view for content artifacts. ... (check-in: e72444ea6a user: drh tags: trunk) | |
02:15 | Add a "Basic" button to the submenu for /timeline pages that do not already have the "basic" query parameter. ... (check-in: 227c8e57fa user: drh tags: trunk) | |
01:55 | Suppress the "Related" checkbox on the submenu of /timeline when the basic query parameter is enabled. ... (check-in: a46b9e772c user: drh tags: trunk) | |
01:41 | Fix typos and improve the text description of the "Comment Format" setting. ... (check-in: a339c94fd3 user: drh tags: trunk) | |
2017-11-24
| ||
23:53 | Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. ... (check-in: 78f18dbd1c user: drh tags: trunk) | |
22:35 | Add the "basic=1" query parameter to /timeline, to declutter the display. ... (check-in: 5ec5a403ae user: drh tags: trunk) | |
21:51 | On the /timeline and /finfo pages, change the hyperlinks under the timestamp to point to the object referenced. This allows the timeline to be configured for "comment-only" but still provide a link to the object. ... (check-in: 77dfcc91ed user: drh tags: trunk) | |
20:46 | New class "timelineDetailCell" for all <td> elements that hold the separate detail column of a timeline. ... (check-in: b39985508b user: drh tags: trunk) | |
20:30 | Add a new timeline format that puts the details in a separate table column from the check-in comment. ... (check-in: dbb7447372 user: drh tags: trunk) | |
20:10 | Provide a configuration option that can move the hash in a timeline before the comment, after the comment, or into the details, and can omit the details span. ... (check-in: 4102f60846 user: drh tags: trunk) | |
20:04 | Add the "Comment Format" selector for to the /setup_timeline page. This allows the admin to configure the timeline comment display in various ways, so that nearly all preferences are satisfied. ... (Closed-Leaf check-in: 4cb350ecc0 user: drh tags: timeline-improvements) | |