File Changes for tdreszer
switch to commits view, user indexv262_base to v263_preview (2012-01-24 to 2012-01-31) v263
- src/hg/inc/trackDb.h
- lines changed 2, context: html, text, full: html, text
configurable off should be supported at composite/view and subtrack level. Before this it was only at subtrack level.
- lines changed 2, context: html, text, full: html, text
Discovered there is still reason to distinguish 'configurable off' from 'configureByPopup off'. The first is a superset but the second pretains only to retrieving cfg dialog by ajax.
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
Right-click 'clickThrough' cfg was erroneously providing 2 options on subtracks. Click-through is already provided by composite cfg option.
- lines changed 28, context: html, text, full: html, text
Use code that shlerps js and css files, and embedded js out of ajax returned html for popup cfg. The same code has been altered to fix getting warnBox contents out of the ajax results and putting them into the current page's warnBox.
- src/hg/js/hui.js
- lines changed 5, context: html, text, full: html, text
Fixed 2 bugs with filterBy's as seen on Encode Gencode V10. First, subtrack filterby's were getting the wrong name in some circumstances. Second, putting filterBy's inside a view cfg means they may have been hidden during setup. But ddcl's require visible multi-selects to be sized properly.
- src/hg/js/utils.js
- lines changed 3, context: html, text, full: html, text
Shlurping up warn messages in ajax results needed extending to multiple messages.
- lines changed 102, context: html, text, full: html, text
Use code that shlerps js and css files, and embedded js out of ajax returned html for popup cfg. The same code has been altered to fix getting warnBox contents out of the ajax results and putting them into the current page's warnBox.
- src/hg/lib/hui.c
- lines changed 7, context: html, text, full: html, text
Fixed 2 bugs with filterBy's as seen on Encode Gencode V10. First, subtrack filterby's were getting the wrong name in some circumstances. Second, putting filterBy's inside a view cfg means they may have been hidden during setup. But ddcl's require visible multi-selects to be sized properly.
- lines changed 12, context: html, text, full: html, text
configurable off should be supported at composite/view and subtrack level. Before this it was only at subtrack level.
- lines changed 2, context: html, text, full: html, text
Discovered there is still reason to distinguish 'configurable off' from 'configureByPopup off'. The first is a superset but the second pretains only to retrieving cfg dialog by ajax.
- src/hg/lib/trackDbCustom.c
- lines changed 9, context: html, text, full: html, text
configurable off should be supported at composite/view and subtrack level. Before this it was only at subtrack level.
- lines changed 5, context: html, text, full: html, text
Discovered there is still reason to distinguish 'configurable off' from 'configureByPopup off'. The first is a superset but the second pretains only to retrieving cfg dialog by ajax.
- src/hg/makeDb/trackDb/README
- lines changed 37, context: html, text, full: html, text
Updated information about 'configurable' and 'configureByPopup' redmine 6742.
- src/utils/qa/weeklybld/buildEnv.csh
- src/utils/qa/weeklybld/doHgTablesTestRobot.csh
- lines changed 2, context: html, text, full: html, text
Fixed script to only send email when there are actual errors
- src/utils/qa/weeklybld/doNewBranch.csh
- lines changed 3, context: html, text, full: html, text
Added Kate to summary email and fixed range on example git log command
- src/utils/qa/weeklybld/doTrackCheckRobot.csh
- lines changed 2, context: html, text, full: html, text
Send message to browser-qa when TrackCheck is done
switch to commits view, user index