File Changes for chmalee
switch to commits view, user indexv488_base to v489_preview (2025-09-22 to 2025-09-29) v489
Show details
- src/hg/js/hgHubConnect.js
- lines changed 3, context: html, text, full: html, text
2062c2da5318c4ccec237e9e099c97e447a52f06 Thu Sep 25 17:08:39 2025 -0700
Don't do hubSpace init if we are looking at a different hgHubConnect tab, call hubSpace init when we switch to that tab, refs Jairo email
- src/hg/js/hgMyData.js
- lines changed 6, context: html, text, full: html, text
82addf257c3e62738dc588cc36382286354b7274 Thu Sep 25 16:11:56 2025 -0700
Warn hubspace users that the feature is only available over https, refs Jairo email
- lines changed 4, context: html, text, full: html, text
2062c2da5318c4ccec237e9e099c97e447a52f06 Thu Sep 25 17:08:39 2025 -0700
Don't do hubSpace init if we are looking at a different hgHubConnect tab, call hubSpace init when we switch to that tab, refs Jairo email
- lines changed 1, context: html, text, full: html, text
b14d21d38541d5cd49b58db365a216670f061b55 Fri Sep 26 10:53:28 2025 -0700
Clarify that it is only hubspace that is unavailable over plain http
- lines changed 9, context: html, text, full: html, text
7ebf31ae4ac969f75b0adbce330572c3fa86cf60 Fri Sep 26 11:18:44 2025 -0700
Keep track of hubspace UI initialization, and only do it on the first tab switch to the hub upload tab. After switching tabs we don't need to keep re-initting
- lines changed 10, context: html, text, full: html, text
922f56ae7feb0e0b3b8a5ffe31b9384d604440b2 Fri Sep 26 12:10:39 2025 -0700
Do not allow plus or dash chars in hubspace filenames or hub names to prevent url encoding issues, refs Jairo email
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
5fbd341691cc520c5d274e50373797de05de9262 Tue Sep 23 13:28:19 2025 -0700
Remove 0-width characters before calling encodeURIComponent on hgTracks search box, refs #36387
- src/hg/js/utils.js
- lines changed 10, context: html, text, full: html, text
af507965b2d219779285784fe96f37c78bab19c4 Mon Sep 29 13:04:27 2025 -0700
Make mouseover on gear icon trigger the same mouseover as without the gear icon, refs #36232
- src/hg/lib/userdata.c
- lines changed 35, context: html, text, full: html, text
aa0273b99929f6d4c9d4a46589d2c9c9b72b98b5 Tue Sep 23 10:29:45 2025 -0700
Fix hubspace deletion when files are on a different filesystem: when deleting the row from the hgcentral table, we look up the filename by a string that needs the original filesystem path, so one, for safety check that the location we are trying to delete exists before issuing the delete command, and two, unswap the dataDir prefix and delete based off of that if the swapped location is not in the table, refs #31058
- lines changed 1, context: html, text, full: html, text
bc37197a054d2768bf4174cb0b7081ec90a0e315 Wed Sep 24 09:28:52 2025 -0700
Oops forgot arguments in last commit, refs build email
switch to commits view, user index