Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user florian occurring around 2019-05-21 08:27:00.
2019-06-02
| ||
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: 68405c3f5b 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: 8c7e26208b user: florian tags: copybtn.js-demonstration) | |
07:07 | Also use the now global hash_digits() function in src/info.c, and set the copy length limit to FOSSIL_HASH_DIGITS_URL for consistency with the copy buttons on the tooltips. ... (check-in: 710229e713 user: florian tags: copybtn.js-demonstration) | |
2019-05-31
| ||
16:36 | Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. ... (check-in: 46f91da1a8 user: florian tags: copybtn.js-demonstration) | |
15:34 | Auto-init HTML-defined buttons during the "DOMContentLoaded" event, so no more Javascript code required, apart from loading the copybtn.js module. ... (check-in: 148b01359c user: florian tags: tooltip-copyhash) | |
15:01 | Revamp the comments, and refactor the code in preparation for an auto-init functionality for HTML-defined buttons. ... (check-in: 7fddf96cd6 user: florian tags: tooltip-copyhash) | |
14:44 | Check that the value of the "data-copylength" attribute is a positive number prior to chopping the text. ... (check-in: b9823751c9 user: florian tags: tooltip-copyhash) | |
2019-05-30
| ||
11:33 | Add the "data-copylength" attribute to control the length of the copied text. (Rationale: Allow copying just the shortened hash prefixes from elements displaying the full-length hashes, because the short forms are preferred when building command-lines or URLs, and because the full-length hashes are already much easier to copy.) ... (check-in: 2e17a063a2 user: florian tags: tooltip-copyhash) | |
11:04 | Revert the manual edits to the makefiles from [f6fcbf292b], and only keep the changes made by the src/makemake.tcl script. ... (check-in: 2002a50893 user: florian tags: tooltip-copyhash) | |
2019-05-29
| ||
14:14 | Apply the "hash-digits" setting to limit the length of hash prefixes displayed on tooltips. ... (check-in: 90e4f5ae9f user: florian tags: tooltip-copyhash) | |
14:02 | Move the "Copy Button" functionality to a separate Javascript module, to be loaded and used independently from the timeline graph module. ... (check-in: f6fcbf292b user: florian tags: tooltip-copyhash) | |
12:55 | More consistent naming of variables in the newly added Javascript part. ... (check-in: c887a1bb00 user: florian tags: tooltip-copyhash) | |
12:47 | Give a visual feedback when the copy icon is clicked. ... (check-in: 3783706f67 user: florian tags: tooltip-copyhash) | |
12:39 | Introduce the "copy-button" CSS class with the SVG icon as the background image, to simplify the Javascript part. ... (check-in: b0795ff620 user: florian tags: tooltip-copyhash) | |
2019-05-28
| ||
12:32 | Cherry-pick [ac199e7a8a]: Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (check-in: 3b5e74c4ca user: florian tags: tooltip-copyhash) | |
12:16 | Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (Closed-Leaf check-in: ac199e7a8a user: florian tags: tooltip-experiments) | |
08:35 | Tune the SVG image data URI for IE: remove the (invalid) encoding tag, and URL-encode the smaller than and greater than signs. ... (check-in: c033389140 user: florian tags: tooltip-copyhash) | |
08:11 | Move the code to setup the "Copy Hash" icon to a separate function, and link the icon to the target element through a "data-copytarget" attribute, so that "Copy Hash" icons could be added in other places than just tooltips. ... (check-in: 54f0ae7813 user: florian tags: tooltip-copyhash) | |
2019-05-27
| ||
09:21 | • Added wiki page "branch/tooltip-copyhash" ... (artifact: c1fc6698de user: florian) | |
09:19 | Add a "Copy Hash" icon to the tooltip, to copy the hash or branch name of the underlying element to the clipboard. See the wiki page linked to this branch for more information. ... (check-in: 371943c936 user: florian tags: tooltip-copyhash) | |
06:58 | Ensure the close timer is started for tooltips belonging to nodes instead of rails, and prevent an out-of-bounds array access for double-clicks outside of rails. ... (check-in: d57c1a797c user: florian tags: tooltip-experiments) | |
2019-05-21
| ||
14:57 | • Changes to wiki page "branch/tooltip-experiments" ... (artifact: 73d4612456 user: florian) | |
09:40 | Fix a bug introduced with [e0198213f3]: using "style.visibility" is essential to calculate the dimensions in the hidden state. ... (check-in: 3850b32cea user: florian tags: tooltip-experiments) | |
09:12 | Also add a configuration option to set the closeTimeout for tooltips. ... (check-in: e45429d7f4 user: florian tags: tooltip-experiments) | |
08:27 | Resolve the fork. ... (check-in: fde231b274 user: florian tags: tooltip-experiments) | |
08:20 | Deduplicate more code. ... (check-in: 7fbad143e6 user: florian tags: tooltip-experiments) | |
07:26 | Deduplicate code, and consistently use "style.display" instead of "style.visibility" to show and hide the tooltip. ... (check-in: e0198213f3 user: florian tags: tooltip-experiments) | |
07:09 | Auto-close the tooltip after a timeout, if the mouse pointer is no longer over the associated element. The auto-close timeout is elapsed (and the tooltip closed instantly) if the mouse pointer is over another element, paused (and reset) as long as the mouse pointer is over the tooltip, and cancelled (and the tooltip kept open) if the mouse pointer is moved back over the same element. ... (check-in: 3d5903ce0c user: florian tags: tooltip-experiments) | |
2019-05-20
| ||
09:45 | Fix coding typos from the previous commit. ... (check-in: b4f1eb9043 user: florian tags: tooltip-experiments) | |
09:06 | • Added wiki page "branch/tooltip-experiments" ... (artifact: 1f9702994c user: florian) | |
08:32 | Experimental change to have the tooltip appear automatically after a "dwell timeout", in addition to mouse clicks. See the wiki page linked to this branch for more information. ... (check-in: bba5337010 user: florian tags: tooltip-experiments) | |
08:21 | Classic styling for the tooltip (grey shadow, also works with dark backgrounds) and the hyperlink (blue and underlined, to indicate it can be clicked). ... (check-in: cdb85ba9c9 user: florian tags: tooltip-experiments) | |
08:19 | Hide the tooltip if the mouse is outside the current timeline table, and outside the tooltip itself. ... (check-in: bd803b0626 user: florian tags: tooltip-experiments) | |
08:14 | Make the "click to show tooltip" action more "discoverable" with a changing mouse cursor, similar to the timeline nodes. This example uses the "pointer" cursor, but the "help" cursor may also be an option. ... (check-in: 8b8eaad864 user: florian tags: tooltip-experiments) | |
2019-02-24
| ||
16:46 | Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6a2 user: florian tags: cgi-server-options) | |
2019-02-07
| ||
17:42 | Allow arguments with non-ASCII characters for constructed shell commands, as reported here: [https://fossil-scm.org/forum/forumpost/81e6854386]. ... (Closed-Leaf check-in: a5ff00506b user: florian tags: non-ascii-cmd-args) | |
17:39 | Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. ... (Closed-Leaf check-in: 3580fce8fb user: florian tags: tag-cmd-manifest-updates) | |
17:37 | For the 'amend' command, enable updating the "manifest" files with an open check-out. ... (check-in: 05c1e3b958 user: florian tags: tag-cmd-manifest-updates) | |
17:34 | For the 'tag' command, omit updating the "manifest" files without an open check-out, as reported here: [https://fossil-scm.org/forum/forumpost/dc06c157e5]. ... (check-in: f97700680a user: florian tags: tag-cmd-manifest-updates) | |
2019-01-29
| ||
14:29 | Add a test command to infer the hash policy from the length of path names on reconstruct (disabled by preprocessor directive). ... (Closed-Leaf check-in: 8d1ed47cc6 user: florian tags: reconstruct-sha3) | |
14:09 | Calculate hash lengths with skipped directory slashes. ... (check-in: c47adb9148 user: florian tags: reconstruct-sha3) | |
14:01 | Coding style fixes. ... (check-in: 1d49b5ad91 user: florian tags: reconstruct-sha3) | |
2019-01-28
| ||
14:02 | Fix an oversight from the previous check-in: add the short form of the command-line option. ... (check-in: a90d0617d7 user: florian tags: reconstruct-sha3) | |
10:18 | Add the new option --keep-rid1 for the 'deconstruct' and 'reconstruct' commands. ... (check-in: 79b5136608 user: florian tags: reconstruct-sha3) | |
10:15 | • Added wiki page "branch/reconstruct-sha3" ... (artifact: 79dcf1240a user: florian) | |
10:12 | Enhance the 'reconstruct' command to set the correct hash policy (SHA1 or SHA3-256) for artifacts read from disk, inferred from the length of the path name. Also enhance the 'deconstruct' and 'reconstruct' commands with an option to ensure the artifact with RID=1 is a valid manifest. See the wiki page linked to this branch for more information and tests. ... (check-in: 62a00bc728 user: florian tags: reconstruct-sha3) | |
2019-01-27
| ||
15:42 | List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd03 user: florian tags: misc-little-things) | |
15:38 | Add the global --comment-format command-line option as an alias for --comfmtflags. ... (Closed-Leaf check-in: a0d10b91f7 user: florian tags: comment-format-setting) | |
15:35 | Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. ... (check-in: bc62fa1710 user: florian tags: comment-format-setting) | |
2019-01-04
| ||
07:56 | Minor typo. ... (check-in: aedfd94d00 user: florian tags: misc-little-things) | |