Commits for chinhli
switch to files view, user index
v290_base to v291_preview (2013-09-30 to 2013-10-07) v291
- 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/encode3/encodeDataWarehouse/lib/edwLib.c - lines changed 7, context: html, text, full: html, text
- Added jsonFindNameRecurse() and jsonFindName() to extract the email address from JSON file.
- Use slNameAddHead() instead of slNameAddTail() in jsonFindNameRecurse(). Added jsonFindNameUniq() to filter out duplicate name.
switch to files view, user index