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.
installation:migration_notes:service_names

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
installation:migration_notes:service_names [2018/01/24 19:09] – [Database Table Gateways] demiankatzinstallation:migration_notes:service_names [2018/01/26 07:28] – [ILS Drivers] demiankatz
Line 18: Line 18:
  
 The names of services defined within VuFind have also changed. The names of services defined within VuFind have also changed.
 +
 +==== Top-Level Services ====
 +
 +Services defined by VuFind within the top-level service manager now use fully qualified class names as service names, with former names set up as aliases for backward compatibility.
 +
 +  * VuFind\HierarchicalFacetHelper is now VuFind\Search\Solr\HierarchicalFacetHelper
 +  * VuFind\IpAddressUtils is now VuFind\Net\IpAddressUtils
 +
  
 ==== Authentication Plugins ==== ==== Authentication Plugins ====
Line 277: Line 285:
   * voyagerrestful is now VuFind\ILS\Driver\VoyagerRestful   * voyagerrestful is now VuFind\ILS\Driver\VoyagerRestful
   * xcncip2 is now VuFind\ILS\Driver\XCNCIP2   * xcncip2 is now VuFind\ILS\Driver\XCNCIP2
 +
 +==== Permission Provider Plugins ====
 +
 +Permission provider service names have been changed to match the fully qualified class names of the plugins, with the old short names set up as aliases.
 +
 +  * ipRange is now VuFind\Role\PermissionProvider\IpRange
 +  * ipRegEx is now VuFind\Role\PermissionProvider\IpRegEx
 +  * role is now VuFind\Role\PermissionProvider\Role
 +  * serverParam is now VuFind\Role\PermissionProvider\ServerParam
 +  * shibboleth is now VuFind\Role\PermissionProvider\Shibboleth
 +  * user is now VuFind\Role\PermissionProvider\User
 +  * username is now VuFind\Role\PermissionProvider\Username
  
 ==== Recommendation Modules ==== ==== Recommendation Modules ====
installation/migration_notes/service_names.txt · Last modified: 2020/03/03 17:57 by demiankatz