ucphhpc / migrid-sync

MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
3 stars 4 forks source link

Archives checksum buttons are not in sync with exposed checksum algos #30

Closed jonasbardino closed 11 months ago

jonasbardino commented 11 months ago

On the showfreeze page users can request various checksums for the files in the archive and the actual checksum algorithm buttons are dynamically generated for all the algorithms available on the site (depends on python version). Yet, only the md5, sha1, sha256 and sha512 algorithms are really exposed in the backend, so the other buttons currently just do nothing. Either expose all available algos or filter the buttons to match the exposed ones.

jonasbardino commented 11 months ago

Resolved in svn r5865 and the corresponding git revisions now. Updated the fileman and chksum backends accordingly while at it so that one can pick any site-supported algorithm there, too.