Commits for angie
switch to files view, user index
v376_preview2 to v376_base (2019-01-07 to 2019-01-14) v376
Show details
75220726105e48416a3cfe931ec0b12e0378d71c Wed Jan 9 09:48:17 2019 -0800
- Fix gcc-7 compiler warning reported by Hiram that was actually a bug, although never triggered by real data. refs #22738
3b42c8080b54ad87a6c37efbb3a78a0781b7e8ac Fri Jan 11 10:35:21 2019 -0800
- Fixing unencoded HTML characters caught by Daniel's testing. Also, when we quit, there might be thousands of errors left in the file, so say 'At least N errors...'. refs #22638
4825356e637c9de04de21505c471e2fe1361c6bc Fri Jan 11 11:01:19 2019 -0800
- Daniel pointed out that we were accepting short files with 0 valid settings but a not-too-high number of errors -- reject those files. refs #22638
4a5d2dbd54249e247fb49728e5fc9c598cb37efb Fri Jan 11 11:29:12 2019 -0800
- If it appears that the user tried to upload custom track data as a session, then give them a link to hgCustom. refs #22638
- src/hg/hgSession/hgSession.c - lines changed 11, context: html, text, full: html, text
38eb8f2928026c01ab5b442fb964b6486dbf02ef Fri Jan 11 11:59:18 2019 -0800
- Daniel found that the compress (.Z) and zip options were failing. Turns out hgSession was the only user of textOutCompressMenuContents. Follow suit with other CGIs and offer only gzip for compression. refs #22638
- src/hg/hgSession/hgSession.c - lines changed 11, context: html, text, full: html, text
switch to files view, user index