Commits for jcasper
switch to files view, user index
v496_preview2 to v496_base (2026-03-23 to 2026-03-30) v496
Show details
eb076410a62ea6a94b71358424080af261ba2c25 Thu Mar 26 03:20:14 2026 -0700
- Moved hgFetch into hgTrackUi; added etags, Cache-Control directives, and GET use instead of POST
when udcTimeout isn't set, all to support browser caching of remote files; bumped the DataTables version for facetedComposite
to facilitate making all the checkboxes have a consistent look; refs #36320
- src/hg/hgFetch/hgFetch.c - lines changed 141, context: html, text, full: html, text
- src/hg/hgFetch/makefile - lines changed 18, context: html, text, full: html, text
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 146, context: html, text, full: html, text
- src/hg/htdocs/style/facetedComposite.css - lines changed 10, context: html, text, full: html, text
- src/hg/js/facetedComposite.js - lines changed 36, context: html, text, full: html, text
54feb9fd4ce482717780bc53c0bc2828a15cd9b7 Thu Mar 26 03:52:29 2026 -0700
- Putting a light border around the faceted composite table per request, refs #36320
- src/hg/htdocs/style/facetedComposite.css - lines changed 1, context: html, text, full: html, text
1a3400408892585e530f10d4b8c4b612f29e9473 Thu Mar 26 04:18:29 2026 -0700
- Adding parent link to UI for faceted composites in supertracks, refs #36320
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 4, context: html, text, full: html, text
dcc1f38c219bbf48a1b99dc5d7e3f0df5a50eceb Thu Mar 26 04:19:23 2026 -0700
- Removing dependence on URL parameters that aren't always present for the faceted composite UI, refs #36320
- src/hg/js/facetedComposite.js - lines changed 15, context: html, text, full: html, text
bab95ebb424257082cb7fc62ae902e3e7218ddf6 Thu Mar 26 11:55:08 2026 -0700
- Adding description link to the light-blue 'title bar' in the faceted composite
UI, refs #36320
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 11, context: html, text, full: html, text
2483e425a830f91215299318996847033b10131f Thu Mar 26 14:14:26 2026 -0700
- Changing facets to be expanded by default on page load, refs #36320
- src/hg/js/facetedComposite.js - lines changed 2, context: html, text, full: html, text
4f451cd79d08aa40353d077a2d014f9821581901 Thu Mar 26 16:16:28 2026 -0700
- Adding selected track count to the top of the table for faceted composites, refs #36320
- src/hg/js/facetedComposite.js - lines changed 12, context: html, text, full: html, text
3999034fa7f906054a5201e366d5e1c0b5193ff1 Sat Mar 28 11:06:45 2026 -0700
- Small code cleanup after moving hgFetch into hgTrackUi, refs #36320
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 8, context: html, text, full: html, text
4b47e4b865baf8944946c660f621fbbca0b74bee Sun Mar 29 08:51:43 2026 -0700
- Restoring line from over-ambitious cleanup. Turns out
you still need variable definitions. refs #36320
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 1, context: html, text, full: html, text
d8ccab674ade18f74884056a5e020651f423d0f0 Mon Mar 30 08:25:10 2026 -0700
- Faceted composite UI has more consistent naming (track/sample vs row),
facet counts update dynamically, and facet values are now case-insensitive
(matching behavior elsewhere, so you don't see 27 but click it and get 34
tracks). refs #36320
- src/hg/js/facetedComposite.js - lines changed 122, context: html, text, full: html, text
2ca5303deabc42182eae8cb7f49c2c8e9784eabf Mon Mar 30 09:30:45 2026 -0700
- Added an error message for when the metadata file is missing for
a faceted composite, refs #36320
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 11, context: html, text, full: html, text
- src/hg/js/facetedComposite.js - lines changed 8, context: html, text, full: html, text
switch to files view, user index