File Changes for angie
switch to commits view, user indexv318_preview to v318_preview2 (2015-06-08 to 2015-06-15) v318
- src/hg/hgIntegrator/hgIntegrator.c
- lines changed 1, context: html, text, full: html, text
Use POST as queryForm's method, and use POST for ajax requests, because IE11 can't handle big URLs.
refs #14579 note 84
- src/hg/hgTables/userRegions.c
- lines changed 6, context: html, text, full: html, text
Fix a memory-usage bug that was leading to weird symptoms such as random
data stored in the cart and possibly also bad end cookie when freeing.
lineFileNext can trash the string passed to lineFileOnString, so pass
in a copy instead of the original string.
refs #15506
- src/hg/hgTracks/wigTrack.c
- lines changed 2, context: html, text, full: html, text
Adding a couple cloneString calls that I think are necessary;
consider what may happen to wi->file, esp w/"freeMem(currentFile)".
- src/hg/htdocs/inc/globalNavBar.inc
- lines changed 1, context: html, text, full: html, text
Since Data Integrator is released, add it to globalNavBar.inc and
remove the special case hook from web.c.
refs #14579
- src/hg/js/model/lib/UserRegionsMixin.js
- lines changed 10, context: html, text, full: html, text
Use POST as queryForm's method, and use POST for ajax requests, because IE11 can't handle big URLs.
refs #14579 note 84
- src/hg/js/model/lib/cart.js
- lines changed 62, context: html, text, full: html, text
Use POST as queryForm's method, and use POST for ajax requests, because IE11 can't handle big URLs.
refs #14579 note 84
- src/hg/lib/hAnno.c
- lines changed 19, context: html, text, full: html, text
annoStreamDbFactorSource assumes that 'type factorSource' implies a
particular set of fields -- but on hgwdev it doesn't because there is
an older 'type factorSource' table that has BED15 fields. So if the
fields aren't what we expect for 'type factorSource', just treat it
as a plain old db table.
refs #14579 notes 145 & 146.
- src/hg/lib/web.c
- lines changed 9, context: html, text, full: html, text
Since Data Integrator is released, add it to globalNavBar.inc and
remove the special case hook from web.c.
refs #14579
switch to commits view, user index