File Changes for chmalee
switch to commits view, user indexv479_base to v480_preview (2025-03-17 to 2025-03-24) v480
Show details
- src/hg/htdocs/inc/hgMyData.html
- lines changed 1, context: html, text, full: html, text
e2002b80518d8b522ac768713cda4126cf3b5dc0 Thu Mar 20 12:21:10 2025 -0700
Make wording changes to hubSpace UI. Make checkbox selection not recursive, fix bug in deselect all rows checkbox, refs #31058
- src/hg/htdocs/style/hgMyData.css
- lines changed 6, context: html, text, full: html, text
321bb7e5cd86f33caac0f1975fc1197c01d301a6 Tue Mar 18 12:39:55 2025 -0700
More hubspace changes. Set height of selected file row to prevent page jumping, cgiEncode the actual ui values to display filenames correctly, make file uploads to an already existing hub actually display the files in that hub, make clicks on table rows more fine tuned: clicks on the checkbox select the file or all subdirectory files like before, but clicks anywhere else depend on the row that was clicked, if a regular row, just select, if a directory row, open the directory (and clear previous selections)
- src/hg/js/hgMyData.js
- lines changed 65, context: html, text, full: html, text
321bb7e5cd86f33caac0f1975fc1197c01d301a6 Tue Mar 18 12:39:55 2025 -0700
More hubspace changes. Set height of selected file row to prevent page jumping, cgiEncode the actual ui values to display filenames correctly, make file uploads to an already existing hub actually display the files in that hub, make clicks on table rows more fine tuned: clicks on the checkbox select the file or all subdirectory files like before, but clicks anywhere else depend on the row that was clicked, if a regular row, just select, if a directory row, open the directory (and clear previous selections)
- lines changed 16, context: html, text, full: html, text
102c601cb4dfad3f72902f38cd28d2d0ce803528 Wed Mar 19 15:41:09 2025 -0700
When files come in from hubtools, display the files and hub names decoded. Prevent hub names from having spaces in them, too tricky to get apache to play nice with those urls, refs #31058
- lines changed 48, context: html, text, full: html, text
e2002b80518d8b522ac768713cda4126cf3b5dc0 Thu Mar 20 12:21:10 2025 -0700
Make wording changes to hubSpace UI. Make checkbox selection not recursive, fix bug in deselect all rows checkbox, refs #31058
- lines changed 13, context: html, text, full: html, text
0f1759077310950597e9c3da02fd41aea006ed98 Fri Mar 21 10:28:03 2025 -0700
Remove the delete button when a hub.txt row was explicitly selected so users cannot delete them without deleting the entire hub, otherwise they can delete hub.txt files and then have no easy way to view their track files, refs #31058
- src/hg/lib/hgHgvs.c
- lines changed 65, context: html, text, full: html, text
b17ae6ec773d69464d8c526d71040441c30da265 Wed Mar 12 12:54:15 2025 -0700
Implicitly convert ENST accessions to ENSP accessions during hgvs search if the hgvs term is a p. term, refs #35335
switch to commits view, user index