File Changes for chmalee
switch to commits view, user indexv497_preview to v497_preview2 (2026-04-06 to 2026-04-13) v497
Show details
- src/hg/hgc/hgc.c
- lines changed 15, context: html, text, full: html, text
53621f3c5ef75891a7b04cf18d85180677a38f23 Wed Apr 8 11:38:53 2026 -0700
Fix bug in hgc user defined table printing where we overwrote the variable that held the data for each custom table. Also fix a XSS vector with the table titles and some related code cleanup, refs #37340
- src/hg/js/hgc.js
- lines changed 5, context: html, text, full: html, text
53621f3c5ef75891a7b04cf18d85180677a38f23 Wed Apr 8 11:38:53 2026 -0700
Fix bug in hgc user defined table printing where we overwrote the variable that held the data for each custom table. Also fix a XSS vector with the table titles and some related code cleanup, refs #37340
- src/hg/lib/bigBedFind.c
- lines changed 10, context: html, text, full: html, text
8637af0782efc3d9d13ae865e3e8e0a4f1f1545d Fri Apr 10 14:18:16 2026 -0700
When doing bigBed searches, the hgPos->browserName needs to match tg->mapItemName so item highlights work. Typically this works because we expect to search for things by item name, but with multiple indexes if we get a match on a non-name index then we need to be sure the name field is set as browserName (and thus hgFind.matches on the URL) rather than the searched term, refs #34866
switch to commits view, user index