Commits for tdreszer
switch to files view, user index
v255_preview to v255_preview2 (2011-07-26 to 2011-08-02) v255
- Cleaned up the tdbExtras a little. Jim recommended always allocating. Currently leaving in an assert, but will remove it on next check-in
- src/hg/lib/customFactory.c - lines changed 1, context: html, text, full: html, text
- src/hg/lib/trackDbCustom.c - lines changed 19, context: html, text, full: html, text
- Fixed some hash sizes, moved some validation code from mdb.c to cv.c, added numeric sort of hgFileUi filerBy and track/file search of terms defined in cv validation as integer.
- Rearranged order of encode peak filters in hgTrackUi as per Katrina and redmine 4720.
- Integrate my dragScroll with Larry's new json hash code.
- src/hg/hgTracks/imageV2.c - lines changed 13, context: html, text, full: html, text
- src/hg/hgTracks/imageV2.h - lines changed 25, context: html, text, full: html, text
- Checking in a solution to hgApi/ajax call to get hub track metadata (redmine 3280). The fix is ifdef'd out until we are clear what we want.
- Oops. Left a 'curly' bracket. Is no 'mo'. Sorry 'Larry'.
- I need to init tdbExtras in hgTrackDb too.
- src/hg/lib/trackDbCustom.c - lines changed 2, context: html, text, full: html, text
- Temporarily reverting a change because Angie sees the assert popping. Will fix this Monday.
- Backtracking on tdbExtras. I don't think it should be defined for every tdb, but only defined when needed. I do think there should be getters and setters, because of create on use and because encapsulating object knowledge/assumptions makes sense long term.
- src/hg/lib/trackDbCustom.c - lines changed 86, context: html, text, full: html, text
switch to files view, user index