Commits for galt
switch to files view, user index
v340_preview to v340_preview2 (2016-10-03 to 2016-10-10) v340
Show details
3de82ff7fd9de5151f140a8282713eaed47881c2 Sat Oct 1 11:57:01 2016 -0700
- Fixing bug with textarea. Because browser submits linefeeds as CRLF and even converts CR to CRLF, and we were converting LF to an html entity neglecting CR, we got a strange expansion of newlines (and pipe chars under ff) every time hgVai is submitted. It looks like old code that is safe to remove, so the html-entity encoding of LF in htmlEncode is gone. This is intended to simplify things. Refs#17782.
4080635571d545e38ec5d6d363bac9c5c9e8bd42 Mon Oct 3 14:46:49 2016 -0700
- Refs #17782. html encode title for some codepaths in htmshell.c.
89cacc8b69a80a7e2787aaf9082782a83352d789 Tue Oct 4 14:34:03 2016 -0700
- refs #18175. more elegant code for the hex decoder for attr css js url. Thanks Angie.
- src/lib/tests/testDecodedString.c - lines changed 5, context: html, text, full: html, text
54394882d8acb424d954899ede629d6b9dd522e8 Wed Oct 5 16:54:11 2016 -0700
- removing comment.
- src/hg/phyloPng/phyloPng.c - lines changed 3, context: html, text, full: html, text
c68d2c9b63b22488a6746004246a235c65a1dec9 Wed Oct 5 17:25:13 2016 -0700
- Fixes problem with crashing in hgTables, hgIntegrator and hgSession when bogus XSS hgsid is given. It had been generating an errAbort with the wrong handler such that the content-type never appeared in the output. also did minor removal of commented out code cleanup. refs #18163.
4e84edcbf2bd31c87f184b2c63c92ad8691638a7 Thu Oct 6 01:35:15 2016 -0700
- hgGateway needs early warn handlers. htmshell.c needs to also write error to stderr on early errors.
- src/hg/hgGateway/hgGateway.c - lines changed 1, context: html, text, full: html, text
8ed54eda44eba3788b50aba97a70080dad274e90 Fri Oct 7 18:27:15 2016 -0700
- Added a useful comment about tricky textarea newlines.
switch to files view, user index