File Changes for angie
switch to commits view, user indexv281_preview to v281_preview2 (2013-03-12 to 2013-03-19) v281
- src/hg/hgSession/hgSession.c
- lines changed 3, context: html, text, full: html, text
Fixing bug reported via MLQ: When repeatedly adding/modifying customtracks and saving sessions without any cartResets or session loads,
the same ctfile was used in both saved sessions and the user's active
cart, so modifications after saving a session were leaking back to
saved sessions. Fix: copy custom tracks not only when loading a
saved session, but also immediately after saving a session, so that
the user's active cart no longer has the same ctfile (and customTrash
database tables, etc) as the saved session.
fixes #10396, refs #10323
- src/hg/inc/cart.h
- lines changed 4, context: html, text, full: html, text
Fixing bug reported via MLQ: When repeatedly adding/modifying customtracks and saving sessions without any cartResets or session loads,
the same ctfile was used in both saved sessions and the user's active
cart, so modifications after saving a session were leaking back to
saved sessions. Fix: copy custom tracks not only when loading a
saved session, but also immediately after saving a session, so that
the user's active cart no longer has the same ctfile (and customTrash
database tables, etc) as the saved session.
fixes #10396, refs #10323
- src/hg/lib/cart.c
- lines changed 14, context: html, text, full: html, text
Fixing bug reported via MLQ: When repeatedly adding/modifying customtracks and saving sessions without any cartResets or session loads,
the same ctfile was used in both saved sessions and the user's active
cart, so modifications after saving a session were leaking back to
saved sessions. Fix: copy custom tracks not only when loading a
saved session, but also immediately after saving a session, so that
the user's active cart no longer has the same ctfile (and customTrash
database tables, etc) as the saved session.
fixes #10396, refs #10323
- src/hg/lib/hgFind.c
- lines changed 1, context: html, text, full: html, text
Trivial addition of support for HGVS position range nomenclature,which has "_" between start and end (instead of "-"). refs #10392
switch to commits view, user index