Commits for chmalee
switch to files view, user index
v493_preview2 to v493_base (2026-01-19 to 2026-01-26) v493
Show details
77351c0fa18c6b8da672a097790a1533c068b119 Tue Jan 20 15:20:10 2026 -0800
- cheapcgi.c:cgiEncode() encodes space to +, so we need to do the same in javascript, refs Max email
4f1f8506b8f8ad9e83f484032bab80866b9c6cd3 Tue Jan 20 15:58:57 2026 -0800
- Ensure hubUrl= links get encoded when the hubSpace UI generates them. userNames with spaces are encoded to '+' signs by cgiEncode, which need to be encoded to %2B so it will survive a cgiDecode by hgTracks later, so we not only encode space to '+' first, we then encode the '+' itself.
1f8adb2e2330efa72300e9e4b80095be31746168 Wed Jan 21 14:19:39 2026 -0800
- Encode the hubUrl on hgHubConnect retry hub button so if the url is bogus and has quotes it does not mess up the rest of the javascript, refs #36936
- src/hg/hgHubConnect/hgHubConnect.c - lines changed 1, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
- HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
- src/hg/hgHubConnect/hooks/pre-create.c - lines changed 15, context: html, text, full: html, text
- src/hg/hgHubConnect/hooks/pre-finish.c - lines changed 19, context: html, text, full: html, text
switch to files view, user index