File Changes for tdreszer
switch to commits view, user indexv252_base to v253_preview (2011-06-07 to 2011-06-14) v253
- src/hg/hgGenome/bedList.c
- lines changed 2, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/hgGenome/import.c
- lines changed 12, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/hgTables/hgTables.c
- lines changed 9, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/hgText/hgText.c
- lines changed 2, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/hgTracks/searchTracks.c
- lines changed 4, context: html, text, full: html, text
Should do tr coloring by bgLevel class to make sure the metadata toggle background coloring works okay.
- lines changed 1, context: html, text, full: html, text
Oops. Let a bit of the new toggling track seep into the last check in.
- lines changed 1, context: html, text, full: html, text
Checking in metadata toggle with up/down arrows. This replaces the '...' link.
- src/hg/hgc/hgc.c
- lines changed 1, context: html, text, full: html, text
Don't show strand when strand is '.'
- src/hg/htdocs/images/downBlue.png
- lines changed 0, context: html, text, full: html, text
Adding images for the '...' replacement of metadata toggle.
- src/hg/htdocs/images/upBlue.png
- lines changed 0, context: html, text, full: html, text
Adding images for the '...' replacement of metadata toggle.
- src/hg/inc/fileUi.h
- lines changed 7, context: html, text, full: html, text
tdbIsDownloadsOnly moved to trackDb.h to be more widely available
- src/hg/inc/trackDb.h
- lines changed 8, context: html, text, full: html, text
tdbIsDownloadsOnly moved to trackDb.h to be more widely available
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
fix for redmine 4216. JS bug was tolerated by some browser? Not sure why this one wasn't seen before.
- src/hg/js/hui.js
- lines changed 2, context: html, text, full: html, text
Checking in metadata toggle with up/down arrows. This replaces the '...' link.
- src/hg/js/utils.js
- lines changed 10, context: html, text, full: html, text
Fix for redmine 4206, toggle metadata background color gets lost.
- lines changed 8, context: html, text, full: html, text
Checking in metadata toggle with up/down arrows. This replaces the '...' link.
- src/hg/lib/encode/openChromCombinedPeaks.as
- lines changed 12, context: html, text, full: html, text
After some tests, I think buildTableDescriptions will finally understand what to do with OpenChromSynth tables
- lines changed 1, context: html, text, full: html, text
When am I going to learn how to spell?
- src/hg/lib/hdb.c
- lines changed 25, context: html, text, full: html, text
downloadsOnly tracks will continue to have a 'table' value, even though that is meaningless. This is because CGIs need bullet-proofing. I have done hgTracks, hgTrackUi, hgTables and hgGenome.
- src/hg/lib/hui.c
- lines changed 3, context: html, text, full: html, text
Checking in metadata toggle with up/down arrows. This replaces the '...' link.
- lines changed 3, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/lib/mdb.c
- lines changed 1, context: html, text, full: html, text
Simple bullet-proofing against tdb->table being empty.
- src/hg/makeDb/trackDb/human/hg19/metaDb/alpha/makefile
- lines changed 1, context: html, text, full: html, text
Added trackDb for UMass Decker and metaDb for UW 5C. Both of these for Kate.
- src/hg/makeDb/trackDb/human/hg19/metaDb/alpha/wgEncodeUw5C.ra
- lines changed 613, context: html, text, full: html, text
Added trackDb for UMass Decker and metaDb for UW 5C. Both of these for Kate.
- src/hg/makeDb/trackDb/human/hg19/trackDb.wgEncode.ra
- lines changed 1, context: html, text, full: html, text
Added trackDb for UMass Decker and metaDb for UW 5C. Both of these for Kate.
- lines changed 1, context: html, text, full: html, text
Adding Kate's UmassDekker%C again because tdb->table being empty is now guarded against.
- src/hg/makeDb/trackDb/human/hg19/wgEncodeOpenChromSynth.ra
- lines changed 1, context: html, text, full: html, text
Katrina wants this dense.
- src/hg/makeDb/trackDb/human/hg19/wgEncodeUmassDekker5C.ra
- lines changed 11, context: html, text, full: html, text
Added trackDb for UMass Decker and metaDb for UW 5C. Both of these for Kate.
- src/test/buildTableDescriptions.pl
- lines changed 2, context: html, text, full: html, text
Special case added for openChromSynth, because without it only the first 8 fields are described in hgTable schema.
- lines changed 2, context: html, text, full: html, text
After some tests, I think buildTableDescriptions will finally understand what to do with OpenChromSynth tables
switch to commits view, user index