Commits for tdreszer
switch to files view, user index
v244_base to v245_preview (2010-12-07 to 2010-12-14) v245
- Two missing controls were submitted
- src/hg/makeDb/trackDb/human/hg19/metaDb/alpha/wgEncodeBroadHistone.ra - lines changed 215, context: html, text, full: html, text
- Broad finally provided their methods update.
- src/hg/makeDb/trackDb/human/hg19/wgEncodeBroadHistone.html - lines changed 89, context: html, text, full: html, text
- Broad submitted 2 missing controls.
- src/hg/makeDb/trackDb/human/hg19/wgEncodeBroadHistone.ra - lines changed 248, context: html, text, full: html, text
- Noticed 49 fileIndexes missing from the mdb
- src/hg/makeDb/trackDb/human/hg19/metaDb/alpha/wgEncodeBroadHistone.ra - lines changed 50, context: html, text, full: html, text
- Fix typo
- src/hg/makeDb/trackDb/human/hg19/metaDb/alpha/wgEncodeBroadHistone.ra - lines changed 2, context: html, text, full: html, text
- Added tdbForTrack to replace hTrackDbForTrack. New version allows passing in the list of tdbs, so that the list is not regenerated time and time again.
- Added 2 useful APIs
- Split compositeUiSubtracks into hgTrackUi vs hgTable versions. Remade subtrack list using the new 'sortable' table methods. Remade makeTrackHashWithComposites to take in/out for tdbList, enabling few rebuilds of this list.
- Moved sort routines from hui.js to utils.js and rewrote them so they are not hgTrackUi subtrack list specific. Use table.sortable to make almost any table sortable
- Added styles to support table.sortable.
- src/hg/htdocs/style/HGStyle.css - lines changed 8, context: html, text, full: html, text
- Added fileUi.c which supports making downloadable files cgi with table.sortable and eventually filterBoxes
- Added support for 'downloadsOnly' style tracks which will call fileDb APIs to present downloadable files from cgi.
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 47, context: html, text, full: html, text
- Needed for fileDb APIs which present downloadable files from cgi as table.sortable
- Fix makeTrackHash macro for only 2 args
- ClosestToHome will now support suffixes that begin with '_'.
- Fixed obscure bug where map area had no COORDS. FF on Linux prevented rightClick occasionally because of this.
- Not ready for prime time 'downloadsOnly track type.
- src/hg/hgTracks/hgTracks.c - lines changed 2, context: html, text, full: html, text
- Fixed type=ld2 form remine #1333.4. Didn't work with ClosestToHome logic which caused rightClick weirdnesses.
- src/hg/hgTracks/variation.c - lines changed 25, context: html, text, full: html, text
- Part of redmine #1333.4 fix. Subtracks were *sometimes* not getting vis from parent on rightClick.
- src/hg/hgTracks/hgTracks.c - lines changed 3, context: html, text, full: html, text
- Emergency fix to composite reshaping code. Checked it with code commented out to illustrate the exact change.
- Did I say last time was the fix? No no, this time really.
- Reverting back 2 previous checkins in order to give single clean checkin as push request.
- This is the sime clean fix for Showstopper bug 1071 on 12-13-2010
- Fix for after midnight release hold bug. This reintroduces lesser problem of finding and selecting both composite and child subtrack at the same time, but solves the major problem of not being able to set composite level visibility
- src/hg/hgTracks/hgTracks.c - lines changed 6, context: html, text, full: html, text
- Back out all last minute changes to cart as ill adviced at this time
switch to files view, user index