File Changes for chmalee
switch to commits view, user indexv477_preview to v477_preview2 (2025-01-21 to 2025-01-27) v477
Show details
- src/browserbox/makefile
- lines changed 11, context: html, text, full: html, text
f86ab74eb6895232f4c9533d658afdc65b67b381 Tue Jan 21 16:17:09 2025 -0800
Prefix makefile echo lines with @ to prevent double printing of messages, clarify message to state one does not need to do anything after running make alpha
- src/hg/hgTracks/vcfTrack.c
- lines changed 4, context: html, text, full: html, text
e630f719d5af868110150d1580807b685bf5c27b Fri Jan 24 16:32:03 2025 -0800
Prevent off-by-one in loop which prevents writing off the end of an array, refs #35138
- src/hg/js/hgMyData.js
- lines changed 11, context: html, text, full: html, text
72a39a73f65feecd86b7e6cf20bdd346fcad4868 Thu Jan 23 13:09:33 2025 -0800
Fix bug in handling non alphanum characters in filenames in hubspace. I was mistakenly double encoding the filenames when creating trackDb stanzas. Also on client side, prevent users from even submitting files with weird characters to start with, refs #35064
- src/hg/js/hgTracks.js
- lines changed 4, context: html, text, full: html, text
276c430072309a1fb8a1da9a905a6172594d5276 Thu Jan 23 10:15:11 2025 -0800
Replace '.' with '\.' in some row selectors in hgTracks.js so the hide track set menu item shows up
- src/hg/lib/userdata.c
- lines changed 8, context: html, text, full: html, text
72a39a73f65feecd86b7e6cf20bdd346fcad4868 Thu Jan 23 13:09:33 2025 -0800
Fix bug in handling non alphanum characters in filenames in hubspace. I was mistakenly double encoding the filenames when creating trackDb stanzas. Also on client side, prevent users from even submitting files with weird characters to start with, refs #35064
- lines changed 6, context: html, text, full: html, text
28ac91cd29f92b006199680053b5b93c42f27c74 Fri Jan 24 17:11:10 2025 -0800
When hubspace UI requests to remove a file, ensure realpath gets called on the requested file and check that the file is belonging to the userName, right before deletion, refs #35109
switch to commits view, user index