Difference between revisions of "EPrints 3.4.7"

From EPrints Documentation
Jump to: navigation, search
m (Bug Fixes)
(Bug Fixes)
Line 44: Line 44:
  
 
==== Bug Fixes ====
 
==== Bug Fixes ====
* Fixes [https://github.com/eprints/eprints3.4/issues/399 generate_apacheconf has issues if archive missing cfg/static/javascript/auto/]
+
* Fixes [https://github.com/eprints/eprints3.4/issues/399 <code>generate_apacheconf</code> has issues if archive missing <code>cfg/static/javascript/auto/</code>]
* Fixes [https://github.com/eprints/eprints3.4/issues/415 Boolean field has inconsistent phrase names]
+
* Fixes [https://github.com/eprints/eprints3.4/issues/415 <code>Boolean</code> field has inconsistent phrase names]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/418<code>tools/epm</code>'s <code>link_lib</code> and <code>unlink_lib</code> command so they only remove files referenced in the EPM directory's <code>.epm</code> / <code>.epmi</code> file]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/418<code>tools/epm</code>'s <code>link_lib</code> and <code>unlink_lib</code> command so they only remove files referenced in the EPM directory's <code>.epm</code> / <code>.epmi</code> file]
* Fixes [https://github.com/eprints/eprints3.4/issues/420 UX/Accessibility issue with Import plugin actions]
+
* Fixes [https://github.com/eprints/eprints3.4/issues/420 UX/Accessibility issue with <code>Import</code> plugin actions]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/421 History records not retaining formatting of email reasons]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/421 History records not retaining formatting of email reasons]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/422 disabling an EPM removes database tables and fields (and counters) it added to an archive]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/422 disabling an EPM removes database tables and fields (and counters) it added to an archive]
Line 65: Line 65:
 
* [https://github.com/eprints/eprints3.4/pull/444 Fixes aspect ratio for video thumbnails if rotation matrix used]
 
* [https://github.com/eprints/eprints3.4/pull/444 Fixes aspect ratio for video thumbnails if rotation matrix used]
 
* [https://github.com/eprints/eprints3.4/issues/457 Only crypt passwords that only contain printable ASCII]
 
* [https://github.com/eprints/eprints3.4/issues/457 Only crypt passwords that only contain printable ASCII]
* [https://github.com/eprints/eprints3.4/issues/458 Preventd other sub-field default occasionally be using for another compound field sub-field]
+
* [https://github.com/eprints/eprints3.4/issues/458 Prevents other sub-field default occasionally be using for another compound field sub-field]
 
* [https://github.com/eprints/eprints3.4/pull/468 Fixes lightbox popup preview of a video]
 
* [https://github.com/eprints/eprints3.4/pull/468 Fixes lightbox popup preview of a video]
* Fixes [https://github.com/eprints/eprints3.4/issues/470 Subobject to_sax causes 500 error if there are multiple and subobject is null]
+
* Fixes [https://github.com/eprints/eprints3.4/issues/470 Subobject <code>to_sax</code> causes 500 error if there are multiple and subobject is null]
* [https://github.com/eprints/eprints3.4/issues/470 Sets more sensible <code>maxlength</code> default for MetaFields that are <code>SQL_CLOB<c/ode> to avoid truncation]
+
* [https://github.com/eprints/eprints3.4/issues/470 Sets more sensible <code>maxlength</code> default for MetaFields that are <code>SQL_CLOB</code> to avoid truncation]
* Ensures depositable should be 'TRUE' not 1 on initial subject creation through Edit::Subject
+
* Ensures depositable should be <code>TRUE</code> not <code>1</code> on initial subject creation through <code>Edit::Subject</code>
 
* Fixes [https://github.com/eprints/eprints3.4/issues/472 HTML citation export fails if export citation style for eprint exists]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/472 HTML citation export fails if export citation style for eprint exists]
 
* Ensures output from get_custom_view_header user-defined function can appear before or after the browse view navigation bar
 
* Ensures output from get_custom_view_header user-defined function can appear before or after the browse view navigation bar

Revision as of 15:56, 11 August 2025

This page contains information about the provisional EPrints v3.4.7 tag and release on GitHub. An exact date for this release is yet to be scheduled.

Release Notes (Provisional)

EPrints 3.4.7 will be released in August 2025.

  • Zero codename: Granita Gregale
  • Publications flavour codename: Tiramisu Tramontane

New Dependencies

Check earlier dependencies for EPrints 3.4.6 and before.

Changes Since 3.4.6

New Functionality

Security and Privacy Improvements

General Improvements

Bug Fixes