File Changes for tdreszer
switch to commits view, user indexv238_preview to v238_base (2010-08-10 to 2010-08-17) v238
- src/hg/cartDump/cartDump.c
- lines changed 4, context: html, text, full: html, text
Now that CART_VAR_EMPTY exists, cartDump should accept it just like it accepts 'n/a'
- src/hg/hgTracks/hgTracks.c
- lines changed 1, context: html, text, full: html, text
Fixed missing ENCODE Gencode bug by using trackHash instead of tdbExtras
- lines changed 65, context: html, text, full: html, text
Removed unneeded links from blubar for PDF/PS page and left justified the links
- lines changed 12, context: html, text, full: html, text
Added Bluebar of links to top of PS/PDF page and 'Return to Browser' button. This is because returning from ps/pdf page to image using back button erases dragReorder changes.
- lines changed 3, context: html, text, full: html, text
Changed tooltip for sideButton to make sure shortLabel is seen first, as per QA request
- lines changed 22, context: html, text, full: html, text
Extended limitedVisFromComposite() because findTracks calls it when composite itself is hidden
- lines changed 42, context: html, text, full: html, text
Fixed bug when SUBTRACKS_HAVE_VIS was on and wigMafs triggered infinite loop
- src/hg/hgTracks/imageV2.c
- lines changed 31, context: html, text, full: html, text
If dragReordered, successive newly visible tracks should appear below others
- lines changed 21, context: html, text, full: html, text
Changed tooltip for sideButton to make sure shortLabel is seen first, as per QA request
- lines changed 13, context: html, text, full: html, text
Moved some style settings to cheapcgi.c
- src/hg/hgTracks/imageV2.h
- lines changed 10, context: html, text, full: html, text
Fixed bug when SUBTRACKS_HAVE_VIS was on and wigMafs triggered infinite loop
- src/hg/hgTracks/searchTracks.c
- lines changed 2, context: html, text, full: html, text
Hidden vs. seen controls, id should not equal name
- lines changed 41, context: html, text, full: html, text
Needed to change 'sel' and 'vis' logic extensively to make findTracks play nice with composites and non-subtracks
- lines changed 87, context: html, text, full: html, text
Removed the CB_SELECTION ifndefs
- src/hg/htdocs/style/jquery-ui.css
- lines changed 2, context: html, text, full: html, text
Further tweaks in the mysterious black arts of css
- src/hg/inc/cart.h
- lines changed 5, context: html, text, full: html, text
Keeping track of vars chasnged by cgi requires the concept of CART_VAR_EMPTY
- lines changed 16, context: html, text, full: html, text
Added cartTdbTreeCleanupOverrides to cleanup subtrack settings when composite/view settings change
- src/hg/inc/hui.h
- lines changed 12, context: html, text, full: html, text
Needed to make subtrack four state CB logic available to hgTracks
- src/hg/js/hgTracks.js
- lines changed 15, context: html, text, full: html, text
Hidden vs. seen controls, id should not equal name
- lines changed 88, context: html, text, full: html, text
Needed to change 'sel' and 'vis' logic extensively to make findTracks play nice with composites and non-subtracks
- lines changed 1, context: html, text, full: html, text
Tabs were shown as divs before being set up. Now they are hidden until set up
- src/hg/js/hui.js
- lines changed 4, context: html, text, full: html, text
Made subtrack DnD a little more consistent with imageV2 DnD
- src/hg/js/jquery.tablednd.js
- lines changed 1, context: html, text, full: html, text
Fixed bug affecting subtrack list DnD but not trackImage DnD
- src/hg/js/utils.js
- src/hg/lib/cart.c
- lines changed 72, context: html, text, full: html, text
Keeping track of vars chasnged by cgi requires the concept of CART_VAR_EMPTY
- lines changed 157, context: html, text, full: html, text
Added cartTdbTreeCleanupOverrides to cleanup subtrack settings when composite/view settings change
- src/hg/lib/hui.c
- lines changed 17, context: html, text, full: html, text
Needed to make subtrack four state CB logic available to hgTracks
- src/hg/lib/web.c
- lines changed 1, context: html, text, full: html, text
Added cartTdbTreeCleanupOverrides to cleanup subtrack settings when composite/view settings change
- src/inc/cheapcgi.h
- lines changed 5, context: html, text, full: html, text
Extended commonCssStyles and made amenable to printf/hgPrintf
- src/lib/cheapcgi.c
- lines changed 5, context: html, text, full: html, text
Name is now optional on drop down select. This was necessary to make findTracks behave
- lines changed 51, context: html, text, full: html, text
Extended commonCssStyles and made amenable to printf/hgPrintf
- src/lib/errabort.c
- lines changed 6, context: html, text, full: html, text
Missed sheltering the include execinfo.h within BACKTRACE_EXISTS define
switch to commits view, user index