File Changes for tdreszer
switch to commits view, user indexv263_base to v264_preview (2012-02-14 to 2012-02-21) v264
- src/hg/hgTracks/simpleTracks.c
- lines changed 1, context: html, text, full: html, text
Changes that Brian made for finding track handlers closest to home, uncovered a dormant bug which had been masked by a dangerous method of swapping parent and child structs. This newly uncovered bug was due to referring to a track type of 'bedFloatScoreWithFdr' when it should have been 'bed5FloatScoreWithFdr'. The result of this uncovered bug is that the TrackCheck robot failed on hg17 and hg18 as described in redmine 6783 note 4. This fix is a candidate for patching.
- src/hg/js/hui.js
- lines changed 7, context: html, text, full: html, text
Further tighten the screws on matrix checkboxes. ABC checkboxes will go to the cart but XY CBs should not. Since ABC CBs will get marked 'changed', then class accounting must exclude 'changed' class. This and last subCfg.js checkin are for redmine 7015
- src/hg/js/subCfg.js
- lines changed 3, context: html, text, full: html, text
Matrix checkboxes were being marked with changed class which screws up class accounting in hui.js.
- lines changed 2, context: html, text, full: html, text
Further tighten the screws on matrix checkboxes. ABC checkboxes will go to the cart but XY CBs should not. Since ABC CBs will get marked 'changed', then class accounting must exclude 'changed' class. This and last subCfg.js checkin are for redmine 7015
- src/utils/qa/weeklybld/buildEnv.csh
- src/utils/qa/weeklybld/doHgNearTestRobot.csh
- lines changed 1, context: html, text, full: html, text
Fixed an erroneous check in this robot script.
switch to commits view, user index