File Changes for lrnassar
switch to commits view, user indexv495_preview to v495_preview2 (2026-02-23 to 2026-03-02) v495
Show details
- src/hg/hgSession/hgSession.c
- lines changed 12, context: html, text, full: html, text
fb9fad40e3c171cbfcda792eea401a75e5829242 Thu Feb 26 14:29:52 2026 -0800
Removing the max-width tag, which was arbitrarily cutting the hgSession table short, especially these days when monitors are wider. Also fixed an issue that TH and TD items were being called, TH are table headers and TD are cells, so all the header columns should be TH, this was causing a visual bug when the screen size was very small. Also removed the <B> tags, they are not necessary since TH items are automatically bolded. Also aligned all the text to the left based on ticket feedback since it looks better. Lastly, added a line for the 'sessionTable_filter' element to override the CSS of the filter search bar so it will be on the left side, next to the show NN items. Refs #33998
- src/hg/hubApi/tests/expected/list23.gz
- lines changed 0, context: html, text, full: html, text
0c353a255111c08460a85c9ea4c304cca3885eb4 Mon Feb 23 13:57:52 2026 -0800
Updating the make test expected output since we updated the underlying data, refs #37109
- src/hg/makeDb/trackDb/human/dnaMethylation.html
- lines changed 1, context: html, text, full: html, text
b3026b69caa0f44bf3824cc339b012304aef4b41 Thu Feb 26 04:56:29 2026 -0800
Feedback from CR, mostly fixing grammar/punctuation and encoding to HTML, refs #37151
- src/hg/makeDb/trackDb/human/hg38/genotypeArrays.html
- lines changed 3, context: html, text, full: html, text
7d86af0eb57a415fcc176cc2e1d5d2bc96425e2f Wed Feb 25 09:23:54 2026 -0800
Adding a note about the hg38 450k track, refs #37137
- src/hg/makeDb/trackDb/jaspar.html
- lines changed 5, context: html, text, full: html, text
b3026b69caa0f44bf3824cc339b012304aef4b41 Thu Feb 26 04:56:29 2026 -0800
Feedback from CR, mostly fixing grammar/punctuation and encoding to HTML, refs #37151
- src/hg/makeDb/trackDb/mouse/mm10/cCREregistry.html
- lines changed 6, context: html, text, full: html, text
b3026b69caa0f44bf3824cc339b012304aef4b41 Thu Feb 26 04:56:29 2026 -0800
Feedback from CR, mostly fixing grammar/punctuation and encoding to HTML, refs #37151
- src/hg/makeDb/trackDb/mouse/mm10/cCREsSuper.html
- lines changed 1, context: html, text, full: html, text
b3026b69caa0f44bf3824cc339b012304aef4b41 Thu Feb 26 04:56:29 2026 -0800
Feedback from CR, mostly fixing grammar/punctuation and encoding to HTML, refs #37151
- src/hg/utils/otto/genCC/doGenCC.py
- lines changed 14, context: html, text, full: html, text
d3375c5d2c3d482c5739743c5548553b298ebf62 Wed Feb 25 05:40:03 2026 -0800
Adding 10% diff check to GenCC which didn't have it, and a bad file from GenCC broke the track. No RM.
switch to commits view, user index