Commits for chmalee
switch to files view, user index
v465_preview to v465_preview2 (2024-04-29 to 2024-05-06) v465
Show details
1fe39bbec78cdd5c5162f901b9ed11a7595545b1 Tue Apr 30 09:36:27 2024 -0700
- Fix bug in autocomplete render that was showing null for top level hits to assembly hubs in the species search
- src/hg/js/autocompleteCat.js - lines changed 3, context: html, text, full: html, text
b62fb9699fbc8ae0ef6ac9bf8e8760831e6f5ba2 Tue Apr 30 13:24:22 2024 -0700
- Add genark assemblies to species search on hgGateway, refs #33572
- src/hg/hgGateway/hgGateway.c - lines changed 89, context: html, text, full: html, text
c3c0b288edd697b9631d8236bc27091d0ae6c8ff Tue Apr 30 13:41:00 2024 -0700
- Get clicks from autocomplete to genark hubs working, refs #33572
- src/hg/hgGateway/hgGateway.c - lines changed 3, context: html, text, full: html, text
94fd2b4a65a39182e0c820849113307771f9fdb5 Tue Apr 30 14:37:47 2024 -0700
- Make genark list of results ordered by commonName, refs Hiram
- src/hg/hgGateway/hgGateway.c - lines changed 1, context: html, text, full: html, text
919ecaa0c76c01938c9e9091ecef58581ea9c8f1 Wed May 1 08:49:55 2024 -0700
- Sort genark species in asc order instead of desc order, refs #33572
- src/hg/hgGateway/hgGateway.c - lines changed 1, context: html, text, full: html, text
dbb3262ff0bcf115017d3f0abe5bfc26ae1a8dc1 Thu May 2 17:10:15 2024 -0700
- Fix drag select opening page in a new window, caused by mistakenly deleting a line that was important when merging the open hgc pages on hgTracks commit, refs #33584
76d24868211e2ef4be9717e9e98429cba45143a0 Fri May 3 09:39:56 2024 -0700
- Revert "Fix drag select opening page in a new window, caused by mistakenly deleting a line that was important when merging the open hgc pages on hgTracks commit, refs #33584"
This reverts commit dbb3262ff0bcf115017d3f0abe5bfc26ae1a8dc1.
12acb7943615ead2b77b0eebaedf70b8ca1d7a96 Fri May 3 09:54:02 2024 -0700
- Better fix for broken drag select. The map click code that now tries to open up hgc needs to first check whether we are currently allowed to click to begin with. Then we can try to open up the details pages. If we aren't doing a details page, then we need to submit the form like we would do before I added hgc pop ups, refs #33584
switch to files view, user index