About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
changelog [2019/05/09 18:07] – [Release 6.0 - currently in development] demiankatzchangelog [2019/05/16 18:41] – [Release 6.0 - coming 7/15/2019] demiankatz
Line 3: Line 3:
 // When adding a new release, see the [[changelog:release_checklist|release checklist]]. // // When adding a new release, see the [[changelog:release_checklist|release checklist]]. //
  
-===== Release 6.0 - currently in development =====+===== Release 6.0 - coming 7/15/2019 =====
  
 New features: New features:
Line 9: Line 9:
   * Minor improvements to the custom feedback form feature (support for new input elements, better translation, etc.).   * Minor improvements to the custom feedback form feature (support for new input elements, better translation, etc.).
   * Minor improvements to the OAI-PMH server (including better performance and the new default_query, page_size and record_format_filters settings).   * Minor improvements to the OAI-PMH server (including better performance and the new default_query, page_size and record_format_filters settings).
 +  * Improved format determination for MARC records (see [[https://github.com/vufind-org/vufind/pull/1209|pull request #1209]]).
   * New settings have been added to searchbox.ini to support optgroup grouping in the [[/configuration:combining_search_types#combined_search_handler_drop-downs|combined search handler]] drop down menu.   * New settings have been added to searchbox.ini to support optgroup grouping in the [[/configuration:combining_search_types#combined_search_handler_drop-downs|combined search handler]] drop down menu.
   * An example of batch-loading XML records from OJS is now included (see [[https://github.com/vufind-org/vufind/pull/1352|pull request #1352]]).   * An example of batch-loading XML records from OJS is now included (see [[https://github.com/vufind-org/vufind/pull/1352|pull request #1352]]).
Line 20: Line 21:
   * :!: Several methods deprecated in earlier releases have been removed; see [[https://github.com/vufind-org/vufind/pull/1314|pull request #1314]] for details.   * :!: Several methods deprecated in earlier releases have been removed; see [[https://github.com/vufind-org/vufind/pull/1314|pull request #1314]] for details.
   * :!: OAI-PMH server classes are now defined as top-level services so they can be more easily extended/overridden. This has changed the constructor signature and added an init method. Additionally, responses are now constructed in a different way for improved performance, replacing the showResponse() method with a createResponse() method. If you have customized OAI-PMH server code, you will have to adjust to match; see [[https://github.com/vufind-org/vufind/pull/1237|pull request #1237]] and [[https://github.com/vufind-org/vufind/pull/1356|pull request #1356]] for details.   * :!: OAI-PMH server classes are now defined as top-level services so they can be more easily extended/overridden. This has changed the constructor signature and added an init method. Additionally, responses are now constructed in a different way for improved performance, replacing the showResponse() method with a createResponse() method. If you have customized OAI-PMH server code, you will have to adjust to match; see [[https://github.com/vufind-org/vufind/pull/1237|pull request #1237]] and [[https://github.com/vufind-org/vufind/pull/1356|pull request #1356]] for details.
 +  * :!: As noted above, [[https://github.com/vufind-org/vufind/pull/1209|pull request #1209]] changes the default format determination rules for MARC records; if you have customized this or have a custom marc.properties, you may wish to double-check that the new method is being used and meets your needs.
   * All static factory methods have been replaced with standard reusable Zend Framework factory classes. This shouldn't break anything, but if you have overridden any factories, you should review whether you can eliminate that local code and simply reuse an existing class.   * All static factory methods have been replaced with standard reusable Zend Framework factory classes. This shouldn't break anything, but if you have overridden any factories, you should review whether you can eliminate that local code and simply reuse an existing class.
   * The 'suppressDisplay' attribute of filters (originally introduced to hide certain advanced EDS parameters) was not working correctly and was not needed (since seeing these parameters is actually useful), so it has been eliminated; see [[https://github.com/vufind-org/vufind/commit/6e31f471349eff2853f5ed15a3e4ec6a67cdb25b|this commit]].   * The 'suppressDisplay' attribute of filters (originally introduced to hide certain advanced EDS parameters) was not working correctly and was not needed (since seeing these parameters is actually useful), so it has been eliminated; see [[https://github.com/vufind-org/vufind/commit/6e31f471349eff2853f5ed15a3e4ec6a67cdb25b|this commit]].
changelog.txt · Last modified: 2024/04/24 13:38 by demiankatz