EPrints 3.3.16 Changelog (since v3.3.15) * Feature: Google scholar indexing optimisation Set $c->{use_long_url_format} = 1 in 20_baseurls.pl to use the long url format (e.g.: http://domain.com/id/eprint/43). This allows google scholar to index the eprints site more effectively. * Improvement: PubMedID importer now supports and uses https, following Pubmed's recent change. * Improvement: DOI rendering updated to the current CrossRef guidelines; DOI link updated to use https. * Improvement: Only allow documents to be made OA via the Accept screen if this feature is explicitly enabled. * Improvement: Added flag "quiet" to show/hide file paths in auto.*. Default shows the fullpath. To turn off, set $c->{quiet}=1 in local config. * Improvement: Improves 404 handling Renders a link to the eprints's abstract page if the document link is no longer accessible. * Bugfix: Fixed disappearing Help Text when more input rows button * Bugfix: Fixed collapsed fields with title assigned in workflow hide title when expanding * Bugfix: Limit simple search query optimiser depth to 3. * Feature: Create optional_filename_sanitise.pl to allow locally defined filename sanitise * Improvement: Addressing various mixed content warnings. * Bugfix: Fixed "\C is deprecated" warning when running in Perl 5.22. For a complete list of changes see - https://github.com/eprints/eprints/compare/v3.3.15...v3.3.16"