Commits for tdreszer
switch to files view, user index
v301_base to v302_preview (2014-06-09 to 2014-06-16) v302
- Polished for jshint. Some minor reformatting included.
- Polished for jshint.
- Polished for jshint. Minor reformatting. Fixed atleast one bug.
- Polished for jshint. Minor reformatting.
- Plished for jshint and some reformatting. At least one bug corrected.
- Fixed setTimeout (thanks Angie) and retooled where the output of a bug that was fixed yesterday was relied upon downstream.
- Fixed setTimeouts (thanks Angie) and marked some code as possibly DEAD.
- Polished for jshint. Minor formatting (e.g. all lines within 100). Strengthened normed(). Marked some code as possibly DEAD.
- Polished for jshint, which uncovered a couple minor bugs. Minimal reformatting. Plan to check in a reformatted version of the file soon.
- src/hg/js/hgTracks.js - lines changed 347, context: html, text, full: html, text
- Merge branch 'jshint' of hgwdev.sdsc.edu:/data/git/kent into jshint
- Formatting changes to be laid on top of jshint polishing.
- src/hg/js/hgTracks.js - lines changed 206, context: html, text, full: html, text
- All UCSC js files should pass jshint as part of make. Do not rely upon jshint.exclude.
- Polished only UCSC changes for jshint. These 3rd party files modified by UCSC do NOT pass jshint. But changes are kept to minimum for later disambiguating.
- src/hg/js/jquery.tablednd.js - lines changed 12, context: html, text, full: html, text
- src/hg/js/ui.dropdownchecklist.js - lines changed 6, context: html, text, full: html, text
- Merge branch 'master' into jshint
- Merge branch 'jshint' of hgwdev.sdsc.edu:/data/git/kent into jshint
- Merge branch 'jshint' of hgwdev.sdsc.edu:/data/git/kent into jshint
- Merge branch 'master' into jshint
- Fix for the (non-jshint related) bug where hiding then revisualizing a track without an intervening full page reload resultsin in an error. Redmine #13165.
- Fix bug where gene suggest was failing to make UCSC genes visible. Redmine #13304.
- Extended last fix to a couple more places that were relying upon creating hidden inputs, where adding to the queued cart vars makes more sense. Related to but not exactly redmine #13304.
- Had to merge in change from master, and clean up a bit.
- src/hg/js/hgHubConnect.js - lines changed 34, context: html, text, full: html, text
- Merger
- Changes at Angie's suggestion during pre-code-review. Redmine #13255.
- Undeclared variables do not pass the 'truthiness' test without error. Redmine #13385.
- Fix for tool-tip hover on hgTrackUi matrices, as reported by Jonathon.
- Tightened the screws on several descrete cases where comparison to undefined might have been acting on undeclared variable. I have looked through all the js files I altered for jshint and only found these few cases which might (but in practice probably don't) trigger exceptions.
- Merge branch 'master' into jshint
- Backing out several of the previous 'tightening screws' changes. In particular typeof(thing.var) !== 'undefined' if thing.var === null. I thought I tested this eariler, but now it is breaking sortTable, as reported by QA.
- Track name should not have dashes in it, because SQL table names do not allow it. Can't think of a reason that hub tracks (which are file-names) couldn't have dashes, but consistency is simplicity.
- src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml - lines changed 1, context: html, text, full: html, text
- Merge branch 'master' into jshint
- Extended URL trackDb setting to new tokens for item start and stop. Currently coded to use 1 bases coordinates for both start and stop. Redmine #13218
- Merge branch 'master' into jshint
switch to files view, user index