Difference between revisions of "EPrints 3.4.7"

From EPrints Documentation
Jump to: navigation, search
m (General Improvements)
m (Bug Fixes)
Line 62: Line 62:
 
* Fixes [https://github.com/eprints/eprints3.4/issues/452 <code>EPrints::Plugin::Search::Xapian->_get_records</code> cannot handle 0 results]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/452 <code>EPrints::Plugin::Search::Xapian->_get_records</code> cannot handle 0 results]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/453 issues with ReCAPTCHAv3 form being able to submit]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/453 issues with ReCAPTCHAv3 form being able to submit]
* Fixes [https://github.com/eprints/eprints3.4/issues/455 login_required_for_X functionality not be able to redirect user to a specific page after login]
+
* Fixes [https://github.com/eprints/eprints3.4/issues/455 <code>login_required_for_X</code> functionality not be able to redirect user to a specific page after login]
 
* [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]
Line 68: Line 68:
 
* [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 to_sax causes 500 error if there are multiple and subobject is null]
* [https://github.com/eprints/eprints3.4/issues/470 Sets more sensible maxlength default for MetaFields that are SQL_CLOB 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<c/ode> to avoid truncation]
 
* Ensures depositable should be 'TRUE' not 1 on initial subject creation through Edit::Subject
 
* Ensures depositable should be 'TRUE' not 1 on initial subject creation through Edit::Subject
 
* 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
* Removes no longer support 'use encoding...' from random data generator
+
* Removes no longer support <code>use encoding...</code> from random data generator
 
* [https://github.com/eprints/eprints3.4/pull/480 Makes 'Move' positions unique]
 
* [https://github.com/eprints/eprints3.4/pull/480 Makes 'Move' positions unique]
* [https://github.com/eprints/eprints3.4/pull/485 Retains attribute order in build_attributes]
+
* [https://github.com/eprints/eprints3.4/pull/485 Retains attribute order in <code>build_attributes</code>]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/459 Horizontal scrollbar when zoomed to 400%]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/459 Horizontal scrollbar when zoomed to 400%]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/469 default values for search get re-enabled if field left empty]
 
* Fixes [https://github.com/eprints/eprints3.4/issues/469 default values for search get re-enabled if field left empty]

Revision as of 15:53, 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