Commits for galt
switch to files view, user index
v345_base to v346_preview (2017-02-20 to 2017-02-27) v346
Show details
af730d9e24c0642fe39657f890bc117ed015ccbf Wed Feb 15 01:12:26 2017 -0800
- CSP code cleanup. Using new var-args versions of functions jsInlineF and jsOnEventByIdF to avoid using lots of fixed-size local javascript strings.
- src/hg/hgCustom/hgCustom.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgHubConnect/hgHubConnect.c - lines changed 17, context: html, text, full: html, text
- src/hg/hgSession/hgSession.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 11, context: html, text, full: html, text
- src/hg/hgTracks/config.c - lines changed 13, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgTracks/searchTracks.c - lines changed 32, context: html, text, full: html, text
- src/hg/lib/haplotypes.c - lines changed 16, context: html, text, full: html, text
- src/hg/near/hgNear/hgNear.c - lines changed 18, context: html, text, full: html, text
2b30b55d6a5b71648296873b570b9d68b4901b6a Wed Feb 15 02:21:56 2017 -0800
- CSP code cleanup. Using jsInlineF where needed for compact and efficient code, not using fixed-size local javascript strings which could overflow.
- src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgLogin/hgLogin.c - lines changed 12, context: html, text, full: html, text
- src/hg/hgPublicSessions/hgPublicSessions.c - lines changed 8, context: html, text, full: html, text
- src/hg/hgSession/hgSession.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTables/great.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTables/hgTables.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTables/mainPage.c - lines changed 8, context: html, text, full: html, text
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/extTools.c - lines changed 4, context: html, text, full: html, text
- src/hg/lib/googleAnalytics.c - lines changed 3, context: html, text, full: html, text
- src/hg/lib/tablesTables.c - lines changed 3, context: html, text, full: html, text
3a3ec8b5707ef96c4b187b3a9df8179395fa6307 Wed Feb 15 12:14:44 2017 -0800
- CSP Cleanup. Moving detailed CSP3 discussion to a separate README. refs #18737
- src/lib/README-CSP3.txt - lines changed 50, context: html, text, full: html, text
5e4838f28e48e8175b933f5c2f459785add6f1cb Wed Feb 15 15:30:20 2017 -0800
- fixed merge conflicts after pull from master. mostly fixing missing semi-colons and newlines on short bits of js.
- src/hg/hgLogin/hgLogin.c - lines changed 20, context: html, text, full: html, text
- src/hg/hgTracks/extTools.c - lines changed 5, context: html, text, full: html, text
482158b809f346581126ebd6f016142a9d5664be Wed Feb 15 22:53:20 2017 -0800
- Merge branch 'master' into cspCleanup
323866be006dc445b4990ce6bed44c4bdeefc980 Thu Feb 16 12:06:25 2017 -0800
- Merge branch 'master' into cspCleanup
fea178cebc7a954043669395c5648d9f448dcd4c Tue Feb 21 11:37:34 2017 -0800
- Merge branch 'cspCleanup'
9ab0ae3be4331e190b21e2caef88ed5ddbd44ca9 Wed Feb 22 15:29:02 2017 -0800
- Fixes #18918. hgTrackUi SuperTrack config had id-conflict. Resolved by adding _check suffix to the checkbox id.
- src/hg/hgTrackUi/hgTrackUi.c - lines changed 4, context: html, text, full: html, text
1a3019fbfddcca846d3db58251b9cc423417416b Thu Feb 23 17:32:59 2017 -0800
- Fixes htmlCheckLinks (really htmlPage.c) which is demainding a name if the onchange= does not exist. I have added that also having an id= is enough to consider it not an error. refs #18918.
9367c4abbf200b833b19c5fe77a198c41a48c809 Fri Feb 24 18:29:08 2017 -0800
- Adding new function strictTagNestCheck to htmlCheck. CSP testing turned up CGI webpage output that was not even being parsed correctly or the same by various browsers because of reversed end-tags. htmlCheck should be able to find these problems too. Also added the pipe and comma chars to the chars allowed in urls by htmlPage.c
- src/utils/htmlCheck/htmlCheck.c - lines changed 6, context: html, text, full: html, text
fd81dd0a7889fb72292a9e74cccede7f5255faef Sat Feb 25 17:49:20 2017 -0800
- adding SVG self-closing tag capability to htmlCheck.
23921b6108562ad66c79b2abd65c89130944c682 Mon Feb 27 10:04:33 2017 -0800
- v346 preview1 refs #18789
- src/utils/qa/weeklybld/buildEnv.csh - lines changed 2, context: html, text, full: html, text
switch to files view, user index