File Changes for chinhli
switch to commits view, user indexv290_base to v291_preview (2013-09-30 to 2013-10-07) v291
- src/hg/encode3/encodeDataWarehouse/lib/edwLib.c
- lines changed 7, context: html, text, full: html, text
Row 1 to 36 of edwFile.submitId are all equal to 1. And the userId of edwSubmit row 1 is 0. the edwUserNameFromFileId() will cause the 500 server error when looking for email of the the non-exist user 0. In this case, edwUserNameFromFileId() should return "an unknown user" instead.
- src/hg/inc/jsHelper.h
- lines changed 8, context: html, text, full: html, text
Added jsonFindNameRecurse() and jsonFindName() to extract the email address from JSON file.
- lines changed 8, context: html, text, full: html, text
Use slNameAddHead() instead of slNameAddTail() in jsonFindNameRecurse(). Added jsonFindNameUniq() to filter out duplicate name.
- src/hg/lib/jsHelper.c
- lines changed 62, context: html, text, full: html, text
Added jsonFindNameRecurse() and jsonFindName() to extract the email address from JSON file.
- lines changed 22, context: html, text, full: html, text
Use slNameAddHead() instead of slNameAddTail() in jsonFindNameRecurse(). Added jsonFindNameUniq() to filter out duplicate name.
switch to commits view, user index