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/09/09 16:50] – [Release 6.1 - currently under development] demiankatzchangelog [2019/09/12 12:57] – [Release 6.1 - currently under development] demiankatz
Line 17: Line 17:
   * Various Alma ILS driver improvements (including the ability to use Alma as an [[configuration:openurls|OpenURL]] resolver).   * Various Alma ILS driver improvements (including the ability to use Alma as an [[configuration:openurls|OpenURL]] resolver).
   * ILS drivers can now differentiate between electronic and physical holdings (see the [[development:plugins:ils_drivers#getholding|getHolding]] driver method documentation for details). This is currently supported by the Alma driver.   * ILS drivers can now differentiate between electronic and physical holdings (see the [[development:plugins:ils_drivers#getholding|getHolding]] driver method documentation for details). This is currently supported by the Alma driver.
 +  * The Solr search configuration in [[configuration:search_customization|searchspecs.yaml]] now supports munge rules for Dismax queries (see [[https://github.com/vufind-org/vufind/pull/1419|pull request #1419]]).
   * Upgraded to [[indexing:solrmarc|SolrMarc]] 3.3, fixing some bugs and adding some new syntax features.   * Upgraded to [[indexing:solrmarc|SolrMarc]] 3.3, fixing some bugs and adding some new syntax features.
  
Line 22: Line 23:
  
   * :!: Be sure to run a database upgrade to reflect table changes (see also the [[development:architecture:database_schema#release_61|database changelog]]).   * :!: Be sure to run a database upgrade to reflect table changes (see also the [[development:architecture:database_schema#release_61|database changelog]]).
 +  * :!: The new email login capability adds some new features to the authentication logic along with some minor refactoring; if you have custom authentication code, you should review [[https://github.com/vufind-org/vufind/pull/1409|pull request #1409]] to be sure you are not impacted by it.
   * The title_sort field MARC indexing rule has been made more explicit, instead of using a custom method. In the unlikely event that you have customized the getSortableTitle method in SolrMarc, you may need to adjust your settings. See [[https://github.com/vufind-org/vufind/pull/1393|pull request #1393]].   * The title_sort field MARC indexing rule has been made more explicit, instead of using a custom method. In the unlikely event that you have customized the getSortableTitle method in SolrMarc, you may need to adjust your settings. See [[https://github.com/vufind-org/vufind/pull/1393|pull request #1393]].
   * The default controller permission is now "null" rather than "false" -- this is functionally identical, but it is a change needed to support the new configuration options in [[https://github.com/vufind-org/vufind/pull/1395|pull request #1395]]. In the unlikely situation that you have customized a controller with an accessPermission property of false, you will be unable to override it with the new configuration settings unless you change the value to null first.   * The default controller permission is now "null" rather than "false" -- this is functionally identical, but it is a change needed to support the new configuration options in [[https://github.com/vufind-org/vufind/pull/1395|pull request #1395]]. In the unlikely situation that you have customized a controller with an accessPermission property of false, you will be unable to override it with the new configuration settings unless you change the value to null first.
changelog.txt · Last modified: 2024/05/07 15:59 by demiankatz