Commits for chmalee
switch to files view, user index
v498_preview to v498_preview2 (2026-04-27 to 2026-05-04) v498
Show details
ca9c863b4422bb49521f37b6a29397d03d57f17a Mon Apr 27 13:42:24 2026 -0700
- Bump up size of readableWidth for track description pages from 50chars to 70chars. Also make hgTrackUi use the same width for the track descriptions, refs #37430
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 2, context: html, text, full: html, text
- src/hg/htdocs/style/HGStyle.css - lines changed 1, context: html, text, full: html, text
9bab882abcb4115c3e43e5c9b49de5ccbdb91c9f Tue Apr 28 14:47:14 2026 -0700
- Make hgTrackUi popup scroll vertically when content would overflow the regular size of the dialog, like in the case of toggling the density graph option, refs #37443
4bb9e8caea515342ba98d3871da76cd4ec69916f Fri May 1 14:10:00 2026 -0700
- Initial myVariants implementation: a form on hgTracks where users can enter item details in one of three ways: hgvs/item search, simple bed form, advanced bed form where additional non-bed fields can dynamically created. Allows changing the color of items, writing descriptions, and editing the items after creation. Show overlaps with hardcoded tracks when hgc page is open (not in the hgc dialog). Next commit has implementation of sharing these tracks with other users
- src/hg/hgCustom/hgCustom.c - lines changed 99, context: html, text, full: html, text
- src/hg/hgTables/all.joiner - lines changed 1, context: html, text, full: html, text
- src/hg/hgTables/custom.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTables/filterFields.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTables/hgTables.c - lines changed 11, context: html, text, full: html, text
- src/hg/hgTables/joining.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTables/schema.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.c - lines changed 99, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.h - lines changed 31, context: html, text, full: html, text
- src/hg/hgTracks/makeItemsTrack.c - lines changed 221, context: html, text, full: html, text
- src/hg/hgTracks/makefile - lines changed 1, context: html, text, full: html, text
- src/hg/hgc/makeItemsClick.c - lines changed 86, context: html, text, full: html, text
- src/hg/hgc/myVariantsClick.c - lines changed 338, context: html, text, full: html, text
- src/hg/htdocs/style/HGStyle.css - lines changed 67, context: html, text, full: html, text
- src/hg/inc/makeItemsItem.h - lines changed 94, context: html, text, full: html, text
- src/hg/inc/myVariants.h - lines changed 117, context: html, text, full: html, text
- src/hg/js/hgTracks.js - lines changed 911, context: html, text, full: html, text
- src/hg/lib/customAdjacency.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/customFactory.c - lines changed 77, context: html, text, full: html, text
- src/hg/lib/makeItemsItem.as - lines changed 16, context: html, text, full: html, text
- src/hg/lib/makeItemsItem.c - lines changed 243, context: html, text, full: html, text
- src/hg/lib/makeItemsItem.sql - lines changed 23, context: html, text, full: html, text
- src/hg/lib/myVariants.as - lines changed 21, context: html, text, full: html, text
- src/hg/lib/myVariants.c - lines changed 706, context: html, text, full: html, text
- src/hg/lib/myVariants.sql - lines changed 25, context: html, text, full: html, text
- src/hg/lib/trackDbCustom.c - lines changed 1, context: html, text, full: html, text
b53a97d26633a1f174a7031559a69d37e393379f Fri May 1 14:19:19 2026 -0700
- Allow myVariants tracks to be shared similar to google docs, read only and read+edit access by username or for all. Last write wins. Currently no history of changes, leaving that for the next version of the feature
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 96, context: html, text, full: html, text
- src/hg/hgTracks/config.c - lines changed 29, context: html, text, full: html, text
- src/hg/hgTracks/mainMain.c - lines changed 5, context: html, text, full: html, text
- src/hg/inc/myVariantsShare.h - lines changed 126, context: html, text, full: html, text
- src/hg/lib/myVariantsShare.as - lines changed 13, context: html, text, full: html, text
- src/hg/lib/myVariantsShare.c - lines changed 369, context: html, text, full: html, text
- src/hg/lib/myVariantsShare.sql - lines changed 22, context: html, text, full: html, text
a375b8f8c4c56f9932180441032b45a2316c856b Fri May 1 14:30:01 2026 -0700
- Oops forgot to omit the create item button from the highlight menu when the hg.conf variable is off
5e26e73c8e71bfdcc0b96ee6ec3b480ea04867ec Mon May 4 08:37:03 2026 -0700
- Add missing file for myVariants feature, refs build email
- src/hg/hgTracks/myVariantsTrack.c - lines changed 921, context: html, text, full: html, text
e375b6261547192b9aebef00662d48fb7256c032 Mon May 4 09:00:02 2026 -0700
- Fix a comment typo and some potential XSS vectors pointed out in code review email
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgc/myVariantsClick.c - lines changed 2, context: html, text, full: html, text
switch to files view, user index