Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user florian occurring around 2019-02-07 17:37:00.
2019-05-29
| ||
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) | |
07:54 | For the 'reparent' command, make sure there's an open check-out (otherwise it will fail). ... (check-in: 6e80af7e52 user: florian tags: misc-little-things) | |
2019-01-02
| ||
08:28 | Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (Closed-Leaf check-in: 76f44784d1 user: florian tags: fix-timeline-limit) | |
07:24 | Oops, fallen for testing built-in versus customized skin, fix the previous check-in. ... (Closed-Leaf check-in: dac9293b52 user: florian tags: js-hamburger-menu) | |
07:03 | Less rigid string-to-number conversion for the custom "data-anim-ms" attribute. ... (check-in: e4a18b6702 user: florian tags: js-hamburger-menu) | |
2018-12-29
| ||
06:43 | Fix the login links for the /download web page, as suggested here: [https://fossil-scm.org/forum/forumpost/a742969590]. ... (Closed-Leaf check-in: 4a30475bdb user: florian tags: fix-login-links) | |
2018-12-27
| ||
12:36 | Remove two unused variables (introduced by [2efcd19f14] through copy-and-paste) ... (Closed-Leaf check-in: cf0f6fc80b user: florian tags: cmd-options-amend) | |
2018-12-26
| ||
14:38 | Enhance the options for the 'tag cancel' command: add --date-override and --user-override, and show a summary for the help text ... (check-in: 8f2d519bc0 user: florian tags: cmd-options-amend) | |
14:25 | For the 'tag' command, parse all options after the sub-commands, so that no unsupported options can be used (for example, disallow 'fossil tag cancel --propagate ...'), and to have a consistent command-line format with sub-commands followed by options ... (check-in: 2efcd19f14 user: florian tags: cmd-options-amend) | |
14:17 | For the 'tag find' command, move parsing of the -n|--limit option to the innermost scope, to avoid conflicts with the 'tag add' variant of the -n|--dryrun option ... (check-in: 5d5252b884 user: florian tags: cmd-options-amend) | |
11:12 | Rename the 'hide' query parameter to 'nohidden' for the /leaves, /brtimeline, and /tagtimeline web pages. ... (Closed-Leaf check-in: 5359e3db1f user: florian tags: fix-timeline-view) | |
10:43 | Simplify URL building for the /leaves web page. ... (check-in: 8bf8b37828 user: florian tags: fix-timeline-view) | |
10:16 | Add the 'onlyhidden' query parameter to show only check-ins tagged as "hidden" for the /leaves, /brtimeline, and /tagtimeline web pages. ... (check-in: 82b9140f30 user: florian tags: fix-timeline-view) | |