Commits for max
switch to files view, user index
v298_preview2 to v298_base (2014-03-31 to 2014-04-07) v298
- fixing an error message
- changing hgLiftOver strategy in the browserbox: downloading liftoverfiles to local disk instead of streaming them through http, refs #11957
and refs #12717
- src/hg/hgLiftOver/hgLiftOver.c - lines changed 2, context: html, text, full: html, text
- changes after code review, refs #12998
- src/hg/htdocs/goldenPath/help/gbib.html - lines changed 3, context: html, text, full: html, text
- hg.conf doc change after code review, refs #12998
- Fixing hgVai again for gbib, refs #11957 and refs #12717. One problemwas that show tables cannot fail over. Probably need to libify
one day as a sqlShowTables() function. Another problem are the nib
directories in hg18. Working towards replacing all nib directories with their
twoBit versions via a hg.conf statement.
- oops forgot to check for null pointer in last commit.
- adding a top level target for htdocs+js+css, refs #12717 note 27
- Libifying yesterday's commit and applying another patch to hgVai to makeit work in the browserbox, refs #11957 and #12717
- fixing a mysqlinj bug in last commit
- making hgc bam clicks gbib-ready, refs #11957 and refs #12717
- further support to remove .nib access via an hg.conf option. refs #11957
- making makeTableList work for Jorge who has no hg.conf and his hgcentralhave no user or sessionDb tables. refs #11957
- src/hg/utils/makeTableList/makeTableList.c - lines changed 1, context: html, text, full: html, text
- when using a failover connection but no table cache, merge the tablelists from both the failover connection and the main connection.
Otherwise only local tracks show up. for this, extracting
old code into a new function and calling it twice. (NB: This code change
is very hard to see in the diff algorithm we use in the git reports.
The "patience" algorithm is a lot better: git diff --patience jksql.c)
switch to files view, user index