File Changes for max
switch to commits view, user indexv473_preview to v473_preview2 (2024-10-14 to 2024-10-21) v473
Show details
- src/hg/cgilib/hgSeq.c
- lines changed 13, context: html, text, full: html, text
288c7b7d7573211134a3d2fdced0911324b9de70 Fri Oct 18 04:13:03 2024 -0700
adding primer3 exon amp mode support to primer3 links, refs #34657
- src/hg/hgTables/bigBed.c
- lines changed 1, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/bigWig.c
- lines changed 1, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/hgTables.c
- lines changed 9, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/hgTables.h
- lines changed 4, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/mainPage.c
- lines changed 20, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/schema.c
- lines changed 1, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTables/vcf.c
- lines changed 1, context: html, text, full: html, text
fa815602bbac262a6e07ac577e40558abcf93144 Tue Oct 15 04:53:53 2024 -0700
suppress download link for protected tracks, refs #34629
- src/hg/hgTracks/hgTracks.c
- lines changed 8, context: html, text, full: html, text
0026572277199c1d6873b958e0382e381f5cd460 Wed Oct 16 08:52:08 2024 -0700
fixing a bug where setTimeout was run with seconds instead of milliseconds. Due to how the page loads, that bug had no effect in most circumstances, as the timer was immediately stopped afterwards. For mysterious reaons this bug is only visible when you open a new private browser window and only on first page load, no caches. No redmine yet, email from Lou.
- src/hg/hgTracks/imageV2.c
- lines changed 17, context: html, text, full: html, text
c35f61249daf6b5f463754b180c3fe74ef42d39d Tue Oct 15 06:13:50 2024 -0700
when hiding tracks on right-click, hide parents if possible, rather than their children, refs #27890
- src/hg/js/hgTracks.js
- lines changed 48, context: html, text, full: html, text
c35f61249daf6b5f463754b180c3fe74ef42d39d Tue Oct 15 06:13:50 2024 -0700
when hiding tracks on right-click, hide parents if possible, rather than their children, refs #27890
- lines changed 1, context: html, text, full: html, text
c16b8e7e06bc3e8826cde9ce815c501d307b42ed Wed Oct 16 09:37:45 2024 -0700
tiny change to time warning message, no redmine
- lines changed 3, context: html, text, full: html, text
5727669e8a2fa6a29614240442aa3d85812d2b9c Wed Oct 16 09:40:01 2024 -0700
again tiny change to time warning message, no redmine
- lines changed 1, context: html, text, full: html, text
73842d9355aa7aa407ba4719d45c85505b094842 Thu Oct 17 09:48:16 2024 -0700
removing debugging code that slipped out, oops
- src/hg/js/hui.js
- lines changed 7, context: html, text, full: html, text
0bb3a175e5dc6882aa1aa0e9e7a52e0a08630234 Tue Oct 15 06:32:01 2024 -0700
fixing small jquery upgrade problem, refs #23169
- src/hg/js/subCfg.js
- lines changed 4, context: html, text, full: html, text
efd31a21fbdbea22203abd6eefc1e1354132c330 Tue Oct 15 07:02:31 2024 -0700
tiny improvement for composites: when a track is not active, give an indicator that user should activate the subtrack first to configure it. not ideal, but some small step forward, refs #23169
- lines changed 1, context: html, text, full: html, text
5c17b0e02a8d094238e75146fdb8371df336faf0 Tue Oct 15 09:01:37 2024 -0700
didnt see error message during previous commit
- lines changed 2, context: html, text, full: html, text
917e844485ed3fd32b4cf90790f604e2643600b1 Fri Oct 18 14:50:19 2024 -0700
removing alert which wasnt useful in the end, refs #34653
- src/hg/js/utils.js
- lines changed 47, context: html, text, full: html, text
c35f61249daf6b5f463754b180c3fe74ef42d39d Tue Oct 15 06:13:50 2024 -0700
when hiding tracks on right-click, hide parents if possible, rather than their children, refs #27890
- lines changed 7, context: html, text, full: html, text
bc49261bb4a82b6b0068c069e5807e4f7e4420e7 Wed Oct 16 10:00:02 2024 -0700
bugfix, go over the deleted tracks, not all of trackDb. refs #27890
- src/hg/makeDb/trackDb/human/trackDb.ra
- lines changed 2, context: html, text, full: html, text
a54b7cc1f73f0ba053ee3ca633aa63d842b952ad Tue Oct 15 08:03:07 2024 -0700
renaming self chain tracks a little, refs #28389
- src/utils/hubtools/hubtools
- lines changed 408, context: html, text, full: html, text
c5a92d81293edb5d95fbeb37cbe381557e61fac0 Thu Oct 17 09:04:56 2024 -0700
extending hubtools to convert track archives to hubs, only supports BED for now, refs #34472
switch to commits view, user index