Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins related to "copybtn.js-tweaks"
|
2019-06-13
| ||
| 09:00 | Update the copyTextToClipboard() javascript routine to work better cross-platform. check-in: 0904aa8b10 user: drh tags: trunk | |
| 07:49 | Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: [https://fossil-scm.org/forum/forumpost/40189d7d2f]. Closed-Leaf check-in: ba3e6fe738 user: florian tags: copybtn.js-tweaks | |
| 06:15 | Documented the --setmtime flag to the update command. check-in: 34fcaf829a user: stephan tags: trunk | |
|
2019-06-07
| ||
| 13:15 | Minor improvements to the copy-button logic. check-in: 759fbda4e8 user: drh tags: trunk | |
| 13:10 | Minor name changes to new routines. Closed-Leaf check-in: ef848025da user: drh tags: copybtn.js-tweaks | |
| 12:03 | Minor tweak to the copybtn.js interface to fall back to the default element ID "copy-IDTARGET". check-in: 16fcd48aa4 user: florian tags: copybtn.js-tweaks | |
| 11:56 | Make sure copy buttons stay on the same line as the linked text. check-in: 678018d3ab user: florian tags: copybtn.js-tweaks | |
| 11:47 | Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. check-in: eb960935fc user: florian tags: copybtn.js-tweaks | |
|
2019-06-06
| ||
| 21:13 | Another attempt to fix the login redirect processing. check-in: a8ff3c5092 user: drh tags: trunk | |
|
2019-06-05
| ||
| 20:08 | Tweaks to the "Copy Button". check-in: 8ee5e55e3c 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: 6678870734 user: florian tags: copybtn.js-tweaks | |
| 08:06 | Enable closing tooltips by pressing ESC. check-in: fc639a0a02 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: 1d23109d8c 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: 63ebcafb19 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: 42972005c4 user: florian tags: copybtn.js-tweaks | |
| 07:17 | More consistent naming scheme for IDs of copy buttons and their target elements. check-in: b19a982608 user: florian tags: copybtn.js-tweaks | |
|
2019-06-03
| ||
| 13:30 | Merge all the recent tool-tip experiments into trunk. check-in: 6908832cf4 user: drh tags: trunk | |