Differences From Artifact [880ce531e5]:
- File render/media-gallery.t — part of check-in [d3fe1d11af] at 2021-01-13 00:04:54 on branch trunk — add full relationship control screen, more timelines, minor fixes and cleanups (user: lexi, size: 6901) [annotate] [blame] [check-ins using]
To Artifact [3ee85e44c6]:
- File render/media-gallery.t — part of check-in [4ce1aab090] at 2021-01-28 02:50:51 on branch trunk — fix more dumb leaks (user: lexi, size: 6921) [annotate] [blame] [check-ins using]
27 27 if path.ct >= 3 and path(1):cmp('a') then 28 28 var id, idok = lib.math.shorthand.parse(path(2).ptr, path(2).ct) 29 29 if not idok then goto e404 end 30 30 var art = co.srv:artifact_fetch(uid, id) 31 31 if not art then goto e404 end 32 + defer art:free() 32 33 if path.ct == 3 then 33 34 -- sniff out the artifact type and display the appropriate viewer 34 35 var artid = cs(art(0).url) 35 36 var btns: lib.str.acc 36 37 if owner then