File Changes for larrym
switch to commits view, user indexv256_preview to v256_preview2 (2011-08-16 to 2011-08-23) v256
- src/hg/hgTracks/hgTracks.c
- lines changed 1, context: html, text, full: html, text
abandon attempt at in-place update when user hits back button b/c it wasn't restoring track order; use boolean type values in the dirty hidden
- lines changed 23, context: html, text, full: html, text
move excludeVars so it can be used in multiple CGIs
- src/hg/hgTracks/hgTracks.h
- lines changed 3, context: html, text, full: html, text
turn on SUPPORT_CONTENT_TYPE; unused in most trees (see redmine 4888)
- src/hg/hgTracks/mainMain.c
- lines changed 20, context: html, text, full: html, text
move excludeVars so it can be used in multiple CGIs
- src/hg/hgTracks/renderMain.c
- lines changed 22, context: html, text, full: html, text
support call as a CGI using the cart (see redmine 4888)
- src/hg/js/ajax.js
- lines changed 9, context: html, text, full: html, text
modify ajax error to encourage user to retry
- src/hg/js/hgTracks.js
- lines changed 8, context: html, text, full: html, text
hide contextmenu when initiating a drag-select or drag-scroll
- lines changed 9, context: html, text, full: html, text
abandon attempt at in-place update when user hits back button b/c it wasn't restoring track order; use boolean type values in the dirty hidden
- lines changed 4, context: html, text, full: html, text
working version of jQuery.jStore code (currently not-used, but we may use this in the future)
- lines changed 2, context: html, text, full: html, text
use markAsDirtyPage the the track group toggling code
- lines changed 5, context: html, text, full: html, text
add markAsDirtyPage calls when hiding tracks
- lines changed 7, context: html, text, full: html, text
comments about hgTracks object
- lines changed 6, context: html, text, full: html, text
always call updateTiming in handleUpdateTrackMap (i.e. even when only updating a single track)
- src/hg/js/jquery.contextmenu.js
- lines changed 2, context: html, text, full: html, text
return new menu rather than the container from the constructor
- src/hg/js/jquery.jstore.js
- lines changed 56, context: html, text, full: html, text
plugin to allow local storage (see redmine 4952)
- lines changed 1825, context: html, text, full: html, text
add most recent version (downloaded from http://jquery-jstore.googlecode.com/svn-history/r38/trunk/src/jquery.jstore.js)
- lines changed 1824, context: html, text, full: html, text
backout new version because it was broken (had reference to undefined Class object)
switch to commits view, user index