Fossil

Timeline
Login

Timeline

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

19 check-ins occurring around 0a9f12ce6655b7a5.

2019-06-05
20:08
Tweaks to the "Copy Button". check-in: 8ee5e55e user: drh tags: trunk
19:45
Update the built-in SQLite to the latest 3.29.0 alpha. check-in: 9c128d2e user: drh tags: trunk
08:26
Make sure there's any graph elements, before accessing their properties (applies to timelines for tickets, wiki pages, or forum posts). Closed-Leaf check-in: 66788707 user: florian tags: copybtn.js-tweaks
08:06
Enable closing tooltips by pressing ESC. check-in: fc639a0a user: florian tags: copybtn.js-tweaks
07:58
Also add a copy button for the artifact hash on the /artifact page in hex-dump mode. check-in: 1d23109d user: florian tags: copybtn.js-tweaks
07:47
Define the spacing between copy buttons and adjacent elements by CSS rules, so that (0) no additional white space (nbsp) needs to be inserted into the HTML document, (1) the spacing can be modified by CSS rules, and (2) the copy buttons can be hidden by CSS rules. check-in: 63ebcafb user: florian tags: copybtn.js-tweaks
07:23
Automatically set the element ID for dynamically created copy buttons to "copy-IDTARGET" (analogous to the TH1 copybtn function). check-in: 42972005 user: florian tags: copybtn.js-tweaks
07:17
More consistent naming scheme for IDs of copy buttons and their target elements. check-in: b19a9826 user: florian tags: copybtn.js-tweaks
2019-06-03
13:30
Merge all the recent tool-tip experiments into trunk. check-in: 6908832c user: drh tags: trunk
09:10
Cherry-pick [787650c36a]: Minimize impact of the SVG icon on line height. Closed-Leaf check-in: 0a9f12ce user: florian tags: copybtn.js-demonstration
09:08
Remove unnecessary white space between the copy button and the branch name. check-in: b5bbad23 user: florian tags: copybtn.js-demonstration
08:51
Cherry-pick [2196555351]: Use the longer hash prefix for the click-to-copy. Closed-Leaf check-in: 21f38e85 user: florian tags: tooltip-copyhash
08:48
Minimize impact of the SVG icon on line height. check-in: 787650c3 user: florian tags: tooltip-copyhash
2019-06-02
12:36
Cherry-pick [6a54cf2939]: Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). check-in: 698245db user: florian tags: copybtn.js-demonstration
12:32
Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). check-in: 6a54cf29 user: florian tags: tooltip-copyhash
12:03
Add a copy button for the artifact hash on the /artifact page. check-in: 3aab0bfd user: florian tags: copybtn.js-demonstration
11:49
Add a copy button near the branch name on the /info page, to have a way to copy the branch name without opening a tooltip. check-in: b538d5eb user: florian tags: copybtn.js-demonstration
11:31
Add a TH1 command to output text with a copy button, and modify the default View Ticket Page template to include a copy button for the ticket hash (UUID). check-in: 68405c3f user: florian tags: copybtn.js-demonstration
2019-06-01
07:12
Avoid line breaks between the copy button and the hash on the /info page. check-in: 8c7e2620 user: florian tags: copybtn.js-demonstration