File Changes for chmalee
switch to commits view, user indexv481_preview to v481_preview2 (2025-04-14 to 2025-04-21) v481
Show details
- src/hg/hgHubConnect/hooks/pre-finish.c
- lines changed 13, context: html, text, full: html, text
c1f214b4ddd63132bbbc2e12e55d37b2fe20a3a0 Thu Apr 17 16:04:24 2025 -0700
When a user hits an error during upload, we need to remove the temp file created by tusd to allow the user to re-try the upload again, refs Max zoom
- src/hg/js/hgMyData.js
- lines changed 2, context: html, text, full: html, text
bd24e0ba0761ae6a1a5a245a16aa024db6d2235d Thu Apr 17 15:19:35 2025 -0700
Adjust hubspace columns when a file is added and when showing the page on reload
- src/hg/lib/hui.c
- lines changed 2, context: html, text, full: html, text
019341f44cfc8fe9619366bff4d04e15233dd6a8 Fri Apr 18 16:17:45 2025 -0700
Fix invalid tag in filterBy <select> html. Select can only contain option, optgroup, or hr children, so stuffing a br in there like we were doing was throwing off later dropdownchecklist code that relies on the first child to be an option or optgroup. But only in Chrome as Chrome is more lenient and tolerates invalid tags in selects, refs #35529
switch to commits view, user index