Results 4 issues of J

I'm getting this error when I input mets into a locally hosted demetsiiify: ```Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.5/site-packages/flask/app.py", line...

enhancement

Currently in my site, the search/index.php search page seems to sort by record_type with File always coming first, and Item coming second. I just want to reverse that order so...

I can get the browse items page to sort by item_type_id, but not item_type_name. The Item Types are not alphabetical, so item_type_id feels a bit random. Am I doing something...

I've been trying to see if I can internationalize exhibit pages so that some of the text will translate. I believe this is the section that needs work (https://github.com/omeka/plugin-ExhibitBuilder/blob/cc9c90364d8a0f66eeda2322e3d2016396d625fc/helpers/ExhibitPageFunctions.php#L13) but...