Commits for kate
switch to files view, user index
v265_preview2 to v265_base (2012-03-20 to 2012-03-27) v265
- Changes responding to QA (redmine #5149, issues note 27). 1. Save user-selected search type in cookie so it persists across pages. 2. Include ChIP-seq in cell-based experiment table on data summary page. 3. encode URL passed to hgEncodeVocab so cells having terms with weird chars (e.g. +) will work. Also, override extra search dropdowns (until figure out how to remove mdbVar cart vars by URL)
- src/hg/js/encodeDataMatrix.js - lines changed 4, context: html, text, full: html, text
- src/hg/js/encodeDataSummary.js - lines changed 13, context: html, text, full: html, text
- src/hg/js/encodeMatrix.js - lines changed 26, context: html, text, full: html, text
- New titles for Data Summary tables, thanks Jeff L
- src/hg/htdocs/ENCODE/dataMatrix/encodeDataSummaryInclude.html - lines changed 2, context: html, text, full: html, text
- Better method of suppressing extra search dropdowns from URL
- src/hg/js/encodeChipMatrix.js - lines changed 8, context: html, text, full: html, text
- src/hg/js/encodeDataMatrix.js - lines changed 7, context: html, text, full: html, text
- src/hg/js/encodeDataSummary.js - lines changed 7, context: html, text, full: html, text
- Add fix for lack of persistence in search type radio button setting when floating header is activated
- src/hg/js/encodeMatrix.js - lines changed 22, context: html, text, full: html, text
- Restore vertical headers on IE to bottom->top directionality. More readable, and layout is quicker. At the expense of more jagged font.
- src/hg/htdocs/ENCODE/dataMatrix/dataMatrix.css - lines changed 1, context: html, text, full: html, text
- Fix for floating header break -- mistakenly overrode fadein rather than fadeout with fix for lost search radio buttons
- src/hg/js/encodeMatrix.js - lines changed 1, context: html, text, full: html, text
- Fix again so both serarch button persistence and floating header operate correctly. Setting radio button on fadeIn handles it (custom fadeOut didn't hide the floater properly).
- src/hg/js/encodeMatrix.js - lines changed 3, context: html, text, full: html, text
- Suppress mouseOver on X axis (Column headers) under IE8 as QA noted this results in a flashing effect
- src/hg/js/encodeChipMatrix.js - lines changed 10, context: html, text, full: html, text
- src/hg/js/encodeDataMatrix.js - lines changed 12, context: html, text, full: html, text
- src/hg/js/encodeProject.js - lines changed 6, context: html, text, full: html, text
- encodeExperiment table 'production copy' lives on preview server. API call looks there if table not found on localhost.
switch to files view, user index