Commits for angie
switch to files view, user index
v319_preview to v319_preview2 (2015-06-29 to 2015-07-06) v319
- Don't expect to find autoSql for metaDb tables or big* (fileName-only) tables.
- src/test/buildTableDescriptions.pl - lines changed 2, context: html, text, full: html, text
- Oops, using sizeof instead of ArraySize was causing a SEGV when pasting
bogus text with more than 5 words per line into the user regions box.
- src/hg/lib/userRegions.c - lines changed 1, context: html, text, full: html, text
- Added support for null to jsonParse, except for when we expect to find
an int, float or boolean.
- For AJAX file upload, modern browsers support the FormData API. In order to
support older browsers (esp IE), I was instead using the JQuery plugin Bifrost
which uses a hidden iframe to submit a form and read the result of the query.
That worked on modern browsers too -- except IE11. So, if a browser supports
FormData, use that; otherwise fall back on the Bifrost plugin.
Meanwhile, I clean up UserRegionsMixin.js a bit by moving the file uploading
code into cart.js and moving the JQuery selecting code into UserRegions.jsx.
fixes #15609
- src/hg/hgIntegrator/hgIntegrator.c - lines changed 6, context: html, text, full: html, text
- src/hg/js/model/lib/ImModel.js - lines changed 16, context: html, text, full: html, text
- src/hg/js/model/lib/UserRegionsMixin.js - lines changed 18, context: html, text, full: html, text
- src/hg/js/model/lib/cart.js - lines changed 40, context: html, text, full: html, text
- src/hg/js/react/lib/UserRegions.jsx - lines changed 44, context: html, text, full: html, text
- Updating pubsBlat.as to reflect current pubsBlat table, and adding
pubsBlat2.as to reflect Max's newer schema with more extra fields.
refs #15610
- src/hg/lib/pubsBlat.as - lines changed 11, context: html, text, full: html, text
- src/hg/lib/pubsBlat2.as - lines changed 30, context: html, text, full: html, text
switch to files view, user index