Difference between revisions of "New Features in EPrints 3.3.9"

From EPrints Documentation
Jump to: navigation, search
(CHANGELOG)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
* If you are using a really old (~3.0) workflow you must split your <code>Documents</code> component into the new <code>Upload</code>/<code>Documents</code> components (you'll get an error message on the workflow).
 
* If you are using a really old (~3.0) workflow you must split your <code>Documents</code> component into the new <code>Upload</code>/<code>Documents</code> components (you'll get an error message on the workflow).
 
* Convert::Thumbnails/media_info now require '''ffprobe''' for audio/video format detection. You may need to install an additional package to '''ffmpeg'''.
 
* Convert::Thumbnails/media_info now require '''ffprobe''' for audio/video format detection. You may need to install an additional package to '''ffmpeg'''.
 +
* allow_blank in EPrints::Search now correctly distinguishes between filter and non-filter fields. If you were relying on this behaviour you must add "allow_blank => 1" to searches that use filters only.
  
 
==TICKETS==
 
==TICKETS==
Line 15: Line 16:
 
==CHANGELOG==
 
==CHANGELOG==
  
[http://trac.eprints.org/eprints/log/branches/3.3?action=stop_on_copy&mode=stop_on_copy&rev=7500&stop_rev=7410 Complete list of code changes.]
+
[http://trac.eprints.org/eprints/log/branches/3.3?action=stop_on_copy&mode=stop_on_copy&rev=7597&stop_rev=7410 Complete list of code changes.]

Revision as of 10:52, 4 April 2012

Release Notes

3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5


3.3 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.3.10 | 3.3.11 | 3.3.13 | 3.3.14 | 3.3.15 | 3.3.16


3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9


3.1.0

Upgrade Notes

  • Please see New Features in EPrints 3.3.5 for new 3.3 features.
  • Requires a database upgrade to fix missing ordervalues (this was a regression in 3.3.8). This increases the database schema version to 3.3.4.
  • Introduces a new MySQL option dbengine which, if set to "InnoDB", will use InnoDB tables including adding FOREIGN KEYS between the main and auxiliary tables for every dataset. This only applies to new repositories. Otherwise, EPrints will continue to use whatever table engine is the default for the MySQL server.
  • EPrints::Database::create_table() arguments have been changed.
  • New virtual dataset public_saved_search, which allows saved_search's with public=TRUE to be publicly accessed.
  • If you are using a really old (~3.0) workflow you must split your Documents component into the new Upload/Documents components (you'll get an error message on the workflow).
  • Convert::Thumbnails/media_info now require ffprobe for audio/video format detection. You may need to install an additional package to ffmpeg.
  • allow_blank in EPrints::Search now correctly distinguishes between filter and non-filter fields. If you were relying on this behaviour you must add "allow_blank => 1" to searches that use filters only.

TICKETS

Tickets closed by this release.

CHANGELOG

Complete list of code changes.