File Changes for kate
switch to commits view, user indexv266_preview to v266_preview2 (2012-04-10 to 2012-04-17) v266
- src/hg/encode/hgEncodeApi/hgEncodeApi.c
- lines changed 264, context: html, text, full: html, text
Factor out ENCODE-specific API calls into separate CGI. Basic/rough cut
- lines changed 46, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- lines changed 189, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/encode/hgEncodeApi/makefile
- lines changed 14, context: html, text, full: html, text
Factor out ENCODE-specific API calls into separate CGI. Basic/rough cut
- src/hg/encode/makefile
- lines changed 2, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- src/hg/hgApi/hgApi.c
- lines changed 195, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/htdocs/ENCODE/dataMatrix/dataMatrix.css
- lines changed 1, context: html, text, full: html, text
1. Change handling of hovering over experiments to suppress highlighting on IE which is too slow. Item *28 in redmine #5149. 2. Change handling of title (tooltip) on experiments for less overhead (assign as attribute, instead of dynamically generating on click)
- src/hg/inc/api.h
- lines changed 7, context: html, text, full: html, text
Minimal lib for shared functions for API programs
- src/hg/inc/cv.h
- lines changed 11, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/inc/encode/encodeExp.h
- lines changed 3, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- lines changed 5, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/js/encodeChipMatrix.js
- lines changed 13, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- lines changed 7, context: html, text, full: html, text
1. Change handling of hovering over experiments to suppress highlighting on IE which is too slow. Item *28 in redmine #5149. 2. Change handling of title (tooltip) on experiments for less overhead (assign as attribute, instead of dynamically generating on click)
- src/hg/js/encodeDataMatrix.js
- lines changed 14, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- lines changed 11, context: html, text, full: html, text
1. Change handling of hovering over experiments to suppress highlighting on IE which is too slow. Item *28 in redmine #5149. 2. Change handling of title (tooltip) on experiments for less overhead (assign as attribute, instead of dynamically generating on click)
- src/hg/js/encodeDataSummary.js
- lines changed 12, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- src/hg/js/encodeMatrix.js
- lines changed 17, context: html, text, full: html, text
1. Change handling of hovering over experiments to suppress highlighting on IE which is too slow. Item *28 in redmine #5149. 2. Change handling of title (tooltip) on experiments for less overhead (assign as attribute, instead of dynamically generating on click)
- src/hg/js/encodeProject.js
- lines changed 3, context: html, text, full: html, text
Factor out ENCODE-specific API calls into separate CGI. Basic/rough cut
- lines changed 12, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- src/hg/lib/api.c
- lines changed 32, context: html, text, full: html, text
Minimal lib for shared functions for API programs
- src/hg/lib/cv.c
- lines changed 69, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/lib/encode/encodeExp.c
- lines changed 14, context: html, text, full: html, text
hgEncodeApi cleanup - retire encodeExpId request. Merge functionality into experiments request (it now filters on db= parameter)
- lines changed 23, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/lib/makefile
- lines changed 2, context: html, text, full: html, text
hgEncodeApi and hgApi cleanup complete
- src/hg/makefile
- lines changed 2, context: html, text, full: html, text
add ENCODE api CGI, that provides ajax calls for ENCODE Data Matrix application
switch to commits view, user index