From eadd1e898027358aa95ff2df9f7f8daec87276c9 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 25 Feb 2016 11:08:24 -0500 Subject: [PATCH] Updated comments/links. - Adjusted wiki links to point to latest URLs. - Removed VuFind2 category name (use generic VuFind instead). --- README.md | 4 ++-- config/vufind/OpenUrlRules.json | 2 +- config/vufind/README.txt | 2 +- config/vufind/config.ini | 6 +++--- config/vufind/fulltext.ini | 2 +- config/vufind/httpd-vufind.conf | 2 +- config/vufind/searches.ini | 14 +++++++------- harvest/harvest_oai.php | 4 ++-- harvest/merge-marc.php | 4 ++-- import/import-xsl.php | 4 ++-- import/marc_local.properties | 2 +- import/webcrawl.php | 4 ++-- install.php | 4 ++-- module/VuDL/Module.php | 4 ++-- module/VuDL/src/VuDL/Connection/AbstractBase.php | 8 ++++---- module/VuDL/src/VuDL/Connection/Fedora.php | 8 ++++---- module/VuDL/src/VuDL/Connection/Manager.php | 8 ++++---- module/VuDL/src/VuDL/Connection/Solr.php | 8 ++++---- module/VuDL/src/VuDL/Controller/AbstractVuDL.php | 8 ++++---- .../VuDL/src/VuDL/Controller/VudlController.php | 8 ++++---- module/VuDL/src/VuDL/Factory.php | 8 ++++---- module/VuDL/src/VuDL/OutlineGenerator.php | 8 ++++---- module/VuDL/src/VuDL/RecordDriver/SolrVudl.php | 8 ++++---- .../src/VuDL/View/Helper/Bootstrap3/VuDL.php | 8 ++++---- .../src/VuDLTest/Connection/AbstractBaseTest.php | 8 ++++---- .../src/VuDLTest/Connection/FedoraTest.php | 8 ++++---- .../src/VuDLTest/Connection/ManagerTest.php | 8 ++++---- .../src/VuDLTest/Connection/SolrTest.php | 8 ++++---- module/VuFind/Module.php | 8 ++++---- module/VuFind/src/VuFind/Auth/AbstractBase.php | 4 ++-- module/VuFind/src/VuFind/Auth/CAS.php | 4 ++-- module/VuFind/src/VuFind/Auth/ChoiceAuth.php | 8 ++++---- module/VuFind/src/VuFind/Auth/Database.php | 8 ++++---- module/VuFind/src/VuFind/Auth/Facebook.php | 4 ++-- module/VuFind/src/VuFind/Auth/Factory.php | 8 ++++---- module/VuFind/src/VuFind/Auth/ILS.php | 8 ++++---- .../VuFind/src/VuFind/Auth/ILSAuthenticator.php | 4 ++-- .../src/VuFind/Auth/InvalidArgumentException.php | 8 ++++---- module/VuFind/src/VuFind/Auth/LDAP.php | 8 ++++---- module/VuFind/src/VuFind/Auth/Manager.php | 4 ++-- module/VuFind/src/VuFind/Auth/MultiAuth.php | 8 ++++---- module/VuFind/src/VuFind/Auth/MultiILS.php | 8 ++++---- module/VuFind/src/VuFind/Auth/PluginFactory.php | 8 ++++---- module/VuFind/src/VuFind/Auth/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/Auth/SIP2.php | 8 ++++---- module/VuFind/src/VuFind/Auth/Shibboleth.php | 4 ++-- .../Autocomplete/AutocompleteInterface.php | 8 ++++---- .../VuFind/src/VuFind/Autocomplete/Factory.php | 8 ++++---- module/VuFind/src/VuFind/Autocomplete/None.php | 8 ++++---- .../src/VuFind/Autocomplete/OCLCIdentities.php | 8 ++++---- .../src/VuFind/Autocomplete/PluginFactory.php | 8 ++++---- .../src/VuFind/Autocomplete/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/Autocomplete/Solr.php | 8 ++++---- .../VuFind/src/VuFind/Autocomplete/SolrAuth.php | 8 ++++---- module/VuFind/src/VuFind/Autocomplete/SolrCN.php | 8 ++++---- .../src/VuFind/Autocomplete/SolrReserves.php | 8 ++++---- module/VuFind/src/VuFind/Autocomplete/Tag.php | 8 ++++---- module/VuFind/src/VuFind/Bootstrapper.php | 8 ++++---- module/VuFind/src/VuFind/Cache/Manager.php | 4 ++-- .../Cache/Storage/Adapter/NoCacheAdapter.php | 4 ++-- module/VuFind/src/VuFind/Cart.php | 8 ++++---- .../src/VuFind/Config/AccountCapabilities.php | 8 ++++---- module/VuFind/src/VuFind/Config/Locator.php | 8 ++++---- .../VuFind/src/VuFind/Config/PluginFactory.php | 8 ++++---- .../VuFind/src/VuFind/Config/PluginManager.php | 8 ++++---- .../src/VuFind/Config/Reader/CacheDecorator.php | 8 ++++---- .../src/VuFind/Config/SearchSpecsReader.php | 8 ++++---- module/VuFind/src/VuFind/Config/Upgrade.php | 8 ++++---- module/VuFind/src/VuFind/Config/Version.php | 8 ++++---- module/VuFind/src/VuFind/Config/Writer.php | 8 ++++---- .../VuFind/src/VuFind/Connection/OpenLibrary.php | 8 ++++---- module/VuFind/src/VuFind/Connection/Oracle.php | 8 ++++---- .../VuFind/src/VuFind/Connection/Wikipedia.php | 9 ++++----- .../src/VuFind/Connection/WorldCatUtils.php | 8 ++++---- .../VuFind/src/VuFind/Content/AbstractAmazon.php | 8 ++++---- .../VuFind/src/VuFind/Content/AbstractBase.php | 8 ++++---- .../VuFind/src/VuFind/Content/AbstractCover.php | 8 ++++---- .../src/VuFind/Content/AbstractSyndetics.php | 8 ++++---- .../src/VuFind/Content/AuthorNotes/Factory.php | 8 ++++---- .../VuFind/Content/AuthorNotes/PluginManager.php | 8 ++++---- .../src/VuFind/Content/AuthorNotes/Syndetics.php | 8 ++++---- .../VuFind/src/VuFind/Content/Covers/Amazon.php | 8 ++++---- .../src/VuFind/Content/Covers/Booksite.php | 8 ++++---- .../src/VuFind/Content/Covers/Buchhandel.php | 8 ++++---- .../src/VuFind/Content/Covers/ContentCafe.php | 8 ++++---- .../VuFind/src/VuFind/Content/Covers/Factory.php | 8 ++++---- .../VuFind/src/VuFind/Content/Covers/Google.php | 8 ++++---- .../src/VuFind/Content/Covers/LibraryThing.php | 8 ++++---- .../src/VuFind/Content/Covers/OpenLibrary.php | 8 ++++---- .../src/VuFind/Content/Covers/PluginManager.php | 8 ++++---- .../VuFind/src/VuFind/Content/Covers/Summon.php | 8 ++++---- .../src/VuFind/Content/Covers/Syndetics.php | 8 ++++---- .../src/VuFind/Content/Excerpts/Factory.php | 8 ++++---- .../VuFind/Content/Excerpts/PluginManager.php | 8 ++++---- .../src/VuFind/Content/Excerpts/Syndetics.php | 8 ++++---- module/VuFind/src/VuFind/Content/Factory.php | 8 ++++---- module/VuFind/src/VuFind/Content/Loader.php | 8 ++++---- .../VuFind/src/VuFind/Content/PluginManager.php | 8 ++++---- .../VuFind/src/VuFind/Content/Reviews/Amazon.php | 8 ++++---- .../VuFind/Content/Reviews/AmazonEditorial.php | 8 ++++---- .../src/VuFind/Content/Reviews/Booksite.php | 8 ++++---- .../src/VuFind/Content/Reviews/Factory.php | 8 ++++---- .../src/VuFind/Content/Reviews/Guardian.php | 8 ++++---- .../src/VuFind/Content/Reviews/PluginManager.php | 8 ++++---- .../src/VuFind/Content/Reviews/Syndetics.php | 8 ++++---- .../src/VuFind/Controller/AbstractBase.php | 8 ++++---- .../src/VuFind/Controller/AbstractRecord.php | 8 ++++---- .../src/VuFind/Controller/AbstractSearch.php | 4 ++-- .../src/VuFind/Controller/AjaxController.php | 8 ++++---- .../VuFind/Controller/AlphabrowseController.php | 8 ++++---- .../src/VuFind/Controller/AuthorController.php | 8 ++++---- .../VuFind/Controller/AuthorityController.php | 8 ++++---- .../src/VuFind/Controller/BrowseController.php | 8 ++++---- .../src/VuFind/Controller/CartController.php | 8 ++++---- .../VuFind/Controller/CollectionController.php | 8 ++++---- .../VuFind/Controller/CollectionsController.php | 8 ++++---- .../src/VuFind/Controller/CombinedController.php | 8 ++++---- .../src/VuFind/Controller/ConfirmController.php | 8 ++++---- .../src/VuFind/Controller/CoverController.php | 4 ++-- .../src/VuFind/Controller/EITController.php | 8 ++++---- .../VuFind/Controller/EITrecordController.php | 8 ++++---- .../src/VuFind/Controller/EdsController.php | 8 ++++---- .../VuFind/Controller/EdsrecordController.php | 8 ++++---- .../src/VuFind/Controller/ErrorController.php | 8 ++++---- module/VuFind/src/VuFind/Controller/Factory.php | 8 ++++---- .../src/VuFind/Controller/FeedbackController.php | 8 ++++---- .../src/VuFind/Controller/HelpController.php | 8 ++++---- .../VuFind/Controller/HierarchyController.php | 8 ++++---- .../VuFind/src/VuFind/Controller/HoldsTrait.php | 8 ++++---- .../src/VuFind/Controller/ILLRequestsTrait.php | 8 ++++---- .../src/VuFind/Controller/IndexController.php | 8 ++++---- .../src/VuFind/Controller/InstallController.php | 16 ++++++++-------- .../VuFind/Controller/LibGuidesController.php | 8 ++++---- .../VuFind/Controller/LibraryCardsController.php | 8 ++++---- .../Controller/MissingrecordController.php | 8 ++++---- .../VuFind/Controller/MyResearchController.php | 8 ++++---- .../src/VuFind/Controller/OaiController.php | 8 ++++---- .../src/VuFind/Controller/Pazpar2Controller.php | 8 ++++---- .../Controller/Pazpar2recordController.php | 8 ++++---- .../Controller/Plugin/AbstractRequestBase.php | 4 ++-- .../src/VuFind/Controller/Plugin/DbUpgrade.php | 4 ++-- .../src/VuFind/Controller/Plugin/Factory.php | 8 ++++---- .../src/VuFind/Controller/Plugin/Favorites.php | 4 ++-- .../src/VuFind/Controller/Plugin/Followup.php | 4 ++-- .../src/VuFind/Controller/Plugin/Holds.php | 4 ++-- .../src/VuFind/Controller/Plugin/ILLRequests.php | 4 ++-- .../src/VuFind/Controller/Plugin/NewItems.php | 4 ++-- .../src/VuFind/Controller/Plugin/Recaptcha.php | 4 ++-- .../src/VuFind/Controller/Plugin/Renewals.php | 4 ++-- .../src/VuFind/Controller/Plugin/Reserves.php | 4 ++-- .../VuFind/Controller/Plugin/ResultScroller.php | 8 ++++---- .../Plugin/StorageRetrievalRequests.php | 4 ++-- .../src/VuFind/Controller/PrimoController.php | 8 ++++---- .../VuFind/Controller/PrimorecordController.php | 8 ++++---- .../src/VuFind/Controller/QRCodeController.php | 4 ++-- .../src/VuFind/Controller/RecordController.php | 8 ++++---- .../src/VuFind/Controller/RecordsController.php | 8 ++++---- .../src/VuFind/Controller/SearchController.php | 8 ++++---- .../Controller/StorageRetrievalRequestsTrait.php | 8 ++++---- .../src/VuFind/Controller/SummonController.php | 8 ++++---- .../VuFind/Controller/SummonrecordController.php | 8 ++++---- .../src/VuFind/Controller/TagController.php | 8 ++++---- .../src/VuFind/Controller/UpgradeController.php | 8 ++++---- .../src/VuFind/Controller/WebController.php | 8 ++++---- .../Controller/Widget/Solr/FacetInterface.php | 8 ++++---- .../VuFind/Controller/Widget/WidgetInterface.php | 8 ++++---- .../src/VuFind/Controller/WorldcatController.php | 8 ++++---- .../Controller/WorldcatrecordController.php | 8 ++++---- module/VuFind/src/VuFind/Cookie/Container.php | 8 ++++---- .../VuFind/src/VuFind/Cookie/CookieManager.php | 8 ++++---- module/VuFind/src/VuFind/Cover/CachingProxy.php | 8 ++++---- module/VuFind/src/VuFind/Cover/Generator.php | 8 ++++---- module/VuFind/src/VuFind/Cover/Loader.php | 8 ++++---- module/VuFind/src/VuFind/Crypt/HMAC.php | 8 ++++---- module/VuFind/src/VuFind/Crypt/RC4.php | 4 ++-- module/VuFind/src/VuFind/Date/Converter.php | 8 ++++---- module/VuFind/src/VuFind/Db/AdapterFactory.php | 8 ++++---- .../VuFind/src/VuFind/Db/Row/ChangeTracker.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Comments.php | 8 ++++---- .../VuFind/src/VuFind/Db/Row/OaiResumption.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/PrivateUser.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Record.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Resource.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/ResourceTags.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/RowGateway.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Search.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Session.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/Tags.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/User.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/UserCard.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/UserList.php | 8 ++++---- module/VuFind/src/VuFind/Db/Row/UserResource.php | 8 ++++---- .../VuFind/src/VuFind/Db/Table/ChangeTracker.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Comments.php | 8 ++++---- .../VuFind/Db/Table/DbTableAwareInterface.php | 8 ++++---- .../src/VuFind/Db/Table/DbTableAwareTrait.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Factory.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Gateway.php | 8 ++++---- .../VuFind/src/VuFind/Db/Table/OaiResumption.php | 8 ++++---- .../VuFind/src/VuFind/Db/Table/PluginFactory.php | 8 ++++---- .../VuFind/src/VuFind/Db/Table/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Record.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Resource.php | 8 ++++---- .../VuFind/src/VuFind/Db/Table/ResourceTags.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/Search.php | 6 +++--- module/VuFind/src/VuFind/Db/Table/Session.php | 6 +++--- module/VuFind/src/VuFind/Db/Table/Tags.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/User.php | 8 ++++---- module/VuFind/src/VuFind/Db/Table/UserCard.php | 4 ++-- module/VuFind/src/VuFind/Db/Table/UserList.php | 4 ++-- .../VuFind/src/VuFind/Db/Table/UserResource.php | 4 ++-- module/VuFind/src/VuFind/Db/Table/UserStats.php | 8 ++++---- .../src/VuFind/Db/Table/UserStatsFields.php | 8 ++++---- module/VuFind/src/VuFind/Exception/Auth.php | 8 ++++---- module/VuFind/src/VuFind/Exception/Date.php | 8 ++++---- .../VuFind/src/VuFind/Exception/FileAccess.php | 8 ++++---- module/VuFind/src/VuFind/Exception/Forbidden.php | 8 ++++---- module/VuFind/src/VuFind/Exception/ILS.php | 8 ++++---- .../VuFind/src/VuFind/Exception/LibraryCard.php | 8 ++++---- .../src/VuFind/Exception/ListPermission.php | 8 ++++---- .../src/VuFind/Exception/LoginRequired.php | 8 ++++---- module/VuFind/src/VuFind/Exception/Mail.php | 8 ++++---- .../VuFind/src/VuFind/Exception/MissingField.php | 8 ++++---- .../src/VuFind/Exception/PasswordSecurity.php | 8 ++++---- .../src/VuFind/Exception/RecordMissing.php | 8 ++++---- .../src/VuFind/Exception/SessionExpired.php | 8 ++++---- module/VuFind/src/VuFind/Export.php | 8 ++++---- .../Feed/Writer/Extension/DublinCore/Entry.php | 8 ++++---- .../Extension/DublinCore/Renderer/Entry.php | 8 ++++---- .../Feed/Writer/Extension/OpenSearch/Feed.php | 8 ++++---- .../Extension/OpenSearch/Renderer/Feed.php | 8 ++++---- module/VuFind/src/VuFind/Harvester/OAI.php | 8 ++++---- .../src/VuFind/Hierarchy/Driver/AbstractBase.php | 8 ++++---- .../Hierarchy/Driver/ConfigurationBased.php | 8 ++++---- .../src/VuFind/Hierarchy/Driver/Factory.php | 8 ++++---- .../VuFind/Hierarchy/Driver/PluginManager.php | 8 ++++---- .../Hierarchy/TreeDataFormatter/AbstractBase.php | 8 ++++---- .../VuFind/Hierarchy/TreeDataFormatter/Json.php | 8 ++++---- .../TreeDataFormatter/PluginManager.php | 8 ++++---- .../VuFind/Hierarchy/TreeDataFormatter/Xml.php | 8 ++++---- .../Hierarchy/TreeDataSource/AbstractBase.php | 8 ++++---- .../VuFind/Hierarchy/TreeDataSource/Factory.php | 8 ++++---- .../Hierarchy/TreeDataSource/PluginManager.php | 8 ++++---- .../src/VuFind/Hierarchy/TreeDataSource/Solr.php | 8 ++++---- .../VuFind/Hierarchy/TreeDataSource/XMLFile.php | 8 ++++---- .../Hierarchy/TreeRenderer/AbstractBase.php | 8 ++++---- .../VuFind/Hierarchy/TreeRenderer/Factory.php | 8 ++++---- .../src/VuFind/Hierarchy/TreeRenderer/JSTree.php | 8 ++++---- .../Hierarchy/TreeRenderer/PluginManager.php | 8 ++++---- .../src/VuFind/I18n/ExtendedIniNormalizer.php | 8 ++++---- .../src/VuFind/I18n/TranslatableString.php | 8 ++++---- .../VuFind/I18n/TranslatableStringInterface.php | 8 ++++---- .../I18n/Translator/Loader/ExtendedIni.php | 8 ++++---- .../I18n/Translator/Loader/ExtendedIniReader.php | 8 ++++---- .../I18n/Translator/TranslatorAwareInterface.php | 8 ++++---- .../I18n/Translator/TranslatorAwareTrait.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Connection.php | 8 ++++---- .../src/VuFind/ILS/Driver/AbstractBase.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Aleph.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Amicus.php | 8 ++++---- .../VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/DAIA.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Demo.php | 8 ++++---- .../src/VuFind/ILS/Driver/DriverInterface.php | 8 ++++---- .../VuFind/src/VuFind/ILS/Driver/Evergreen.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Factory.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Horizon.php | 8 ++++---- .../src/VuFind/ILS/Driver/HorizonXMLAPI.php | 8 ++++---- .../VuFind/src/VuFind/ILS/Driver/Innovative.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Koha.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/LBS4.php | 8 ++++---- .../src/VuFind/ILS/Driver/MultiBackend.php | 4 ++-- .../VuFind/src/VuFind/ILS/Driver/NewGenLib.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/NoILS.php | 8 ++++---- .../src/VuFind/ILS/Driver/PluginFactory.php | 8 ++++---- .../src/VuFind/ILS/Driver/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Polaris.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Sample.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Sierra.php | 12 ++++++------ module/VuFind/src/VuFind/ILS/Driver/Symphony.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Unicorn.php | 4 ++-- module/VuFind/src/VuFind/ILS/Driver/Virtua.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/Voyager.php | 8 ++++---- .../src/VuFind/ILS/Driver/VoyagerRestful.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php | 8 ++++---- module/VuFind/src/VuFind/ILS/HoldSettings.php | 8 ++++---- module/VuFind/src/VuFind/ILS/Logic/Holds.php | 8 ++++---- .../VuFind/src/VuFind/ILS/Logic/TitleHolds.php | 8 ++++---- module/VuFind/src/VuFind/ImageLoader.php | 8 ++++---- module/VuFind/src/VuFind/Log/Logger.php | 8 ++++---- .../VuFind/src/VuFind/Log/LoggerAwareTrait.php | 8 ++++---- module/VuFind/src/VuFind/Log/Writer/Db.php | 8 ++++---- module/VuFind/src/VuFind/Log/Writer/Mail.php | 8 ++++---- module/VuFind/src/VuFind/Log/Writer/Stream.php | 8 ++++---- module/VuFind/src/VuFind/Mailer/Factory.php | 8 ++++---- module/VuFind/src/VuFind/Mailer/Mailer.php | 8 ++++---- module/VuFind/src/VuFind/Net/IpAddressUtils.php | 4 ++-- module/VuFind/src/VuFind/OAI/Server.php | 8 ++++---- module/VuFind/src/VuFind/OAI/Server/Auth.php | 8 ++++---- module/VuFind/src/VuFind/QRCode/Loader.php | 8 ++++---- .../src/VuFind/Recommend/AbstractFacets.php | 8 ++++---- .../VuFind/Recommend/AbstractSummonRecommend.php | 8 ++++---- .../AbstractSummonRecommendDeferred.php | 8 ++++---- .../src/VuFind/Recommend/AlphaBrowseLink.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/AuthorFacets.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/AuthorInfo.php | 8 ++++---- .../src/VuFind/Recommend/AuthorityRecommend.php | 4 ++-- .../src/VuFind/Recommend/CatalogResults.php | 8 ++++---- .../VuFind/Recommend/CollectionSideFacets.php | 8 ++++---- module/VuFind/src/VuFind/Recommend/DPLATerms.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/Deprecated.php | 8 ++++---- .../src/VuFind/Recommend/EuropeanaResults.php | 8 ++++---- .../Recommend/EuropeanaResultsDeferred.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/ExpandFacets.php | 4 ++-- .../VuFind/src/VuFind/Recommend/FacetCloud.php | 4 ++-- module/VuFind/src/VuFind/Recommend/Factory.php | 8 ++++---- .../src/VuFind/Recommend/FavoriteFacets.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/Libraryh3lp.php | 8 ++++---- .../src/VuFind/Recommend/OpenLibrarySubjects.php | 8 ++++---- .../Recommend/OpenLibrarySubjectsDeferred.php | 8 ++++---- .../src/VuFind/Recommend/PluginFactory.php | 8 ++++---- .../src/VuFind/Recommend/PluginManager.php | 8 ++++---- .../src/VuFind/Recommend/PubDateVisAjax.php | 8 ++++---- .../src/VuFind/Recommend/RandomRecommend.php | 4 ++-- .../src/VuFind/Recommend/RecommendInterface.php | 8 ++++---- .../src/VuFind/Recommend/RemoveFilters.php | 8 ++++---- .../src/VuFind/Recommend/ResultGoogleMapAjax.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/SearchObject.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/SideFacets.php | 8 ++++---- .../src/VuFind/Recommend/SpellingSuggestions.php | 8 ++++---- .../src/VuFind/Recommend/SummonBestBets.php | 8 ++++---- .../VuFind/Recommend/SummonBestBetsDeferred.php | 8 ++++---- .../src/VuFind/Recommend/SummonDatabases.php | 8 ++++---- .../VuFind/Recommend/SummonDatabasesDeferred.php | 8 ++++---- .../src/VuFind/Recommend/SummonResults.php | 8 ++++---- .../VuFind/Recommend/SummonResultsDeferred.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/SummonTopics.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/SwitchQuery.php | 8 ++++---- module/VuFind/src/VuFind/Recommend/SwitchTab.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/SwitchType.php | 8 ++++---- module/VuFind/src/VuFind/Recommend/TopFacets.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/VisualFacets.php | 8 ++++---- .../VuFind/src/VuFind/Recommend/WebResults.php | 8 ++++---- .../src/VuFind/Recommend/WorldCatIdentities.php | 8 ++++---- module/VuFind/src/VuFind/Record/Cache.php | 6 +++--- .../Record/Cache/RecordCacheAwareInterface.php | 6 +++--- .../Record/Cache/RecordCacheAwareTrait.php | 6 +++--- module/VuFind/src/VuFind/Record/Loader.php | 8 ++++---- module/VuFind/src/VuFind/Record/Router.php | 8 ++++---- .../src/VuFind/RecordDriver/AbstractBase.php | 4 ++-- module/VuFind/src/VuFind/RecordDriver/EDS.php | 8 ++++---- module/VuFind/src/VuFind/RecordDriver/EIT.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/Factory.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/LibGuides.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/Missing.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/Pazpar2.php | 8 ++++---- .../src/VuFind/RecordDriver/PluginFactory.php | 8 ++++---- .../src/VuFind/RecordDriver/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/RecordDriver/Primo.php | 8 ++++---- .../RecordDriver/Response/PublicationDetails.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/SolrAuth.php | 8 ++++---- .../src/VuFind/RecordDriver/SolrDefault.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/SolrMarc.php | 8 ++++---- .../src/VuFind/RecordDriver/SolrMarcRemote.php | 10 +++++----- .../src/VuFind/RecordDriver/SolrReserves.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/SolrWeb.php | 8 ++++---- module/VuFind/src/VuFind/RecordDriver/Summon.php | 8 ++++---- .../VuFind/src/VuFind/RecordDriver/WorldCat.php | 8 ++++---- .../VuFind/src/VuFind/RecordTab/AbstractBase.php | 8 ++++---- .../src/VuFind/RecordTab/AbstractContent.php | 8 ++++---- .../VuFind/RecordTab/CollectionHierarchyTree.php | 8 ++++---- .../src/VuFind/RecordTab/CollectionList.php | 8 ++++---- .../VuFind/src/VuFind/RecordTab/Description.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/Excerpt.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/Factory.php | 8 ++++---- .../src/VuFind/RecordTab/HierarchyTree.php | 8 ++++---- .../VuFind/src/VuFind/RecordTab/HoldingsILS.php | 8 ++++---- .../src/VuFind/RecordTab/HoldingsWorldCat.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/Map.php | 8 ++++---- .../src/VuFind/RecordTab/PluginFactory.php | 8 ++++---- .../src/VuFind/RecordTab/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/Preview.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/Reviews.php | 8 ++++---- .../VuFind/RecordTab/SimilarItemsCarousel.php | 8 ++++---- .../src/VuFind/RecordTab/StaffViewArray.php | 8 ++++---- .../src/VuFind/RecordTab/StaffViewMARC.php | 8 ++++---- module/VuFind/src/VuFind/RecordTab/TOC.php | 8 ++++---- .../VuFind/src/VuFind/RecordTab/TabInterface.php | 8 ++++---- .../VuFind/src/VuFind/RecordTab/UserComments.php | 8 ++++---- module/VuFind/src/VuFind/Related/Deprecated.php | 8 ++++---- module/VuFind/src/VuFind/Related/Factory.php | 8 ++++---- .../VuFind/src/VuFind/Related/PluginFactory.php | 8 ++++---- .../VuFind/src/VuFind/Related/PluginManager.php | 8 ++++---- .../src/VuFind/Related/RelatedInterface.php | 8 ++++---- module/VuFind/src/VuFind/Related/Similar.php | 8 ++++---- .../src/VuFind/Related/WorldCatSimilar.php | 8 ++++---- module/VuFind/src/VuFind/Reserves/CsvReader.php | 8 ++++---- module/VuFind/src/VuFind/Resolver/Connection.php | 8 ++++---- .../VuFind/src/VuFind/Resolver/Driver/Demo.php | 8 ++++---- .../VuFind/Resolver/Driver/DriverInterface.php | 8 ++++---- module/VuFind/src/VuFind/Resolver/Driver/Ezb.php | 8 ++++---- .../src/VuFind/Resolver/Driver/Factory.php | 8 ++++---- .../src/VuFind/Resolver/Driver/PluginFactory.php | 8 ++++---- .../src/VuFind/Resolver/Driver/PluginManager.php | 8 ++++---- .../VuFind/src/VuFind/Resolver/Driver/Redi.php | 8 ++++---- module/VuFind/src/VuFind/Resolver/Driver/Sfx.php | 8 ++++---- .../VuFind/Resolver/Driver/Threesixtylink.php | 8 ++++---- .../src/VuFind/Role/DynamicRoleProvider.php | 4 ++-- .../VuFind/Role/DynamicRoleProviderFactory.php | 4 ++-- .../VuFind/Role/PermissionProvider/Factory.php | 8 ++++---- .../VuFind/Role/PermissionProvider/IpRange.php | 4 ++-- .../VuFind/Role/PermissionProvider/IpRegEx.php | 4 ++-- .../PermissionProviderInterface.php | 8 ++++---- .../Role/PermissionProvider/PluginManager.php | 8 ++++---- .../src/VuFind/Role/PermissionProvider/Role.php | 4 ++-- .../Role/PermissionProvider/ServerParam.php | 4 ++-- .../Role/PermissionProvider/Shibboleth.php | 4 ++-- .../VuFind/Role/PermissionProvider/Username.php | 4 ++-- .../VuFind/src/VuFind/Route/RouteGenerator.php | 8 ++++---- module/VuFind/src/VuFind/SMS/AbstractBase.php | 8 ++++---- module/VuFind/src/VuFind/SMS/Clickatell.php | 8 ++++---- module/VuFind/src/VuFind/SMS/Factory.php | 8 ++++---- module/VuFind/src/VuFind/SMS/Mailer.php | 8 ++++---- module/VuFind/src/VuFind/SMS/SMSInterface.php | 8 ++++---- .../VuFind/src/VuFind/Search/BackendManager.php | 8 ++++---- module/VuFind/src/VuFind/Search/Base/Options.php | 4 ++-- module/VuFind/src/VuFind/Search/Base/Params.php | 4 ++-- module/VuFind/src/VuFind/Search/Base/Results.php | 4 ++-- .../src/VuFind/Search/Combined/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/Combined/Params.php | 4 ++-- .../src/VuFind/Search/Combined/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/EDS/Options.php | 4 ++-- module/VuFind/src/VuFind/Search/EDS/Params.php | 4 ++-- .../src/VuFind/Search/EDS/QueryAdapter.php | 4 ++-- module/VuFind/src/VuFind/Search/EDS/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/EIT/Options.php | 4 ++-- module/VuFind/src/VuFind/Search/EIT/Params.php | 4 ++-- module/VuFind/src/VuFind/Search/EIT/Results.php | 4 ++-- .../src/VuFind/Search/EmptySet/Options.php | 8 ++++---- .../VuFind/src/VuFind/Search/EmptySet/Params.php | 8 ++++---- .../src/VuFind/Search/EmptySet/Results.php | 4 ++-- .../Factory/AbstractSolrBackendFactory.php | 8 ++++---- .../VuFind/Search/Factory/EITBackendFactory.php | 8 ++++---- .../VuFind/Search/Factory/EdsBackendFactory.php | 8 ++++---- .../Search/Factory/LibGuidesBackendFactory.php | 8 ++++---- .../Search/Factory/Pazpar2BackendFactory.php | 8 ++++---- .../Search/Factory/PrimoBackendFactory.php | 8 ++++---- .../Search/Factory/SolrAuthBackendFactory.php | 8 ++++---- .../Search/Factory/SolrDefaultBackendFactory.php | 8 ++++---- .../Factory/SolrReservesBackendFactory.php | 8 ++++---- .../Search/Factory/SolrStatsBackendFactory.php | 8 ++++---- .../Search/Factory/SolrWebBackendFactory.php | 8 ++++---- .../Search/Factory/SummonBackendFactory.php | 8 ++++---- .../Search/Factory/WorldCatBackendFactory.php | 8 ++++---- .../src/VuFind/Search/Favorites/Options.php | 8 ++++---- .../src/VuFind/Search/Favorites/Params.php | 8 ++++---- .../src/VuFind/Search/Favorites/Results.php | 8 ++++---- .../src/VuFind/Search/LibGuides/Options.php | 4 ++-- .../src/VuFind/Search/LibGuides/Params.php | 4 ++-- .../src/VuFind/Search/LibGuides/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/Memory.php | 4 ++-- module/VuFind/src/VuFind/Search/Minified.php | 8 ++++---- .../src/VuFind/Search/MixedList/Options.php | 8 ++++---- .../src/VuFind/Search/MixedList/Params.php | 8 ++++---- .../src/VuFind/Search/MixedList/Results.php | 8 ++++---- .../VuFind/src/VuFind/Search/Options/Factory.php | 8 ++++---- .../src/VuFind/Search/Options/PluginFactory.php | 8 ++++---- .../src/VuFind/Search/Options/PluginManager.php | 8 ++++---- .../src/VuFind/Search/Params/PluginFactory.php | 8 ++++---- .../src/VuFind/Search/Params/PluginManager.php | 8 ++++---- .../VuFind/src/VuFind/Search/Pazpar2/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/Pazpar2/Params.php | 4 ++-- .../VuFind/src/VuFind/Search/Pazpar2/Results.php | 4 ++-- .../Search/Primo/InjectOnCampusListener.php | 8 ++++---- .../VuFind/src/VuFind/Search/Primo/Options.php | 4 ++-- module/VuFind/src/VuFind/Search/Primo/Params.php | 4 ++-- .../Search/Primo/PrimoPermissionHandler.php | 8 ++++---- .../VuFind/src/VuFind/Search/Primo/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/QueryAdapter.php | 4 ++-- .../src/VuFind/Search/RecommendListener.php | 8 ++++---- .../VuFind/src/VuFind/Search/Results/Factory.php | 8 ++++---- .../src/VuFind/Search/Results/PluginFactory.php | 8 ++++---- .../src/VuFind/Search/Results/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/Search/SearchRunner.php | 4 ++-- .../src/VuFind/Search/SearchTabsHelper.php | 8 ++++---- .../VuFind/Search/Solr/AbstractErrorListener.php | 8 ++++---- .../VuFind/Search/Solr/DeduplicationListener.php | 8 ++++---- .../Solr/FilterFieldConversionListener.php | 8 ++++---- .../Search/Solr/HideFacetValueListener.php | 8 ++++---- .../Search/Solr/HierarchicalFacetHelper.php | 8 ++++---- .../Search/Solr/HierarchicalFacetListener.php | 8 ++++---- .../Solr/InjectConditionalFilterListener.php | 8 ++++---- .../Search/Solr/InjectHighlightingListener.php | 8 ++++---- .../Search/Solr/InjectSpellingListener.php | 8 ++++---- .../VuFind/Search/Solr/MultiIndexListener.php | 8 ++++---- module/VuFind/src/VuFind/Search/Solr/Options.php | 4 ++-- module/VuFind/src/VuFind/Search/Solr/Params.php | 4 ++-- module/VuFind/src/VuFind/Search/Solr/Results.php | 4 ++-- .../src/VuFind/Search/Solr/SpellingProcessor.php | 4 ++-- .../src/VuFind/Search/Solr/V3/ErrorListener.php | 8 ++++---- .../src/VuFind/Search/Solr/V4/ErrorListener.php | 8 ++++---- .../src/VuFind/Search/SolrAuth/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/SolrAuth/Params.php | 4 ++-- .../src/VuFind/Search/SolrAuth/Results.php | 4 ++-- .../src/VuFind/Search/SolrAuthor/Options.php | 8 ++++---- .../src/VuFind/Search/SolrAuthor/Params.php | 8 ++++---- .../src/VuFind/Search/SolrAuthor/Results.php | 8 ++++---- .../VuFind/Search/SolrAuthorFacets/Options.php | 8 ++++---- .../VuFind/Search/SolrAuthorFacets/Params.php | 8 ++++---- .../VuFind/Search/SolrAuthorFacets/Results.php | 8 ++++---- .../src/VuFind/Search/SolrCollection/Options.php | 8 ++++---- .../src/VuFind/Search/SolrCollection/Params.php | 8 ++++---- .../src/VuFind/Search/SolrCollection/Results.php | 8 ++++---- .../src/VuFind/Search/SolrReserves/Options.php | 4 ++-- .../src/VuFind/Search/SolrReserves/Params.php | 4 ++-- .../src/VuFind/Search/SolrReserves/Results.php | 4 ++-- .../VuFind/src/VuFind/Search/SolrWeb/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/SolrWeb/Params.php | 4 ++-- .../VuFind/src/VuFind/Search/SolrWeb/Results.php | 4 ++-- .../VuFind/src/VuFind/Search/Summon/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/Summon/Params.php | 4 ++-- .../VuFind/src/VuFind/Search/Summon/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/Tags/Options.php | 8 ++++---- module/VuFind/src/VuFind/Search/Tags/Params.php | 8 ++++---- module/VuFind/src/VuFind/Search/Tags/Results.php | 8 ++++---- .../VuFind/src/VuFind/Search/UrlQueryHelper.php | 8 ++++---- .../src/VuFind/Search/WorldCat/Options.php | 4 ++-- .../VuFind/src/VuFind/Search/WorldCat/Params.php | 4 ++-- .../src/VuFind/Search/WorldCat/Results.php | 4 ++-- module/VuFind/src/VuFind/Search/minSO.php | 6 +++--- module/VuFind/src/VuFind/Service/Factory.php | 8 ++++---- .../ServiceManager/AbstractPluginFactory.php | 8 ++++---- .../ServiceManager/AbstractPluginManager.php | 8 ++++---- .../src/VuFind/ServiceManager/Initializer.php | 8 ++++---- .../VuFind/src/VuFind/Session/AbstractBase.php | 8 ++++---- module/VuFind/src/VuFind/Session/Database.php | 8 ++++---- module/VuFind/src/VuFind/Session/File.php | 8 ++++---- module/VuFind/src/VuFind/Session/Memcache.php | 8 ++++---- .../VuFind/src/VuFind/Session/PluginFactory.php | 8 ++++---- .../VuFind/src/VuFind/Session/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/SimpleXML.php | 8 ++++---- .../VuFind/src/VuFind/Sitemap/AbstractFile.php | 4 ++-- module/VuFind/src/VuFind/Sitemap/Generator.php | 4 ++-- module/VuFind/src/VuFind/Sitemap/Sitemap.php | 4 ++-- .../VuFind/src/VuFind/Sitemap/SitemapIndex.php | 4 ++-- module/VuFind/src/VuFind/Solr/Utils.php | 8 ++++---- module/VuFind/src/VuFind/Solr/Writer.php | 8 ++++---- .../src/VuFind/Statistics/AbstractBase.php | 4 ++-- .../VuFind/Statistics/Driver/AbstractBase.php | 8 ++++---- .../VuFind/src/VuFind/Statistics/Driver/Db.php | 8 ++++---- .../src/VuFind/Statistics/Driver/Factory.php | 8 ++++---- .../VuFind/src/VuFind/Statistics/Driver/File.php | 8 ++++---- .../VuFind/Statistics/Driver/PluginFactory.php | 8 ++++---- .../VuFind/Statistics/Driver/PluginManager.php | 8 ++++---- .../VuFind/src/VuFind/Statistics/Driver/Solr.php | 8 ++++---- module/VuFind/src/VuFind/Statistics/Record.php | 8 ++++---- module/VuFind/src/VuFind/Statistics/Search.php | 8 ++++---- module/VuFind/src/VuFind/Tags.php | 8 ++++---- .../VuFind/View/Helper/AbstractLayoutClass.php | 8 ++++---- .../src/VuFind/View/Helper/AbstractSearch.php | 8 ++++---- .../VuFind/View/Helper/Bootstrap3/Factory.php | 8 ++++---- .../View/Helper/Bootstrap3/Flashmessages.php | 8 ++++---- .../VuFind/View/Helper/Bootstrap3/Highlight.php | 8 ++++---- .../View/Helper/Bootstrap3/LayoutClass.php | 8 ++++---- .../src/VuFind/View/Helper/Bootstrap3/Search.php | 8 ++++---- .../View/Helper/Root/AccountCapabilities.php | 8 ++++---- .../src/VuFind/View/Helper/Root/AddEllipsis.php | 8 ++++---- .../src/VuFind/View/Helper/Root/AddThis.php | 8 ++++---- .../src/VuFind/View/Helper/Root/AlphaBrowse.php | 8 ++++---- .../VuFind/src/VuFind/View/Helper/Root/Auth.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Browse.php | 8 ++++---- .../VuFind/src/VuFind/View/Helper/Root/Cart.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Citation.php | 8 ++++---- .../VuFind/View/Helper/Root/ContentLoader.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Context.php | 8 ++++---- .../src/VuFind/View/Helper/Root/CurrentPath.php | 8 ++++---- .../src/VuFind/View/Helper/Root/DateTime.php | 8 ++++---- .../View/Helper/Root/DisplayLanguageOption.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Export.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Factory.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Feedback.php | 8 ++++---- .../VuFind/View/Helper/Root/Flashmessages.php | 8 ++++---- .../VuFind/View/Helper/Root/GoogleAnalytics.php | 8 ++++---- .../src/VuFind/View/Helper/Root/HelpText.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Highlight.php | 8 ++++---- .../src/VuFind/View/Helper/Root/HistoryLabel.php | 8 ++++---- .../VuFind/src/VuFind/View/Helper/Root/Ils.php | 8 ++++---- .../VuFind/View/Helper/Root/JqueryValidation.php | 4 ++-- .../VuFind/View/Helper/Root/JsTranslations.php | 8 ++++---- .../src/VuFind/View/Helper/Root/KeepAlive.php | 8 ++++---- .../VuFind/View/Helper/Root/LocalizedNumber.php | 8 ++++---- .../src/VuFind/View/Helper/Root/OpenUrl.php | 8 ++++---- .../VuFind/src/VuFind/View/Helper/Root/Piwik.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Printms.php | 8 ++++---- .../src/VuFind/View/Helper/Root/ProxyUrl.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Recaptcha.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Recommend.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Record.php | 8 ++++---- .../src/VuFind/View/Helper/Root/RecordLink.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Related.php | 8 ++++---- .../src/VuFind/View/Helper/Root/RenderArray.php | 8 ++++---- .../src/VuFind/View/Helper/Root/ResultFeed.php | 8 ++++---- .../VuFind/View/Helper/Root/SafeMoneyFormat.php | 8 ++++---- .../src/VuFind/View/Helper/Root/SearchBox.php | 8 ++++---- .../src/VuFind/View/Helper/Root/SearchMemory.php | 8 ++++---- .../VuFind/View/Helper/Root/SearchOptions.php | 8 ++++---- .../src/VuFind/View/Helper/Root/SearchParams.php | 8 ++++---- .../src/VuFind/View/Helper/Root/SearchTabs.php | 8 ++++---- .../VuFind/View/Helper/Root/SortFacetList.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Summon.php | 4 ++-- .../VuFind/View/Helper/Root/SyndeticsPlus.php | 8 ++++---- .../src/VuFind/View/Helper/Root/SystemEmail.php | 8 ++++---- .../src/VuFind/View/Helper/Root/TransEsc.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Translate.php | 8 ++++---- .../src/VuFind/View/Helper/Root/Truncate.php | 8 ++++---- .../src/VuFind/View/Helper/Root/UserList.php | 8 ++++---- .../src/VuFind/View/Helper/Root/UserTags.php | 8 ++++---- .../View/Helper/jQueryMobile/MobileMenu.php | 8 ++++---- module/VuFind/src/VuFind/XSLT/Import/VuFind.php | 8 ++++---- .../src/VuFind/XSLT/Import/VuFindSitemap.php | 8 ++++---- module/VuFind/src/VuFind/XSLT/Importer.php | 8 ++++---- module/VuFind/src/VuFind/XSLT/Processor.php | 8 ++++---- .../src/VuFindTest/RecordDriver/TestHarness.php | 8 ++++---- .../VuFindTest/Search/TestHarness/Options.php | 4 ++-- .../src/VuFindTest/Search/TestHarness/Params.php | 4 ++-- .../VuFindTest/Search/TestHarness/Results.php | 4 ++-- module/VuFind/src/VuFindTest/Unit/DbTestCase.php | 8 ++++---- .../src/VuFindTest/Unit/ILSDriverTestCase.php | 8 ++++---- .../VuFind/src/VuFindTest/Unit/MinkTestCase.php | 8 ++++---- .../Unit/RecommendDeferredTestCase.php | 8 ++++---- module/VuFind/src/VuFindTest/Unit/TestCase.php | 8 ++++---- .../src/VuFindTest/Unit/UserCreationTrait.php | 8 ++++---- .../src/VuFindTest/Unit/ViewHelperTestCase.php | 8 ++++---- .../VuFind/tests/fixtures/configs/1.1/config.ini | 2 +- .../tests/fixtures/configs/1.1/fulltext.ini | 2 +- .../tests/fixtures/configs/1.1/searches.ini | 8 ++++---- .../VuFind/tests/fixtures/configs/1.2/config.ini | 2 +- .../tests/fixtures/configs/1.2/fulltext.ini | 2 +- .../tests/fixtures/configs/1.2/searches.ini | 8 ++++---- .../VuFind/tests/fixtures/configs/1.3/config.ini | 2 +- .../tests/fixtures/configs/1.3/fulltext.ini | 2 +- .../tests/fixtures/configs/1.3/searches.ini | 8 ++++---- .../VuFind/tests/fixtures/configs/1.4/config.ini | 2 +- .../tests/fixtures/configs/1.4/fulltext.ini | 2 +- .../tests/fixtures/configs/1.4/searches.ini | 8 ++++---- .../src/VuFindTest/Auth/DatabaseTest.php | 4 ++-- .../src/VuFindTest/Auth/ILSTest.php | 4 ++-- .../src/VuFindTest/Auth/ShibbolethTest.php | 4 ++-- .../src/VuFindTest/Connection/SolrAuthTest.php | 8 ++++---- .../src/VuFindTest/Connection/SolrTest.php | 8 ++++---- .../VuFindTest/Db/Table/ChangeTrackerTest.php | 8 ++++---- .../src/VuFindTest/Mink/AdvancedSearchTest.php | 4 ++-- .../src/VuFindTest/Mink/BasicTest.php | 4 ++-- .../src/VuFindTest/Mink/BulkTest.php | 4 ++-- .../src/VuFindTest/Mink/CartTest.php | 4 ++-- .../src/VuFindTest/Mink/FavoritesTest.php | 4 ++-- .../src/VuFindTest/Mink/IlsActionsTest.php | 4 ++-- .../src/VuFindTest/Mink/LinkResolverTest.php | 6 +++--- .../src/VuFindTest/Mink/RecordActionsTest.php | 4 ++-- .../src/VuFindTest/Mink/RecordTest.php | 4 ++-- .../src/VuFindTest/Mink/SearchActionsTest.php | 4 ++-- .../View/Helper/Root/ResultFeedTest.php | 8 ++++---- .../src/VuFindTest/Auth/ChoiceAuthTest.php | 4 ++-- .../src/VuFindTest/Auth/DatabaseUnitTest.php | 4 ++-- .../src/VuFindTest/Auth/ILSAuthenticatorTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/Auth/LDAPTest.php | 4 ++-- .../src/VuFindTest/Auth/ManagerTest.php | 4 ++-- .../src/VuFindTest/Auth/MultiAuthTest.php | 4 ++-- .../src/VuFindTest/Auth/PluginManagerTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/Auth/SIP2Test.php | 4 ++-- .../Autocomplete/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Autocomplete/TagTest.php | 4 ++-- .../Cache/Storage/Adapter/NoCacheAdapterTest.php | 4 ++-- .../tests/unit-tests/src/VuFindTest/CartTest.php | 8 ++++---- .../src/VuFindTest/Config/PluginFactoryTest.php | 8 ++++---- .../Config/Reader/CacheDecoratorTest.php | 8 ++++---- .../VuFindTest/Config/SearchSpecsReaderTest.php | 8 ++++---- .../src/VuFindTest/Config/UpgradeTest.php | 8 ++++---- .../src/VuFindTest/Config/VersionTest.php | 8 ++++---- .../src/VuFindTest/Config/WriterTest.php | 8 ++++---- .../src/VuFindTest/Connection/WikipediaTest.php | 8 ++++---- .../VuFindTest/Connection/WorldCatUtilsTest.php | 8 ++++---- .../Content/AuthorNotes/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Content/Covers/AmazonTest.php | 8 ++++---- .../VuFindTest/Content/Covers/BooksiteTest.php | 8 ++++---- .../VuFindTest/Content/Covers/BuchhandelTest.php | 8 ++++---- .../Content/Covers/ContentCafeTest.php | 8 ++++---- .../Content/Covers/LibraryThingTest.php | 8 ++++---- .../Content/Covers/OpenLibraryTest.php | 8 ++++---- .../Content/Covers/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Content/Covers/SummonTest.php | 8 ++++---- .../Content/Excerpts/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Content/PluginManagerTest.php | 8 ++++---- .../Content/Reviews/PluginManagerTest.php | 8 ++++---- .../Controller/Plugin/FollowupTest.php | 8 ++++---- .../Controller/Plugin/NewItemsTest.php | 8 ++++---- .../Controller/Plugin/ResultScrollerTest.php | 8 ++++---- .../src/VuFindTest/Cookie/ContainerTest.php | 8 ++++---- .../src/VuFindTest/Cover/LoaderTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/Crypt/HMACTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/Crypt/RC4Test.php | 8 ++++---- .../src/VuFindTest/Date/ConverterTest.php | 4 ++-- .../VuFindTest/Db/Table/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Db/Table/UserListTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/ExportTest.php | 8 ++++---- .../Hierarchy/Driver/PluginManagerTest.php | 8 ++++---- .../TreeDataSource/PluginManagerTest.php | 8 ++++---- .../Hierarchy/TreeRenderer/PluginManagerTest.php | 8 ++++---- .../I18n/ExtendedIniNormalizerTest.php | 8 ++++---- .../Translator/Loader/ExtendedIniReaderTest.php | 8 ++++---- .../I18n/Translator/Loader/ExtendedIniTest.php | 8 ++++---- .../src/VuFindTest/ILS/Driver/AlephTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/AmicusTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/ClaviusSQLTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/DAIATest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/DemoTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/EvergreenTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/HorizonTest.php | 4 ++-- .../VuFindTest/ILS/Driver/HorizonXMLAPITest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/InnovativeTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/KohaTest.php | 4 ++-- .../VuFindTest/ILS/Driver/MultiBackendTest.php | 6 +++--- .../src/VuFindTest/ILS/Driver/NewGenLibTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/NoILSTest.php | 4 ++-- .../VuFindTest/ILS/Driver/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/ILS/Driver/PolarisTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/SampleTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/SymphonyTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/UnicornTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/VirtuaTest.php | 4 ++-- .../VuFindTest/ILS/Driver/VoyagerRestfulTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/VoyagerTest.php | 4 ++-- .../src/VuFindTest/ILS/Driver/XCNCIP2Test.php | 4 ++-- .../unit-tests/src/VuFindTest/Log/LoggerTest.php | 8 ++++---- .../src/VuFindTest/Mailer/MailerTest.php | 8 ++++---- .../src/VuFindTest/Net/IpAddressUtilsTest.php | 8 ++++---- .../src/VuFindTest/QRCode/LoaderTest.php | 8 ++++---- .../Recommend/CollectionSideFacetsTest.php | 8 ++++---- .../Recommend/EuropeanaResultsDeferredTest.php | 8 ++++---- .../VuFindTest/Recommend/ExpandFacetsTest.php | 8 ++++---- .../src/VuFindTest/Recommend/FacetCloudTest.php | 8 ++++---- .../VuFindTest/Recommend/FavoriteFacetsTest.php | 8 ++++---- .../OpenLibrarySubjectsDeferredTest.php | 8 ++++---- .../VuFindTest/Recommend/PluginManagerTest.php | 8 ++++---- .../VuFindTest/Recommend/RandomRecommendTest.php | 8 ++++---- .../src/VuFindTest/Recommend/SideFacetsTest.php | 8 ++++---- .../Recommend/SummonBestBetsDeferredTest.php | 8 ++++---- .../Recommend/SummonDatabasesDeferredTest.php | 8 ++++---- .../Recommend/SummonResultsDeferredTest.php | 8 ++++---- .../src/VuFindTest/Recommend/SwitchQueryTest.php | 8 ++++---- .../src/VuFindTest/Record/CacheTest.php | 8 ++++---- .../src/VuFindTest/Record/LoaderTest.php | 8 ++++---- .../src/VuFindTest/Record/RouterTest.php | 8 ++++---- .../RecordDriver/PluginManagerTest.php | 8 ++++---- .../Response/PublicationDetailsTest.php | 8 ++++---- .../VuFindTest/RecordDriver/SolrDefaultTest.php | 8 ++++---- .../src/VuFindTest/RecordDriver/SolrMarcTest.php | 8 ++++---- .../VuFindTest/RecordTab/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Related/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Related/SimilarTest.php | 8 ++++---- .../VuFindTest/Related/WorldCatSimilarTest.php | 8 ++++---- .../src/VuFindTest/Reserves/CsvReaderTest.php | 8 ++++---- .../Resolver/Driver/PluginManagerTest.php | 8 ++++---- .../src/VuFindTest/Resolver/Driver/RediTest.php | 4 ++-- .../VuFindTest/Role/DynamicRoleProviderTest.php | 8 ++++---- .../PermissionProvider/PluginManagerTest.php | 8 ++++---- .../Role/PermissionProvider/ServerParamTest.php | 8 ++++---- .../Role/PermissionProvider/ShibbolethTest.php | 8 ++++---- .../src/VuFindTest/SMS/ClickatellTest.php | 4 ++-- .../src/VuFindTest/Search/BackendManagerTest.php | 8 ++++---- .../src/VuFindTest/Search/Base/ParamsTest.php | 8 ++++---- .../src/VuFindTest/Search/MemoryTest.php | 8 ++++---- .../Search/Options/PluginManagerTest.php | 8 ++++---- .../Search/Params/PluginManagerTest.php | 8 ++++---- .../Search/Primo/OnCampusListenerTest.php | 8 ++++---- .../Search/Primo/PrimoPermissionHandlerTest.php | 8 ++++---- .../src/VuFindTest/Search/QueryAdapterTest.php | 8 ++++---- .../Search/Results/PluginManagerTest.php | 8 ++++---- .../VuFindTest/Search/SearchTabsHelperTest.php | 8 ++++---- .../Solr/ConditionalFilterListenerTest.php | 8 ++++---- .../Solr/FilterFieldConversionListenerTest.php | 8 ++++---- .../Search/Solr/HideFacetValueListenerTest.php | 8 ++++---- .../Search/Solr/HierarchicalFacetHelperTest.php | 8 ++++---- .../Search/Solr/MultiIndexListenerTest.php | 8 ++++---- .../Search/Solr/SpellingProcessorTest.php | 8 ++++---- .../Search/Solr/V3/ErrorListenerTest.php | 8 ++++---- .../Search/Solr/V4/ErrorListenerTest.php | 8 ++++---- .../src/VuFindTest/Session/PluginManagerTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/SimpleXMLTest.php | 8 ++++---- .../src/VuFindTest/Sitemap/SitemapIndexTest.php | 8 ++++---- .../src/VuFindTest/Sitemap/SitemapTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/Solr/UtilsTest.php | 8 ++++---- .../src/VuFindTest/Solr/WriterTest.php | 8 ++++---- .../Statistics/Driver/PluginManagerTest.php | 8 ++++---- .../tests/unit-tests/src/VuFindTest/TagsTest.php | 8 ++++---- .../src/VuFindTest/View/Helper/Root/CartTest.php | 8 ++++---- .../VuFindTest/View/Helper/Root/CitationTest.php | 8 ++++---- .../View/Helper/Root/GoogleAnalyticsTest.php | 8 ++++---- .../VuFindTest/View/Helper/Root/OpenUrlTest.php | 8 ++++---- .../VuFindTest/View/Helper/Root/RecordTest.php | 8 ++++---- .../View/Helper/Root/SafeMoneyFormatTest.php | 8 ++++---- .../View/Helper/Root/TranslateTest.php | 8 ++++---- .../View/Helper/jQueryMobile/MobileMenuTest.php | 8 ++++---- module/VuFindAdmin/Module.php | 4 ++-- .../src/VuFindAdmin/Controller/AbstractAdmin.php | 4 ++-- .../VuFindAdmin/Controller/AdminController.php | 8 ++++---- .../VuFindAdmin/Controller/ConfigController.php | 8 ++++---- .../Controller/MaintenanceController.php | 8 ++++---- .../Controller/SocialstatsController.php | 8 ++++---- .../Controller/StatisticsController.php | 8 ++++---- .../VuFindAdmin/Controller/TagsController.php | 8 ++++---- .../Controller/SocialstatsControllerTest.php | 8 ++++---- module/VuFindConsole/Module.php | 4 ++-- .../VuFindConsole/Controller/AbstractBase.php | 8 ++++---- .../Controller/GenerateController.php | 8 ++++---- .../Controller/HarvestController.php | 8 ++++---- .../Controller/ImportController.php | 8 ++++---- .../Controller/LanguageController.php | 8 ++++---- .../VuFindConsole/Controller/UtilController.php | 8 ++++---- .../VuFindConsole/Mvc/Router/ConsoleRouter.php | 8 ++++---- .../VuFindTest/Mvc/Router/ConsoleRouterTest.php | 8 ++++---- module/VuFindDevTools/Module.php | 4 ++-- .../Controller/DevtoolsController.php | 8 ++++---- .../src/VuFindDevTools/LanguageHelper.php | 8 ++++---- .../Controller/DevtoolsControllerTest.php | 8 ++++---- .../src/VuFindTest/LanguageHelperTest.php | 8 ++++---- module/VuFindLocalTemplate/Module.php | 4 ++-- module/VuFindSearch/Module.php | 8 ++++---- .../src/VuFindSearch/Backend/AbstractBackend.php | 8 ++++---- .../VuFindSearch/Backend/AbstractHandlerMap.php | 8 ++++---- .../VuFindSearch/Backend/BackendInterface.php | 8 ++++---- .../src/VuFindSearch/Backend/EDS/Backend.php | 8 ++++---- .../src/VuFindSearch/Backend/EDS/Exception.php | 4 ++-- .../VuFindSearch/Backend/EDS/QueryBuilder.php | 8 ++++---- .../Backend/EDS/Response/RecordCollection.php | 8 ++++---- .../EDS/Response/RecordCollectionFactory.php | 8 ++++---- .../Backend/EDS/SearchRequestModel.php | 4 ++-- .../src/VuFindSearch/Backend/EDS/Zend2.php | 4 ++-- .../src/VuFindSearch/Backend/EIT/Backend.php | 8 ++++---- .../src/VuFindSearch/Backend/EIT/Connector.php | 8 ++++---- .../VuFindSearch/Backend/EIT/QueryBuilder.php | 8 ++++---- .../EIT/Response/XML/RecordCollection.php | 8 ++++---- .../EIT/Response/XML/RecordCollectionFactory.php | 8 ++++---- .../Backend/Exception/BackendException.php | 8 ++++---- .../Backend/Exception/HttpErrorException.php | 8 ++++---- .../Backend/Exception/RemoteErrorException.php | 8 ++++---- .../Backend/Exception/RequestErrorException.php | 8 ++++---- .../VuFindSearch/Backend/LibGuides/Backend.php | 8 ++++---- .../VuFindSearch/Backend/LibGuides/Connector.php | 8 ++++---- .../Backend/LibGuides/QueryBuilder.php | 8 ++++---- .../LibGuides/Response/RecordCollection.php | 8 ++++---- .../Response/RecordCollectionFactory.php | 8 ++++---- .../src/VuFindSearch/Backend/Pazpar2/Backend.php | 8 ++++---- .../VuFindSearch/Backend/Pazpar2/Connector.php | 8 ++++---- .../Backend/Pazpar2/QueryBuilder.php | 8 ++++---- .../Backend/Pazpar2/Response/Record.php | 8 ++++---- .../Pazpar2/Response/RecordCollection.php | 8 ++++---- .../Pazpar2/Response/RecordCollectionFactory.php | 8 ++++---- .../src/VuFindSearch/Backend/Primo/Backend.php | 8 ++++---- .../src/VuFindSearch/Backend/Primo/Connector.php | 8 ++++---- .../VuFindSearch/Backend/Primo/QueryBuilder.php | 8 ++++---- .../Backend/Primo/Response/RecordCollection.php | 8 ++++---- .../Primo/Response/RecordCollectionFactory.php | 8 ++++---- .../src/VuFindSearch/Backend/SRU/Connector.php | 8 ++++---- .../src/VuFindSearch/Backend/Solr/Backend.php | 10 +++++----- .../src/VuFindSearch/Backend/Solr/Connector.php | 8 ++++---- .../Backend/Solr/Document/AbstractDocument.php | 8 ++++---- .../Backend/Solr/Document/CommitDocument.php | 8 ++++---- .../Backend/Solr/Document/DeleteDocument.php | 8 ++++---- .../Backend/Solr/Document/OptimizeDocument.php | 8 ++++---- .../Backend/Solr/Document/RawXMLDocument.php | 8 ++++---- .../Backend/Solr/Document/UpdateDocument.php | 8 ++++---- .../src/VuFindSearch/Backend/Solr/HandlerMap.php | 8 ++++---- .../Backend/Solr/LuceneSyntaxHelper.php | 8 ++++---- .../VuFindSearch/Backend/Solr/QueryBuilder.php | 8 ++++---- .../Backend/Solr/QueryBuilderInterface.php | 8 ++++---- .../Backend/Solr/Record/SerializableRecord.php | 8 ++++---- .../Solr/Record/SerializableRecordInterface.php | 8 ++++---- .../Backend/Solr/Response/Json/Facets.php | 8 ++++---- .../Backend/Solr/Response/Json/NamedList.php | 8 ++++---- .../Backend/Solr/Response/Json/Record.php | 8 ++++---- .../Solr/Response/Json/RecordCollection.php | 8 ++++---- .../Response/Json/RecordCollectionFactory.php | 8 ++++---- .../Backend/Solr/Response/Json/Spellcheck.php | 8 ++++---- .../Backend/Solr/Response/Json/Terms.php | 8 ++++---- .../VuFindSearch/Backend/Solr/SearchHandler.php | 8 ++++---- .../src/VuFindSearch/Backend/Summon/Backend.php | 8 ++++---- .../VuFindSearch/Backend/Summon/QueryBuilder.php | 8 ++++---- .../Backend/Summon/Response/RecordCollection.php | 8 ++++---- .../Summon/Response/RecordCollectionFactory.php | 8 ++++---- .../VuFindSearch/Backend/WorldCat/Backend.php | 8 ++++---- .../VuFindSearch/Backend/WorldCat/Connector.php | 8 ++++---- .../Backend/WorldCat/QueryBuilder.php | 8 ++++---- .../Backend/WorldCat/Response/XML/Record.php | 8 ++++---- .../WorldCat/Response/XML/RecordCollection.php | 8 ++++---- .../Response/XML/RecordCollectionFactory.php | 8 ++++---- .../Exception/ExceptionInterface.php | 4 ++-- .../Exception/InvalidArgumentException.php | 8 ++++---- .../VuFindSearch/Exception/RuntimeException.php | 4 ++-- .../src/VuFindSearch/Feature/RandomInterface.php | 8 ++++---- .../Feature/RetrieveBatchInterface.php | 8 ++++---- .../VuFindSearch/Feature/SimilarInterface.php | 8 ++++---- .../VuFindSearch/src/VuFindSearch/ParamBag.php | 8 ++++---- .../src/VuFindSearch/Query/AbstractQuery.php | 8 ++++---- .../src/VuFindSearch/Query/Query.php | 8 ++++---- .../src/VuFindSearch/Query/QueryGroup.php | 8 ++++---- .../src/VuFindSearch/Query/QueryInterface.php | 8 ++++---- .../Response/AbstractRecordCollection.php | 8 ++++---- module/VuFindSearch/src/VuFindSearch/Service.php | 8 ++++---- .../Backend/AbstractHandlerMapTest.php | 8 ++++---- .../src/VuFindTest/Backend/EDS/BackendTest.php | 8 ++++---- .../VuFindTest/Backend/EDS/QueryBuilderTest.php | 8 ++++---- .../EDS/Response/RecordCollectionFactoryTest.php | 8 ++++---- .../EDS/Response/RecordCollectionTest.php | 8 ++++---- .../src/VuFindTest/Backend/EIT/BackendTest.php | 8 ++++---- .../VuFindTest/Backend/EIT/QueryBuilderTest.php | 8 ++++---- .../Response/XML/RecordCollectionFactoryTest.php | 8 ++++---- .../EIT/Response/XML/RecordCollectionTest.php | 8 ++++---- .../VuFindTest/Backend/LibGuides/BackendTest.php | 8 ++++---- .../Backend/LibGuides/QueryBuilderTest.php | 8 ++++---- .../Response/RecordCollectionFactoryTest.php | 8 ++++---- .../LibGuides/Response/RecordCollectionTest.php | 8 ++++---- .../VuFindTest/Backend/Pazpar2/BackendTest.php | 8 ++++---- .../src/VuFindTest/Backend/Primo/BackendTest.php | 8 ++++---- .../VuFindTest/Backend/Primo/ConnectorTest.php | 8 ++++---- .../Backend/Primo/QueryBuilderTest.php | 8 ++++---- .../Response/RecordCollectionFactoryTest.php | 8 ++++---- .../Primo/Response/RecordCollectionTest.php | 8 ++++---- .../src/VuFindTest/Backend/Solr/BackendTest.php | 8 ++++---- .../VuFindTest/Backend/Solr/ConnectorTest.php | 8 ++++---- .../Backend/Solr/Document/CommitDocumentTest.php | 8 ++++---- .../Backend/Solr/Document/DeleteDocumentTest.php | 8 ++++---- .../Solr/Document/OptimizeDocumentTest.php | 8 ++++---- .../Backend/Solr/Document/RawXMLDocumentTest.php | 8 ++++---- .../Backend/Solr/Document/UpdateDocumentTest.php | 8 ++++---- .../VuFindTest/Backend/Solr/HandlerMapTest.php | 10 +++++----- .../Backend/Solr/LuceneSyntaxHelperTest.php | 8 ++++---- .../VuFindTest/Backend/Solr/QueryBuilderTest.php | 8 ++++---- .../Solr/Record/SerializableRecordTest.php | 8 ++++---- .../Backend/Solr/Response/Json/FacetsTest.php | 8 ++++---- .../Backend/Solr/Response/Json/NamedListTest.php | 8 ++++---- .../Json/RecordCollectionFactoryTest.php | 8 ++++---- .../Solr/Response/Json/RecordCollectionTest.php | 8 ++++---- .../Solr/Response/Json/SpellcheckTest.php | 8 ++++---- .../Backend/Solr/Response/Json/TermsTest.php | 8 ++++---- .../Backend/Solr/SearchHandlerTest.php | 8 ++++---- .../VuFindTest/Backend/Summon/BackendTest.php | 8 ++++---- .../Backend/Summon/QueryBuilderTest.php | 8 ++++---- .../Response/RecordCollectionFactoryTest.php | 8 ++++---- .../Summon/Response/RecordCollectionTest.php | 8 ++++---- .../VuFindTest/Backend/WorldCat/BackendTest.php | 8 ++++---- .../Backend/WorldCat/ConnectorTest.php | 8 ++++---- .../Backend/WorldCat/QueryBuilderTest.php | 8 ++++---- .../Response/XML/RecordCollectionFactoryTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/ParamBagTest.php | 8 ++++---- .../src/VuFindTest/Query/QueryGroupTest.php | 8 ++++---- .../src/VuFindTest/Query/QueryTest.php | 8 ++++---- .../src/VuFindTest/SearchServiceTest.php | 8 ++++---- module/VuFindTheme/Module.php | 4 ++-- .../VuFindTheme/src/VuFindTheme/Initializer.php | 8 ++++---- .../src/VuFindTheme/InjectTemplateListener.php | 8 ++++---- .../VuFindTheme/src/VuFindTheme/LessCompiler.php | 8 ++++---- module/VuFindTheme/src/VuFindTheme/Mobile.php | 4 ++-- .../src/VuFindTheme/ResourceContainer.php | 8 ++++---- module/VuFindTheme/src/VuFindTheme/ThemeInfo.php | 8 ++++---- .../src/VuFindTheme/View/Helper/Factory.php | 8 ++++---- .../src/VuFindTheme/View/Helper/HeadLink.php | 8 ++++---- .../src/VuFindTheme/View/Helper/HeadScript.php | 8 ++++---- .../View/Helper/HeadThemeResources.php | 8 ++++---- .../src/VuFindTheme/View/Helper/ImageLink.php | 4 ++-- .../src/VuFindTheme/View/Helper/InlineScript.php | 8 ++++---- .../src/VuFindTheme/View/Helper/MobileUrl.php | 8 ++++---- .../src/VuFindTest/LessCompilerTest.php | 8 ++++---- .../unit-tests/src/VuFindTest/ThemeInfoTest.php | 8 ++++---- .../ThemeInjectTemplateListenerTest.php | 8 ++++---- .../src/VuFindTest/ThemeMobileTest.php | 8 ++++---- .../VuFindTest/ThemeResourceContainerTest.php | 8 ++++---- .../View/Helper/HeadThemeResourcesTest.php | 8 ++++---- themes/bootstrap3/js/preview.js | 2 +- themes/bootstrap3/templates/install/fixils.phtml | 2 +- .../bootstrap3/templates/install/fixsolr.phtml | 2 +- .../templates/upgrade/fixanonymoustags.phtml | 2 +- .../templates/upgrade/fixduplicatetags.phtml | 2 +- themes/bootstrap3/templates/upgrade/home.phtml | 6 +++--- util/commit.php | 4 ++-- util/createHierarchyTrees.php | 4 ++-- util/cssBuilder.php | 4 ++-- util/dedupe.php | 4 ++-- util/deletes.php | 4 ++-- util/expire_searches.php | 4 ++-- util/expire_sessions.php | 4 ++-- util/index_reserves.php | 4 ++-- util/optimize.php | 4 ++-- util/sitemap.php | 4 ++-- util/suppressed.php | 4 ++-- 995 files changed, 3586 insertions(+), 3587 deletions(-) diff --git a/README.md b/README.md index 0d0dfb29a60..157b97ef8af 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ VuFind Introduction ------------ VuFind is an open source discovery environment for searching a collection of -records. To learn more, visit http://vufind.org. +records. To learn more, visit https://vufind.org. Installation ------------ -See online documentation at http://vufind.org/wiki/vufind2:installation_notes \ No newline at end of file +See online documentation at https://vufind.org/wiki/installation \ No newline at end of file diff --git a/config/vufind/OpenUrlRules.json b/config/vufind/OpenUrlRules.json index a93c9792b1b..2475f03ab83 100644 --- a/config/vufind/OpenUrlRules.json +++ b/config/vufind/OpenUrlRules.json @@ -1,6 +1,6 @@ [ { - "__comment" : "documentation: https://vufind.org/wiki/vufind2:openurls#defining_openurl_rules", + "__comment" : "documentation: https://vufind.org/wiki/configuration:openurls#defining_openurl_rules", "exclude" : [], "include" : [ diff --git a/config/vufind/README.txt b/config/vufind/README.txt index 2e4c44d3b22..df5149f9430 100644 --- a/config/vufind/README.txt +++ b/config/vufind/README.txt @@ -4,4 +4,4 @@ If you wish to customize your configuration, it is recommended that you make use of a local settings directory rather than editing them in place here. See this wiki page for more details: -https://vufind.org/wiki/vufind2:local_settings_directory \ No newline at end of file +https://vufind.org/wiki/configuration:local_settings_directory \ No newline at end of file diff --git a/config/vufind/config.ini b/config/vufind/config.ini index d1d4fefdbf0..e6a3d34cdae 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -652,7 +652,7 @@ noCoverAvailableImage = images/noCover2.gif ; See also the AuthorInfo recommendation module setting in searches.ini; this ; includes notes on improving the accuracy of Wikipedia retrievals. ; Note for Windows users: If using Wikipedia, you may need to increase your Apache -; heap size settings. For details, see: http://vufind.org/jira/browse/VUFIND-630 +; heap size settings. For details, see: https://vufind.org/jira/browse/VUFIND-630 authors = Wikipedia ; You can look up your secret key by logging into http://aws.amazon.com and clicking @@ -1213,8 +1213,8 @@ next_prev_navigation = false ;replaceMarc260 = false ; Set the URI-pattern of the server which serves the raw Marc-data. (see -; https://vufind.org/wiki/remote_marc_records for more information on how to set up a -; remote service for raw Marc-data) +; https://vufind.org/wiki/configuration:remote_marc_records for more information +; on how to set up a remote service for raw Marc-data) ;remote_marc_url = http://127.0.0.1/%s ; You can use this setting to hide holdings information for particular named locations diff --git a/config/vufind/fulltext.ini b/config/vufind/fulltext.ini index 7a057fb5ac5..e581bc46fba 100644 --- a/config/vufind/fulltext.ini +++ b/config/vufind/fulltext.ini @@ -1,6 +1,6 @@ ; This file contains settings used for full text indexing. See the documentation ; on the XSLT import tool for more details: -; http://vufind.org/wiki/importing_records#importing_with_xslt +; https://vufind.org/wiki/indexing:xml ; Use this setting to set your default parser (either Aperture or Tika); if you omit ; this setting, VuFind will attempt to auto-detect the first available uncommented diff --git a/config/vufind/httpd-vufind.conf b/config/vufind/httpd-vufind.conf index 36c41cb36dd..24f039453b7 100644 --- a/config/vufind/httpd-vufind.conf +++ b/config/vufind/httpd-vufind.conf @@ -54,7 +54,7 @@ Alias /vufind /usr/local/vufind/public # Uncomment this line if you want to use the XHProf profiler; this is a developer-oriented option # that most users will not need. Make sure the XHProf PHP libraries are available on your include - # path. See http://vufind.org/jira/browse/VUFIND-419 for more details. + # path. See https://vufind.org/jira/browse/VUFIND-419 for more details. #SetEnv VUFIND_PROFILER_XHPROF http://url/to/your/xhprof/web/interface # This line points to the local override directory where you should place your customized files diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini index 7f44c5fa2e8..0a733e23f0e 100644 --- a/config/vufind/searches.ini +++ b/config/vufind/searches.ini @@ -304,7 +304,7 @@ CallNumber = callnumber-sort ; combination with your Solr authority index to pick more appropriate authors; ; this defaults to false if unset. If you do not have local authority records ; to draw on, the OCLC FAST data works well with the [use_viaf] option; see: -; http://vufind.org/wiki/open_data_sources#oclc_fast +; https://vufind.org/wiki/indexing:open_data_sources#oclc_fast ; AuthorityRecommend:[field1]:[query1]:[field2]:[query2]:...:[field-n]:[query-n] ; Displays see and see also results to user based on search of Authority Index. ; Any number of filter queries may be specified as parameters to limit which @@ -376,7 +376,7 @@ CallNumber = callnumber-sort ; You can build your own recommendations modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/vufind2:recommendation_modules +; https://vufind.org/wiki/development:plugins:recommendation_modules [SideRecommendations] ; No search-specific settings by default -- add your own here. ;Subject[] = SideFacets @@ -407,8 +407,8 @@ side[] = "ExpandFacets:Author" [NewItem] ; New item information can be retrieved from Solr or from the ILS; this setting ; controls which mechanism is used. If using Solr, change tracking must be enabled -; (see https://vufind.org/wiki/tracking_record_changes). If using the ILS, your -; driver must support the getNewItems() method. +; (see https://vufind.org/wiki/indexing:tracking_record_changes). If using the ILS, +; your driver must support the getNewItems() method. ; Valid options: ils, solr; default: ils method = ils ; Comma-separated list of date ranges to offer to the user (i.e. 1,5,30 = one day @@ -420,7 +420,7 @@ ranges = 1,5,30 ; number of pages of results that will show up when doing a new item search. ; It is necessary to limit the number of results to avoid getting a "too many boolean ; clauses" error from the Solr index (see notes at -; http://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you ; set the value too low, you may get the same results no matter which range setting ; is selected! result_pages = 10 @@ -439,7 +439,7 @@ result_pages = 10 ; items. Comment out the whole setting if you do not want custom RSS sorting. ; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, ; you need to index record change dates; see the Wiki page at -; http://vufind.org/wiki/tracking_record_changes +; https://vufind.org/wiki/indexing:tracking_record_changes sort = "last_indexed desc" ; The following two sections control the behavior of the autocomplete drop-downs @@ -476,7 +476,7 @@ sort = "last_indexed desc" ; You can build your own autocomplete modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/vufind2:autosuggesters +; https://vufind.org/wiki/development:plugins:autosuggesters [Autocomplete] ; Set this to false to disable all autocomplete behavior enabled = true diff --git a/harvest/harvest_oai.php b/harvest/harvest_oai.php index 60a8e1d910b..7fbfba07088 100644 --- a/harvest/harvest_oai.php +++ b/harvest/harvest_oai.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Harvest_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records#oai-pmh_harvesting Wiki + * @link https://vufind.org/wiki/indexing:oai-pmh Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/harvest/merge-marc.php b/harvest/merge-marc.php index 06ab43b51b7..98700a9af73 100644 --- a/harvest/merge-marc.php +++ b/harvest/merge-marc.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Harvest_Tools * @author Thomas Schwaerzler <thomas.schwaerzler@uibk.ac.at> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/authority_control Wiki + * @link https://vufind.org/wiki/development:architecture:authority_control Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/import/import-xsl.php b/import/import-xsl.php index 077eebde523..fad85e7f535 100644 --- a/import/import-xsl.php +++ b/import/import-xsl.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/import/marc_local.properties b/import/marc_local.properties index 96377101f73..fd79d0e0e9c 100644 --- a/import/marc_local.properties +++ b/import/marc_local.properties @@ -40,7 +40,7 @@ # matching the specified suffix will be indexed. Note that this functionality # depends on a full text tool being installed on your system. See the wiki for # details: -# http://vufind.org/wiki/importing_records#indexing_full_text +# https://vufind.org/wiki/indexing:full_text_tools #fulltext = custom, getFulltext(856u, pdf) # Uncomment the following line if you want to index latitude/longitude data for diff --git a/import/webcrawl.php b/import/webcrawl.php index 9b673cd4ab3..bfa50488194 100644 --- a/import/webcrawl.php +++ b/import/webcrawl.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/install.php b/install.php index 3c49205ad48..f3cdd99ce5c 100644 --- a/install.php +++ b/install.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Installer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:installation_notes Wiki + * @link https://vufind.org/wiki/installation Wiki */ require_once __DIR__ . '/vendor/autoload.php'; diff --git a/module/VuDL/Module.php b/module/VuDL/Module.php index dd97d68c147..005cf4a5334 100644 --- a/module/VuDL/Module.php +++ b/module/VuDL/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuDL; /** * VuDL interface module. * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuDL/src/VuDL/Connection/AbstractBase.php b/module/VuDL/src/VuDL/Connection/AbstractBase.php index 1229a945f30..28c38577d15 100644 --- a/module/VuDL/src/VuDL/Connection/AbstractBase.php +++ b/module/VuDL/src/VuDL/Connection/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ namespace VuDL\Connection; use VuFindHttp\HttpServiceInterface, @@ -32,11 +32,11 @@ use VuFindHttp\HttpServiceInterface, /** * VuDL connection base class * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ class AbstractBase implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuDL/src/VuDL/Connection/Fedora.php b/module/VuDL/src/VuDL/Connection/Fedora.php index b2049bc1e8d..bdf922d3469 100644 --- a/module/VuDL/src/VuDL/Connection/Fedora.php +++ b/module/VuDL/src/VuDL/Connection/Fedora.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ namespace VuDL\Connection; use VuFindHttp\HttpServiceInterface, @@ -32,11 +32,11 @@ use VuFindHttp\HttpServiceInterface, /** * VuDL-Fedora connection class * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ class Fedora extends AbstractBase { diff --git a/module/VuDL/src/VuDL/Connection/Manager.php b/module/VuDL/src/VuDL/Connection/Manager.php index 7652e1610a1..31ce7c5c22b 100644 --- a/module/VuDL/src/VuDL/Connection/Manager.php +++ b/module/VuDL/src/VuDL/Connection/Manager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ namespace VuDL\Connection; /** * VuDL connection manager * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ class Manager { diff --git a/module/VuDL/src/VuDL/Connection/Solr.php b/module/VuDL/src/VuDL/Connection/Solr.php index 6a6d545aa2e..e221fda9b7f 100644 --- a/module/VuDL/src/VuDL/Connection/Solr.php +++ b/module/VuDL/src/VuDL/Connection/Solr.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ namespace VuDL\Connection; use VuFindSearch\ParamBag; @@ -31,11 +31,11 @@ use VuFindSearch\ParamBag; /** * VuDL-Fedora connection class * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ class Solr extends AbstractBase { diff --git a/module/VuDL/src/VuDL/Controller/AbstractVuDL.php b/module/VuDL/src/VuDL/Controller/AbstractVuDL.php index e11ae4a7b46..01f1cd1f83f 100644 --- a/module/VuDL/src/VuDL/Controller/AbstractVuDL.php +++ b/module/VuDL/src/VuDL/Controller/AbstractVuDL.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/ */ namespace VuDL\Controller; @@ -32,11 +32,11 @@ namespace VuDL\Controller; * VuDL controller base class (defines some methods that can be shared by other * controllers). * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/ */ class AbstractVuDL extends \VuFind\Controller\AbstractBase { diff --git a/module/VuDL/src/VuDL/Controller/VudlController.php b/module/VuDL/src/VuDL/Controller/VudlController.php index daa5cc407ad..50a05e492e8 100644 --- a/module/VuDL/src/VuDL/Controller/VudlController.php +++ b/module/VuDL/src/VuDL/Controller/VudlController.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @author David Lacy <david.lacy@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuDL\Controller; use VuFind\Exception\RecordMissing as RecordMissingException, @@ -33,11 +33,11 @@ use VuFind\Exception\RecordMissing as RecordMissingException, /** * This controller is for the viewing of the digital library files. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class VudlController extends AbstractVuDL { diff --git a/module/VuDL/src/VuDL/Factory.php b/module/VuDL/src/VuDL/Factory.php index d06b3c37d9e..ab11a02b8d7 100644 --- a/module/VuDL/src/VuDL/Factory.php +++ b/module/VuDL/src/VuDL/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package VuDL * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/ */ namespace VuDL; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for VuDL resources. * - * @category VuFind2 + * @category VuFind * @package VuDL * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/ * * @codeCoverageIgnore */ diff --git a/module/VuDL/src/VuDL/OutlineGenerator.php b/module/VuDL/src/VuDL/OutlineGenerator.php index 0e8b24c3a01..00b03095b94 100644 --- a/module/VuDL/src/VuDL/OutlineGenerator.php +++ b/module/VuDL/src/VuDL/OutlineGenerator.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package VuDL * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ namespace VuDL; use Zend\Mvc\Controller\Plugin\Url as UrlHelper; @@ -31,11 +31,11 @@ use Zend\Mvc\Controller\Plugin\Url as UrlHelper; /** * VuDL outline generator * - * @category VuFind2 + * @category VuFind * @package VuDL * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-3.0.php GNU General Public License - * @link http://vufind.org/wiki/ + * @link https://vufind.org/wiki/ */ class OutlineGenerator { diff --git a/module/VuDL/src/VuDL/RecordDriver/SolrVudl.php b/module/VuDL/src/VuDL/RecordDriver/SolrVudl.php index a133cc30806..c62b32059d9 100644 --- a/module/VuDL/src/VuDL/RecordDriver/SolrVudl.php +++ b/module/VuDL/src/VuDL/RecordDriver/SolrVudl.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/ */ namespace VuDL\RecordDriver; /** * Model for VuDL records in Solr. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/ */ class SolrVudl extends \VuFind\RecordDriver\SolrDefault { diff --git a/module/VuDL/src/VuDL/View/Helper/Bootstrap3/VuDL.php b/module/VuDL/src/VuDL/View/Helper/Bootstrap3/VuDL.php index bc111f2992a..827346928a8 100644 --- a/module/VuDL/src/VuDL/View/Helper/Bootstrap3/VuDL.php +++ b/module/VuDL/src/VuDL/View/Helper/Bootstrap3/VuDL.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/ */ namespace VuDL\View\Helper\Bootstrap3; /** * VuDL view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/ */ class VuDL extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/AbstractBaseTest.php b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/AbstractBaseTest.php index 3a3ac42b80d..029267c95bb 100644 --- a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/AbstractBaseTest.php +++ b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/AbstractBaseTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuDLTest; /** * VuDL Solr Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class AbstractBaseTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/FedoraTest.php b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/FedoraTest.php index fbc4873e0e8..db5e451680a 100644 --- a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/FedoraTest.php +++ b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/FedoraTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuDLTest; /** * VuDL Fedora Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class FedoraTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/ManagerTest.php b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/ManagerTest.php index 25b3473e124..457742a33c4 100644 --- a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/ManagerTest.php +++ b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/ManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuDLTest; use VuDL\Connection\Manager; @@ -31,11 +31,11 @@ use VuDL\Connection\Manager; /** * VuDL Connection Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php index 564625c6762..c4e5edc1ad8 100644 --- a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php +++ b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuDLTest; /** * VuDL Solr Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SolrTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/Module.php b/module/VuFind/Module.php index 93cdccd1990..b49a7515551 100644 --- a/module/VuFind/Module.php +++ b/module/VuFind/Module.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFind; use Zend\Mvc\MvcEvent; @@ -31,11 +31,11 @@ use Zend\Mvc\MvcEvent; /** * ZF2 module definition for the VuFind application * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Module { diff --git a/module/VuFind/src/VuFind/Auth/AbstractBase.php b/module/VuFind/src/VuFind/Auth/AbstractBase.php index a32e0846e25..216ca9553c9 100644 --- a/module/VuFind/src/VuFind/Auth/AbstractBase.php +++ b/module/VuFind/src/VuFind/Auth/AbstractBase.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> @@ -32,7 +32,7 @@ use VuFind\Db\Row\User, VuFind\Exception\Auth as AuthException; /** * Abstract authentication base class * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/src/VuFind/Auth/CAS.php b/module/VuFind/src/VuFind/Auth/CAS.php index 2d31b131381..c3966907d0a 100644 --- a/module/VuFind/src/VuFind/Auth/CAS.php +++ b/module/VuFind/src/VuFind/Auth/CAS.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> @@ -32,7 +32,7 @@ use VuFind\Exception\Auth as AuthException; /** * CAS authentication module. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Tom Misilo <tmisilo@gmail.com> * @author Franck Borel <franck.borel@gbv.de> diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php index c2cd9094522..8df21c11a16 100644 --- a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php +++ b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Anna Headley <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Db\Row\User, VuFind\Exception\Auth as AuthException; @@ -37,11 +37,11 @@ use Zend\Http\PhpEnvironment\Request; * * See config.ini for more details * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Anna Headley <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class ChoiceAuth extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/Database.php b/module/VuFind/src/VuFind/Auth/Database.php index f350266aa99..5b61353b018 100644 --- a/module/VuFind/src/VuFind/Auth/Database.php +++ b/module/VuFind/src/VuFind/Auth/Database.php @@ -19,13 +19,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Chris Hallberg <challber@villanova.edu> * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Exception\Auth as AuthException, Zend\Crypt\Password\Bcrypt; @@ -33,13 +33,13 @@ use VuFind\Exception\Auth as AuthException, Zend\Crypt\Password\Bcrypt; /** * Database authentication class * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Chris Hallberg <challber@villanova.edu> * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class Database extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/Facebook.php b/module/VuFind/src/VuFind/Auth/Facebook.php index b14e3748152..2f4d85d1e43 100644 --- a/module/VuFind/src/VuFind/Auth/Facebook.php +++ b/module/VuFind/src/VuFind/Auth/Facebook.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> @@ -32,7 +32,7 @@ use VuFind\Exception\Auth as AuthException; /** * Facebook authentication module. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/src/VuFind/Auth/Factory.php b/module/VuFind/src/VuFind/Auth/Factory.php index c3ac636c136..a058a2722f1 100644 --- a/module/VuFind/src/VuFind/Auth/Factory.php +++ b/module/VuFind/src/VuFind/Auth/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Auth; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for authentication services. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Auth/ILS.php b/module/VuFind/src/VuFind/Auth/ILS.php index 3fc2bb1670d..0a02915a361 100644 --- a/module/VuFind/src/VuFind/Auth/ILS.php +++ b/module/VuFind/src/VuFind/Auth/ILS.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; @@ -33,12 +33,12 @@ use VuFind\Exception\Auth as AuthException; /** * ILS authentication module. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class ILS extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/ILSAuthenticator.php b/module/VuFind/src/VuFind/Auth/ILSAuthenticator.php index 5d24cb8582b..acf08c7abe7 100644 --- a/module/VuFind/src/VuFind/Auth/ILSAuthenticator.php +++ b/module/VuFind/src/VuFind/Auth/ILSAuthenticator.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Exception\ILS as ILSException, VuFind\ILS\Connection as ILSConnection /** * Class for managing ILS-specific authentication. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Auth/InvalidArgumentException.php b/module/VuFind/src/VuFind/Auth/InvalidArgumentException.php index 1ae825f3f01..0394ec349ea 100644 --- a/module/VuFind/src/VuFind/Auth/InvalidArgumentException.php +++ b/module/VuFind/src/VuFind/Auth/InvalidArgumentException.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Auth; /** * Invalid Authentication Argument Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class InvalidArgumentException extends \InvalidArgumentException { diff --git a/module/VuFind/src/VuFind/Auth/LDAP.php b/module/VuFind/src/VuFind/Auth/LDAP.php index 9bfb8683b4d..53441e5af30 100644 --- a/module/VuFind/src/VuFind/Auth/LDAP.php +++ b/module/VuFind/src/VuFind/Auth/LDAP.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Exception\Auth as AuthException; @@ -32,12 +32,12 @@ use VuFind\Exception\Auth as AuthException; /** * LDAP authentication class * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class LDAP extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/Manager.php b/module/VuFind/src/VuFind/Auth/Manager.php index 8bcc6768f78..6f028ed3921 100644 --- a/module/VuFind/src/VuFind/Auth/Manager.php +++ b/module/VuFind/src/VuFind/Auth/Manager.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -34,7 +34,7 @@ use VuFind\Cookie\CookieManager, /** * Wrapper class for handling logged-in user in session. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Auth/MultiAuth.php b/module/VuFind/src/VuFind/Auth/MultiAuth.php index f72ef18ed0c..28baa1d2420 100644 --- a/module/VuFind/src/VuFind/Auth/MultiAuth.php +++ b/module/VuFind/src/VuFind/Auth/MultiAuth.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Sam Moffatt <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Exception\Auth as AuthException; @@ -55,11 +55,11 @@ use VuFind\Exception\Auth as AuthException; * trim the username and password fields. This is done to enable common filtering * before handing off to the authentication handlers. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Sam Moffatt <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class MultiAuth extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/MultiILS.php b/module/VuFind/src/VuFind/Auth/MultiILS.php index 343d8c49ab0..1844df3f645 100644 --- a/module/VuFind/src/VuFind/Auth/MultiILS.php +++ b/module/VuFind/src/VuFind/Auth/MultiILS.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Exception\Auth as AuthException; @@ -35,13 +35,13 @@ use VuFind\ILS\Driver\MultiBackend; /** * Multiple ILS authentication module that works with MultiBackend driver * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class MultiILS extends ILS { diff --git a/module/VuFind/src/VuFind/Auth/PluginFactory.php b/module/VuFind/src/VuFind/Auth/PluginFactory.php index 6829ffa269a..a0b897e8122 100644 --- a/module/VuFind/src/VuFind/Auth/PluginFactory.php +++ b/module/VuFind/src/VuFind/Auth/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Auth; /** * Auth handler plugin factory * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Auth/PluginManager.php b/module/VuFind/src/VuFind/Auth/PluginManager.php index 78c0144f02b..7eb6386a139 100644 --- a/module/VuFind/src/VuFind/Auth/PluginManager.php +++ b/module/VuFind/src/VuFind/Auth/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Auth; /** * Auth handler plugin manager * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Auth/SIP2.php b/module/VuFind/src/VuFind/Auth/SIP2.php index a64404243fd..13ed2321e54 100644 --- a/module/VuFind/src/VuFind/Auth/SIP2.php +++ b/module/VuFind/src/VuFind/Auth/SIP2.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ namespace VuFind\Auth; use VuFind\Exception\Auth as AuthException; @@ -32,12 +32,12 @@ use VuFind\Exception\Auth as AuthException; /** * SIP2 authentication module. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:authentication_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:authentication_handlers Wiki */ class SIP2 extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Auth/Shibboleth.php b/module/VuFind/src/VuFind/Auth/Shibboleth.php index 07d7416b475..6d25966b1c4 100644 --- a/module/VuFind/src/VuFind/Auth/Shibboleth.php +++ b/module/VuFind/src/VuFind/Auth/Shibboleth.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> @@ -34,7 +34,7 @@ use VuFind\Exception\Auth as AuthException; /** * Shibboleth authentication module. * - * @category VuFind2 + * @category VuFind * @package Authentication * @author Franck Borel <franck.borel@gbv.de> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> diff --git a/module/VuFind/src/VuFind/Autocomplete/AutocompleteInterface.php b/module/VuFind/src/VuFind/Autocomplete/AutocompleteInterface.php index 65c222bfda7..c6e3f8c27ae 100644 --- a/module/VuFind/src/VuFind/Autocomplete/AutocompleteInterface.php +++ b/module/VuFind/src/VuFind/Autocomplete/AutocompleteInterface.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -34,11 +34,11 @@ namespace VuFind\Autocomplete; * This interface class is the definition of the required methods for * generating autocomplete suggestions. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ interface AutocompleteInterface { diff --git a/module/VuFind/src/VuFind/Autocomplete/Factory.php b/module/VuFind/src/VuFind/Autocomplete/Factory.php index 8df4b6ae8e9..7e1538b67ca 100644 --- a/module/VuFind/src/VuFind/Autocomplete/Factory.php +++ b/module/VuFind/src/VuFind/Autocomplete/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Autocomplete; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for autocomplete plugins. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Autocomplete/None.php b/module/VuFind/src/VuFind/Autocomplete/None.php index 3e3c47d6365..5dcec0056a5 100644 --- a/module/VuFind/src/VuFind/Autocomplete/None.php +++ b/module/VuFind/src/VuFind/Autocomplete/None.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class allows autocomplete to be disabled for certain search types. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class None implements AutocompleteInterface { diff --git a/module/VuFind/src/VuFind/Autocomplete/OCLCIdentities.php b/module/VuFind/src/VuFind/Autocomplete/OCLCIdentities.php index 1b3332c3a69..1424b40a2db 100644 --- a/module/VuFind/src/VuFind/Autocomplete/OCLCIdentities.php +++ b/module/VuFind/src/VuFind/Autocomplete/OCLCIdentities.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class provides suggestions by using OCLC Identities. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class OCLCIdentities implements AutocompleteInterface { diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php index 0968949966f..2fcb940618e 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; /** * Autocomplete handler plugin factory * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php index 500a1facf65..e0a195383d6 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; /** * Autocomplete handler plugin manager * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Autocomplete/Solr.php b/module/VuFind/src/VuFind/Autocomplete/Solr.php index 3c779eaf9b6..51c0341949e 100644 --- a/module/VuFind/src/VuFind/Autocomplete/Solr.php +++ b/module/VuFind/src/VuFind/Autocomplete/Solr.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class provides suggestions by using the local Solr index. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class Solr implements AutocompleteInterface { diff --git a/module/VuFind/src/VuFind/Autocomplete/SolrAuth.php b/module/VuFind/src/VuFind/Autocomplete/SolrAuth.php index c6dde4d68d6..8e9330d267b 100644 --- a/module/VuFind/src/VuFind/Autocomplete/SolrAuth.php +++ b/module/VuFind/src/VuFind/Autocomplete/SolrAuth.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class provides suggestions by using the local Solr authority index. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class SolrAuth extends Solr { diff --git a/module/VuFind/src/VuFind/Autocomplete/SolrCN.php b/module/VuFind/src/VuFind/Autocomplete/SolrCN.php index 40169516611..ea9bad3484e 100644 --- a/module/VuFind/src/VuFind/Autocomplete/SolrCN.php +++ b/module/VuFind/src/VuFind/Autocomplete/SolrCN.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class provides smart call number suggestions by using the local Solr index. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class SolrCN extends Solr { diff --git a/module/VuFind/src/VuFind/Autocomplete/SolrReserves.php b/module/VuFind/src/VuFind/Autocomplete/SolrReserves.php index 47a973f4082..cf13e537b48 100644 --- a/module/VuFind/src/VuFind/Autocomplete/SolrReserves.php +++ b/module/VuFind/src/VuFind/Autocomplete/SolrReserves.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Tuan Nguyen <tuan@yorku.ca> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -33,11 +33,11 @@ namespace VuFind\Autocomplete; * * This class provides suggestions by using the local Solr reserves index. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class SolrReserves extends Solr { diff --git a/module/VuFind/src/VuFind/Autocomplete/Tag.php b/module/VuFind/src/VuFind/Autocomplete/Tag.php index 9e9d215564d..b068e10ed0f 100644 --- a/module/VuFind/src/VuFind/Autocomplete/Tag.php +++ b/module/VuFind/src/VuFind/Autocomplete/Tag.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ namespace VuFind\Autocomplete; @@ -32,11 +32,11 @@ namespace VuFind\Autocomplete; * * This class provides suggestions by using the local tag database. * - * @category VuFind2 + * @category VuFind * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:autosuggesters Wiki + * @link https://vufind.org/wiki/development:plugins:autosuggesters Wiki */ class Tag implements AutocompleteInterface, \VuFind\Db\Table\DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Bootstrapper.php b/module/VuFind/src/VuFind/Bootstrapper.php index 04447ec5084..d7c61c21612 100644 --- a/module/VuFind/src/VuFind/Bootstrapper.php +++ b/module/VuFind/src/VuFind/Bootstrapper.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Bootstrap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind; use Zend\Console\Console, Zend\Mvc\MvcEvent, Zend\Mvc\Router\Http\RouteMatch; @@ -31,11 +31,11 @@ use Zend\Console\Console, Zend\Mvc\MvcEvent, Zend\Mvc\Router\Http\RouteMatch; /** * VuFind Bootstrapper * - * @category VuFind2 + * @category VuFind * @package Bootstrap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Bootstrapper { diff --git a/module/VuFind/src/VuFind/Cache/Manager.php b/module/VuFind/src/VuFind/Cache/Manager.php index fb1d8fdac23..cc3eac903b3 100644 --- a/module/VuFind/src/VuFind/Cache/Manager.php +++ b/module/VuFind/src/VuFind/Cache/Manager.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cache * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use Zend\Cache\StorageFactory, Zend\Config\Config; * * Creates file and APC caches * - * @category VuFind2 + * @category VuFind * @package Cache * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Cache/Storage/Adapter/NoCacheAdapter.php b/module/VuFind/src/VuFind/Cache/Storage/Adapter/NoCacheAdapter.php index c0d3b4e6329..892a29197da 100644 --- a/module/VuFind/src/VuFind/Cache/Storage/Adapter/NoCacheAdapter.php +++ b/module/VuFind/src/VuFind/Cache/Storage/Adapter/NoCacheAdapter.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cache * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use Zend\Cache\Storage\Adapter\AbstractAdapter; /** * VuFind NoCacheAdapter. * - * @category VuFind2 + * @category VuFind * @package Cache * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Cart.php b/module/VuFind/src/VuFind/Cart.php index 2f44474171d..3769bec3744 100644 --- a/module/VuFind/src/VuFind/Cart.php +++ b/module/VuFind/src/VuFind/Cart.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cart * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind; use VuFind\Cookie\CookieManager; @@ -33,11 +33,11 @@ use VuFind\Cookie\CookieManager; * * The data model object representing a user's book cart. * - * @category VuFind2 + * @category VuFind * @package Cart * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Cart { diff --git a/module/VuFind/src/VuFind/Config/AccountCapabilities.php b/module/VuFind/src/VuFind/Config/AccountCapabilities.php index 09b9a4f2dc4..6ffa6d750b0 100644 --- a/module/VuFind/src/VuFind/Config/AccountCapabilities.php +++ b/module/VuFind/src/VuFind/Config/AccountCapabilities.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; use VuFind\Auth\Manager as AuthManager; @@ -34,11 +34,11 @@ use Zend\Config\Config; * Class to determine which account capabilities are available, based on * configuration and other factors. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AccountCapabilities { diff --git a/module/VuFind/src/VuFind/Config/Locator.php b/module/VuFind/src/VuFind/Config/Locator.php index d3039c78bfb..cb88748f6ed 100644 --- a/module/VuFind/src/VuFind/Config/Locator.php +++ b/module/VuFind/src/VuFind/Config/Locator.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; /** * Class to find VuFind configuration files * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Locator { diff --git a/module/VuFind/src/VuFind/Config/PluginFactory.php b/module/VuFind/src/VuFind/Config/PluginFactory.php index 820dda2fc16..aa90eb80454 100644 --- a/module/VuFind/src/VuFind/Config/PluginFactory.php +++ b/module/VuFind/src/VuFind/Config/PluginFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Config; use Zend\Config\Config, Zend\Config\Reader\Ini as IniReader, @@ -33,11 +33,11 @@ use Zend\Config\Config, Zend\Config\Reader\Ini as IniReader, /** * VuFind Config Plugin Factory * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class PluginFactory implements AbstractFactoryInterface { diff --git a/module/VuFind/src/VuFind/Config/PluginManager.php b/module/VuFind/src/VuFind/Config/PluginManager.php index 4269831bc7d..e5116cf319b 100644 --- a/module/VuFind/src/VuFind/Config/PluginManager.php +++ b/module/VuFind/src/VuFind/Config/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Config; use Zend\ServiceManager\AbstractPluginManager as Base; @@ -31,11 +31,11 @@ use Zend\ServiceManager\AbstractPluginManager as Base; /** * VuFind Config Manager * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class PluginManager extends Base { diff --git a/module/VuFind/src/VuFind/Config/Reader/CacheDecorator.php b/module/VuFind/src/VuFind/Config/Reader/CacheDecorator.php index 894a7cade6e..4bc664416b2 100644 --- a/module/VuFind/src/VuFind/Config/Reader/CacheDecorator.php +++ b/module/VuFind/src/VuFind/Config/Reader/CacheDecorator.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Config * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config\Reader; @@ -34,11 +34,11 @@ use Zend\Cache\Storage\StorageInterface; /** * This class decorates a configuration file reader with caching support. * - * @category VuFind2 + * @category VuFind * @package Config * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class CacheDecorator implements ReaderInterface { diff --git a/module/VuFind/src/VuFind/Config/SearchSpecsReader.php b/module/VuFind/src/VuFind/Config/SearchSpecsReader.php index 6bead32f4ed..ac452380465 100644 --- a/module/VuFind/src/VuFind/Config/SearchSpecsReader.php +++ b/module/VuFind/src/VuFind/Config/SearchSpecsReader.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; use Symfony\Component\Yaml\Yaml; @@ -31,11 +31,11 @@ use Symfony\Component\Yaml\Yaml; /** * VuFind SearchSpecs Configuration Reader * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SearchSpecsReader { diff --git a/module/VuFind/src/VuFind/Config/Upgrade.php b/module/VuFind/src/VuFind/Config/Upgrade.php index 445cb3f6295..be3cd493487 100644 --- a/module/VuFind/src/VuFind/Config/Upgrade.php +++ b/module/VuFind/src/VuFind/Config/Upgrade.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; use VuFind\Config\Writer as ConfigWriter, @@ -32,11 +32,11 @@ use VuFind\Config\Writer as ConfigWriter, /** * Class to upgrade previous VuFind configurations to the current version * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Upgrade { diff --git a/module/VuFind/src/VuFind/Config/Version.php b/module/VuFind/src/VuFind/Config/Version.php index fb55b0b09fa..87247fe0066 100644 --- a/module/VuFind/src/VuFind/Config/Version.php +++ b/module/VuFind/src/VuFind/Config/Version.php @@ -20,24 +20,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; /** * Version check utility * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Version { diff --git a/module/VuFind/src/VuFind/Config/Writer.php b/module/VuFind/src/VuFind/Config/Writer.php index 871c85165e1..0434099cb7a 100644 --- a/module/VuFind/src/VuFind/Config/Writer.php +++ b/module/VuFind/src/VuFind/Config/Writer.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Config; /** * Class to update VuFind configuration settings * - * @category VuFind2 + * @category VuFind * @package Config * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Writer { diff --git a/module/VuFind/src/VuFind/Connection/OpenLibrary.php b/module/VuFind/src/VuFind/Connection/OpenLibrary.php index d5996ea0e7c..ade25bcf5ef 100644 --- a/module/VuFind/src/VuFind/Connection/OpenLibrary.php +++ b/module/VuFind/src/VuFind/Connection/OpenLibrary.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package OpenLibrary * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Connection; @@ -32,11 +32,11 @@ namespace VuFind\Connection; * * Class for accessing helpful Open Library APIs. * - * @category VuFind2 + * @category VuFind * @package OpenLibrary * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class OpenLibrary { diff --git a/module/VuFind/src/VuFind/Connection/Oracle.php b/module/VuFind/src/VuFind/Connection/Oracle.php index 7da996b535e..fc75bafd4b3 100644 --- a/module/VuFind/src/VuFind/Connection/Oracle.php +++ b/module/VuFind/src/VuFind/Connection/Oracle.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Oracle * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Connection; /** * Oracle support code for VTLS Virtua Driver * - * @category VuFind2 + * @category VuFind * @package Oracle * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Oracle { diff --git a/module/VuFind/src/VuFind/Connection/Wikipedia.php b/module/VuFind/src/VuFind/Connection/Wikipedia.php index 164aac14a4a..2434cbde5fe 100644 --- a/module/VuFind/src/VuFind/Connection/Wikipedia.php +++ b/module/VuFind/src/VuFind/Connection/Wikipedia.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Connection * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Connection; use VuFind\I18n\Translator\TranslatorAwareInterface; @@ -31,12 +31,11 @@ use VuFind\I18n\Translator\TranslatorAwareInterface; /** * Wikipedia connection class * - * @category VuFind2 + * @category VuFind * @package Connection * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki - * @view AuthorInfoFacets.phtml + * @link https://vufind.org/wiki/development Wiki */ class Wikipedia implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php index 6b08b282242..eb4663d3fcb 100644 --- a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php +++ b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Connection; use File_MARCXML, VuFind\XSLT\Processor as XSLTProcessor, Zend\Config\Config; @@ -33,11 +33,11 @@ use File_MARCXML, VuFind\XSLT\Processor as XSLTProcessor, Zend\Config\Config; * * Class for accessing helpful WorldCat APIs. * - * @category VuFind2 + * @category VuFind * @package WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class WorldCatUtils implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFind/src/VuFind/Content/AbstractAmazon.php b/module/VuFind/src/VuFind/Content/AbstractAmazon.php index bde25b64542..f16a2bb8edd 100644 --- a/module/VuFind/src/VuFind/Content/AbstractAmazon.php +++ b/module/VuFind/src/VuFind/Content/AbstractAmazon.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; /** * Generic Amazon content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractAmazon extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Content/AbstractBase.php b/module/VuFind/src/VuFind/Content/AbstractBase.php index 63fc1d414b0..cda2b1216a9 100644 --- a/module/VuFind/src/VuFind/Content/AbstractBase.php +++ b/module/VuFind/src/VuFind/Content/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; use VuFindCode\ISBN; @@ -31,11 +31,11 @@ use VuFindCode\ISBN; /** * Abstract base for content loader plug-ins. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractBase implements \VuFindHttp\HttpServiceAwareInterface, \Zend\Log\LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/Content/AbstractCover.php b/module/VuFind/src/VuFind/Content/AbstractCover.php index 55bcd5c7e30..ac6501c918a 100644 --- a/module/VuFind/src/VuFind/Content/AbstractCover.php +++ b/module/VuFind/src/VuFind/Content/AbstractCover.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; /** * Abstract base for cover loader plug-ins. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/AbstractSyndetics.php b/module/VuFind/src/VuFind/Content/AbstractSyndetics.php index 53be91c71b8..370a772fde5 100644 --- a/module/VuFind/src/VuFind/Content/AbstractSyndetics.php +++ b/module/VuFind/src/VuFind/Content/AbstractSyndetics.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; use DOMDocument; @@ -31,11 +31,11 @@ use DOMDocument; /** * Abstract base for Syndetics content loader plug-ins. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractSyndetics extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Content/AuthorNotes/Factory.php b/module/VuFind/src/VuFind/Content/AuthorNotes/Factory.php index 90aeff0b072..c86136a54f5 100644 --- a/module/VuFind/src/VuFind/Content/AuthorNotes/Factory.php +++ b/module/VuFind/src/VuFind/Content/AuthorNotes/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\AuthorNotes; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for instantiating content loaders * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php b/module/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php index b5524c6dfce..bd9ad92aae4 100644 --- a/module/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php +++ b/module/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Content\AuthorNotes; /** * Author notes content loader plugin manager * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Content/AuthorNotes/Syndetics.php b/module/VuFind/src/VuFind/Content/AuthorNotes/Syndetics.php index 6fc1fe4f690..78b6b7d0913 100644 --- a/module/VuFind/src/VuFind/Content/AuthorNotes/Syndetics.php +++ b/module/VuFind/src/VuFind/Content/AuthorNotes/Syndetics.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\AuthorNotes; /** * Syndetics author notes content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Syndetics extends \VuFind\Content\AbstractSyndetics { diff --git a/module/VuFind/src/VuFind/Content/Covers/Amazon.php b/module/VuFind/src/VuFind/Content/Covers/Amazon.php index 732282123da..bfcc0369ffb 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Amazon.php +++ b/module/VuFind/src/VuFind/Content/Covers/Amazon.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; use ZendService\Amazon\Amazon as AmazonService; @@ -31,11 +31,11 @@ use ZendService\Amazon\Amazon as AmazonService; /** * Amazon cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Amazon extends \VuFind\Content\AbstractCover implements \VuFindHttp\HttpServiceAwareInterface diff --git a/module/VuFind/src/VuFind/Content/Covers/Booksite.php b/module/VuFind/src/VuFind/Content/Covers/Booksite.php index 7de2c1e4cee..32b47ff5586 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Booksite.php +++ b/module/VuFind/src/VuFind/Content/Covers/Booksite.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * Booksite cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Booksite extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/Buchhandel.php b/module/VuFind/src/VuFind/Content/Covers/Buchhandel.php index fe5cf6cf9f2..e9e33dfb743 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Buchhandel.php +++ b/module/VuFind/src/VuFind/Content/Covers/Buchhandel.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * Buchhandel cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Buchhandel extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/ContentCafe.php b/module/VuFind/src/VuFind/Content/Covers/ContentCafe.php index 981e5c5f5f3..32b96a841f6 100644 --- a/module/VuFind/src/VuFind/Content/Covers/ContentCafe.php +++ b/module/VuFind/src/VuFind/Content/Covers/ContentCafe.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * ContentCafe cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ContentCafe extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/Factory.php b/module/VuFind/src/VuFind/Content/Covers/Factory.php index 56b5c800e09..51bfa872808 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Factory.php +++ b/module/VuFind/src/VuFind/Content/Covers/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for instantiating content loaders * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Content/Covers/Google.php b/module/VuFind/src/VuFind/Content/Covers/Google.php index 16503111322..7d35d4062a7 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Google.php +++ b/module/VuFind/src/VuFind/Content/Covers/Google.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * Google cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Google extends \VuFind\Content\AbstractCover implements \VuFindHttp\HttpServiceAwareInterface diff --git a/module/VuFind/src/VuFind/Content/Covers/LibraryThing.php b/module/VuFind/src/VuFind/Content/Covers/LibraryThing.php index 632f94025a8..822aefd9501 100644 --- a/module/VuFind/src/VuFind/Content/Covers/LibraryThing.php +++ b/module/VuFind/src/VuFind/Content/Covers/LibraryThing.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * LibraryThing cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class LibraryThing extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/OpenLibrary.php b/module/VuFind/src/VuFind/Content/Covers/OpenLibrary.php index a3bfee0f615..c2fa97b5450 100644 --- a/module/VuFind/src/VuFind/Content/Covers/OpenLibrary.php +++ b/module/VuFind/src/VuFind/Content/Covers/OpenLibrary.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * OpenLibrary cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class OpenLibrary extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/PluginManager.php b/module/VuFind/src/VuFind/Content/Covers/PluginManager.php index 6168167f60a..ff0587ee1bc 100644 --- a/module/VuFind/src/VuFind/Content/Covers/PluginManager.php +++ b/module/VuFind/src/VuFind/Content/Covers/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Content\Covers; /** * Covers content loader plugin manager * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Content/Covers/Summon.php b/module/VuFind/src/VuFind/Content/Covers/Summon.php index 4aee4bce635..f9a09c4813b 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Summon.php +++ b/module/VuFind/src/VuFind/Content/Covers/Summon.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * Summon cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Summon extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Covers/Syndetics.php b/module/VuFind/src/VuFind/Content/Covers/Syndetics.php index 6cfa61aeb88..2256de1c58b 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Syndetics.php +++ b/module/VuFind/src/VuFind/Content/Covers/Syndetics.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Covers; /** * Syndetics cover content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Syndetics extends \VuFind\Content\AbstractCover { diff --git a/module/VuFind/src/VuFind/Content/Excerpts/Factory.php b/module/VuFind/src/VuFind/Content/Excerpts/Factory.php index cd7b57e4709..a5f868ce125 100644 --- a/module/VuFind/src/VuFind/Content/Excerpts/Factory.php +++ b/module/VuFind/src/VuFind/Content/Excerpts/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Excerpts; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for instantiating content loaders * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Content/Excerpts/PluginManager.php b/module/VuFind/src/VuFind/Content/Excerpts/PluginManager.php index 09aa2fd8a9f..e6576d5382b 100644 --- a/module/VuFind/src/VuFind/Content/Excerpts/PluginManager.php +++ b/module/VuFind/src/VuFind/Content/Excerpts/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Content\Excerpts; /** * Excerpts content loader plugin manager * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Content/Excerpts/Syndetics.php b/module/VuFind/src/VuFind/Content/Excerpts/Syndetics.php index 83b4d7dbd8c..2b6be1caf46 100644 --- a/module/VuFind/src/VuFind/Content/Excerpts/Syndetics.php +++ b/module/VuFind/src/VuFind/Content/Excerpts/Syndetics.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Excerpts; /** * Syndetics excerpt content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Syndetics extends \VuFind\Content\AbstractSyndetics { diff --git a/module/VuFind/src/VuFind/Content/Factory.php b/module/VuFind/src/VuFind/Content/Factory.php index 779d3c8a0b5..699917552f9 100644 --- a/module/VuFind/src/VuFind/Content/Factory.php +++ b/module/VuFind/src/VuFind/Content/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for instantiating content loaders * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Content/Loader.php b/module/VuFind/src/VuFind/Content/Loader.php index f14bb275aff..3b65695773d 100644 --- a/module/VuFind/src/VuFind/Content/Loader.php +++ b/module/VuFind/src/VuFind/Content/Loader.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content; use VuFind\ServiceManager\AbstractPluginManager; @@ -31,11 +31,11 @@ use VuFind\ServiceManager\AbstractPluginManager; /** * Third-party content loader * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Loader { diff --git a/module/VuFind/src/VuFind/Content/PluginManager.php b/module/VuFind/src/VuFind/Content/PluginManager.php index 4d56620d11a..daebe9a1ffa 100644 --- a/module/VuFind/src/VuFind/Content/PluginManager.php +++ b/module/VuFind/src/VuFind/Content/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Content; /** * Content loader plugin manager * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Content/Reviews/Amazon.php b/module/VuFind/src/VuFind/Content/Reviews/Amazon.php index 99c0f9039e5..0e208946a19 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/Amazon.php +++ b/module/VuFind/src/VuFind/Content/Reviews/Amazon.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; /** * Amazon review content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Amazon extends \VuFind\Content\AbstractAmazon { diff --git a/module/VuFind/src/VuFind/Content/Reviews/AmazonEditorial.php b/module/VuFind/src/VuFind/Content/Reviews/AmazonEditorial.php index b42b1f25f2c..393efca8b5a 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/AmazonEditorial.php +++ b/module/VuFind/src/VuFind/Content/Reviews/AmazonEditorial.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; use ZendService\Amazon\Amazon; @@ -31,11 +31,11 @@ use ZendService\Amazon\Amazon; /** * Amazon review content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class AmazonEditorial extends \VuFind\Content\AbstractAmazon { diff --git a/module/VuFind/src/VuFind/Content/Reviews/Booksite.php b/module/VuFind/src/VuFind/Content/Reviews/Booksite.php index 9947ae59f45..573fee4098a 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/Booksite.php +++ b/module/VuFind/src/VuFind/Content/Reviews/Booksite.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; /** * Booksite review content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class BookSite extends \VuFind\Content\AbstractBase { diff --git a/module/VuFind/src/VuFind/Content/Reviews/Factory.php b/module/VuFind/src/VuFind/Content/Reviews/Factory.php index 420b6c952a4..67f8591e003 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/Factory.php +++ b/module/VuFind/src/VuFind/Content/Reviews/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for instantiating content loaders * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Content/Reviews/Guardian.php b/module/VuFind/src/VuFind/Content/Reviews/Guardian.php index efda7908cd3..65ce19ee57d 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/Guardian.php +++ b/module/VuFind/src/VuFind/Content/Reviews/Guardian.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; /** * Guardian review content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Guardian extends \VuFind\Content\AbstractBase { diff --git a/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php b/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php index 242bab49d52..fdc26cc2b1a 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php +++ b/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Content\Reviews; /** * Reviews content loader plugin manager * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Content/Reviews/Syndetics.php b/module/VuFind/src/VuFind/Content/Reviews/Syndetics.php index 1714272b55c..fcb8ff6884f 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/Syndetics.php +++ b/module/VuFind/src/VuFind/Content/Reviews/Syndetics.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Content\Reviews; /** * Syndetics review content loader. * - * @category VuFind2 + * @category VuFind * @package Content * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Syndetics extends \VuFind\Content\AbstractSyndetics { diff --git a/module/VuFind/src/VuFind/Controller/AbstractBase.php b/module/VuFind/src/VuFind/Controller/AbstractBase.php index 0149e32a22f..1bae4f1ac2a 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractBase.php +++ b/module/VuFind/src/VuFind/Controller/AbstractBase.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; @@ -39,11 +39,11 @@ use VuFind\Exception\Forbidden as ForbiddenException, * VuFind controller base class (defines some methods that can be shared by other * controllers). * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki * * @SuppressWarnings(PHPMD.NumberOfChildren) */ diff --git a/module/VuFind/src/VuFind/Controller/AbstractRecord.php b/module/VuFind/src/VuFind/Controller/AbstractRecord.php index 1cd3dd2e893..21d7b56978b 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractRecord.php +++ b/module/VuFind/src/VuFind/Controller/AbstractRecord.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; use VuFind\Exception\Mail as MailException, @@ -32,11 +32,11 @@ use VuFind\Exception\Mail as MailException, /** * VuFind Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class AbstractRecord extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/AbstractSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSearch.php index 381be1b2f0a..e1cc0448cc3 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractSearch.php +++ b/module/VuFind/src/VuFind/Controller/AbstractSearch.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\Stdlib\Parameters; /** * VuFind Search Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/AjaxController.php b/module/VuFind/src/VuFind/Controller/AjaxController.php index 47813d4948b..ef63b9b9c13 100644 --- a/module/VuFind/src/VuFind/Controller/AjaxController.php +++ b/module/VuFind/src/VuFind/Controller/AjaxController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; use VuFind\Exception\Auth as AuthException; @@ -31,11 +31,11 @@ use VuFind\Exception\Auth as AuthException; /** * This controller handles global AJAX functionality * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class AjaxController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/AlphabrowseController.php b/module/VuFind/src/VuFind/Controller/AlphabrowseController.php index 6c889fad139..3a807e24bb4 100644 --- a/module/VuFind/src/VuFind/Controller/AlphabrowseController.php +++ b/module/VuFind/src/VuFind/Controller/AlphabrowseController.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Mark Triggs <vufind-tech@lists.sourceforge.net> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ namespace VuFind\Controller; @@ -34,12 +34,12 @@ use VuFindSearch\ParamBag; * * Controls the alphabetical browsing feature * - * @category VuFind2 + * @category VuFind * @package Controller * @author Mark Triggs <vufind-tech@lists.sourceforge.net> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ class AlphabrowseController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/AuthorController.php b/module/VuFind/src/VuFind/Controller/AuthorController.php index c69dd31f003..8be5e9fd279 100644 --- a/module/VuFind/src/VuFind/Controller/AuthorController.php +++ b/module/VuFind/src/VuFind/Controller/AuthorController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Author Search Options * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AuthorController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/AuthorityController.php b/module/VuFind/src/VuFind/Controller/AuthorityController.php index d0ee6e9d9d4..5a156b26708 100644 --- a/module/VuFind/src/VuFind/Controller/AuthorityController.php +++ b/module/VuFind/src/VuFind/Controller/AuthorityController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Authority Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AuthorityController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/BrowseController.php b/module/VuFind/src/VuFind/Controller/BrowseController.php index 0acfb2e1781..2822954df22 100644 --- a/module/VuFind/src/VuFind/Controller/BrowseController.php +++ b/module/VuFind/src/VuFind/Controller/BrowseController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; @@ -32,11 +32,11 @@ namespace VuFind\Controller; * * Controls the alphabetical browsing feature * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class BrowseController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/CartController.php b/module/VuFind/src/VuFind/Controller/CartController.php index b37b06078b7..91bc3551843 100644 --- a/module/VuFind/src/VuFind/Controller/CartController.php +++ b/module/VuFind/src/VuFind/Controller/CartController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use VuFind\Exception\Mail as MailException, @@ -32,11 +32,11 @@ use VuFind\Exception\Mail as MailException, /** * Book Bag / Bulk Action Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class CartController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/CollectionController.php b/module/VuFind/src/VuFind/Controller/CollectionController.php index 89a630693d7..3a098f2bf51 100644 --- a/module/VuFind/src/VuFind/Controller/CollectionController.php +++ b/module/VuFind/src/VuFind/Controller/CollectionController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Collection Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class CollectionController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/CollectionsController.php b/module/VuFind/src/VuFind/Controller/CollectionsController.php index 0229d3b9339..325c13fee83 100644 --- a/module/VuFind/src/VuFind/Controller/CollectionsController.php +++ b/module/VuFind/src/VuFind/Controller/CollectionsController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use VuFindSearch\Query\Query; @@ -31,11 +31,11 @@ use VuFindSearch\Query\Query; /** * Collections Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class CollectionsController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/CombinedController.php b/module/VuFind/src/VuFind/Controller/CombinedController.php index e148b5d1f9a..b9dbcbd0a5a 100644 --- a/module/VuFind/src/VuFind/Controller/CombinedController.php +++ b/module/VuFind/src/VuFind/Controller/CombinedController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Redirects the user to the appropriate default VuFind action. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class CombinedController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/ConfirmController.php b/module/VuFind/src/VuFind/Controller/ConfirmController.php index 4e856675f89..58afe308673 100644 --- a/module/VuFind/src/VuFind/Controller/ConfirmController.php +++ b/module/VuFind/src/VuFind/Controller/ConfirmController.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Redirects the user to the appropriate VuFind action. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ConfirmController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/CoverController.php b/module/VuFind/src/VuFind/Controller/CoverController.php index ff4c8b2ab38..f3e1fa2f751 100644 --- a/module/VuFind/src/VuFind/Controller/CoverController.php +++ b/module/VuFind/src/VuFind/Controller/CoverController.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Cover\CachingProxy, VuFind\Cover\Loader; /** * Generates covers for book entries * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/EITController.php b/module/VuFind/src/VuFind/Controller/EITController.php index 25c63320187..74f3bf717a5 100644 --- a/module/VuFind/src/VuFind/Controller/EITController.php +++ b/module/VuFind/src/VuFind/Controller/EITController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * EIT Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EITController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/EITrecordController.php b/module/VuFind/src/VuFind/Controller/EITrecordController.php index 93ccb7ca661..6baa0993114 100644 --- a/module/VuFind/src/VuFind/Controller/EITrecordController.php +++ b/module/VuFind/src/VuFind/Controller/EITrecordController.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; @@ -32,12 +32,12 @@ namespace VuFind\Controller; * EIT Record Controller * Largely copied from Summon Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EITrecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/EdsController.php b/module/VuFind/src/VuFind/Controller/EdsController.php index 2ba06606843..b4a9f845fb7 100644 --- a/module/VuFind/src/VuFind/Controller/EdsController.php +++ b/module/VuFind/src/VuFind/Controller/EdsController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; @@ -31,11 +31,11 @@ use VuFind\Solr\Utils as SolrUtils; /** * EDS Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EdsController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/EdsrecordController.php b/module/VuFind/src/VuFind/Controller/EdsrecordController.php index 3095a5d06ea..70d87b9c87b 100644 --- a/module/VuFind/src/VuFind/Controller/EdsrecordController.php +++ b/module/VuFind/src/VuFind/Controller/EdsrecordController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use VuFind\Exception\Forbidden as ForbiddenException; @@ -31,11 +31,11 @@ use VuFind\Exception\Forbidden as ForbiddenException; /** * EDS Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EdsrecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/ErrorController.php b/module/VuFind/src/VuFind/Controller/ErrorController.php index abe0320496d..d63525af1e2 100644 --- a/module/VuFind/src/VuFind/Controller/ErrorController.php +++ b/module/VuFind/src/VuFind/Controller/ErrorController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; @@ -32,11 +32,11 @@ use Zend\Mvc\Controller\AbstractActionController; /** * Error Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ErrorController extends AbstractActionController { diff --git a/module/VuFind/src/VuFind/Controller/Factory.php b/module/VuFind/src/VuFind/Controller/Factory.php index ba2f465c499..6952faee043 100644 --- a/module/VuFind/src/VuFind/Controller/Factory.php +++ b/module/VuFind/src/VuFind/Controller/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Controller; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for controllers. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Controller/FeedbackController.php b/module/VuFind/src/VuFind/Controller/FeedbackController.php index e217340c7ed..f42e96743e6 100644 --- a/module/VuFind/src/VuFind/Controller/FeedbackController.php +++ b/module/VuFind/src/VuFind/Controller/FeedbackController.php @@ -4,11 +4,11 @@ * * PHP version 5 * - * @category VuFind2 + * @category VuFind * @package Controller * @author Josiah Knoll <jk1135@ship.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use Zend\Mail as Mail; @@ -18,11 +18,11 @@ use Zend\Mail as Mail; * * Controls the Feedback * - * @category VuFind2 + * @category VuFind * @package Controller * @author Josiah Knoll <jk1135@ship.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_a_recommendations_module Wiki + * @link https://vufind.org/wiki/development Wiki */ class FeedbackController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/HelpController.php b/module/VuFind/src/VuFind/Controller/HelpController.php index 9aff485ec1c..6c1c50eaa2a 100644 --- a/module/VuFind/src/VuFind/Controller/HelpController.php +++ b/module/VuFind/src/VuFind/Controller/HelpController.php @@ -19,26 +19,26 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Home action for Help module * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class HelpController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/HierarchyController.php b/module/VuFind/src/VuFind/Controller/HierarchyController.php index bd00c3a4210..fe798b92826 100644 --- a/module/VuFind/src/VuFind/Controller/HierarchyController.php +++ b/module/VuFind/src/VuFind/Controller/HierarchyController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; /** * Hierarchy Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class HierarchyController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/HoldsTrait.php b/module/VuFind/src/VuFind/Controller/HoldsTrait.php index f1cd573568e..e009456d0c8 100644 --- a/module/VuFind/src/VuFind/Controller/HoldsTrait.php +++ b/module/VuFind/src/VuFind/Controller/HoldsTrait.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Holds trait (for subclasses of AbstractRecord) * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait HoldsTrait { diff --git a/module/VuFind/src/VuFind/Controller/ILLRequestsTrait.php b/module/VuFind/src/VuFind/Controller/ILLRequestsTrait.php index 95ef2e234e9..063f32a322e 100644 --- a/module/VuFind/src/VuFind/Controller/ILLRequestsTrait.php +++ b/module/VuFind/src/VuFind/Controller/ILLRequestsTrait.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * ILL trait (for subclasses of AbstractRecord) * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait ILLRequestsTrait { diff --git a/module/VuFind/src/VuFind/Controller/IndexController.php b/module/VuFind/src/VuFind/Controller/IndexController.php index ac6f7a3d2fa..3eb671d24b0 100644 --- a/module/VuFind/src/VuFind/Controller/IndexController.php +++ b/module/VuFind/src/VuFind/Controller/IndexController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Redirects the user to the appropriate default VuFind action. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class IndexController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/InstallController.php b/module/VuFind/src/VuFind/Controller/InstallController.php index df792fe5b81..25620060b92 100644 --- a/module/VuFind/src/VuFind/Controller/InstallController.php +++ b/module/VuFind/src/VuFind/Controller/InstallController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use VuFind\Config\Locator as ConfigLocator, @@ -34,11 +34,11 @@ use VuFind\Config\Locator as ConfigLocator, /** * Class controls VuFind auto-configuration. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InstallController extends AbstractBase { @@ -268,7 +268,7 @@ class InstallController extends AbstractBase = "Your PHP installation appears to be missing the mbstring plug-in." . " For better language support, it is recommended that you add" . " this. For details on how to do this, see " - . "http://vufind.org/wiki/vufind2:installation_notes " + . "https://vufind.org/wiki/installation " . "and look at the PHP installation instructions for your platform."; $this->flashMessenger()->addMessage($msg, 'error'); $problems++; @@ -280,7 +280,7 @@ class InstallController extends AbstractBase = "Your PHP installation appears to be missing the GD plug-in. " . "For better graphics support, it is recommended that you add this." . " For details on how to do this, see " - . "http://vufind.org/wiki/vufind2:installation_notes " + . "https://vufind.org/wiki/installation " . "and look at the PHP installation instructions for your platform."; $this->flashMessenger()->addMessage($msg, 'error'); $problems++; @@ -292,7 +292,7 @@ class InstallController extends AbstractBase = "Your PHP installation appears to be missing the mcrypt plug-in." . " For better security support, it is recommended that you add" . " this. For details on how to do this, see " - . "http://vufind.org/wiki/vufind2:installation_notes " + . "https://vufind.org/wiki/installation " . "and look at the PHP installation instructions for your platform."; $this->flashMessenger()->addMessage($msg, 'error'); $problems++; @@ -303,7 +303,7 @@ class InstallController extends AbstractBase $msg = "Your PHP installation appears to be missing the XSL plug-in." . " For details on how to do this, see " - . "http://vufind.org/wiki/vufind2:installation_notes " + . "https://vufind.org/wiki/installation " . "and look at the PHP installation instructions for your platform."; $this->flashMessenger()->addMessage($msg, 'error'); $problems++; diff --git a/module/VuFind/src/VuFind/Controller/LibGuidesController.php b/module/VuFind/src/VuFind/Controller/LibGuidesController.php index 99010c79bdb..fd2436bddd1 100644 --- a/module/VuFind/src/VuFind/Controller/LibGuidesController.php +++ b/module/VuFind/src/VuFind/Controller/LibGuidesController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * LibGuides Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class LibGuidesController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/LibraryCardsController.php b/module/VuFind/src/VuFind/Controller/LibraryCardsController.php index 4b5ac6632d1..37dc5f6eae6 100644 --- a/module/VuFind/src/VuFind/Controller/LibraryCardsController.php +++ b/module/VuFind/src/VuFind/Controller/LibraryCardsController.php @@ -20,24 +20,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Controller for the library card functionality. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class LibraryCardsController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/MissingrecordController.php b/module/VuFind/src/VuFind/Controller/MissingrecordController.php index a2d746dd080..390125089f5 100644 --- a/module/VuFind/src/VuFind/Controller/MissingrecordController.php +++ b/module/VuFind/src/VuFind/Controller/MissingrecordController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Missing Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class MissingrecordController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php index 3ff17ebcccc..c5595f04bbe 100644 --- a/module/VuFind/src/VuFind/Controller/MyResearchController.php +++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; @@ -36,11 +36,11 @@ use VuFind\Exception\Auth as AuthException, /** * Controller for the user account area. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class MyResearchController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/OaiController.php b/module/VuFind/src/VuFind/Controller/OaiController.php index 53557d0059e..91ceb616633 100644 --- a/module/VuFind/src/VuFind/Controller/OaiController.php +++ b/module/VuFind/src/VuFind/Controller/OaiController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFind\Controller; @@ -32,11 +32,11 @@ namespace VuFind\Controller; * * Controls the OAI server * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class OaiController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/Pazpar2Controller.php b/module/VuFind/src/VuFind/Controller/Pazpar2Controller.php index 638120ae049..3ad85cb452a 100644 --- a/module/VuFind/src/VuFind/Controller/Pazpar2Controller.php +++ b/module/VuFind/src/VuFind/Controller/Pazpar2Controller.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Pazpar2 Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Pazpar2Controller extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/Pazpar2recordController.php b/module/VuFind/src/VuFind/Controller/Pazpar2recordController.php index 1a7b7bba9f3..7aab4e97646 100644 --- a/module/VuFind/src/VuFind/Controller/Pazpar2recordController.php +++ b/module/VuFind/src/VuFind/Controller/Pazpar2recordController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Pazpar2 Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Pazpar2recordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBase.php b/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBase.php index d6853fe3338..0435431f0a3 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBase.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBase.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Session\Container; /** * Zend action helper base class to perform request-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php b/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php index 343d8c6ec50..5d32f4a4767 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\Db\Adapter\Adapter as DbAdapter, Zend\Db\Metadata\Metadata as DbMetadat /** * Zend action helper to perform database upgrades * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Factory.php b/module/VuFind/src/VuFind/Controller/Plugin/Factory.php index 405d3af07db..5184f7acf85 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Factory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Controller\Plugin; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for controller plugins. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php b/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php index b87349da316..92fb3433edc 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Exception\LoginRequired as LoginRequiredException, /** * Zend action helper to perform favorites-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php index 1d82b5c17b5..4533a93fc1f 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Session\Container; * Zend action helper to deal with login followup; responsible for remembering URLs * before login and then redirecting the user to the appropriate place afterwards. * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php index 1b50dcfb1df..24047241521 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Controller\Plugin; /** * Zend action helper to perform holds-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php b/module/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php index 840581e3830..473f7775e86 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> @@ -32,7 +32,7 @@ namespace VuFind\Controller\Plugin; /** * Zend action helper to perform ILL request related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> diff --git a/module/VuFind/src/VuFind/Controller/Plugin/NewItems.php b/module/VuFind/src/VuFind/Controller/Plugin/NewItems.php index f76a2ea315a..38b4882deff 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/NewItems.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/NewItems.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Config\Config; /** * Zend action helper to perform new items-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php b/module/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php index 7aeb62f07c2..41383bb0106 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Recaptcha.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin; /** * Zend action helper to manage Recaptcha fields * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php b/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php index 43c30cf2dcd..b9db1e7b4f8 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin; /** * Zend action helper to perform renewal-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php b/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php index f21c944e155..0b854dc27e7 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin; /** * Zend action helper to perform reserves-related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php b/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php index bb25ee57817..875b7b159a5 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Controller\Plugin; use Zend\Mvc\Controller\Plugin\AbstractPlugin, @@ -32,11 +32,11 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin, /** * Class for managing "next" and "previous" navigation within result sets. * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ResultScroller extends AbstractPlugin { diff --git a/module/VuFind/src/VuFind/Controller/Plugin/StorageRetrievalRequests.php b/module/VuFind/src/VuFind/Controller/Plugin/StorageRetrievalRequests.php index 3db780ef50d..8d9d915fc08 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/StorageRetrievalRequests.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/StorageRetrievalRequests.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> @@ -32,7 +32,7 @@ namespace VuFind\Controller\Plugin; /** * Zend action helper to perform storage retrieval request related actions * - * @category VuFind2 + * @category VuFind * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> diff --git a/module/VuFind/src/VuFind/Controller/PrimoController.php b/module/VuFind/src/VuFind/Controller/PrimoController.php index b932afd43f6..cd48b9e1317 100644 --- a/module/VuFind/src/VuFind/Controller/PrimoController.php +++ b/module/VuFind/src/VuFind/Controller/PrimoController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Primo Central Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrimoController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/PrimorecordController.php b/module/VuFind/src/VuFind/Controller/PrimorecordController.php index f54b3b8c3c3..d1b8110a5f6 100644 --- a/module/VuFind/src/VuFind/Controller/PrimorecordController.php +++ b/module/VuFind/src/VuFind/Controller/PrimorecordController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Primo Central Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrimorecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/QRCodeController.php b/module/VuFind/src/VuFind/Controller/QRCodeController.php index de991977876..8526c4b7b88 100644 --- a/module/VuFind/src/VuFind/Controller/QRCodeController.php +++ b/module/VuFind/src/VuFind/Controller/QRCodeController.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> @@ -32,7 +32,7 @@ use VuFind\QRCode\Loader; /** * Generates qrcodes * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> diff --git a/module/VuFind/src/VuFind/Controller/RecordController.php b/module/VuFind/src/VuFind/Controller/RecordController.php index e94dca72472..b828da497bb 100644 --- a/module/VuFind/src/VuFind/Controller/RecordController.php +++ b/module/VuFind/src/VuFind/Controller/RecordController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class RecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/RecordsController.php b/module/VuFind/src/VuFind/Controller/RecordsController.php index 1a11b9a5771..3839bf64224 100644 --- a/module/VuFind/src/VuFind/Controller/RecordsController.php +++ b/module/VuFind/src/VuFind/Controller/RecordsController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Records Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class RecordsController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/SearchController.php b/module/VuFind/src/VuFind/Controller/SearchController.php index d4f37039cdf..60dbf50fa63 100644 --- a/module/VuFind/src/VuFind/Controller/SearchController.php +++ b/module/VuFind/src/VuFind/Controller/SearchController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; @@ -32,11 +32,11 @@ use VuFind\Exception\Mail as MailException; /** * Redirects the user to the appropriate default VuFind action. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SearchController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/StorageRetrievalRequestsTrait.php b/module/VuFind/src/VuFind/Controller/StorageRetrievalRequestsTrait.php index d821fcd87c0..facb8243e59 100644 --- a/module/VuFind/src/VuFind/Controller/StorageRetrievalRequestsTrait.php +++ b/module/VuFind/src/VuFind/Controller/StorageRetrievalRequestsTrait.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Storage retrieval requests trait (for subclasses of AbstractRecord) * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait StorageRetrievalRequestsTrait { diff --git a/module/VuFind/src/VuFind/Controller/SummonController.php b/module/VuFind/src/VuFind/Controller/SummonController.php index 0ee5bb7cd70..143a0b78559 100644 --- a/module/VuFind/src/VuFind/Controller/SummonController.php +++ b/module/VuFind/src/VuFind/Controller/SummonController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use Zend\Mvc\MvcEvent; @@ -31,11 +31,11 @@ use Zend\Mvc\MvcEvent; /** * Summon Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SummonController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/SummonrecordController.php b/module/VuFind/src/VuFind/Controller/SummonrecordController.php index 38eb7cf72b0..1368d5ece14 100644 --- a/module/VuFind/src/VuFind/Controller/SummonrecordController.php +++ b/module/VuFind/src/VuFind/Controller/SummonrecordController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use Zend\Mvc\MvcEvent; @@ -31,11 +31,11 @@ use Zend\Mvc\MvcEvent; /** * Summon Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SummonrecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Controller/TagController.php b/module/VuFind/src/VuFind/Controller/TagController.php index 5f65bc85fa6..936ea812976 100644 --- a/module/VuFind/src/VuFind/Controller/TagController.php +++ b/module/VuFind/src/VuFind/Controller/TagController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Tag Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class TagController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/UpgradeController.php b/module/VuFind/src/VuFind/Controller/UpgradeController.php index c296f0e578c..c7b8f1700d3 100644 --- a/module/VuFind/src/VuFind/Controller/UpgradeController.php +++ b/module/VuFind/src/VuFind/Controller/UpgradeController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; use ArrayObject, VuFind\Config\Locator as ConfigLocator, @@ -35,11 +35,11 @@ use ArrayObject, VuFind\Config\Locator as ConfigLocator, /** * Class controls VuFind upgrading. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UpgradeController extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Controller/WebController.php b/module/VuFind/src/VuFind/Controller/WebController.php index 817e30ad85c..fbce09b498c 100644 --- a/module/VuFind/src/VuFind/Controller/WebController.php +++ b/module/VuFind/src/VuFind/Controller/WebController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * Web Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class WebController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/Widget/Solr/FacetInterface.php b/module/VuFind/src/VuFind/Controller/Widget/Solr/FacetInterface.php index 2558d4ffead..57fb4285cfe 100644 --- a/module/VuFind/src/VuFind/Controller/Widget/Solr/FacetInterface.php +++ b/module/VuFind/src/VuFind/Controller/Widget/Solr/FacetInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller\Widget\Solr; @@ -34,11 +34,11 @@ use VuFind\Controller\Widget\WidgetInterface; /** * SOLR facet widget interface definition. * - * @category VuFind2 + * @category VuFind * @package Controller * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface FacetInterface extends WidgetInterface { diff --git a/module/VuFind/src/VuFind/Controller/Widget/WidgetInterface.php b/module/VuFind/src/VuFind/Controller/Widget/WidgetInterface.php index 1868146bb10..d00b8f65295 100644 --- a/module/VuFind/src/VuFind/Controller/Widget/WidgetInterface.php +++ b/module/VuFind/src/VuFind/Controller/Widget/WidgetInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller\Widget; @@ -41,11 +41,11 @@ use Zend\Stdlib\Parameters; * This interface only defines the basic methods to set and get the widget * state. * - * @category VuFind2 + * @category VuFind * @package Controller * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface WidgetInterface { diff --git a/module/VuFind/src/VuFind/Controller/WorldcatController.php b/module/VuFind/src/VuFind/Controller/WorldcatController.php index b5f5eba6a3c..c9613e514b8 100644 --- a/module/VuFind/src/VuFind/Controller/WorldcatController.php +++ b/module/VuFind/src/VuFind/Controller/WorldcatController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * WorldCat Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class WorldcatController extends AbstractSearch { diff --git a/module/VuFind/src/VuFind/Controller/WorldcatrecordController.php b/module/VuFind/src/VuFind/Controller/WorldcatrecordController.php index b88ab894e36..b6cfaad4695 100644 --- a/module/VuFind/src/VuFind/Controller/WorldcatrecordController.php +++ b/module/VuFind/src/VuFind/Controller/WorldcatrecordController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Controller; /** * WorldCat Record Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class WorldcatrecordController extends AbstractRecord { diff --git a/module/VuFind/src/VuFind/Cookie/Container.php b/module/VuFind/src/VuFind/Cookie/Container.php index 5f6601af9bf..f777b88d7a7 100644 --- a/module/VuFind/src/VuFind/Cookie/Container.php +++ b/module/VuFind/src/VuFind/Cookie/Container.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cookie * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Cookie; @@ -32,11 +32,11 @@ namespace VuFind\Cookie; * Class for treating a set of cookies as an object (inspired by * \Zend\Session\Container). * - * @category VuFind2 + * @category VuFind * @package Cookie * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Container { diff --git a/module/VuFind/src/VuFind/Cookie/CookieManager.php b/module/VuFind/src/VuFind/Cookie/CookieManager.php index 67357cbc867..3a7d0bae2b6 100644 --- a/module/VuFind/src/VuFind/Cookie/CookieManager.php +++ b/module/VuFind/src/VuFind/Cookie/CookieManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cookie * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Cookie; /** * Cookie Manager * - * @category VuFind2 + * @category VuFind * @package Cookie * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class CookieManager { diff --git a/module/VuFind/src/VuFind/Cover/CachingProxy.php b/module/VuFind/src/VuFind/Cover/CachingProxy.php index d9e194709a4..8611dac0fe6 100644 --- a/module/VuFind/src/VuFind/Cover/CachingProxy.php +++ b/module/VuFind/src/VuFind/Cover/CachingProxy.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ namespace VuFind\Cover; use Zend\Http\Client, Zend\Http\Response; @@ -31,11 +31,11 @@ use Zend\Http\Client, Zend\Http\Response; /** * Caching Proxy for Cover Images * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ class CachingProxy { diff --git a/module/VuFind/src/VuFind/Cover/Generator.php b/module/VuFind/src/VuFind/Cover/Generator.php index 0e571df7eff..9cf248bcc39 100644 --- a/module/VuFind/src/VuFind/Cover/Generator.php +++ b/module/VuFind/src/VuFind/Cover/Generator.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ namespace VuFind\Cover; /** * Dynamic Book Cover Generator * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ class Generator { diff --git a/module/VuFind/src/VuFind/Cover/Loader.php b/module/VuFind/src/VuFind/Cover/Loader.php index a2268289955..c5f2f4645d7 100644 --- a/module/VuFind/src/VuFind/Cover/Loader.php +++ b/module/VuFind/src/VuFind/Cover/Loader.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ namespace VuFind\Cover; use VuFindCode\ISBN, VuFind\Content\Covers\PluginManager as ApiManager; @@ -32,12 +32,12 @@ use VuFindCode\ISBN, VuFind\Content\Covers\PluginManager as ApiManager; /** * Book Cover Generator * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ class Loader extends \VuFind\ImageLoader { diff --git a/module/VuFind/src/VuFind/Crypt/HMAC.php b/module/VuFind/src/VuFind/Crypt/HMAC.php index 034b4af8768..cc087d41c94 100644 --- a/module/VuFind/src/VuFind/Crypt/HMAC.php +++ b/module/VuFind/src/VuFind/Crypt/HMAC.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Crypt * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Crypt; /** * HMAC hash generator wrapper * - * @category VuFind2 + * @category VuFind * @package Crypt * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HMAC { diff --git a/module/VuFind/src/VuFind/Crypt/RC4.php b/module/VuFind/src/VuFind/Crypt/RC4.php index 655d4b01bd2..9633dfcd8be 100644 --- a/module/VuFind/src/VuFind/Crypt/RC4.php +++ b/module/VuFind/src/VuFind/Crypt/RC4.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Crypt * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ namespace VuFind\Crypt; * RC4 encryption class (wrapper around code borrowed from a third-party * developer -- see embedded copyright information on encrypt method) * - * @category VuFind2 + * @category VuFind * @package Crypt * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Date/Converter.php b/module/VuFind/src/VuFind/Date/Converter.php index ef28a8aaeda..8ba15b5730d 100644 --- a/module/VuFind/src/VuFind/Date/Converter.php +++ b/module/VuFind/src/VuFind/Date/Converter.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Date * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Date; use DateTime, DateTimeZone, VuFind\Exception\Date as DateException; @@ -32,12 +32,12 @@ use DateTime, DateTimeZone, VuFind\Exception\Date as DateException; /** * Date/time conversion functionality. * - * @category VuFind2 + * @category VuFind * @package Date * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Converter { diff --git a/module/VuFind/src/VuFind/Db/AdapterFactory.php b/module/VuFind/src/VuFind/Db/AdapterFactory.php index 7485deef120..bad40183d4e 100644 --- a/module/VuFind/src/VuFind/Db/AdapterFactory.php +++ b/module/VuFind/src/VuFind/Db/AdapterFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db; use Zend\Db\Adapter\Adapter; @@ -31,11 +31,11 @@ use Zend\Db\Adapter\Adapter; /** * Database utility class. * - * @category VuFind2 + * @category VuFind * @package Db * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AdapterFactory { diff --git a/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php b/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php index e25c7f1b7cd..7db79e41815 100644 --- a/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php +++ b/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for change_tracker * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ChangeTracker extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/Comments.php b/module/VuFind/src/VuFind/Db/Row/Comments.php index bb198c61e86..47023c65b33 100644 --- a/module/VuFind/src/VuFind/Db/Row/Comments.php +++ b/module/VuFind/src/VuFind/Db/Row/Comments.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for comments * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Comments extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/OaiResumption.php b/module/VuFind/src/VuFind/Db/Row/OaiResumption.php index 6193bad21ce..bfab79d54cc 100644 --- a/module/VuFind/src/VuFind/Db/Row/OaiResumption.php +++ b/module/VuFind/src/VuFind/Db/Row/OaiResumption.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for oai_resumption * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class OaiResumption extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/PrivateUser.php b/module/VuFind/src/VuFind/Db/Row/PrivateUser.php index 46c9a081c58..f0fe765ddaf 100644 --- a/module/VuFind/src/VuFind/Db/Row/PrivateUser.php +++ b/module/VuFind/src/VuFind/Db/Row/PrivateUser.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Fake database row to represent a user in privacy mode. * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrivateUser extends User { diff --git a/module/VuFind/src/VuFind/Db/Row/Record.php b/module/VuFind/src/VuFind/Db/Row/Record.php index ac377fff1e0..87dddec83b0 100644 --- a/module/VuFind/src/VuFind/Db/Row/Record.php +++ b/module/VuFind/src/VuFind/Db/Row/Record.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for user * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Record extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/Resource.php b/module/VuFind/src/VuFind/Db/Row/Resource.php index a5a408bf36c..92b6fed83b1 100644 --- a/module/VuFind/src/VuFind/Db/Row/Resource.php +++ b/module/VuFind/src/VuFind/Db/Row/Resource.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; use VuFind\Date\Converter as DateConverter, @@ -33,11 +33,11 @@ use VuFind\Date\Converter as DateConverter, /** * Row Definition for resource * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Resource extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Db/Row/ResourceTags.php b/module/VuFind/src/VuFind/Db/Row/ResourceTags.php index 615177ba7fc..eec3b7c7053 100644 --- a/module/VuFind/src/VuFind/Db/Row/ResourceTags.php +++ b/module/VuFind/src/VuFind/Db/Row/ResourceTags.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for resource_tags * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ResourceTags extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/RowGateway.php b/module/VuFind/src/VuFind/Db/Row/RowGateway.php index 8f16fa8054e..e04dcc9a6c0 100644 --- a/module/VuFind/src/VuFind/Db/Row/RowGateway.php +++ b/module/VuFind/src/VuFind/Db/Row/RowGateway.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Abstract base class for DB rows. * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class RowGateway extends \Zend\Db\RowGateway\RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/Search.php b/module/VuFind/src/VuFind/Db/Row/Search.php index f7f7451b96f..9ade445b405 100644 --- a/module/VuFind/src/VuFind/Db/Row/Search.php +++ b/module/VuFind/src/VuFind/Db/Row/Search.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for search * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Search extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/Session.php b/module/VuFind/src/VuFind/Db/Row/Session.php index 4c6c5ba5459..8a30fdc49b4 100644 --- a/module/VuFind/src/VuFind/Db/Row/Session.php +++ b/module/VuFind/src/VuFind/Db/Row/Session.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for session * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Session extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/Tags.php b/module/VuFind/src/VuFind/Db/Row/Tags.php index 30d9e212b6f..0566ae054c2 100644 --- a/module/VuFind/src/VuFind/Db/Row/Tags.php +++ b/module/VuFind/src/VuFind/Db/Row/Tags.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; use VuFind\Db\Table\Resource as ResourceTable, Zend\Db\Sql\Expression; @@ -31,11 +31,11 @@ use VuFind\Db\Table\Resource as ResourceTable, Zend\Db\Sql\Expression; /** * Row Definition for tags * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Tags extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php index f31441a3e64..9acbcadcb23 100644 --- a/module/VuFind/src/VuFind/Db/Row/User.php +++ b/module/VuFind/src/VuFind/Db/Row/User.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; use Zend\Db\Sql\Expression, @@ -36,11 +36,11 @@ use Zend\Db\Sql\Expression, /** * Row Definition for user * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class User extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface, \ZfcRbac\Identity\IdentityInterface diff --git a/module/VuFind/src/VuFind/Db/Row/UserCard.php b/module/VuFind/src/VuFind/Db/Row/UserCard.php index 2995794e426..bac9471ab39 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserCard.php +++ b/module/VuFind/src/VuFind/Db/Row/UserCard.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for user_card * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UserCard extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Row/UserList.php b/module/VuFind/src/VuFind/Db/Row/UserList.php index 931740a24a5..736c7c72fbc 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserList.php +++ b/module/VuFind/src/VuFind/Db/Row/UserList.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; use VuFind\Exception\ListPermission as ListPermissionException, @@ -33,11 +33,11 @@ use VuFind\Exception\ListPermission as ListPermissionException, /** * Row Definition for user_list * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UserList extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Db/Row/UserResource.php b/module/VuFind/src/VuFind/Db/Row/UserResource.php index fbc918deb62..f0583212892 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserResource.php +++ b/module/VuFind/src/VuFind/Db/Row/UserResource.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Row; /** * Row Definition for user_resource * - * @category VuFind2 + * @category VuFind * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UserResource extends RowGateway { diff --git a/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php b/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php index 658279d1832..91561fa9b72 100644 --- a/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php +++ b/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Table Definition for change_tracker * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ChangeTracker extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/Comments.php b/module/VuFind/src/VuFind/Db/Table/Comments.php index 21ecd16f70a..a6b691b5e0a 100644 --- a/module/VuFind/src/VuFind/Db/Table/Comments.php +++ b/module/VuFind/src/VuFind/Db/Table/Comments.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; use Zend\Db\Sql\Expression; @@ -31,11 +31,11 @@ use Zend\Db\Sql\Expression; /** * Table Definition for comments * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Comments extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php b/module/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php index 32a60bbbefe..02251db9053 100644 --- a/module/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php +++ b/module/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Marker interface for classes that depend on the \VuFind\Db\Table\PluginManager * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Db/Table/DbTableAwareTrait.php b/module/VuFind/src/VuFind/Db/Table/DbTableAwareTrait.php index 5dc23c54fd8..a450f712d98 100644 --- a/module/VuFind/src/VuFind/Db/Table/DbTableAwareTrait.php +++ b/module/VuFind/src/VuFind/Db/Table/DbTableAwareTrait.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Default implementation of DbTableAwareInterface. * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait DbTableAwareTrait { diff --git a/module/VuFind/src/VuFind/Db/Table/Factory.php b/module/VuFind/src/VuFind/Db/Table/Factory.php index 2cddfa4e2d1..79a82f9d407 100644 --- a/module/VuFind/src/VuFind/Db/Table/Factory.php +++ b/module/VuFind/src/VuFind/Db/Table/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Db\Table; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for DB tables. * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Db/Table/Gateway.php b/module/VuFind/src/VuFind/Db/Table/Gateway.php index cc010df9acb..6e75046e0c1 100644 --- a/module/VuFind/src/VuFind/Db/Table/Gateway.php +++ b/module/VuFind/src/VuFind/Db/Table/Gateway.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; use Zend\Db\TableGateway\AbstractTableGateway, @@ -34,11 +34,11 @@ use Zend\Db\TableGateway\AbstractTableGateway, /** * Generic VuFind table gateway. * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Gateway extends AbstractTableGateway implements ServiceLocatorAwareInterface { diff --git a/module/VuFind/src/VuFind/Db/Table/OaiResumption.php b/module/VuFind/src/VuFind/Db/Table/OaiResumption.php index 8d3fa52aab0..38590babc66 100644 --- a/module/VuFind/src/VuFind/Db/Table/OaiResumption.php +++ b/module/VuFind/src/VuFind/Db/Table/OaiResumption.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Table Definition for oai_resumption * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class OaiResumption extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/PluginFactory.php b/module/VuFind/src/VuFind/Db/Table/PluginFactory.php index 04c475c8c46..63d6c6fd750 100644 --- a/module/VuFind/src/VuFind/Db/Table/PluginFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:database_gateways Wiki + * @link https://vufind.org/wiki/development:plugins:database_gateways Wiki */ namespace VuFind\Db\Table; /** * Database table plugin factory * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:database_gateways Wiki + * @link https://vufind.org/wiki/development:plugins:database_gateways Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Db/Table/PluginManager.php b/module/VuFind/src/VuFind/Db/Table/PluginManager.php index 1def44ac819..c69013ae1ac 100644 --- a/module/VuFind/src/VuFind/Db/Table/PluginManager.php +++ b/module/VuFind/src/VuFind/Db/Table/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:database_gateways Wiki + * @link https://vufind.org/wiki/development:plugins:database_gateways Wiki */ namespace VuFind\Db\Table; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Database table plugin manager * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:database_gateways Wiki + * @link https://vufind.org/wiki/development:plugins:database_gateways Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Db/Table/Record.php b/module/VuFind/src/VuFind/Db/Table/Record.php index cb92ea53a4a..7d373bb3337 100644 --- a/module/VuFind/src/VuFind/Db/Table/Record.php +++ b/module/VuFind/src/VuFind/Db/Table/Record.php @@ -21,12 +21,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; @@ -36,12 +36,12 @@ use Zend\Db\Sql\Where; /** * Table Definition for record * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Record extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/Resource.php b/module/VuFind/src/VuFind/Db/Table/Resource.php index cb8ca06fd07..b58214e0d40 100644 --- a/module/VuFind/src/VuFind/Db/Table/Resource.php +++ b/module/VuFind/src/VuFind/Db/Table/Resource.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; use Zend\Db\Sql\Expression; @@ -31,11 +31,11 @@ use Zend\Db\Sql\Expression; /** * Table Definition for resource * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Resource extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php index 5ddbed5358f..e42704dadc7 100644 --- a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php +++ b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; use Zend\Db\Sql\Expression; @@ -31,11 +31,11 @@ use Zend\Db\Sql\Expression; /** * Table Definition for resource_tags * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ResourceTags extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/Search.php b/module/VuFind/src/VuFind/Db/Table/Search.php index 6aa48e6c261..237c69cd7b5 100644 --- a/module/VuFind/src/VuFind/Db/Table/Search.php +++ b/module/VuFind/src/VuFind/Db/Table/Search.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,11 +31,11 @@ use minSO; /** * Table Definition for search * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Search extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/Session.php b/module/VuFind/src/VuFind/Db/Table/Session.php index 83720b7621e..8ff8e7d6bdd 100644 --- a/module/VuFind/src/VuFind/Db/Table/Session.php +++ b/module/VuFind/src/VuFind/Db/Table/Session.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,11 +31,11 @@ use VuFind\Exception\SessionExpired as SessionExpiredException; /** * Table Definition for session * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Session extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/Tags.php b/module/VuFind/src/VuFind/Db/Table/Tags.php index 641286c0139..cb53c3f2778 100644 --- a/module/VuFind/src/VuFind/Db/Table/Tags.php +++ b/module/VuFind/src/VuFind/Db/Table/Tags.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; use Zend\Db\Sql\Expression, Zend\Db\Sql\Select; @@ -31,11 +31,11 @@ use Zend\Db\Sql\Expression, Zend\Db\Sql\Select; /** * Table Definition for tags * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Tags extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/User.php b/module/VuFind/src/VuFind/Db/Table/User.php index c8619c20ae3..40688a586b3 100644 --- a/module/VuFind/src/VuFind/Db/Table/User.php +++ b/module/VuFind/src/VuFind/Db/Table/User.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Table Definition for user * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class User extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/UserCard.php b/module/VuFind/src/VuFind/Db/Table/UserCard.php index dd78b358b8f..4351d7ddbda 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserCard.php +++ b/module/VuFind/src/VuFind/Db/Table/UserCard.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Db\Table; /** * Table Definition for user_card * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Db/Table/UserList.php b/module/VuFind/src/VuFind/Db/Table/UserList.php index 0665fa6597a..f2e131f3578 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserList.php +++ b/module/VuFind/src/VuFind/Db/Table/UserList.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Exception\LoginRequired as LoginRequiredException, /** * Table Definition for user_list * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Db/Table/UserResource.php b/module/VuFind/src/VuFind/Db/Table/UserResource.php index e19cc194cf3..ec4fa75d550 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserResource.php +++ b/module/VuFind/src/VuFind/Db/Table/UserResource.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Db\Sql\Expression; /** * Table Definition for user_resource * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Db/Table/UserStats.php b/module/VuFind/src/VuFind/Db/Table/UserStats.php index ffa4c684f75..8d861c19ac8 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserStats.php +++ b/module/VuFind/src/VuFind/Db/Table/UserStats.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; @@ -32,11 +32,11 @@ use Zend\Db\Sql\Expression; /** * Table Definition for user statistics * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UserStats extends Gateway { diff --git a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php index ae4d76f7fa7..a614f5f7600 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php +++ b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Db\Table; /** * Table Definition for statistics * - * @category VuFind2 + * @category VuFind * @package Db_Table * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UserStatsFields extends Gateway { diff --git a/module/VuFind/src/VuFind/Exception/Auth.php b/module/VuFind/src/VuFind/Exception/Auth.php index decd8efbeb0..5d86dd109e0 100644 --- a/module/VuFind/src/VuFind/Exception/Auth.php +++ b/module/VuFind/src/VuFind/Exception/Auth.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Authentication Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Auth extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/Date.php b/module/VuFind/src/VuFind/Exception/Date.php index e3901ecb85e..23684eb2dd4 100644 --- a/module/VuFind/src/VuFind/Exception/Date.php +++ b/module/VuFind/src/VuFind/Exception/Date.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Date Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Date extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/FileAccess.php b/module/VuFind/src/VuFind/Exception/FileAccess.php index a82ceb1e35d..cef347d1075 100644 --- a/module/VuFind/src/VuFind/Exception/FileAccess.php +++ b/module/VuFind/src/VuFind/Exception/FileAccess.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * File Access Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class FileAccess extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/Forbidden.php b/module/VuFind/src/VuFind/Exception/Forbidden.php index 8d747ea2e99..6f2b1146b55 100644 --- a/module/VuFind/src/VuFind/Exception/Forbidden.php +++ b/module/VuFind/src/VuFind/Exception/Forbidden.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * "Forbidden Access" Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Forbidden extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/ILS.php b/module/VuFind/src/VuFind/Exception/ILS.php index d2d7e6a6910..8617bfbae97 100644 --- a/module/VuFind/src/VuFind/Exception/ILS.php +++ b/module/VuFind/src/VuFind/Exception/ILS.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * ILS Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ILS extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/LibraryCard.php b/module/VuFind/src/VuFind/Exception/LibraryCard.php index 069f3dcfe0e..045b5a4d505 100644 --- a/module/VuFind/src/VuFind/Exception/LibraryCard.php +++ b/module/VuFind/src/VuFind/Exception/LibraryCard.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Library Card Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class LibraryCard extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/ListPermission.php b/module/VuFind/src/VuFind/Exception/ListPermission.php index 8c942fb277f..204a2839d70 100644 --- a/module/VuFind/src/VuFind/Exception/ListPermission.php +++ b/module/VuFind/src/VuFind/Exception/ListPermission.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * List Permission Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ListPermission extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/LoginRequired.php b/module/VuFind/src/VuFind/Exception/LoginRequired.php index 16d4c49b72b..f666c05d78b 100644 --- a/module/VuFind/src/VuFind/Exception/LoginRequired.php +++ b/module/VuFind/src/VuFind/Exception/LoginRequired.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Login Required Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class LoginRequired extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/Mail.php b/module/VuFind/src/VuFind/Exception/Mail.php index a08217cb05e..199689dd95f 100644 --- a/module/VuFind/src/VuFind/Exception/Mail.php +++ b/module/VuFind/src/VuFind/Exception/Mail.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Mail Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Mail extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/MissingField.php b/module/VuFind/src/VuFind/Exception/MissingField.php index f06d8378e50..6b112550019 100644 --- a/module/VuFind/src/VuFind/Exception/MissingField.php +++ b/module/VuFind/src/VuFind/Exception/MissingField.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Missing Field Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class MissingField extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/PasswordSecurity.php b/module/VuFind/src/VuFind/Exception/PasswordSecurity.php index 0a710f8e315..54616f80db0 100644 --- a/module/VuFind/src/VuFind/Exception/PasswordSecurity.php +++ b/module/VuFind/src/VuFind/Exception/PasswordSecurity.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Password Security Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class PasswordSecurity extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/RecordMissing.php b/module/VuFind/src/VuFind/Exception/RecordMissing.php index 29e57ea54aa..d40694d0b02 100644 --- a/module/VuFind/src/VuFind/Exception/RecordMissing.php +++ b/module/VuFind/src/VuFind/Exception/RecordMissing.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Record Missing Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class RecordMissing extends \Exception { diff --git a/module/VuFind/src/VuFind/Exception/SessionExpired.php b/module/VuFind/src/VuFind/Exception/SessionExpired.php index e1998f8ac8e..9c003a47391 100644 --- a/module/VuFind/src/VuFind/Exception/SessionExpired.php +++ b/module/VuFind/src/VuFind/Exception/SessionExpired.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Exception; /** * Session Expired Exception * - * @category VuFind2 + * @category VuFind * @package Exceptions * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SessionExpired extends \Exception { diff --git a/module/VuFind/src/VuFind/Export.php b/module/VuFind/src/VuFind/Export.php index ac91cb8ccb5..57b472b5d6e 100644 --- a/module/VuFind/src/VuFind/Export.php +++ b/module/VuFind/src/VuFind/Export.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Export * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind; use VuFind\SimpleXML, Zend\Config\Config; @@ -31,11 +31,11 @@ use VuFind\SimpleXML, Zend\Config\Config; /** * Export support class * - * @category VuFind2 + * @category VuFind * @package Export * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Export { diff --git a/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Entry.php b/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Entry.php index 28ba36afd11..3ba164fa196 100644 --- a/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Entry.php +++ b/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Entry.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Feed\Writer\Extension\DublinCore; use Zend\Feed\Writer\Extension\ITunes\Entry as ParentEntry; @@ -37,11 +37,11 @@ use Zend\Feed\Writer\Extension\ITunes\Entry as ParentEntry; * equivalent Itunes plugin. This works fine, but perhaps in future there will * be a more elegant way to achieve the same effect. * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Entry extends ParentEntry { diff --git a/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Renderer/Entry.php b/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Renderer/Entry.php index c1384601e53..2736f4ee382 100644 --- a/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Renderer/Entry.php +++ b/module/VuFind/src/VuFind/Feed/Writer/Extension/DublinCore/Renderer/Entry.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Feed\Writer\Extension\DublinCore\Renderer; use DOMDocument, DOMElement, @@ -32,11 +32,11 @@ use DOMDocument, DOMElement, /** * Zend\Feed\Renderer\Entry extension for Dublin Core * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Entry extends ParentEntry { diff --git a/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Feed.php b/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Feed.php index ab197d54179..03be6c270af 100644 --- a/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Feed.php +++ b/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Feed.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Sebastian Cuy <sebastian.cuy@uni-koeln.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Feed\Writer\Extension\OpenSearch; use Zend\Stdlib\StringUtils, @@ -39,11 +39,11 @@ use Zend\Stdlib\StringUtils, * equivalent Itunes plugin. This works fine, but perhaps in future there will * be a more elegant way to achieve the same effect. * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Sebastian Cuy <sebastian.cuy@uni-koeln.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Feed extends ParentFeed { diff --git a/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Renderer/Feed.php b/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Renderer/Feed.php index 6066c3985d5..c5e0897e3e4 100644 --- a/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Renderer/Feed.php +++ b/module/VuFind/src/VuFind/Feed/Writer/Extension/OpenSearch/Renderer/Feed.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Sebastian Cuy <sebastian.cuy@uni-koeln.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Feed\Writer\Extension\OpenSearch\Renderer; use DOMDocument, DOMElement, @@ -32,11 +32,11 @@ use DOMDocument, DOMElement, /** * Zend\Feed\Renderer\Feed extension for Open Search * - * @category VuFind2 + * @category VuFind * @package Feed_Plugins * @author Sebastian Cuy <sebastian.cuy@uni-koeln.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Feed extends AbstractRenderer { diff --git a/module/VuFind/src/VuFind/Harvester/OAI.php b/module/VuFind/src/VuFind/Harvester/OAI.php index 27db58c7321..2a807a6fd7e 100644 --- a/module/VuFind/src/VuFind/Harvester/OAI.php +++ b/module/VuFind/src/VuFind/Harvester/OAI.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Harvest_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records#oai-pmh_harvesting Wiki + * @link https://vufind.org/wiki/indexing:oai-pmh Wiki */ namespace VuFind\Harvester; use Zend\Console\Console; @@ -33,11 +33,11 @@ use Zend\Console\Console; * * This class harvests records via OAI-PMH using settings from oai.ini. * - * @category VuFind2 + * @category VuFind * @package Harvest_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records#oai-pmh_harvesting Wiki + * @link https://vufind.org/wiki/indexing:oai-pmh Wiki */ class OAI { diff --git a/module/VuFind/src/VuFind/Hierarchy/Driver/AbstractBase.php b/module/VuFind/src/VuFind/Hierarchy/Driver/AbstractBase.php index 647f41769de..788d85af99f 100644 --- a/module/VuFind/src/VuFind/Hierarchy/Driver/AbstractBase.php +++ b/module/VuFind/src/VuFind/Hierarchy/Driver/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Hierarchy * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\Driver; use VuFind\Hierarchy\TreeDataSource\PluginManager as DataManager, @@ -36,11 +36,11 @@ use VuFind\Hierarchy\TreeDataSource\PluginManager as DataManager, * This should be extended to implement functionality for specific * Hierarchy Systems (i.e. Calm etc.). * - * @category VuFind2 + * @category VuFind * @package Hierarchy * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ abstract class AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/Driver/ConfigurationBased.php b/module/VuFind/src/VuFind/Hierarchy/Driver/ConfigurationBased.php index f6afcd8c489..2b5662c3beb 100644 --- a/module/VuFind/src/VuFind/Hierarchy/Driver/ConfigurationBased.php +++ b/module/VuFind/src/VuFind/Hierarchy/Driver/ConfigurationBased.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\Driver; /** * Configuration-Based Hierarchy Driver * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class ConfigurationBased extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/Driver/Factory.php b/module/VuFind/src/VuFind/Hierarchy/Driver/Factory.php index 18efbd71998..7f0916218de 100644 --- a/module/VuFind/src/VuFind/Hierarchy/Driver/Factory.php +++ b/module/VuFind/src/VuFind/Hierarchy/Driver/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\Driver; use Zend\ServiceManager\ServiceManager; @@ -33,11 +33,11 @@ use Zend\ServiceManager\ServiceManager; * * This is a factory class to build objects for managing hierarchies. * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php b/module/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php index f561eb89472..d4af1b55240 100644 --- a/module/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php +++ b/module/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\Driver; /** * Hierarchy driver plugin manager * - * @category VuFind2 + * @category VuFind * @package Hierarchy_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/AbstractBase.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/AbstractBase.php index 29702ee8470..942870fb5b9 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/AbstractBase.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/AbstractBase.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataFormatter; /** * Hierarchy Tree Data Formatter (abstract base) * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ abstract class AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Json.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Json.php index d0fb8d03c70..f576db3faae 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Json.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Json.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataFormatter; /** * Hierarchy Tree Data Formatter (JSON) * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class Json extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/PluginManager.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/PluginManager.php index 143b893d683..910112d6cae 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/PluginManager.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataFormatter; /** * Hierarchy tree data formatter plugin manager * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Xml.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Xml.php index 65a068b1798..3793596a8b0 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Xml.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataFormatter/Xml.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataFormatter; /** * Hierarchy Tree Data Formatter (XML) * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataFormatter * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class Xml extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php index 525640d7318..756927d1595 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataSource; @@ -32,11 +32,11 @@ namespace VuFind\Hierarchy\TreeDataSource; * * This is a base helper class for producing hierarchy Trees. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Factory.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Factory.php index ca21f2b0972..1fa71669ced 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Factory.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataSource; use Zend\ServiceManager\ServiceManager; @@ -33,11 +33,11 @@ use Zend\ServiceManager\ServiceManager; * * This is a factory class to build objects for managing hierarchies. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php index f4defe968eb..4bee34af620 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataSource; /** * Hierarchy tree data source plugin manager * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php index 80097c1ae3b..cc6b82ef680 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Solr.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataSource; use VuFind\Hierarchy\TreeDataFormatter\PluginManager as FormatterManager; @@ -36,11 +36,11 @@ use VuFindSearch\ParamBag; * * This is a base helper class for producing hierarchy Trees. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class Solr extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/XMLFile.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/XMLFile.php index 30809f7169f..4367c84c2ec 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/XMLFile.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/XMLFile.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeDataSource; @@ -32,11 +32,11 @@ namespace VuFind\Hierarchy\TreeDataSource; * * This is a base helper class for producing hierarchy Trees. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class XMLFile extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/AbstractBase.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/AbstractBase.php index 37b97ec79c5..826d451e005 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/AbstractBase.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeRenderer; @@ -32,11 +32,11 @@ namespace VuFind\Hierarchy\TreeRenderer; * * This is a base helper class for producing hierarchy Trees. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ abstract class AbstractBase { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php index 25b5511a3c9..0735ad6f4cb 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeRenderer; use Zend\ServiceManager\ServiceManager; @@ -33,11 +33,11 @@ use Zend\ServiceManager\ServiceManager; * * This is a factory class to build objects for rendering hierarchies. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_DataSource * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php index 4bc71559852..88262a12116 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTree.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Hierarchy\TreeRenderer; @@ -32,11 +32,11 @@ namespace VuFind\Hierarchy\TreeRenderer; * * This is a helper class for producing hierarchy trees. * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ class JSTree extends AbstractBase implements \VuFind\I18n\Translator\TranslatorAwareInterface diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/PluginManager.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/PluginManager.php index 9499a2927ec..a4e6cfb35ca 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/PluginManager.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Hierarchy\TreeRenderer; /** * Hierarchy tree renderer plugin manager * - * @category VuFind2 + * @category VuFind * @package HierarchyTree_Renderer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/creating_a_session_handler Wiki + * @link https://vufind.org/wiki/development Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/I18n/ExtendedIniNormalizer.php b/module/VuFind/src/VuFind/I18n/ExtendedIniNormalizer.php index 6ed02514d48..24d2424fc33 100644 --- a/module/VuFind/src/VuFind/I18n/ExtendedIniNormalizer.php +++ b/module/VuFind/src/VuFind/I18n/ExtendedIniNormalizer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n; use Zend\I18n\Translator\TextDomain; @@ -31,11 +31,11 @@ use Zend\I18n\Translator\TextDomain; /** * Class to consistently format ExtendedIni language files. * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ExtendedIniNormalizer { diff --git a/module/VuFind/src/VuFind/I18n/TranslatableString.php b/module/VuFind/src/VuFind/I18n/TranslatableString.php index 805d4254a90..738e6f932b8 100644 --- a/module/VuFind/src/VuFind/I18n/TranslatableString.php +++ b/module/VuFind/src/VuFind/I18n/TranslatableString.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n; /** * Class for translatable string with a special default translation. * - * @category VuFind2 + * @category VuFind * @package Translator * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class TranslatableString implements TranslatableStringInterface { diff --git a/module/VuFind/src/VuFind/I18n/TranslatableStringInterface.php b/module/VuFind/src/VuFind/I18n/TranslatableStringInterface.php index 9484f9a5d21..58fdd5f6f9e 100644 --- a/module/VuFind/src/VuFind/I18n/TranslatableStringInterface.php +++ b/module/VuFind/src/VuFind/I18n/TranslatableStringInterface.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n; /** * Interface for translatable strings. * - * @category VuFind2 + * @category VuFind * @package Translator * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface TranslatableStringInterface { diff --git a/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIni.php b/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIni.php index 629b5100f7f..b0b72e0bf19 100644 --- a/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIni.php +++ b/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIni.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n\Translator\Loader; use Zend\I18n\Exception\InvalidArgumentException, @@ -33,11 +33,11 @@ use Zend\I18n\Exception\InvalidArgumentException, /** * Handles the language loading and language file parsing * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ExtendedIni implements FileLoaderInterface { diff --git a/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIniReader.php b/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIniReader.php index 9e246371412..37680ba33b2 100644 --- a/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIniReader.php +++ b/module/VuFind/src/VuFind/I18n/Translator/Loader/ExtendedIniReader.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n\Translator\Loader; use Zend\I18n\Translator\TextDomain; @@ -31,11 +31,11 @@ use Zend\I18n\Translator\TextDomain; /** * Helper class to load .ini files from disk. * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ExtendedIniReader { diff --git a/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareInterface.php b/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareInterface.php index 29aa6fcf915..3a0cf95fb53 100644 --- a/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareInterface.php +++ b/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareInterface.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n\Translator; use Zend\I18n\Translator\TranslatorInterface; @@ -33,11 +33,11 @@ use Zend\I18n\Translator\TranslatorInterface; * \Zend\I18n\Translator\TranslatorAwareInterface, which requires an excessive * number of methods to be implemented). * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php b/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php index e57a1260ad0..e747b598b12 100644 --- a/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php +++ b/module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\I18n\Translator; use Zend\I18n\Translator\TranslatorInterface; @@ -34,11 +34,11 @@ use Zend\I18n\Translator\TranslatorInterface; * number of methods to be implemented). If we switch to PHP 5.4 traits in the * future, we can eliminate this interface in favor of the default Zend version. * - * @category VuFind2 + * @category VuFind * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait TranslatorAwareTrait { diff --git a/module/VuFind/src/VuFind/ILS/Connection.php b/module/VuFind/src/VuFind/ILS/Connection.php index a1836f8851d..c30a4494442 100644 --- a/module/VuFind/src/VuFind/ILS/Connection.php +++ b/module/VuFind/src/VuFind/ILS/Connection.php @@ -22,12 +22,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS; use VuFind\Exception\ILS as ILSException, @@ -40,12 +40,12 @@ use VuFind\Exception\ILS as ILSException, * This wrapper works with a driver class to pass information from the ILS to * VuFind. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Connection implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/AbstractBase.php b/module/VuFind/src/VuFind/ILS/Driver/AbstractBase.php index 9afe7ab7ae1..f2062252e18 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/AbstractBase.php +++ b/module/VuFind/src/VuFind/ILS/Driver/AbstractBase.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; /** * Default ILS driver base class. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki * * @SuppressWarnings(PHPMD.NumberOfChildren) */ diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php index d95d8b52f02..1be25747159 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php @@ -33,7 +33,7 @@ * @author Kun Lin <vufind-tech@lists.sourceforge.net> * @author Vaclav Rosecky <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -46,7 +46,7 @@ use VuFind\Exception\Date as DateException; * @package ILS_Drivers * @author Vaclav Rosecky <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class AlephTranslator { @@ -251,7 +251,7 @@ class AlephTranslator * @package Exceptions * @author Vaclav Rosecky <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class AlephRestfulException extends ILSException { @@ -296,7 +296,7 @@ class AlephRestfulException extends ILSException * @author Kun Lin <vufind-tech@lists.sourceforge.net> * @author Vaclav Rosecky <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Aleph extends AbstractBase implements \Zend\Log\LoggerAwareInterface, \VuFindHttp\HttpServiceAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php index f67cf0541a0..a363f2e4bdf 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Josu Moreno <jmoreno@scanbit.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\ILS as ILSException, @@ -32,11 +32,11 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException, /** * Amicus ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Josu Moreno <jmoreno@scanbit.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Amicus extends AbstractBase implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php index 251cdcd420f..44ad5f9a88e 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php +++ b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Josef Moravec <josef.moravec@knihovna-uo.cz> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\ILS as ILSException; @@ -31,11 +31,11 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException; /** * VuFind Driver for Clavius SQL (version: 0.1 dev) * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Josef Moravec <josef.moravec@knihovna-uo.cz> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class ClaviusSQL extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/DAIA.php b/module/VuFind/src/VuFind/ILS/Driver/DAIA.php index a7437557146..3a0ce04c4f0 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/DAIA.php +++ b/module/VuFind/src/VuFind/ILS/Driver/DAIA.php @@ -22,13 +22,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @author Oliver Goldschmidt <o.goldschmidt@tu-harburg.de> * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use DOMDocument, VuFind\Exception\ILS as ILSException, @@ -38,13 +38,13 @@ use DOMDocument, VuFind\Exception\ILS as ILSException, /** * ILS Driver for VuFind to query availability information via DAIA. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @author Oliver Goldschmidt <o.goldschmidt@tu-harburg.de> * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class DAIA extends AbstractBase implements HttpServiceAwareInterface, LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/Demo.php b/module/VuFind/src/VuFind/ILS/Driver/Demo.php index bbac320cb82..62b0c567617 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Demo.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Demo.php @@ -24,12 +24,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use ArrayObject, VuFind\Exception\Date as DateException, @@ -40,12 +40,12 @@ use ArrayObject, VuFind\Exception\Date as DateException, /** * Advanced Dummy ILS Driver -- Returns sample values based on Solr index. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Demo extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/DriverInterface.php b/module/VuFind/src/VuFind/ILS/Driver/DriverInterface.php index c2690e4448f..6374c9afc16 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/DriverInterface.php +++ b/module/VuFind/src/VuFind/ILS/Driver/DriverInterface.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; @@ -38,11 +38,11 @@ namespace VuFind\ILS\Driver; * The most important element here is what the method will return. All methods * may throw exceptions in case of errors. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ interface DriverInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php index aba199a9d77..3f035f180bc 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Warren Layton, NRCan Library <warren.layton@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\ILS as ILSException; @@ -34,11 +34,11 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException; * Written by Warren Layton at the NRCan (Natural Resources Canada) * Library. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Warren Layton, NRCan Library <warren.layton@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Evergreen extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Factory.php b/module/VuFind/src/VuFind/ILS/Driver/Factory.php index ff3fa67e790..6858f0edbb8 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Factory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\ILS\Driver; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * ILS Driver Factory Class * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php index f034e5e0b83..76ddab9c913 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Horizon.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Horizon.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Matt Mackey <vufind-tech@lists.sourceforge.net> * @author Ray Cummins <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -32,12 +32,12 @@ use VuFind\Exception\ILS as ILSException; /** * Horizon ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Matt Mackey <vufind-tech@lists.sourceforge.net> * @author Ray Cummins <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Horizon extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/HorizonXMLAPI.php b/module/VuFind/src/VuFind/ILS/Driver/HorizonXMLAPI.php index 8eabb2c6a68..3d82405a8da 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/HorizonXMLAPI.php +++ b/module/VuFind/src/VuFind/ILS/Driver/HorizonXMLAPI.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Matt Mackey <vufind-tech@lists.sourceforge.net> * @author Ray Cummins <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -32,12 +32,12 @@ use VuFind\Exception\ILS as ILSException; /** * Horizon ILS Driver (w/ XML API support) * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Matt Mackey <vufind-tech@lists.sourceforge.net> * @author Ray Cummins <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class HorizonXMLAPI extends Horizon implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php index 29a3b1293fb..70898b0bb8b 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Innovative.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Innovative.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Adam Brin <abrin@brynmawr.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -34,11 +34,11 @@ use VuFind\Exception\ILS as ILSException; * This class uses screen scraping techniques to gather record holdings written * by Adam Bryn of the Tri-College consortium. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Adam Brin <abrin@brynmawr.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Innovative extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/Koha.php b/module/VuFind/src/VuFind/ILS/Driver/Koha.php index 0129137eb13..69c14a422c1 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Koha.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Koha.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Altaf Mahmud, System Programmer <altaf.mahmud@gmail.com> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\ILS as ILSException; @@ -32,12 +32,12 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException; /** * VuFind Driver for Koha (version: 3.02) * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Altaf Mahmud, System Programmer <altaf.mahmud@gmail.com> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Koha extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/LBS4.php b/module/VuFind/src/VuFind/ILS/Driver/LBS4.php index a1a580c8c8e..75397199c3d 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/LBS4.php +++ b/module/VuFind/src/VuFind/ILS/Driver/LBS4.php @@ -17,11 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Götz Hatop <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -30,11 +30,11 @@ use VuFind\I18n\Translator\TranslatorAwareInterface; /** * VuFind Connector for OCLC LBS4 * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Götz Hatop <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class LBS4 extends AbstractBase implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php index b2e95327f68..7dfaaebde4c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php +++ b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php @@ -24,7 +24,7 @@ * @author Ere Maijala <ere.maijala@helsinki.fi> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; @@ -42,7 +42,7 @@ use VuFind\Exception\ILS as ILSException, * @package ILSdrivers * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class MultiBackend extends AbstractBase implements ServiceLocatorAwareInterface, \Zend\Log\LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/NewGenLib.php b/module/VuFind/src/VuFind/ILS/Driver/NewGenLib.php index f20cae94cb7..9aa050a0255 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/NewGenLib.php +++ b/module/VuFind/src/VuFind/ILS/Driver/NewGenLib.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Verus Solutions <info@verussolutions.biz> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\ILS as ILSException; @@ -31,11 +31,11 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException; /** * ILS Driver for NewGenLib * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Verus Solutions <info@verussolutions.biz> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class NewGenLib extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/NoILS.php b/module/VuFind/src/VuFind/ILS/Driver/NoILS.php index 9c916023224..c72dc3923d9 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/NoILS.php +++ b/module/VuFind/src/VuFind/ILS/Driver/NoILS.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException, @@ -33,12 +33,12 @@ use VuFind\Exception\ILS as ILSException, /** * Driver for offline/missing ILS. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class NoILS extends AbstractBase implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/PluginFactory.php b/module/VuFind/src/VuFind/ILS/Driver/PluginFactory.php index 4e95bf38319..e6ced31b5e7 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/PluginFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; /** * ILS driver plugin factory * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/ILS/Driver/PluginManager.php b/module/VuFind/src/VuFind/ILS/Driver/PluginManager.php index c4d0c6b454e..ae1211d8cba 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/PluginManager.php +++ b/module/VuFind/src/VuFind/ILS/Driver/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; /** * ILS driver plugin manager * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Polaris.php b/module/VuFind/src/VuFind/ILS/Driver/Polaris.php index d513161f0aa..7e052ec6d1b 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Polaris.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Polaris.php @@ -18,11 +18,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author BookSite <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Config\Reader as ConfigReader, @@ -33,11 +33,11 @@ use VuFind\Config\Reader as ConfigReader, * * Based on Polaris 1.4 API * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author BookSite <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Polaris extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Sample.php b/module/VuFind/src/VuFind/ILS/Driver/Sample.php index 0e02b3ef39a..1d9e523ed92 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Sample.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Sample.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; /** * Lightweight Dummy ILS Driver -- Always returns hard-coded sample values. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Sample extends AbstractBase { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php index a44f3b6d5fe..521055ca4af 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Sierra.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Sierra.php @@ -1,7 +1,7 @@ <?php /** - * Sierra (III) ILS Driver for Vufind2 + * Sierra (III) ILS Driver for VuFind * * PHP version 5 * @@ -20,11 +20,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/GPL-3.0 GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; @@ -32,13 +32,13 @@ use VuFind\Exception\ILS as ILSException, VuFind\I18n\Translator\TranslatorAwareInterface; /** - * Sierra (III) ILS Driver for Vufind2 + * Sierra (III) ILS Driver for VuFind * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/GPL-3.0 GNU General Public License - * @link http://vufind.org/wiki/building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Sierra extends AbstractBase implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php index 9b98564bcf7..64d9c6fabde 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Steven Hild <sjhild@wm.edu> * @author Michael Gillen <mlgillen@sfasu.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use SoapClient, SoapFault, SoapHeader, VuFind\Exception\ILS as ILSException, @@ -35,12 +35,12 @@ use Zend\Log\LoggerAwareInterface; /** * Symphony Web Services (symws) ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Steven Hild <sjhild@wm.edu> * @author Michael Gillen <mlgillen@sfasu.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface, LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php index e1ed0fc43dd..031b583a70f 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Tuan Nguyen <tuan@yorku.ca> * @author Drew Farrugia <vufind-unicorn-l@lists.lehigh.edu> @@ -35,7 +35,7 @@ use File_MARC, VuFind\Exception\ILS as ILSException; * Unicorn/Symphony server. Please note: currently you will need to download * the driver.pl in the yorku branch on google code to use this driver. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Tuan Nguyen <tuan@yorku.ca> * @author Drew Farrugia <vufind-unicorn-l@lists.lehigh.edu> diff --git a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php index eb62efdb596..0117ca1b331 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException; @@ -31,11 +31,11 @@ use VuFind\Exception\ILS as ILSException; /** * VTLS Virtua Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Virtua extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/Voyager.php b/module/VuFind/src/VuFind/ILS/Driver/Voyager.php index c733a5ad59c..6a692270c1c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Voyager.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Voyager.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use File_MARC, PDO, PDOException, @@ -38,13 +38,13 @@ use File_MARC, PDO, PDOException, /** * Voyager ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class Voyager extends AbstractBase implements TranslatorAwareInterface, \Zend\Log\LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php index 275f02d5c5b..a2149126daf 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php @@ -20,14 +20,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use PDO, PDOException, VuFind\Exception\Date as DateException, @@ -37,14 +37,14 @@ use PDO, PDOException, VuFind\Exception\Date as DateException, /** * Voyager Restful ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php index 815c54cdddb..301071b94eb 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php +++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS\Driver; use VuFind\Exception\ILS as ILSException, @@ -32,11 +32,11 @@ use VuFind\Exception\ILS as ILSException, /** * XC NCIP Toolkit (v2) ILS Driver * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterface { diff --git a/module/VuFind/src/VuFind/ILS/HoldSettings.php b/module/VuFind/src/VuFind/ILS/HoldSettings.php index 669679db08a..a67c0f00bb9 100644 --- a/module/VuFind/src/VuFind/ILS/HoldSettings.php +++ b/module/VuFind/src/VuFind/ILS/HoldSettings.php @@ -22,12 +22,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ namespace VuFind\ILS; @@ -37,12 +37,12 @@ namespace VuFind\ILS; * This class is responsible for determining hold settings for VuFind based * on configuration and defaults. * - * @category VuFind2 + * @category VuFind * @package ILS_Drivers * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_an_ils_driver Wiki + * @link https://vufind.org/wiki/development:plugins:ils_drivers Wiki */ class HoldSettings { diff --git a/module/VuFind/src/VuFind/ILS/Logic/Holds.php b/module/VuFind/src/VuFind/ILS/Logic/Holds.php index b83dddab71e..1860ccfe3f0 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/Holds.php +++ b/module/VuFind/src/VuFind/ILS/Logic/Holds.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\ILS\Logic; use VuFind\ILS\Connection as ILSConnection; @@ -32,12 +32,12 @@ use VuFind\ILS\Connection as ILSConnection; /** * Hold Logic Class * - * @category VuFind2 + * @category VuFind * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Holds { diff --git a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php index 3b5e071ac3a..c13f6a58a60 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php +++ b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\ILS\Logic; use VuFind\ILS\Connection as ILSConnection; @@ -32,12 +32,12 @@ use VuFind\ILS\Connection as ILSConnection; /** * Title Hold Logic Class * - * @category VuFind2 + * @category VuFind * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class TitleHolds { diff --git a/module/VuFind/src/VuFind/ImageLoader.php b/module/VuFind/src/VuFind/ImageLoader.php index e0b04cbfbd5..8aec50f026e 100644 --- a/module/VuFind/src/VuFind/ImageLoader.php +++ b/module/VuFind/src/VuFind/ImageLoader.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ namespace VuFind; /** * Base class for loading images (shared by Cover\Loader and QRCode\Loader) * - * @category VuFind2 + * @category VuFind * @package Cover_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ class ImageLoader implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFind/src/VuFind/Log/Logger.php b/module/VuFind/src/VuFind/Log/Logger.php index a225463a8b8..69e50ca222d 100644 --- a/module/VuFind/src/VuFind/Log/Logger.php +++ b/module/VuFind/src/VuFind/Log/Logger.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Log; use Zend\Log\Logger as BaseLogger, @@ -33,11 +33,11 @@ use Zend\Log\Logger as BaseLogger, /** * This class wraps the BaseLogger class to allow for log verbosity * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Logger extends BaseLogger implements ServiceLocatorAwareInterface { diff --git a/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php b/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php index a09d8e1e95b..10d4abc05b4 100644 --- a/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php +++ b/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Log; /** * Extension of \Zend\Log\LoggerAwareTrait with some convenience methods. * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait LoggerAwareTrait { diff --git a/module/VuFind/src/VuFind/Log/Writer/Db.php b/module/VuFind/src/VuFind/Log/Writer/Db.php index 0537a94bf85..d76e1b35441 100644 --- a/module/VuFind/src/VuFind/Log/Writer/Db.php +++ b/module/VuFind/src/VuFind/Log/Writer/Db.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Log\Writer; /** * This class extends the Zend Logging towards DB * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Db extends \Zend\Log\Writer\Db { diff --git a/module/VuFind/src/VuFind/Log/Writer/Mail.php b/module/VuFind/src/VuFind/Log/Writer/Mail.php index af295965807..5853bb3dd25 100644 --- a/module/VuFind/src/VuFind/Log/Writer/Mail.php +++ b/module/VuFind/src/VuFind/Log/Writer/Mail.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Log\Writer; /** * This class extends the Zend Logging towards Mail systems * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Mail extends \Zend\Log\Writer\Mail { diff --git a/module/VuFind/src/VuFind/Log/Writer/Stream.php b/module/VuFind/src/VuFind/Log/Writer/Stream.php index c7dfb3d5efd..e57f43340e2 100644 --- a/module/VuFind/src/VuFind/Log/Writer/Stream.php +++ b/module/VuFind/src/VuFind/Log/Writer/Stream.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Log\Writer; /** * This class extends the Zend Logging towards streams * - * @category VuFind2 + * @category VuFind * @package Error_Logging * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Stream extends \Zend\Log\Writer\Stream { diff --git a/module/VuFind/src/VuFind/Mailer/Factory.php b/module/VuFind/src/VuFind/Mailer/Factory.php index 11617a5ed22..86cf227e30a 100644 --- a/module/VuFind/src/VuFind/Mailer/Factory.php +++ b/module/VuFind/src/VuFind/Mailer/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Mailer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Mailer; use Zend\Mail\Transport\InMemory; @@ -33,11 +33,11 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Factory for instantiating Mailer objects * - * @category VuFind2 + * @category VuFind * @package Mailer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Mailer/Mailer.php b/module/VuFind/src/VuFind/Mailer/Mailer.php index 15bdc4ce9e0..e5fb8f02a94 100644 --- a/module/VuFind/src/VuFind/Mailer/Mailer.php +++ b/module/VuFind/src/VuFind/Mailer/Mailer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Mailer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Mailer; use VuFind\Exception\Mail as MailException, @@ -34,11 +34,11 @@ use VuFind\Exception\Mail as MailException, /** * VuFind Mailer Class * - * @category VuFind2 + * @category VuFind * @package Mailer * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Mailer implements \VuFind\I18n\Translator\TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/Net/IpAddressUtils.php b/module/VuFind/src/VuFind/Net/IpAddressUtils.php index b699075e21c..c8adfd17068 100644 --- a/module/VuFind/src/VuFind/Net/IpAddressUtils.php +++ b/module/VuFind/src/VuFind/Net/IpAddressUtils.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Net; /** * IP address utility functions. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/OAI/Server.php b/module/VuFind/src/VuFind/OAI/Server.php index 872e151ccfd..53bece77576 100644 --- a/module/VuFind/src/VuFind/OAI/Server.php +++ b/module/VuFind/src/VuFind/OAI/Server.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package OAI_Server * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\OAI; use SimpleXMLElement, @@ -34,11 +34,11 @@ use SimpleXMLElement, * * This class provides OAI server functionality. * - * @category VuFind2 + * @category VuFind * @package OAI_Server * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Server { diff --git a/module/VuFind/src/VuFind/OAI/Server/Auth.php b/module/VuFind/src/VuFind/OAI/Server/Auth.php index c985d8d4b23..5906a971070 100644 --- a/module/VuFind/src/VuFind/OAI/Server/Auth.php +++ b/module/VuFind/src/VuFind/OAI/Server/Auth.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package OAI_Server * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\OAI\Server; use VuFind\OAI\Server as Base; @@ -33,11 +33,11 @@ use VuFind\OAI\Server as Base; * * This class provides OAI server functionality. * - * @category VuFind2 + * @category VuFind * @package OAI_Server * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Auth extends Base { diff --git a/module/VuFind/src/VuFind/QRCode/Loader.php b/module/VuFind/src/VuFind/QRCode/Loader.php index c967db58578..dcc1b43e4ec 100644 --- a/module/VuFind/src/VuFind/QRCode/Loader.php +++ b/module/VuFind/src/VuFind/QRCode/Loader.php @@ -19,13 +19,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package QRCode_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ namespace VuFind\QRCode; use PHPQRCode; @@ -33,13 +33,13 @@ use PHPQRCode; /** * QR Code Generator * - * @category VuFind2 + * @category VuFind * @package QRCode_Generator * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/use_of_external_content Wiki + * @link https://vufind.org/wiki/configuration:external_content Wiki */ class Loader extends \VuFind\ImageLoader { diff --git a/module/VuFind/src/VuFind/Recommend/AbstractFacets.php b/module/VuFind/src/VuFind/Recommend/AbstractFacets.php index 7caeb48524b..951bb32ddfa 100644 --- a/module/VuFind/src/VuFind/Recommend/AbstractFacets.php +++ b/module/VuFind/src/VuFind/Recommend/AbstractFacets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use Zend\Config\Config; @@ -33,11 +33,11 @@ use Zend\Config\Config; * * This class provides recommendations displaying facets beside search results * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ abstract class AbstractFacets implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommend.php b/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommend.php index 1263d15688d..41f35b3a018 100644 --- a/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommend.php +++ b/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommend.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; /** * Abstract base class for pulling Summon-specific recommendations. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ abstract class AbstractSummonRecommend implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommendDeferred.php b/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommendDeferred.php index 9d75b0e035a..e93bf4967b6 100644 --- a/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommendDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/AbstractSummonRecommendDeferred.php @@ -19,23 +19,23 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; /** * Abstract base for deferred-load Summon recommendations modules * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedigner@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class AbstractSummonRecommendDeferred implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/AlphaBrowseLink.php b/module/VuFind/src/VuFind/Recommend/AlphaBrowseLink.php index 246e76e3045..a3482ccdb99 100644 --- a/module/VuFind/src/VuFind/Recommend/AlphaBrowseLink.php +++ b/module/VuFind/src/VuFind/Recommend/AlphaBrowseLink.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,12 +32,12 @@ namespace VuFind\Recommend; * * This class recommends a look at the alphabrowse index. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Anna Headley <aheadle1@swarthmore.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class AlphaBrowseLink implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/AuthorFacets.php b/module/VuFind/src/VuFind/Recommend/AuthorFacets.php index 0331acb8676..6e3a18369fa 100644 --- a/module/VuFind/src/VuFind/Recommend/AuthorFacets.php +++ b/module/VuFind/src/VuFind/Recommend/AuthorFacets.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFindSearch\Query\Query; @@ -36,12 +36,12 @@ use Zend\Http\Request, Zend\StdLib\Parameters; * This class provides recommendations displaying authors on top of the page. Default * on author searches. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class AuthorFacets implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/AuthorInfo.php b/module/VuFind/src/VuFind/Recommend/AuthorInfo.php index ee6050b068d..6b2456b75a8 100644 --- a/module/VuFind/src/VuFind/Recommend/AuthorInfo.php +++ b/module/VuFind/src/VuFind/Recommend/AuthorInfo.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Connection\Wikipedia; @@ -37,11 +37,11 @@ use Zend\I18n\Translator\TranslatorInterface; * This class gathers information from the Wikipedia API and publishes the results * to a module at the top of an author's results page * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki * @view AuthorInfoFacets.phtml */ class AuthorInfo implements RecommendInterface, TranslatorAwareInterface diff --git a/module/VuFind/src/VuFind/Recommend/AuthorityRecommend.php b/module/VuFind/src/VuFind/Recommend/AuthorityRecommend.php index 4ac86b43a52..e49b2073851 100644 --- a/module/VuFind/src/VuFind/Recommend/AuthorityRecommend.php +++ b/module/VuFind/src/VuFind/Recommend/AuthorityRecommend.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <vufind-tech@lists.sourceforge.net> * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> @@ -40,7 +40,7 @@ use VuFindSearch\Backend\Exception\RequestErrorException, * Originally developed at the National Library of Ireland by Lutz * Biedinger and Ronan McHugh. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <vufind-tech@lists.sourceforge.net> * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> diff --git a/module/VuFind/src/VuFind/Recommend/CatalogResults.php b/module/VuFind/src/VuFind/Recommend/CatalogResults.php index f8c235655ee..c5ecf396478 100644 --- a/module/VuFind/src/VuFind/Recommend/CatalogResults.php +++ b/module/VuFind/src/VuFind/Recommend/CatalogResults.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,11 +33,11 @@ namespace VuFind\Recommend; * This class provides recommendations by doing a search of the catalog; useful * for displaying catalog recommendations in other modules (i.e. Summon, Web, etc.) * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class CatalogResults extends SearchObject { diff --git a/module/VuFind/src/VuFind/Recommend/CollectionSideFacets.php b/module/VuFind/src/VuFind/Recommend/CollectionSideFacets.php index 38f9e997e9d..1246e9fec61 100644 --- a/module/VuFind/src/VuFind/Recommend/CollectionSideFacets.php +++ b/module/VuFind/src/VuFind/Recommend/CollectionSideFacets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class extends the SideFacets functionality for use in Collection display. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class CollectionSideFacets extends SideFacets { diff --git a/module/VuFind/src/VuFind/Recommend/DPLATerms.php b/module/VuFind/src/VuFind/Recommend/DPLATerms.php index 47e745d80b1..35ef4b48e50 100644 --- a/module/VuFind/src/VuFind/Recommend/DPLATerms.php +++ b/module/VuFind/src/VuFind/Recommend/DPLATerms.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use Zend\Http\Client as HttpClient, @@ -34,11 +34,11 @@ use Zend\Http\Client as HttpClient, * * This class uses current search terms to query the DPLA API. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class DPLATerms implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/Deprecated.php b/module/VuFind/src/VuFind/Recommend/Deprecated.php index 6118aa9ae44..b4224e819d6 100644 --- a/module/VuFind/src/VuFind/Recommend/Deprecated.php +++ b/module/VuFind/src/VuFind/Recommend/Deprecated.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * Deprecated Recommendations Module - used to replace legacy modules that no * longer function due to, for example, external APIs that have been shut down. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class Deprecated implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php b/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php index fadca215d10..b6e627fe1b6 100644 --- a/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php +++ b/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use Zend\Feed\Reader\Reader as FeedReader; @@ -34,12 +34,12 @@ use Zend\Feed\Reader\Reader as FeedReader; * * This class provides recommendations by using the WorldCat Terminologies API. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class EuropeanaResults implements RecommendInterface, \VuFindHttp\HttpServiceAwareInterface, \Zend\Log\LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/Recommend/EuropeanaResultsDeferred.php b/module/VuFind/src/VuFind/Recommend/EuropeanaResultsDeferred.php index e97974df9d4..3f57a784d91 100644 --- a/module/VuFind/src/VuFind/Recommend/EuropeanaResultsDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/EuropeanaResultsDeferred.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,11 +34,11 @@ namespace VuFind\Recommend; * This class sets up an AJAX call to trigger a call to the EuropeanaResults * module. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedigner@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class EuropeanaResultsDeferred implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/ExpandFacets.php b/module/VuFind/src/VuFind/Recommend/ExpandFacets.php index f5eacd4504e..6d9ab863e98 100644 --- a/module/VuFind/src/VuFind/Recommend/ExpandFacets.php +++ b/module/VuFind/src/VuFind/Recommend/ExpandFacets.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Mark Triggs <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Recommend; /** * Recommendation class to expand recommendation interfaces * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Recommend/FacetCloud.php b/module/VuFind/src/VuFind/Recommend/FacetCloud.php index 73fced93a9a..888f4dfb07d 100644 --- a/module/VuFind/src/VuFind/Recommend/FacetCloud.php +++ b/module/VuFind/src/VuFind/Recommend/FacetCloud.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Lutz Biedinger <lutz.biedinger@gmail.com> @@ -31,7 +31,7 @@ namespace VuFind\Recommend; /** * FacetCloud Recommendations Module * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Lutz Biedinger <lutz.biedinger@gmail.com> diff --git a/module/VuFind/src/VuFind/Recommend/Factory.php b/module/VuFind/src/VuFind/Recommend/Factory.php index f3ec771b4e3..4a002ddd51e 100644 --- a/module/VuFind/src/VuFind/Recommend/Factory.php +++ b/module/VuFind/src/VuFind/Recommend/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Recommend; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Recommendation Module Factory Class * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Recommend/FavoriteFacets.php b/module/VuFind/src/VuFind/Recommend/FavoriteFacets.php index 29f0daf4e4a..f3b325f4c2e 100644 --- a/module/VuFind/src/VuFind/Recommend/FavoriteFacets.php +++ b/module/VuFind/src/VuFind/Recommend/FavoriteFacets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Search\Solr\HierarchicalFacetHelper; @@ -33,11 +33,11 @@ use VuFind\Search\Solr\HierarchicalFacetHelper; * * This class provides special facets for the Favorites area (tags/lists) * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class FavoriteFacets extends SideFacets { diff --git a/module/VuFind/src/VuFind/Recommend/Libraryh3lp.php b/module/VuFind/src/VuFind/Recommend/Libraryh3lp.php index e6a6ed45ef5..05e740d72cd 100644 --- a/module/VuFind/src/VuFind/Recommend/Libraryh3lp.php +++ b/module/VuFind/src/VuFind/Recommend/Libraryh3lp.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,12 +33,12 @@ namespace VuFind\Recommend; * * This class provides access to the Libraryh3lp chat service. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class Libraryh3lp implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php index d87558d0bc6..4d23c415a0e 100644 --- a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php +++ b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Connection\OpenLibrary, VuFind\Solr\Utils as SolrUtils; @@ -35,12 +35,12 @@ use VuFind\Connection\OpenLibrary, VuFind\Solr\Utils as SolrUtils; * This class provides recommendations by doing a search of the catalog; useful * for displaying catalog recommendations in other modules (i.e. Summon, Web, etc.) * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class OpenLibrarySubjects implements RecommendInterface, \VuFindHttp\HttpServiceAwareInterface diff --git a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjectsDeferred.php b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjectsDeferred.php index afe2d2a40c6..a0d2c58940e 100644 --- a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjectsDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjectsDeferred.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,12 +34,12 @@ namespace VuFind\Recommend; * This class provides recommendations by doing a search of the catalog; useful * for displaying catalog recommendations in other modules (i.e. Summon, Web, etc.) * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class OpenLibrarySubjectsDeferred extends OpenLibrarySubjects { diff --git a/module/VuFind/src/VuFind/Recommend/PluginFactory.php b/module/VuFind/src/VuFind/Recommend/PluginFactory.php index aeb9368fba8..7efcfa2af08 100644 --- a/module/VuFind/src/VuFind/Recommend/PluginFactory.php +++ b/module/VuFind/src/VuFind/Recommend/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; /** * Recommendation module plugin factory * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Recommend/PluginManager.php b/module/VuFind/src/VuFind/Recommend/PluginManager.php index cd14b1fbf0e..3b01372c959 100644 --- a/module/VuFind/src/VuFind/Recommend/PluginManager.php +++ b/module/VuFind/src/VuFind/Recommend/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Recommendation module plugin manager * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Recommend/PubDateVisAjax.php b/module/VuFind/src/VuFind/Recommend/PubDateVisAjax.php index d2083920c86..f36f3beda18 100644 --- a/module/VuFind/src/VuFind/Recommend/PubDateVisAjax.php +++ b/module/VuFind/src/VuFind/Recommend/PubDateVisAjax.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Till Kinstler <kinstler@gbv.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class displays a visualisation of facet values in a recommendation module * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Till Kinstler <kinstler@gbv.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class PubDateVisAjax implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/RandomRecommend.php b/module/VuFind/src/VuFind/Recommend/RandomRecommend.php index 9cfa5857544..0c57c0a621f 100644 --- a/module/VuFind/src/VuFind/Recommend/RandomRecommend.php +++ b/module/VuFind/src/VuFind/Recommend/RandomRecommend.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Luke O'Sullivan <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -37,7 +37,7 @@ use VuFindSearch\Query\Query, * * Originally developed by Luke O'Sullivan at Swansea University. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Luke O'Sullivan <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Recommend/RecommendInterface.php b/module/VuFind/src/VuFind/Recommend/RecommendInterface.php index de10db1202b..54353f8a8df 100644 --- a/module/VuFind/src/VuFind/Recommend/RecommendInterface.php +++ b/module/VuFind/src/VuFind/Recommend/RecommendInterface.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -40,11 +40,11 @@ namespace VuFind\Recommend; * partial with two available variables: recommend (the recommendation object) * and results (the search results object). * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ interface RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/RemoveFilters.php b/module/VuFind/src/VuFind/Recommend/RemoveFilters.php index fe04fd9e87f..58f176e62b3 100644 --- a/module/VuFind/src/VuFind/Recommend/RemoveFilters.php +++ b/module/VuFind/src/VuFind/Recommend/RemoveFilters.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,11 +34,11 @@ namespace VuFind\Recommend; * * This class recommends to remove filters from a query to extend the result. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class RemoveFilters implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php b/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php index 5b08883c1f8..4731c464ed8 100644 --- a/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php +++ b/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,12 +33,12 @@ namespace VuFind\Recommend; * This class gathers information from the Wikipedia API and publishes the results * to a module at the top of an author's results page * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki * @view AuthorInfoFacets.phtml */ class ResultGoogleMapAjax implements RecommendInterface diff --git a/module/VuFind/src/VuFind/Recommend/SearchObject.php b/module/VuFind/src/VuFind/Recommend/SearchObject.php index 4b2d3505296..8593194979f 100644 --- a/module/VuFind/src/VuFind/Recommend/SearchObject.php +++ b/module/VuFind/src/VuFind/Recommend/SearchObject.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Search\SearchRunner; @@ -33,11 +33,11 @@ use VuFind\Search\SearchRunner; * Abstract SearchObject Recommendations Module (needs to be extended to use * a particular search object). * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ abstract class SearchObject implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/SideFacets.php b/module/VuFind/src/VuFind/Recommend/SideFacets.php index aa1b13611a8..03f014f449a 100644 --- a/module/VuFind/src/VuFind/Recommend/SideFacets.php +++ b/module/VuFind/src/VuFind/Recommend/SideFacets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Solr\Utils as SolrUtils; @@ -34,11 +34,11 @@ use VuFind\Search\Solr\HierarchicalFacetHelper; * * This class provides recommendations displaying facets beside search results * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SideFacets extends AbstractFacets { diff --git a/module/VuFind/src/VuFind/Recommend/SpellingSuggestions.php b/module/VuFind/src/VuFind/Recommend/SpellingSuggestions.php index d079f30a296..ba9feb2973a 100644 --- a/module/VuFind/src/VuFind/Recommend/SpellingSuggestions.php +++ b/module/VuFind/src/VuFind/Recommend/SpellingSuggestions.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; /** * SpellingSuggestions Recommendations Module * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SpellingSuggestions implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/SummonBestBets.php b/module/VuFind/src/VuFind/Recommend/SummonBestBets.php index c8d79e5f084..a2f71e5e326 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonBestBets.php +++ b/module/VuFind/src/VuFind/Recommend/SummonBestBets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class provides best bets recommendations by doing a search of Summon. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonBestBets extends AbstractSummonRecommend { diff --git a/module/VuFind/src/VuFind/Recommend/SummonBestBetsDeferred.php b/module/VuFind/src/VuFind/Recommend/SummonBestBetsDeferred.php index 397e89021a2..de959ed4ad7 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonBestBetsDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/SummonBestBetsDeferred.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,11 +34,11 @@ namespace VuFind\Recommend; * This class sets up an AJAX call to trigger a call to the SummonBestBets * module. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedigner@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonBestBetsDeferred extends AbstractSummonRecommendDeferred { diff --git a/module/VuFind/src/VuFind/Recommend/SummonDatabases.php b/module/VuFind/src/VuFind/Recommend/SummonDatabases.php index c392762266e..a053c62be77 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonDatabases.php +++ b/module/VuFind/src/VuFind/Recommend/SummonDatabases.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class provides database recommendations by doing a search of Summon. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonDatabases extends AbstractSummonRecommend { diff --git a/module/VuFind/src/VuFind/Recommend/SummonDatabasesDeferred.php b/module/VuFind/src/VuFind/Recommend/SummonDatabasesDeferred.php index 1a1aa02ecbd..77aedd98a88 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonDatabasesDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/SummonDatabasesDeferred.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,11 +34,11 @@ namespace VuFind\Recommend; * This class sets up an AJAX call to trigger a call to the SummonDatabases * module. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedigner@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonDatabasesDeferred extends AbstractSummonRecommendDeferred { diff --git a/module/VuFind/src/VuFind/Recommend/SummonResults.php b/module/VuFind/src/VuFind/Recommend/SummonResults.php index 4896325ad7a..2eae5db2000 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonResults.php +++ b/module/VuFind/src/VuFind/Recommend/SummonResults.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class provides recommendations by doing a search of Summon. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonResults extends SearchObject { diff --git a/module/VuFind/src/VuFind/Recommend/SummonResultsDeferred.php b/module/VuFind/src/VuFind/Recommend/SummonResultsDeferred.php index 04feb648ed4..d1b659db973 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonResultsDeferred.php +++ b/module/VuFind/src/VuFind/Recommend/SummonResultsDeferred.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -34,11 +34,11 @@ namespace VuFind\Recommend; * This class sets up an AJAX call to trigger a call to the SummonResults * module. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Lutz Biedinger <lutz.biedigner@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonResultsDeferred extends AbstractSummonRecommendDeferred { diff --git a/module/VuFind/src/VuFind/Recommend/SummonTopics.php b/module/VuFind/src/VuFind/Recommend/SummonTopics.php index 912888dc842..effa5bb2c5f 100644 --- a/module/VuFind/src/VuFind/Recommend/SummonTopics.php +++ b/module/VuFind/src/VuFind/Recommend/SummonTopics.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -32,11 +32,11 @@ namespace VuFind\Recommend; * * This class provides database recommendations by doing a search of Summon. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SummonTopics extends AbstractSummonRecommend { diff --git a/module/VuFind/src/VuFind/Recommend/SwitchQuery.php b/module/VuFind/src/VuFind/Recommend/SwitchQuery.php index bbee882c69c..3038a852b77 100644 --- a/module/VuFind/src/VuFind/Recommend/SwitchQuery.php +++ b/module/VuFind/src/VuFind/Recommend/SwitchQuery.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Search\BackendManager; @@ -34,12 +34,12 @@ use VuFind\Search\BackendManager; * * This class recommends adjusting your search query to yield better results. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SwitchQuery implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/SwitchTab.php b/module/VuFind/src/VuFind/Recommend/SwitchTab.php index 7bdf5a51a8e..ceba51557d4 100644 --- a/module/VuFind/src/VuFind/Recommend/SwitchTab.php +++ b/module/VuFind/src/VuFind/Recommend/SwitchTab.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,11 +33,11 @@ namespace VuFind\Recommend; * * This class recommends switching to a different search type. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SwitchTab implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/SwitchType.php b/module/VuFind/src/VuFind/Recommend/SwitchType.php index e71fdb7696a..7fd240310c8 100644 --- a/module/VuFind/src/VuFind/Recommend/SwitchType.php +++ b/module/VuFind/src/VuFind/Recommend/SwitchType.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,12 +33,12 @@ namespace VuFind\Recommend; * * This class recommends switching to a different search type. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class SwitchType implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Recommend/TopFacets.php b/module/VuFind/src/VuFind/Recommend/TopFacets.php index c9ccb1038c9..88f997ccf52 100644 --- a/module/VuFind/src/VuFind/Recommend/TopFacets.php +++ b/module/VuFind/src/VuFind/Recommend/TopFacets.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,12 +33,12 @@ namespace VuFind\Recommend; * * This class provides recommendations displaying facets beside search results * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class TopFacets extends AbstractFacets { diff --git a/module/VuFind/src/VuFind/Recommend/VisualFacets.php b/module/VuFind/src/VuFind/Recommend/VisualFacets.php index 141e95f98ac..8e6a1794db3 100644 --- a/module/VuFind/src/VuFind/Recommend/VisualFacets.php +++ b/module/VuFind/src/VuFind/Recommend/VisualFacets.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -36,11 +36,11 @@ namespace VuFind\Recommend; * It must be used in combination with a template file including the necessary * Javascript in order to display the visualization to the user. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class VisualFacets extends AbstractFacets { diff --git a/module/VuFind/src/VuFind/Recommend/WebResults.php b/module/VuFind/src/VuFind/Recommend/WebResults.php index 11d3310e951..f9f13d57d9e 100644 --- a/module/VuFind/src/VuFind/Recommend/WebResults.php +++ b/module/VuFind/src/VuFind/Recommend/WebResults.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; @@ -33,11 +33,11 @@ namespace VuFind\Recommend; * This class provides recommendations by doing a search of the catalog; useful * for displaying catalog recommendations in other modules (i.e. Summon, Web, etc.) * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class WebResults extends SearchObject { diff --git a/module/VuFind/src/VuFind/Recommend/WorldCatIdentities.php b/module/VuFind/src/VuFind/Recommend/WorldCatIdentities.php index a9acb26be95..2258d5197f4 100644 --- a/module/VuFind/src/VuFind/Recommend/WorldCatIdentities.php +++ b/module/VuFind/src/VuFind/Recommend/WorldCatIdentities.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ namespace VuFind\Recommend; use VuFind\Connection\WorldCatUtils; @@ -34,11 +34,11 @@ use VuFindSearch\Query\Query; * * This class provides recommendations by using the WorldCat Terminologies API. * - * @category VuFind2 + * @category VuFind * @package Recommendations * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:recommendation_modules Wiki + * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki */ class WorldCatIdentities implements RecommendInterface { diff --git a/module/VuFind/src/VuFind/Record/Cache.php b/module/VuFind/src/VuFind/Record/Cache.php index be3705d8966..19d3d8d047b 100644 --- a/module/VuFind/src/VuFind/Record/Cache.php +++ b/module/VuFind/src/VuFind/Record/Cache.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @author Ere Maijala <ere.maijala@helsinki.fi> @@ -35,12 +35,12 @@ use VuFind\Db\Table\Record as Record, /** * Record Cache * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Cache implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareInterface.php b/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareInterface.php index 6207f969cee..716ee761e57 100644 --- a/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareInterface.php +++ b/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareInterface.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,11 +30,11 @@ namespace VuFind\Record\Cache; /** * RecordCacheAwareInterface * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ interface RecordCacheAwareInterface { diff --git a/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareTrait.php b/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareTrait.php index 17c4aa0cb74..064801fb42e 100644 --- a/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareTrait.php +++ b/module/VuFind/src/VuFind/Record/Cache/RecordCacheAwareTrait.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,11 +30,11 @@ namespace VuFind\Record\Cache; /** * Default implementation of RecordCacheAwareInterface * - * @category VuFind2 + * @category VuFind * @package Record * @author Markus Beh <markus.beh@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ trait RecordCacheAwareTrait { diff --git a/module/VuFind/src/VuFind/Record/Loader.php b/module/VuFind/src/VuFind/Record/Loader.php index a0611d6bf2a..8a50e915c51 100644 --- a/module/VuFind/src/VuFind/Record/Loader.php +++ b/module/VuFind/src/VuFind/Record/Loader.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Record; use VuFind\Exception\RecordMissing as RecordMissingException, @@ -36,12 +36,12 @@ use VuFind\Exception\RecordMissing as RecordMissingException, /** * Record loader * - * @category VuFind2 + * @category VuFind * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Loader { diff --git a/module/VuFind/src/VuFind/Record/Router.php b/module/VuFind/src/VuFind/Record/Router.php index c6c6affdf28..972f1aeddd2 100644 --- a/module/VuFind/src/VuFind/Record/Router.php +++ b/module/VuFind/src/VuFind/Record/Router.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Record; /** * Record route generator * - * @category VuFind2 + * @category VuFind * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Router { diff --git a/module/VuFind/src/VuFind/RecordDriver/AbstractBase.php b/module/VuFind/src/VuFind/RecordDriver/AbstractBase.php index 86913d2cc87..cea9927d92f 100644 --- a/module/VuFind/src/VuFind/RecordDriver/AbstractBase.php +++ b/module/VuFind/src/VuFind/RecordDriver/AbstractBase.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -35,7 +35,7 @@ use VuFind\Record\Cache; * * This abstract class defines the basic methods for modeling a record in VuFind. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/RecordDriver/EDS.php b/module/VuFind/src/VuFind/RecordDriver/EDS.php index d930eacba17..e65737b30b1 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EDS.php +++ b/module/VuFind/src/VuFind/RecordDriver/EDS.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for EDS records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class EDS extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/EIT.php b/module/VuFind/src/VuFind/RecordDriver/EIT.php index 3a13b6c0a86..bdce707f4cd 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EIT.php +++ b/module/VuFind/src/VuFind/RecordDriver/EIT.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for records retrieved via EBSCO's EIT API. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class EIT extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/Factory.php b/module/VuFind/src/VuFind/RecordDriver/Factory.php index eef46f8b0a2..384fc6dd740 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Factory.php +++ b/module/VuFind/src/VuFind/RecordDriver/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\RecordDriver; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Record Driver Factory Class * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/RecordDriver/LibGuides.php b/module/VuFind/src/VuFind/RecordDriver/LibGuides.php index 81071423f9d..696dd9ddff0 100644 --- a/module/VuFind/src/VuFind/RecordDriver/LibGuides.php +++ b/module/VuFind/src/VuFind/RecordDriver/LibGuides.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for LibGuides records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class LibGuides extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/Missing.php b/module/VuFind/src/VuFind/RecordDriver/Missing.php index 20758c20669..a7b911ac749 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Missing.php +++ b/module/VuFind/src/VuFind/RecordDriver/Missing.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; @@ -32,11 +32,11 @@ namespace VuFind\RecordDriver; * Model for missing records -- used for saved favorites that have been deleted * from the index. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class Missing extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/Pazpar2.php b/module/VuFind/src/VuFind/RecordDriver/Pazpar2.php index def57943aa1..39dcaaba9a5 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Pazpar2.php +++ b/module/VuFind/src/VuFind/RecordDriver/Pazpar2.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/other_than_marc Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Pazpar2 records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/other_than_marc Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class Pazpar2 extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/PluginFactory.php b/module/VuFind/src/VuFind/RecordDriver/PluginFactory.php index a1b745d5849..c17f0736a19 100644 --- a/module/VuFind/src/VuFind/RecordDriver/PluginFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Record driver plugin factory * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/RecordDriver/PluginManager.php b/module/VuFind/src/VuFind/RecordDriver/PluginManager.php index aa0ea820d77..5a2dd681564 100644 --- a/module/VuFind/src/VuFind/RecordDriver/PluginManager.php +++ b/module/VuFind/src/VuFind/RecordDriver/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Record driver plugin manager * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/RecordDriver/Primo.php b/module/VuFind/src/VuFind/RecordDriver/Primo.php index 54b03c3cef7..020728117ad 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Primo.php +++ b/module/VuFind/src/VuFind/RecordDriver/Primo.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Primo Central records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class Primo extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/Response/PublicationDetails.php b/module/VuFind/src/VuFind/RecordDriver/Response/PublicationDetails.php index 11e4bb2673d..6a0df9ff6af 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Response/PublicationDetails.php +++ b/module/VuFind/src/VuFind/RecordDriver/Response/PublicationDetails.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver\Response; /** * Class encapsulating publication details. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PublicationDetails { diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php b/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php index 015136797d3..82d3bea3fc7 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrAuth.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Solr authority records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class SolrAuth extends SolrMarc { diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php index f216d78193e..3a26d341e2a 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; use VuFindCode\ISBN, VuFind\View\Helper\Root\RecordLink; @@ -35,11 +35,11 @@ use VuFindCode\ISBN, VuFind\View\Helper\Root\RecordLink; * * This should be used as the base class for all Solr-based record models. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki * * @SuppressWarnings(PHPMD.ExcessivePublicCount) */ diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrMarc.php b/module/VuFind/src/VuFind/RecordDriver/SolrMarc.php index e882b6df2a2..714b1ebdd44 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrMarc.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrMarc.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; use VuFind\Exception\ILS as ILSException, @@ -35,12 +35,12 @@ use VuFind\Exception\ILS as ILSException, /** * Model for MARC records in Solr. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class SolrMarc extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrMarcRemote.php b/module/VuFind/src/VuFind/RecordDriver/SolrMarcRemote.php index 03c4516725b..93907c189fd 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrMarcRemote.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrMarcRemote.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Ulf Seltmann <seltmann@ub.uni-leipzig.de> * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; use VuFindHttp\HttpServiceAwareInterface as HttpServiceAwareInterface, @@ -36,14 +36,14 @@ use VuFindHttp\HttpServiceAwareInterface as HttpServiceAwareInterface, * Model for MARC records without a fullrecord in Solr. The fullrecord is being * retrieved from an external source. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Ulf Seltmann <seltmann@ub.uni-leipzig.de> * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki - * @link https://vufind.org/wiki/remote_marc_records + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki + * @link https://vufind.org/wiki/configuration:remote_marc_records */ class SolrMarcRemote extends SolrMarc implements HttpServiceAwareInterface, LoggerAwareInterface diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrReserves.php b/module/VuFind/src/VuFind/RecordDriver/SolrReserves.php index f07a266f787..377de504573 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrReserves.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrReserves.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Solr reserves records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class SolrReserves extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrWeb.php b/module/VuFind/src/VuFind/RecordDriver/SolrWeb.php index 491c3d726b9..1bd543be211 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrWeb.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrWeb.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Solr web records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class SolrWeb extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/Summon.php b/module/VuFind/src/VuFind/RecordDriver/Summon.php index 9af20c7a7ac..4798feb4cab 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Summon.php +++ b/module/VuFind/src/VuFind/RecordDriver/Summon.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for Summon records. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class Summon extends SolrDefault { diff --git a/module/VuFind/src/VuFind/RecordDriver/WorldCat.php b/module/VuFind/src/VuFind/RecordDriver/WorldCat.php index f47ab078962..94bb76d7e2a 100644 --- a/module/VuFind/src/VuFind/RecordDriver/WorldCat.php +++ b/module/VuFind/src/VuFind/RecordDriver/WorldCat.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\RecordDriver; /** * Model for MARC records in WorldCat. * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class WorldCat extends SolrMarc { diff --git a/module/VuFind/src/VuFind/RecordTab/AbstractBase.php b/module/VuFind/src/VuFind/RecordTab/AbstractBase.php index ad04c30a42f..cad28200f32 100644 --- a/module/VuFind/src/VuFind/RecordTab/AbstractBase.php +++ b/module/VuFind/src/VuFind/RecordTab/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; use ZfcRbac\Service\AuthorizationServiceAwareInterface, @@ -32,11 +32,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, /** * Record tab abstract base class * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ abstract class AbstractBase implements TabInterface, AuthorizationServiceAwareInterface diff --git a/module/VuFind/src/VuFind/RecordTab/AbstractContent.php b/module/VuFind/src/VuFind/RecordTab/AbstractContent.php index adced66518c..a080f96361a 100644 --- a/module/VuFind/src/VuFind/RecordTab/AbstractContent.php +++ b/module/VuFind/src/VuFind/RecordTab/AbstractContent.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; use VuFind\Content\Loader; @@ -31,11 +31,11 @@ use VuFind\Content\Loader; /** * Reviews tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ abstract class AbstractContent extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTree.php b/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTree.php index 493fee2784d..0989e22a3c4 100644 --- a/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTree.php +++ b/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTree.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * HierarchyTree tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class CollectionHierarchyTree extends HierarchyTree { diff --git a/module/VuFind/src/VuFind/RecordTab/CollectionList.php b/module/VuFind/src/VuFind/RecordTab/CollectionList.php index f2f5920b2fc..37aaaa6811b 100644 --- a/module/VuFind/src/VuFind/RecordTab/CollectionList.php +++ b/module/VuFind/src/VuFind/RecordTab/CollectionList.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; use VuFind\Recommend\PluginManager as RecommendManager, @@ -32,11 +32,11 @@ use VuFind\Recommend\PluginManager as RecommendManager, /** * Collection list tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class CollectionList extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/Description.php b/module/VuFind/src/VuFind/RecordTab/Description.php index da87d0ebd19..2aba8138102 100644 --- a/module/VuFind/src/VuFind/RecordTab/Description.php +++ b/module/VuFind/src/VuFind/RecordTab/Description.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Description tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class Description extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/Excerpt.php b/module/VuFind/src/VuFind/RecordTab/Excerpt.php index d5d019e5f9f..cb9c7ce1571 100644 --- a/module/VuFind/src/VuFind/RecordTab/Excerpt.php +++ b/module/VuFind/src/VuFind/RecordTab/Excerpt.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Excerpt tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class Excerpt extends AbstractContent { diff --git a/module/VuFind/src/VuFind/RecordTab/Factory.php b/module/VuFind/src/VuFind/RecordTab/Factory.php index 793c4bff1ff..f8faf7277a8 100644 --- a/module/VuFind/src/VuFind/RecordTab/Factory.php +++ b/module/VuFind/src/VuFind/RecordTab/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\RecordTab; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Record Tab Factory Class * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/RecordTab/HierarchyTree.php b/module/VuFind/src/VuFind/RecordTab/HierarchyTree.php index 3911269be09..5f65bc92662 100644 --- a/module/VuFind/src/VuFind/RecordTab/HierarchyTree.php +++ b/module/VuFind/src/VuFind/RecordTab/HierarchyTree.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * HierarchyTree tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class HierarchyTree extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/HoldingsILS.php b/module/VuFind/src/VuFind/RecordTab/HoldingsILS.php index bf7afb6b800..3ed65a3b87f 100644 --- a/module/VuFind/src/VuFind/RecordTab/HoldingsILS.php +++ b/module/VuFind/src/VuFind/RecordTab/HoldingsILS.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Holdings (ILS) tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class HoldingsILS extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCat.php b/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCat.php index 2b91d0ee049..7de75c050bf 100644 --- a/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCat.php +++ b/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCat.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; use VuFindSearch\Backend\WorldCat\Connector; @@ -31,11 +31,11 @@ use VuFindSearch\Backend\WorldCat\Connector; /** * Holdings (WorldCat) tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class HoldingsWorldCat extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/Map.php b/module/VuFind/src/VuFind/RecordTab/Map.php index efb7e0eed95..a4875cca776 100644 --- a/module/VuFind/src/VuFind/RecordTab/Map.php +++ b/module/VuFind/src/VuFind/RecordTab/Map.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Map tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class Map extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/PluginFactory.php b/module/VuFind/src/VuFind/RecordTab/PluginFactory.php index 1210cc33009..212b0f12262 100644 --- a/module/VuFind/src/VuFind/RecordTab/PluginFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Record tab plugin factory * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/RecordTab/PluginManager.php b/module/VuFind/src/VuFind/RecordTab/PluginManager.php index d3e59dfd91f..db02ccb752a 100644 --- a/module/VuFind/src/VuFind/RecordTab/PluginManager.php +++ b/module/VuFind/src/VuFind/RecordTab/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; use VuFind\RecordDriver\AbstractBase as AbstractRecordDriver; @@ -31,11 +31,11 @@ use VuFind\RecordDriver\AbstractBase as AbstractRecordDriver; /** * Record tab plugin manager * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/RecordTab/Preview.php b/module/VuFind/src/VuFind/RecordTab/Preview.php index 81bc0fdef8e..27b995b5da6 100644 --- a/module/VuFind/src/VuFind/RecordTab/Preview.php +++ b/module/VuFind/src/VuFind/RecordTab/Preview.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Embedded Preview tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class Preview extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/Reviews.php b/module/VuFind/src/VuFind/RecordTab/Reviews.php index 96cef972ab5..a01ccadd454 100644 --- a/module/VuFind/src/VuFind/RecordTab/Reviews.php +++ b/module/VuFind/src/VuFind/RecordTab/Reviews.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Reviews tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class Reviews extends AbstractContent { diff --git a/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarousel.php b/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarousel.php index c475fdc8f50..8182732ef4e 100644 --- a/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarousel.php +++ b/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarousel.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Staff view (array dump) tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class SimilarItemsCarousel extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/StaffViewArray.php b/module/VuFind/src/VuFind/RecordTab/StaffViewArray.php index b789be81dde..afacafba53a 100644 --- a/module/VuFind/src/VuFind/RecordTab/StaffViewArray.php +++ b/module/VuFind/src/VuFind/RecordTab/StaffViewArray.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Staff view (array dump) tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class StaffViewArray extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/StaffViewMARC.php b/module/VuFind/src/VuFind/RecordTab/StaffViewMARC.php index 61976130daf..489bca2b539 100644 --- a/module/VuFind/src/VuFind/RecordTab/StaffViewMARC.php +++ b/module/VuFind/src/VuFind/RecordTab/StaffViewMARC.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Staff view (MARC dump) tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class StaffViewMARC extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/TOC.php b/module/VuFind/src/VuFind/RecordTab/TOC.php index 84ab8667334..f0a1a4f7c2a 100644 --- a/module/VuFind/src/VuFind/RecordTab/TOC.php +++ b/module/VuFind/src/VuFind/RecordTab/TOC.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Table of Contents tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class TOC extends AbstractBase { diff --git a/module/VuFind/src/VuFind/RecordTab/TabInterface.php b/module/VuFind/src/VuFind/RecordTab/TabInterface.php index 786875e95d9..5f9f53e71df 100644 --- a/module/VuFind/src/VuFind/RecordTab/TabInterface.php +++ b/module/VuFind/src/VuFind/RecordTab/TabInterface.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * Record tab interface * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ interface TabInterface { diff --git a/module/VuFind/src/VuFind/RecordTab/UserComments.php b/module/VuFind/src/VuFind/RecordTab/UserComments.php index 1c71b8385e0..e01a8801707 100644 --- a/module/VuFind/src/VuFind/RecordTab/UserComments.php +++ b/module/VuFind/src/VuFind/RecordTab/UserComments.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ namespace VuFind\RecordTab; /** * User comments tab * - * @category VuFind2 + * @category VuFind * @package RecordTabs * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_tabs Wiki + * @link https://vufind.org/wiki/development:plugins:record_tabs Wiki */ class UserComments extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Related/Deprecated.php b/module/VuFind/src/VuFind/Related/Deprecated.php index 4b630c34eed..a33d5d37fd7 100644 --- a/module/VuFind/src/VuFind/Related/Deprecated.php +++ b/module/VuFind/src/VuFind/Related/Deprecated.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; @@ -32,11 +32,11 @@ namespace VuFind\Related; * Deprecated Related Records Module - used to replace legacy modules that no * longer function due to, for example, external APIs that have been shut down. * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class Deprecated implements RelatedInterface { diff --git a/module/VuFind/src/VuFind/Related/Factory.php b/module/VuFind/src/VuFind/Related/Factory.php index 756d2d3355f..5dd54e75937 100644 --- a/module/VuFind/src/VuFind/Related/Factory.php +++ b/module/VuFind/src/VuFind/Related/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Related; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Related Record Module Factory Class * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Related/PluginFactory.php b/module/VuFind/src/VuFind/Related/PluginFactory.php index cde48e9a266..c3715763536 100644 --- a/module/VuFind/src/VuFind/Related/PluginFactory.php +++ b/module/VuFind/src/VuFind/Related/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; /** * Related record plugin factory * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Related/PluginManager.php b/module/VuFind/src/VuFind/Related/PluginManager.php index 168adc75783..c956b98c6f7 100644 --- a/module/VuFind/src/VuFind/Related/PluginManager.php +++ b/module/VuFind/src/VuFind/Related/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Related record plugin manager * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Related/RelatedInterface.php b/module/VuFind/src/VuFind/Related/RelatedInterface.php index 8fc82607d63..6bae160f7ab 100644 --- a/module/VuFind/src/VuFind/Related/RelatedInterface.php +++ b/module/VuFind/src/VuFind/Related/RelatedInterface.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; @@ -40,11 +40,11 @@ namespace VuFind\Related; * partial with two available variables: related (the related records object) * and driver (the record driver representing the source record). * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ interface RelatedInterface { diff --git a/module/VuFind/src/VuFind/Related/Similar.php b/module/VuFind/src/VuFind/Related/Similar.php index 4401fad8438..69ce81f014b 100644 --- a/module/VuFind/src/VuFind/Related/Similar.php +++ b/module/VuFind/src/VuFind/Related/Similar.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; /** * Related Records: Solr-based similarity * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class Similar implements RelatedInterface { diff --git a/module/VuFind/src/VuFind/Related/WorldCatSimilar.php b/module/VuFind/src/VuFind/Related/WorldCatSimilar.php index b0d56b0b051..2e21321db40 100644 --- a/module/VuFind/src/VuFind/Related/WorldCatSimilar.php +++ b/module/VuFind/src/VuFind/Related/WorldCatSimilar.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Related; /** * Related Records: WorldCat-based similarity * - * @category VuFind2 + * @category VuFind * @package Related_Records * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class WorldCatSimilar extends Similar { diff --git a/module/VuFind/src/VuFind/Reserves/CsvReader.php b/module/VuFind/src/VuFind/Reserves/CsvReader.php index 03331f651ed..95c809b483f 100644 --- a/module/VuFind/src/VuFind/Reserves/CsvReader.php +++ b/module/VuFind/src/VuFind/Reserves/CsvReader.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Reserves * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki Wiki + * @link https://vufind.org/wiki Wiki */ namespace VuFind\Reserves; /** * Support class to build reserves data from CSV file(s). * - * @category VuFind2 + * @category VuFind * @package Reserves * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki Wiki + * @link https://vufind.org/wiki Wiki */ class CsvReader { diff --git a/module/VuFind/src/VuFind/Resolver/Connection.php b/module/VuFind/src/VuFind/Resolver/Connection.php index 1f17d304aef..34c78f66a32 100644 --- a/module/VuFind/src/VuFind/Resolver/Connection.php +++ b/module/VuFind/src/VuFind/Resolver/Connection.php @@ -22,11 +22,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver; @@ -39,11 +39,11 @@ namespace VuFind\Resolver; * * Required functions in implementing Drivers are listed in Interface.php * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Connection { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Demo.php b/module/VuFind/src/VuFind/Resolver/Driver/Demo.php index c04eb7edfc1..bd331b55e98 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Demo.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Demo.php @@ -21,11 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; use DOMDocument, DOMXpath; @@ -33,11 +33,11 @@ use DOMDocument, DOMXpath; /** * Demo Link Resolver Driver * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Demo implements DriverInterface { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/DriverInterface.php b/module/VuFind/src/VuFind/Resolver/Driver/DriverInterface.php index 580f34f2e8a..fb73f629308 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/DriverInterface.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/DriverInterface.php @@ -22,11 +22,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; @@ -36,11 +36,11 @@ namespace VuFind\Resolver\Driver; * This interface class is the definition of the required methods for * interacting with the local OpenURL resolver. * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ interface DriverInterface { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php b/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php index 344a3a5721d..30a16c91813 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Ezb.php @@ -24,11 +24,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Markus Fischer <info@flyingfischer.ch> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; use DOMDocument, DOMXpath; @@ -36,11 +36,11 @@ use DOMDocument, DOMXpath; /** * EZB Link Resolver Driver * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Markus Fischer <info@flyingfischer.ch> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Ezb implements DriverInterface { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Factory.php b/module/VuFind/src/VuFind/Resolver/Driver/Factory.php index 8c306f27ca0..17db6eea3a9 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Factory.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Resolver\Driver; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Resolver Driver Factory Class * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php b/module/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php index 09065a34ede..9b7d15db3f9 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; /** * Resolver driver plugin factory * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/PluginManager.php b/module/VuFind/src/VuFind/Resolver/Driver/PluginManager.php index 0a7ec5953b5..7a498449261 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/PluginManager.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; /** * Resolver driver plugin manager * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Redi.php b/module/VuFind/src/VuFind/Resolver/Driver/Redi.php index 2f1dbda52b2..cce9a3b7557 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Redi.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Redi.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; use DOMDocument, Zend\Dom\DOMXPath; @@ -33,12 +33,12 @@ use DOMDocument, Zend\Dom\DOMXPath; /** * ReDi Link Resolver Driver * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Redi implements DriverInterface { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Sfx.php b/module/VuFind/src/VuFind/Resolver/Driver/Sfx.php index 0c951583479..d894ff6e03b 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Sfx.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Sfx.php @@ -22,22 +22,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; /** * SFX Link Resolver Driver * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Sfx implements DriverInterface { diff --git a/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php b/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php index 5a97866d34e..db57a65d356 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/Threesixtylink.php @@ -21,11 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ namespace VuFind\Resolver\Driver; use DOMDocument, DOMXpath; @@ -33,11 +33,11 @@ use DOMDocument, DOMXpath; /** * 360Link Link Resolver Driver * - * @category VuFind2 + * @category VuFind * @package Resolver_Drivers * @author Graham Seaman <Graham.Seaman@rhul.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:link_resolver_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:link_resolver_drivers Wiki */ class Threesixtylink implements DriverInterface { diff --git a/module/VuFind/src/VuFind/Role/DynamicRoleProvider.php b/module/VuFind/src/VuFind/Role/DynamicRoleProvider.php index d9b8ab10693..088f8fe4840 100644 --- a/module/VuFind/src/VuFind/Role/DynamicRoleProvider.php +++ b/module/VuFind/src/VuFind/Role/DynamicRoleProvider.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Rbac\Role\Role; /** * VuFind dynamic role provider. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php index 5d733443205..e29b57f5c79 100644 --- a/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php +++ b/module/VuFind/src/VuFind/Role/DynamicRoleProviderFactory.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * VuFind dynamic role provider factory. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/Factory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/Factory.php index 418c9d9e5c2..f7aa828055a 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/Factory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Role\PermissionProvider; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Permission Provider Factory Class * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php index 848de695f85..349a217679e 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRange.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> @@ -35,7 +35,7 @@ use VuFind\Net\IpAddressUtils; /** * IpRange permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegEx.php b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegEx.php index b9e22f4e86e..6479cc2cef6 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegEx.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegEx.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Http\PhpEnvironment\Request; /** * IpRegEx permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/PermissionProviderInterface.php b/module/VuFind/src/VuFind/Role/PermissionProvider/PermissionProviderInterface.php index 25bea165376..823a627960f 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/PermissionProviderInterface.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/PermissionProviderInterface.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Role\PermissionProvider; /** * Permission provider interface * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ interface PermissionProviderInterface { diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/PluginManager.php b/module/VuFind/src/VuFind/Role/PermissionProvider/PluginManager.php index a4230ca1d69..b1d3a9bea9d 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/PluginManager.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ namespace VuFind\Role\PermissionProvider; /** * Permission provider plugin manager * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_related_record_module Wiki + * @link https://vufind.org/wiki/development:plugins:related_records_modules Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/Role.php b/module/VuFind/src/VuFind/Role/PermissionProvider/Role.php index d8dd1159971..39e55a36416 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/Role.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/Role.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Role\PermissionProvider; /** * Role permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php b/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php index 8a960f76983..fe4095c0463 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/ServerParam.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> @@ -33,7 +33,7 @@ use Zend\Http\PhpEnvironment\Request; /** * ServerParam permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/Shibboleth.php b/module/VuFind/src/VuFind/Role/PermissionProvider/Shibboleth.php index b4a89c20152..faad55d3412 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/Shibboleth.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/Shibboleth.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> @@ -34,7 +34,7 @@ use VuFind\Auth\Shibboleth as ShibbolethAuth; /** * Shibboleth permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/Username.php b/module/VuFind/src/VuFind/Role/PermissionProvider/Username.php index d78a91981f2..5327adeeb90 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/Username.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/Username.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use ZfcRbac\Service\AuthorizationService; /** * Username permission provider for VuFind. * - * @category VuFind2 + * @category VuFind * @package Authorization * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Route/RouteGenerator.php b/module/VuFind/src/VuFind/Route/RouteGenerator.php index 06036da3577..5071b017c00 100644 --- a/module/VuFind/src/VuFind/Route/RouteGenerator.php +++ b/module/VuFind/src/VuFind/Route/RouteGenerator.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Route * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Route; @@ -32,11 +32,11 @@ namespace VuFind\Route; * * The data model object representing a user's book cart. * - * @category VuFind2 + * @category VuFind * @package Route * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class RouteGenerator { diff --git a/module/VuFind/src/VuFind/SMS/AbstractBase.php b/module/VuFind/src/VuFind/SMS/AbstractBase.php index 369905210d8..eae5f4954c5 100644 --- a/module/VuFind/src/VuFind/SMS/AbstractBase.php +++ b/module/VuFind/src/VuFind/SMS/AbstractBase.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\SMS; /** * Base class to enable sharing of common methods between SMS subclasses * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractBase implements SMSInterface { diff --git a/module/VuFind/src/VuFind/SMS/Clickatell.php b/module/VuFind/src/VuFind/SMS/Clickatell.php index 0a5169b720e..d528d9366be 100644 --- a/module/VuFind/src/VuFind/SMS/Clickatell.php +++ b/module/VuFind/src/VuFind/SMS/Clickatell.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\SMS; use VuFind\Exception\Mail as MailException; @@ -31,11 +31,11 @@ use VuFind\Exception\Mail as MailException; /** * Class for text messaging via Clickatell's HTTP API * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Clickatell extends AbstractBase { diff --git a/module/VuFind/src/VuFind/SMS/Factory.php b/module/VuFind/src/VuFind/SMS/Factory.php index 9c7626cb55b..d8dee0ee31e 100644 --- a/module/VuFind/src/VuFind/SMS/Factory.php +++ b/module/VuFind/src/VuFind/SMS/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\SMS; use Zend\ServiceManager\ServiceLocatorInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Factory for instantiating SMS objects * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/SMS/Mailer.php b/module/VuFind/src/VuFind/SMS/Mailer.php index a9345edfa10..2841ea1b0b2 100644 --- a/module/VuFind/src/VuFind/SMS/Mailer.php +++ b/module/VuFind/src/VuFind/SMS/Mailer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SMS * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\SMS; use VuFind\Exception\Mail as MailException; @@ -31,11 +31,11 @@ use VuFind\Exception\Mail as MailException; /** * VuFind Mailer Class for SMS messages * - * @category VuFind2 + * @category VuFind * @package SMS * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Mailer extends AbstractBase { diff --git a/module/VuFind/src/VuFind/SMS/SMSInterface.php b/module/VuFind/src/VuFind/SMS/SMSInterface.php index b0cfe1795ef..7a76acc034d 100644 --- a/module/VuFind/src/VuFind/SMS/SMSInterface.php +++ b/module/VuFind/src/VuFind/SMS/SMSInterface.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\SMS; /** * Interface for SMS classes. * - * @category VuFind2 + * @category VuFind * @package SMS * @author Ronan McHugh <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ interface SMSInterface { diff --git a/module/VuFind/src/VuFind/Search/BackendManager.php b/module/VuFind/src/VuFind/Search/BackendManager.php index 909b1ed08b8..fc3957960e3 100644 --- a/module/VuFind/src/VuFind/Search/BackendManager.php +++ b/module/VuFind/src/VuFind/Search/BackendManager.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search; @@ -42,11 +42,11 @@ use UnexpectedValueException; /** * Manager for search backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class BackendManager implements SharedListenerAggregateInterface { diff --git a/module/VuFind/src/VuFind/Search/Base/Options.php b/module/VuFind/src/VuFind/Search/Base/Options.php index 366f6fc216b..770324a9b22 100644 --- a/module/VuFind/src/VuFind/Search/Base/Options.php +++ b/module/VuFind/src/VuFind/Search/Base/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\I18n\Translator\TranslatorAwareInterface; * * This abstract class defines the option methods for modeling a search in VuFind. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Base/Params.php b/module/VuFind/src/VuFind/Search/Base/Params.php index 1cd2b392eaa..0a56a386efc 100644 --- a/module/VuFind/src/VuFind/Search/Base/Params.php +++ b/module/VuFind/src/VuFind/Search/Base/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -37,7 +37,7 @@ use VuFind\Search\QueryAdapter, VuFind\Solr\Utils as SolrUtils; * * This abstract class defines the parameters methods for modeling a search in VuFind * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Base/Results.php b/module/VuFind/src/VuFind/Search/Base/Results.php index acbd9cae00c..4e772442c78 100644 --- a/module/VuFind/src/VuFind/Search/Base/Results.php +++ b/module/VuFind/src/VuFind/Search/Base/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -36,7 +36,7 @@ use VuFindSearch\Service as SearchService; * * This abstract class defines the results methods for modeling a search in VuFind. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Combined/Options.php b/module/VuFind/src/VuFind/Search/Combined/Options.php index b13902bbb76..39ed3c493a5 100644 --- a/module/VuFind/src/VuFind/Search/Combined/Options.php +++ b/module/VuFind/src/VuFind/Search/Combined/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Combined; /** * Combined search model. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Combined/Params.php b/module/VuFind/src/VuFind/Search/Combined/Params.php index c6b555f32d4..30b5aaa203d 100644 --- a/module/VuFind/src/VuFind/Search/Combined/Params.php +++ b/module/VuFind/src/VuFind/Search/Combined/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Combined; /** * Combined Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Combined/Results.php b/module/VuFind/src/VuFind/Search/Combined/Results.php index dcb323f6491..91715670ff0 100644 --- a/module/VuFind/src/VuFind/Search/Combined/Results.php +++ b/module/VuFind/src/VuFind/Search/Combined/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Combined; /** * Combined results search model. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/EDS/Options.php b/module/VuFind/src/VuFind/Search/EDS/Options.php index d8bc612f0da..5ac6a0367d7 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Options.php +++ b/module/VuFind/src/VuFind/Search/EDS/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\EDS; /** * EDS API Options * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/EDS/Params.php b/module/VuFind/src/VuFind/Search/EDS/Params.php index 6b0dddb9e2c..04cc899a47c 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Params.php +++ b/module/VuFind/src/VuFind/Search/EDS/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use VuFindSearch\Backend\EDS\SearchRequestModel as SearchRequestModel; /** * EDS API Params * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/EDS/QueryAdapter.php b/module/VuFind/src/VuFind/Search/EDS/QueryAdapter.php index 1521207c732..a939788121b 100644 --- a/module/VuFind/src/VuFind/Search/EDS/QueryAdapter.php +++ b/module/VuFind/src/VuFind/Search/EDS/QueryAdapter.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -36,7 +36,7 @@ use Zend\StdLib\Parameters; /** * EDS API Query Adapter: search query parameters to AbstractQuery object * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/EDS/Results.php b/module/VuFind/src/VuFind/Search/EDS/Results.php index 91828971b8c..1727eb9baf1 100644 --- a/module/VuFind/src/VuFind/Search/EDS/Results.php +++ b/module/VuFind/src/VuFind/Search/EDS/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use EBSCO\EdsApi\SearchCriteria; /** * EDS API Results * - * @category VuFind2 + * @category VuFind * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/EIT/Options.php b/module/VuFind/src/VuFind/Search/EIT/Options.php index 96d748fc1c8..cc2099b4fb9 100644 --- a/module/VuFind/src/VuFind/Search/EIT/Options.php +++ b/module/VuFind/src/VuFind/Search/EIT/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_EIT * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> @@ -32,7 +32,7 @@ namespace VuFind\Search\EIT; * EBSCO EIT Search Options * Largely copied from WorldCat Search Options * - * @category VuFind2 + * @category VuFind * @package Search_EIT * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/src/VuFind/Search/EIT/Params.php b/module/VuFind/src/VuFind/Search/EIT/Params.php index bb3694b7754..aa5be6a0158 100644 --- a/module/VuFind/src/VuFind/Search/EIT/Params.php +++ b/module/VuFind/src/VuFind/Search/EIT/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_EIT * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> @@ -33,7 +33,7 @@ use VuFind\Search\Base\Params as BaseParams; /** * EBSCO Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_EIT * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/src/VuFind/Search/EIT/Results.php b/module/VuFind/src/VuFind/Search/EIT/Results.php index f5f524da025..93f0c600963 100644 --- a/module/VuFind/src/VuFind/Search/EIT/Results.php +++ b/module/VuFind/src/VuFind/Search/EIT/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_EBSCO * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> @@ -33,7 +33,7 @@ namespace VuFind\Search\EIT; * Partially copied from WorldCat Search Parameters; partially copied from other * pieces of VuFind code * - * @category VuFind2 + * @category VuFind * @package Search_EBSCO * @author Julia Bauder <bauderj@grinnell.edu> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/src/VuFind/Search/EmptySet/Options.php b/module/VuFind/src/VuFind/Search/EmptySet/Options.php index 7c46e5bb2bf..81947729837 100644 --- a/module/VuFind/src/VuFind/Search/EmptySet/Options.php +++ b/module/VuFind/src/VuFind/Search/EmptySet/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\EmptySet; /** * Search EmptySet Options * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Base\Options { diff --git a/module/VuFind/src/VuFind/Search/EmptySet/Params.php b/module/VuFind/src/VuFind/Search/EmptySet/Params.php index 612c4fa448f..588aefdd6b0 100644 --- a/module/VuFind/src/VuFind/Search/EmptySet/Params.php +++ b/module/VuFind/src/VuFind/Search/EmptySet/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\EmptySet; /** * Search EmptySet Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Base\Params { diff --git a/module/VuFind/src/VuFind/Search/EmptySet/Results.php b/module/VuFind/src/VuFind/Search/EmptySet/Results.php index 9a003f3eb95..48bc84b1d67 100644 --- a/module/VuFind/src/VuFind/Search/EmptySet/Results.php +++ b/module/VuFind/src/VuFind/Search/EmptySet/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_EmptySet * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use VuFind\Search\Base\Results as BaseResults; * Simple search results object to represent an empty set (used when dealing with * exceptions that prevent a "real" search object from being constructed). * - * @category VuFind2 + * @category VuFind * @package Search_EmptySet * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php index 1cc621078bc..2c45bb1ade9 100644 --- a/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -54,11 +54,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Abstract factory for SOLR backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ abstract class AbstractSolrBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/EITBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/EITBackendFactory.php index b1b531c2295..3de97bf3274 100644 --- a/module/VuFind/src/VuFind/Search/Factory/EITBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/EITBackendFactory.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -40,12 +40,12 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for EIT backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EITBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php index 995e493ab62..cb07f98c632 100644 --- a/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -40,11 +40,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for EDS backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class EdsBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php index c899d0a1dc6..78b703fecd5 100644 --- a/module/VuFind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -40,11 +40,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for LibGuides backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class LibGuidesBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/Pazpar2BackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/Pazpar2BackendFactory.php index cfe723d1967..71e22276975 100644 --- a/module/VuFind/src/VuFind/Search/Factory/Pazpar2BackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/Pazpar2BackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -40,11 +40,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for Pazpar2 backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Pazpar2BackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/PrimoBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/PrimoBackendFactory.php index 965830c6008..49019e14c8a 100644 --- a/module/VuFind/src/VuFind/Search/Factory/PrimoBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/PrimoBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -43,11 +43,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for Primo Central backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrimoBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrAuthBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrAuthBackendFactory.php index 99cf43c2fb1..1352aba6f82 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrAuthBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrAuthBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\Connector; /** * Factory for the authority SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SolrAuthBackendFactory extends AbstractSolrBackendFactory { diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php index 12a0c38c910..ee5e2301320 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -35,11 +35,11 @@ use VuFindSearch\Backend\Solr\Backend; /** * Factory for the default SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SolrDefaultBackendFactory extends AbstractSolrBackendFactory { diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrReservesBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrReservesBackendFactory.php index 03ad9f71e29..fffcadeaa93 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrReservesBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrReservesBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\Connector; /** * Factory for the reserves SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SolrReservesBackendFactory extends AbstractSolrBackendFactory { diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php index 919cf400f7e..257e496c762 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\Backend; /** * Factory for the default SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SolrStatsBackendFactory extends AbstractSolrBackendFactory { diff --git a/module/VuFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php index ecf4c0c0131..023f56ca046 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; use VuFindSearch\Backend\Solr\Response\Json\RecordCollectionFactory; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\Connector; /** * Factory for the website SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SolrWebBackendFactory extends AbstractSolrBackendFactory { diff --git a/module/VuFind/src/VuFind/Search/Factory/SummonBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/SummonBackendFactory.php index 3eb4a66e9c1..8a6bc88b749 100644 --- a/module/VuFind/src/VuFind/Search/Factory/SummonBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/SummonBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -41,11 +41,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for Summon backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SummonBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Factory/WorldCatBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/WorldCatBackendFactory.php index f36f67c556c..369c5bec7a2 100644 --- a/module/VuFind/src/VuFind/Search/Factory/WorldCatBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/WorldCatBackendFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Factory; @@ -40,11 +40,11 @@ use Zend\ServiceManager\FactoryInterface; /** * Factory for WorldCat backends. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class WorldCatBackendFactory implements FactoryInterface { diff --git a/module/VuFind/src/VuFind/Search/Favorites/Options.php b/module/VuFind/src/VuFind/Search/Favorites/Options.php index cf794559b6e..b0740f7f1f1 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Options.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Favorites; /** * Search Favorites Options * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Base\Options { diff --git a/module/VuFind/src/VuFind/Search/Favorites/Params.php b/module/VuFind/src/VuFind/Search/Favorites/Params.php index 53f89769f8f..c3f925d8d8c 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Params.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Favorites; /** * Search Favorites Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Base\Params { diff --git a/module/VuFind/src/VuFind/Search/Favorites/Results.php b/module/VuFind/src/VuFind/Search/Favorites/Results.php index b6941ba4992..161c7aa5682 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Results.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Results.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Favorites; use VuFind\Exception\ListPermission as ListPermissionException, @@ -35,11 +35,11 @@ use VuFind\Exception\ListPermission as ListPermissionException, /** * Search Favorites Results * - * @category VuFind2 + * @category VuFind * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends BaseResults implements AuthorizationServiceAwareInterface diff --git a/module/VuFind/src/VuFind/Search/LibGuides/Options.php b/module/VuFind/src/VuFind/Search/LibGuides/Options.php index fdc838d6293..1cc4bca1db2 100644 --- a/module/VuFind/src/VuFind/Search/LibGuides/Options.php +++ b/module/VuFind/src/VuFind/Search/LibGuides/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\LibGuides; /** * LibGuides Search Options * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/LibGuides/Params.php b/module/VuFind/src/VuFind/Search/LibGuides/Params.php index bd062cf2532..bb7bc851a09 100644 --- a/module/VuFind/src/VuFind/Search/LibGuides/Params.php +++ b/module/VuFind/src/VuFind/Search/LibGuides/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\LibGuides; /** * LibGuides Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/LibGuides/Results.php b/module/VuFind/src/VuFind/Search/LibGuides/Results.php index b8216c02189..4aea92178d6 100644 --- a/module/VuFind/src/VuFind/Search/LibGuides/Results.php +++ b/module/VuFind/src/VuFind/Search/LibGuides/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\LibGuides; /** * LibGuides Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_LibGuides * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Memory.php b/module/VuFind/src/VuFind/Search/Memory.php index 480d11f8b5c..50aa811a12c 100644 --- a/module/VuFind/src/VuFind/Search/Memory.php +++ b/module/VuFind/src/VuFind/Search/Memory.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Session\Container; /** * Wrapper class to handle search memory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Minified.php b/module/VuFind/src/VuFind/Search/Minified.php index 4104bf19fae..e189de0dcef 100644 --- a/module/VuFind/src/VuFind/Search/Minified.php +++ b/module/VuFind/src/VuFind/Search/Minified.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Search; @@ -44,11 +44,11 @@ namespace VuFind\Search; * $searchObject = unserialize($search); * $searchObject->deminify($manager); * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Minified { diff --git a/module/VuFind/src/VuFind/Search/MixedList/Options.php b/module/VuFind/src/VuFind/Search/MixedList/Options.php index 68094e824c3..fb28cc2430d 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Options.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\MixedList; /** * Search Mixed List Options * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Base\Options { diff --git a/module/VuFind/src/VuFind/Search/MixedList/Params.php b/module/VuFind/src/VuFind/Search/MixedList/Params.php index 554cdb3e80a..75ccbba4261 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Params.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\MixedList; /** * Search Mixed List Parameters * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Base\Params { diff --git a/module/VuFind/src/VuFind/Search/MixedList/Results.php b/module/VuFind/src/VuFind/Search/MixedList/Results.php index b3b74af62e8..39d37c10f64 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Results.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Results.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\MixedList; use VuFind\Search\Base\Results as BaseResults; @@ -31,11 +31,11 @@ use VuFind\Search\Base\Results as BaseResults; /** * Search Mixed List Results * - * @category VuFind2 + * @category VuFind * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends BaseResults { diff --git a/module/VuFind/src/VuFind/Search/Options/Factory.php b/module/VuFind/src/VuFind/Search/Options/Factory.php index 289729add77..2184335ef5a 100644 --- a/module/VuFind/src/VuFind/Search/Options/Factory.php +++ b/module/VuFind/src/VuFind/Search/Options/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Search\Options; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Search Options Object Factory Class * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Search/Options/PluginFactory.php b/module/VuFind/src/VuFind/Search/Options/PluginFactory.php index 321d04e2cab..386d93cdf02 100644 --- a/module/VuFind/src/VuFind/Search/Options/PluginFactory.php +++ b/module/VuFind/src/VuFind/Search/Options/PluginFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Options; use Zend\ServiceManager\ServiceLocatorInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Search options plugin factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Search/Options/PluginManager.php b/module/VuFind/src/VuFind/Search/Options/PluginManager.php index ef7101b5b0b..7100c4215ee 100644 --- a/module/VuFind/src/VuFind/Search/Options/PluginManager.php +++ b/module/VuFind/src/VuFind/Search/Options/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Options; /** * Search options plugin manager * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Search/Params/PluginFactory.php b/module/VuFind/src/VuFind/Search/Params/PluginFactory.php index 44b54965312..8a40c4cc893 100644 --- a/module/VuFind/src/VuFind/Search/Params/PluginFactory.php +++ b/module/VuFind/src/VuFind/Search/Params/PluginFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Params; use Zend\ServiceManager\ServiceLocatorInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Search params plugin factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Search/Params/PluginManager.php b/module/VuFind/src/VuFind/Search/Params/PluginManager.php index 2bb6cdb56ba..3620af5a5fc 100644 --- a/module/VuFind/src/VuFind/Search/Params/PluginManager.php +++ b/module/VuFind/src/VuFind/Search/Params/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Params; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Search params plugin manager * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Search/Pazpar2/Options.php b/module/VuFind/src/VuFind/Search/Pazpar2/Options.php index e94e03597e4..a01feceabda 100644 --- a/module/VuFind/src/VuFind/Search/Pazpar2/Options.php +++ b/module/VuFind/src/VuFind/Search/Pazpar2/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Pazpar2; /** * Pazpar2 Search Options * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Pazpar2/Params.php b/module/VuFind/src/VuFind/Search/Pazpar2/Params.php index 80abd35e041..091a80050e2 100644 --- a/module/VuFind/src/VuFind/Search/Pazpar2/Params.php +++ b/module/VuFind/src/VuFind/Search/Pazpar2/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFindSearch\ParamBag; /** * Pazpar2 Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Pazpar2/Results.php b/module/VuFind/src/VuFind/Search/Pazpar2/Results.php index 4b07c9fc0f2..186efa19188 100644 --- a/module/VuFind/src/VuFind/Search/Pazpar2/Results.php +++ b/module/VuFind/src/VuFind/Search/Pazpar2/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Pazpar2; /** * Pazpar2 Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Pazpar2 * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Primo/InjectOnCampusListener.php b/module/VuFind/src/VuFind/Search/Primo/InjectOnCampusListener.php index 7ca7656b3f8..88dfa292da3 100644 --- a/module/VuFind/src/VuFind/Search/Primo/InjectOnCampusListener.php +++ b/module/VuFind/src/VuFind/Search/Primo/InjectOnCampusListener.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Primo; @@ -37,11 +37,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, * OnCampus listener. * This listener detects whether a user is on campus or not. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InjectOnCampusListener { diff --git a/module/VuFind/src/VuFind/Search/Primo/Options.php b/module/VuFind/src/VuFind/Search/Primo/Options.php index 304507fdc16..42772749dc1 100644 --- a/module/VuFind/src/VuFind/Search/Primo/Options.php +++ b/module/VuFind/src/VuFind/Search/Primo/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Primo; /** * Primo Search Options * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Primo/Params.php b/module/VuFind/src/VuFind/Search/Primo/Params.php index 8280770a8ec..aeaf43a2f36 100644 --- a/module/VuFind/src/VuFind/Search/Primo/Params.php +++ b/module/VuFind/src/VuFind/Search/Primo/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFindSearch\ParamBag; /** * Primo Central Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Primo/PrimoPermissionHandler.php b/module/VuFind/src/VuFind/Search/Primo/PrimoPermissionHandler.php index a23e438fff3..c0b5d174284 100644 --- a/module/VuFind/src/VuFind/Search/Primo/PrimoPermissionHandler.php +++ b/module/VuFind/src/VuFind/Search/Primo/PrimoPermissionHandler.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Primo; @@ -33,11 +33,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, /** * Primo Permission Handler. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrimoPermissionHandler { diff --git a/module/VuFind/src/VuFind/Search/Primo/Results.php b/module/VuFind/src/VuFind/Search/Primo/Results.php index a37c6dfd2f8..99b2db74ebb 100644 --- a/module/VuFind/src/VuFind/Search/Primo/Results.php +++ b/module/VuFind/src/VuFind/Search/Primo/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Primo; /** * Primo Central Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Primo * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/QueryAdapter.php b/module/VuFind/src/VuFind/Search/QueryAdapter.php index 5f2a51cab4a..c3b65026318 100644 --- a/module/VuFind/src/VuFind/Search/QueryAdapter.php +++ b/module/VuFind/src/VuFind/Search/QueryAdapter.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -39,7 +39,7 @@ use Zend\StdLib\Parameters; * The class is a intermediate solution to translate the (possibly modified) * search query parameters in an object required by the new search system. * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/RecommendListener.php b/module/VuFind/src/VuFind/Search/RecommendListener.php index af4811c4909..2e1709e8c7a 100644 --- a/module/VuFind/src/VuFind/Search/RecommendListener.php +++ b/module/VuFind/src/VuFind/Search/RecommendListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search; @@ -35,11 +35,11 @@ use Zend\EventManager\EventInterface; /** * Recommend listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class RecommendListener { diff --git a/module/VuFind/src/VuFind/Search/Results/Factory.php b/module/VuFind/src/VuFind/Search/Results/Factory.php index c4f9f1db762..f2d5c5bc945 100644 --- a/module/VuFind/src/VuFind/Search/Results/Factory.php +++ b/module/VuFind/src/VuFind/Search/Results/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Search\Results; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Search Results Object Factory Class * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Search/Results/PluginFactory.php b/module/VuFind/src/VuFind/Search/Results/PluginFactory.php index 5e4c7028b92..26bf9e4f6e2 100644 --- a/module/VuFind/src/VuFind/Search/Results/PluginFactory.php +++ b/module/VuFind/src/VuFind/Search/Results/PluginFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Results; use Zend\ServiceManager\ServiceLocatorInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Search results plugin factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Search/Results/PluginManager.php b/module/VuFind/src/VuFind/Search/Results/PluginManager.php index 15cfd57680f..1fd4bcfb03c 100644 --- a/module/VuFind/src/VuFind/Search/Results/PluginManager.php +++ b/module/VuFind/src/VuFind/Search/Results/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ namespace VuFind\Search\Results; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Search results plugin manager * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:record_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:record_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Search/SearchRunner.php b/module/VuFind/src/VuFind/Search/SearchRunner.php index 73a37f22a95..e37ea34a67e 100644 --- a/module/VuFind/src/VuFind/Search/SearchRunner.php +++ b/module/VuFind/src/VuFind/Search/SearchRunner.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -34,7 +34,7 @@ use Zend\Stdlib\Parameters; /** * VuFind Search Runner * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SearchTabsHelper.php b/module/VuFind/src/VuFind/Search/SearchTabsHelper.php index 97bcf9b3839..2b63a3df899 100644 --- a/module/VuFind/src/VuFind/Search/SearchTabsHelper.php +++ b/module/VuFind/src/VuFind/Search/SearchTabsHelper.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Search; use VuFind\Search\Results\PluginManager, Zend\View\Helper\Url, Zend\Http\Request; @@ -33,12 +33,12 @@ use VuFind\Search\Results\PluginManager, Zend\View\Helper\Url, Zend\Http\Request /** * "Search tabs" helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchTabsHelper extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/Search/Solr/AbstractErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/AbstractErrorListener.php index c61138ce967..3645921d847 100644 --- a/module/VuFind/src/VuFind/Search/Solr/AbstractErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/AbstractErrorListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -38,11 +38,11 @@ use SplObjectStorage; /** * Abstract base class of SOLR error listeners. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ abstract class AbstractErrorListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/DeduplicationListener.php b/module/VuFind/src/VuFind/Search/Solr/DeduplicationListener.php index 5801b1098c9..f48222ba8b9 100644 --- a/module/VuFind/src/VuFind/Search/Solr/DeduplicationListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/DeduplicationListener.php @@ -21,12 +21,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -39,12 +39,12 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Solr merged record handling listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class DeduplicationListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/FilterFieldConversionListener.php b/module/VuFind/src/VuFind/Search/Solr/FilterFieldConversionListener.php index 8906d0a8e1a..d85d883d6c8 100644 --- a/module/VuFind/src/VuFind/Search/Solr/FilterFieldConversionListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/FilterFieldConversionListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -34,11 +34,11 @@ use Zend\EventManager\EventInterface; /** * Listener to convert one field to another in filters (for legacy purposes). * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class FilterFieldConversionListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/HideFacetValueListener.php b/module/VuFind/src/VuFind/Search/Solr/HideFacetValueListener.php index a059fa39f20..094809537f0 100644 --- a/module/VuFind/src/VuFind/Search/Solr/HideFacetValueListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/HideFacetValueListener.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Frank Morgner <morgnerf@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -34,11 +34,11 @@ use Zend\EventManager\EventInterface; /** * Hide single facet values from displaying. * - * @category VuFind2 + * @category VuFind * @package Search * @author Frank Morgner <morgnerf@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class HideFacetValueListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php index 1121542a3e8..05f1ada3f78 100644 --- a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php +++ b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -32,11 +32,11 @@ use VuFind\I18n\TranslatableString; /** * Functions for manipulating facets * - * @category VuFind2 + * @category VuFind * @package Search * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class HierarchicalFacetHelper { diff --git a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetListener.php b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetListener.php index 4b940484fb7..713fad23213 100644 --- a/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetListener.php @@ -21,12 +21,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -39,12 +39,12 @@ use Zend\ServiceManager\ServiceLocatorInterface; /** * Solr hierarchical facet handling listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class HierarchicalFacetListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/InjectConditionalFilterListener.php b/module/VuFind/src/VuFind/Search/Solr/InjectConditionalFilterListener.php index 74c69d3c0bf..4b29711f06b 100644 --- a/module/VuFind/src/VuFind/Search/Solr/InjectConditionalFilterListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/InjectConditionalFilterListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -37,11 +37,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, /** * Conditional Filter listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InjectConditionalFilterListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/InjectHighlightingListener.php b/module/VuFind/src/VuFind/Search/Solr/InjectHighlightingListener.php index f9343beb515..de4c9176b40 100644 --- a/module/VuFind/src/VuFind/Search/Solr/InjectHighlightingListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/InjectHighlightingListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -36,11 +36,11 @@ use Zend\EventManager\EventInterface; /** * Solr highlighting listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InjectHighlightingListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/InjectSpellingListener.php b/module/VuFind/src/VuFind/Search/Solr/InjectSpellingListener.php index 312df10ae77..6a8a0fe46f3 100644 --- a/module/VuFind/src/VuFind/Search/Solr/InjectSpellingListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/InjectSpellingListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -40,11 +40,11 @@ use Zend\EventManager\EventInterface; /** * Solr spelling listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InjectSpellingListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/MultiIndexListener.php b/module/VuFind/src/VuFind/Search/Solr/MultiIndexListener.php index 163af6f520b..c480c3f1024 100644 --- a/module/VuFind/src/VuFind/Search/Solr/MultiIndexListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/MultiIndexListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr; @@ -36,11 +36,11 @@ use Zend\EventManager\EventInterface; /** * MultiIndex listener class file. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class MultiIndexListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/Options.php b/module/VuFind/src/VuFind/Search/Solr/Options.php index 255df8b88a5..536a63d7ec3 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Options.php +++ b/module/VuFind/src/VuFind/Search/Solr/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Solr; /** * Solr Search Options * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Solr/Params.php b/module/VuFind/src/VuFind/Search/Solr/Params.php index 05ce9da9dff..2cc7b74fa11 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Params.php +++ b/module/VuFind/src/VuFind/Search/Solr/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFindSearch\ParamBag; /** * Solr Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Solr/Results.php b/module/VuFind/src/VuFind/Search/Solr/Results.php index 85b79daf2a6..8f92c95be94 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Results.php +++ b/module/VuFind/src/VuFind/Search/Solr/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFindSearch\Query\QueryGroup; /** * Solr Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @author David Maus <maus@hab.de> diff --git a/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php b/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php index ee34a4ef5ce..fe55040e26f 100644 --- a/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php +++ b/module/VuFind/src/VuFind/Search/Solr/SpellingProcessor.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use Zend\Config\Config; /** * Solr spelling processor. * - * @category VuFind2 + * @category VuFind * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php index a234b26d465..123cc45bceb 100644 --- a/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr\V3; @@ -37,11 +37,11 @@ use Zend\EventManager\EventInterface; /** * SOLR 3.x error listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ErrorListener extends AbstractErrorListener { diff --git a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php index b806b95d252..9d479f5aaff 100644 --- a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Solr\V4; @@ -37,11 +37,11 @@ use Zend\EventManager\EventInterface; /** * SOLR 3.x error listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ErrorListener extends AbstractErrorListener { diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php index 10cea559f8a..0177aa6f6c7 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrAuth; /** * Solr Authority Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Params.php b/module/VuFind/src/VuFind/Search/SolrAuth/Params.php index 064801adf34..d58f3272795 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrAuth; /** * Solr Authority Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php index 25ab7d67d7a..b035b437284 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrAuth; /** * Solr Authority Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php index 642f67e6c44..f50ef8a59b4 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthor; /** * Author Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Solr\Options { diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php index 9e4a702a6a3..80c6c756ff7 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthor; /** * Author Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Solr\Params { diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php index c3efaf4b00c..0c7731fdf24 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthor; use VuFind\Search\Solr\Results as SolrResults; @@ -31,11 +31,11 @@ use VuFind\Search\Solr\Results as SolrResults; /** * Author Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends SolrResults { diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php index c77311dac47..c04be61a6d7 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthorFacets; /** * AuthorFacets Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Solr\Options { diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php index 03a998b0168..e9a77e3b0b7 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthorFacets; /** * AuthorFacets Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Solr\Params { diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php index 47659e42f29..85631d905ca 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrAuthorFacets; /** * AuthorFacets Search Results * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends \VuFind\Search\Solr\Results { diff --git a/module/VuFind/src/VuFind/Search/SolrCollection/Options.php b/module/VuFind/src/VuFind/Search/SolrCollection/Options.php index 309d492c488..dd7e1f7166b 100644 --- a/module/VuFind/src/VuFind/Search/SolrCollection/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrCollection/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrCollection; /** * Solr Collection Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Solr\Options { diff --git a/module/VuFind/src/VuFind/Search/SolrCollection/Params.php b/module/VuFind/src/VuFind/Search/SolrCollection/Params.php index 579ba23f598..254191edd74 100644 --- a/module/VuFind/src/VuFind/Search/SolrCollection/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrCollection/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrCollection; /** * Solr Collection Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Solr\Params { diff --git a/module/VuFind/src/VuFind/Search/SolrCollection/Results.php b/module/VuFind/src/VuFind/Search/SolrCollection/Results.php index 4f4252a3bd6..9cde6cb6bd1 100644 --- a/module/VuFind/src/VuFind/Search/SolrCollection/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrCollection/Results.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\SolrCollection; /** * Solr Collection Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends \VuFind\Search\Solr\Results { diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php index e342e5ade6f..3cb74f2094a 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> @@ -31,7 +31,7 @@ namespace VuFind\Search\SolrReserves; /** * Solr Reserves Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Params.php b/module/VuFind/src/VuFind/Search/SolrReserves/Params.php index 9575d93243d..7f1b7b8d11a 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> @@ -31,7 +31,7 @@ namespace VuFind\Search\SolrReserves; /** * Solr Reserves Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php index 392d74a44de..5a5b0f185bd 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> @@ -31,7 +31,7 @@ namespace VuFind\Search\SolrReserves; /** * Solr Reserves Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> diff --git a/module/VuFind/src/VuFind/Search/SolrWeb/Options.php b/module/VuFind/src/VuFind/Search/SolrWeb/Options.php index c8f8bdd4688..7875739ebdf 100644 --- a/module/VuFind/src/VuFind/Search/SolrWeb/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrWeb/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrWeb; /** * Solr Web Search Options * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrWeb/Params.php b/module/VuFind/src/VuFind/Search/SolrWeb/Params.php index f8369390625..5a25489ddb1 100644 --- a/module/VuFind/src/VuFind/Search/SolrWeb/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrWeb/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrWeb; /** * Solr Web Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php index 4b8c9b41116..032885a8ecf 100644 --- a/module/VuFind/src/VuFind/Search/SolrWeb/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrWeb/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\SolrWeb; /** * Solr Web Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_SolrWeb * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Summon/Options.php b/module/VuFind/src/VuFind/Search/Summon/Options.php index 626a2b65a4b..40ccaf0219e 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Options.php +++ b/module/VuFind/src/VuFind/Search/Summon/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Summon; /** * Summon Search Options * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Summon/Params.php b/module/VuFind/src/VuFind/Search/Summon/Params.php index 40962ec706a..c789b941794 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Params.php +++ b/module/VuFind/src/VuFind/Search/Summon/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use SerialsSolutions_Summon_Query as SummonQuery, /** * Summon Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Summon/Results.php b/module/VuFind/src/VuFind/Search/Summon/Results.php index 108418e0c20..66323f155af 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Results.php +++ b/module/VuFind/src/VuFind/Search/Summon/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\Summon; /** * Summon Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Tags/Options.php b/module/VuFind/src/VuFind/Search/Tags/Options.php index 998be17c420..dfea1d6181d 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Options.php +++ b/module/VuFind/src/VuFind/Search/Tags/Options.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Tags; /** * Search Tags Options * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Options extends \VuFind\Search\Base\Options { diff --git a/module/VuFind/src/VuFind/Search/Tags/Params.php b/module/VuFind/src/VuFind/Search/Tags/Params.php index 28872effb21..7819fa9f8ac 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Params.php +++ b/module/VuFind/src/VuFind/Search/Tags/Params.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Tags; /** * Search Tags Parameters * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Params extends \VuFind\Search\Base\Params { diff --git a/module/VuFind/src/VuFind/Search/Tags/Results.php b/module/VuFind/src/VuFind/Search/Tags/Results.php index ddae3e8b870..087233d6b75 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Results.php +++ b/module/VuFind/src/VuFind/Search/Tags/Results.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search\Tags; use VuFind\Search\Base\Results as BaseResults; @@ -31,11 +31,11 @@ use VuFind\Search\Base\Results as BaseResults; /** * Search Tags Results * - * @category VuFind2 + * @category VuFind * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Results extends BaseResults { diff --git a/module/VuFind/src/VuFind/Search/UrlQueryHelper.php b/module/VuFind/src/VuFind/Search/UrlQueryHelper.php index c730d3c454e..ed9d939068f 100644 --- a/module/VuFind/src/VuFind/Search/UrlQueryHelper.php +++ b/module/VuFind/src/VuFind/Search/UrlQueryHelper.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Search; use VuFindSearch\Query\QueryGroup; @@ -31,11 +31,11 @@ use VuFindSearch\Query\QueryGroup; /** * Class to help build URLs and forms in the view based on search settings. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class UrlQueryHelper { diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Options.php b/module/VuFind/src/VuFind/Search/WorldCat/Options.php index 2efc9da0de6..bf245083607 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Options.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\WorldCat; /** * WorldCat Search Options * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Params.php b/module/VuFind/src/VuFind/Search/WorldCat/Params.php index c1046a454d7..cf9e240bcca 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Params.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFindSearch\ParamBag; /** * WorldCat Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Results.php b/module/VuFind/src/VuFind/Search/WorldCat/Results.php index 86416ef5b7b..3338bc3b2aa 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Results.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Search\WorldCat; /** * WorldCat Search Parameters * - * @category VuFind2 + * @category VuFind * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/minSO.php b/module/VuFind/src/VuFind/Search/minSO.php index 1dfe02dfdd2..66198721e7c 100644 --- a/module/VuFind/src/VuFind/Search/minSO.php +++ b/module/VuFind/src/VuFind/Search/minSO.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ /** @@ -31,7 +31,7 @@ * using an abbreviated name. Unfortunately, the name does not comply with coding * standards, but we cannot easily change it due to legacy compatibility issues. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Service/Factory.php b/module/VuFind/src/VuFind/Service/Factory.php index 5e6c362c891..3f2415acf59 100644 --- a/module/VuFind/src/VuFind/Service/Factory.php +++ b/module/VuFind/src/VuFind/Service/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Service * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Service; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for various top-level VuFind services. * - * @category VuFind2 + * @category VuFind * @package Service * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php index 50de04035ff..94191547189 100644 --- a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php +++ b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\ServiceManager; use Zend\ServiceManager\AbstractFactoryInterface, @@ -32,11 +32,11 @@ use Zend\ServiceManager\AbstractFactoryInterface, /** * VuFind Abstract Plugin Factory * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractPluginFactory implements AbstractFactoryInterface { diff --git a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php index d68fac408cb..207dc22b068 100644 --- a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php +++ b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\ServiceManager; use Zend\ServiceManager\AbstractPluginManager as Base, @@ -33,11 +33,11 @@ use Zend\ServiceManager\AbstractPluginManager as Base, /** * VuFind Plugin Manager * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @SuppressWarnings(PHPMD.NumberOfChildren) */ diff --git a/module/VuFind/src/VuFind/ServiceManager/Initializer.php b/module/VuFind/src/VuFind/ServiceManager/Initializer.php index 81a4e4f27f0..3b59d66fc63 100644 --- a/module/VuFind/src/VuFind/ServiceManager/Initializer.php +++ b/module/VuFind/src/VuFind/ServiceManager/Initializer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\ServiceManager; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * VuFind Service Initializer * - * @category VuFind2 + * @category VuFind * @package ServiceManager * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Initializer { diff --git a/module/VuFind/src/VuFind/Session/AbstractBase.php b/module/VuFind/src/VuFind/Session/AbstractBase.php index 4ddfe1a2e06..ebf812f577c 100644 --- a/module/VuFind/src/VuFind/Session/AbstractBase.php +++ b/module/VuFind/src/VuFind/Session/AbstractBase.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; use Zend\Session\SaveHandler\SaveHandlerInterface; @@ -31,11 +31,11 @@ use Zend\Session\SaveHandler\SaveHandlerInterface; /** * Base class for session handling * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ abstract class AbstractBase implements SaveHandlerInterface, \VuFind\Db\Table\DbTableAwareInterface diff --git a/module/VuFind/src/VuFind/Session/Database.php b/module/VuFind/src/VuFind/Session/Database.php index f2af30e7220..218609dcb12 100644 --- a/module/VuFind/src/VuFind/Session/Database.php +++ b/module/VuFind/src/VuFind/Session/Database.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; use VuFind\Exception\SessionExpired as SessionExpiredException; @@ -31,11 +31,11 @@ use VuFind\Exception\SessionExpired as SessionExpiredException; /** * Database session handler * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ class Database extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Session/File.php b/module/VuFind/src/VuFind/Session/File.php index be1690b0aa4..b5ebd5dfd47 100644 --- a/module/VuFind/src/VuFind/Session/File.php +++ b/module/VuFind/src/VuFind/Session/File.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; /** * File-based session handler * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ class File extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Session/Memcache.php b/module/VuFind/src/VuFind/Session/Memcache.php index 733fc7a86ed..923bb2e87e5 100644 --- a/module/VuFind/src/VuFind/Session/Memcache.php +++ b/module/VuFind/src/VuFind/Session/Memcache.php @@ -22,22 +22,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; /** * Memcache session handler * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ class Memcache extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Session/PluginFactory.php b/module/VuFind/src/VuFind/Session/PluginFactory.php index a69a3cadfce..81cb8aa08e8 100644 --- a/module/VuFind/src/VuFind/Session/PluginFactory.php +++ b/module/VuFind/src/VuFind/Session/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; /** * Session handler plugin factory * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Session/PluginManager.php b/module/VuFind/src/VuFind/Session/PluginManager.php index 2d8b048249c..ee15b599dbe 100644 --- a/module/VuFind/src/VuFind/Session/PluginManager.php +++ b/module/VuFind/src/VuFind/Session/PluginManager.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ namespace VuFind\Session; /** * Session handler plugin manager * - * @category VuFind2 + * @category VuFind * @package Session_Handlers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:session_handlers Wiki + * @link https://vufind.org/wiki/development:plugins:session_handlers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/SimpleXML.php b/module/VuFind/src/VuFind/SimpleXML.php index 8c416cdbdd9..a2f929ee650 100644 --- a/module/VuFind/src/VuFind/SimpleXML.php +++ b/module/VuFind/src/VuFind/SimpleXML.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SimpleXML * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind; use SimpleXMLElement; @@ -31,11 +31,11 @@ use SimpleXMLElement; /** * VuFind SimpleXML enhancement functionality * - * @category VuFind2 + * @category VuFind * @package SimpleXML * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SimpleXML { diff --git a/module/VuFind/src/VuFind/Sitemap/AbstractFile.php b/module/VuFind/src/VuFind/Sitemap/AbstractFile.php index df76bfb5b80..b903d9e0879 100644 --- a/module/VuFind/src/VuFind/Sitemap/AbstractFile.php +++ b/module/VuFind/src/VuFind/Sitemap/AbstractFile.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Sitemap; /** * Abstract class for representing XML sitemaps * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Sitemap/Generator.php b/module/VuFind/src/VuFind/Sitemap/Generator.php index 9b3987fbe7c..cd95108c592 100644 --- a/module/VuFind/src/VuFind/Sitemap/Generator.php +++ b/module/VuFind/src/VuFind/Sitemap/Generator.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use VuFindSearch\Backend\Solr\Backend, VuFind\Search\BackendManager, /** * Class for generating sitemaps * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Sitemap/Sitemap.php b/module/VuFind/src/VuFind/Sitemap/Sitemap.php index 850e6cc6531..0dbd95247c2 100644 --- a/module/VuFind/src/VuFind/Sitemap/Sitemap.php +++ b/module/VuFind/src/VuFind/Sitemap/Sitemap.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Sitemap; /** * Class for representing sitemap files * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Sitemap/SitemapIndex.php b/module/VuFind/src/VuFind/Sitemap/SitemapIndex.php index dc7f81f5070..db470d9d84a 100644 --- a/module/VuFind/src/VuFind/Sitemap/SitemapIndex.php +++ b/module/VuFind/src/VuFind/Sitemap/SitemapIndex.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFind\Sitemap; /** * Class for representing sitemap index files * - * @category VuFind2 + * @category VuFind * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Solr/Utils.php b/module/VuFind/src/VuFind/Solr/Utils.php index 70bb2302567..efa8c114e8a 100644 --- a/module/VuFind/src/VuFind/Solr/Utils.php +++ b/module/VuFind/src/VuFind/Solr/Utils.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Solr; @@ -34,11 +34,11 @@ namespace VuFind\Solr; * be called statically. This allows sharing of some Solr-related logic * between the Solr and Summon classes. * - * @category VuFind2 + * @category VuFind * @package Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Utils { diff --git a/module/VuFind/src/VuFind/Solr/Writer.php b/module/VuFind/src/VuFind/Solr/Writer.php index f196e97b89f..e73828744bd 100644 --- a/module/VuFind/src/VuFind/Solr/Writer.php +++ b/module/VuFind/src/VuFind/Solr/Writer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Solr; use VuFind\Db\Table\ChangeTracker, VuFind\Search\BackendManager; @@ -36,11 +36,11 @@ use VuFindSearch\Backend\Solr\Document\OptimizeDocument; /** * Solr Writer service * - * @category VuFind2 + * @category VuFind * @package Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Writer { diff --git a/module/VuFind/src/VuFind/Statistics/AbstractBase.php b/module/VuFind/src/VuFind/Statistics/AbstractBase.php index 9edd590438f..6b38ac9fb14 100644 --- a/module/VuFind/src/VuFind/Statistics/AbstractBase.php +++ b/module/VuFind/src/VuFind/Statistics/AbstractBase.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Statistics\Driver\PluginManager, Zend\Config\Config; /** * VuFind Search Controller * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Statistics/Driver/AbstractBase.php b/module/VuFind/src/VuFind/Statistics/Driver/AbstractBase.php index b2a8d5568d4..1732b4104f2 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/AbstractBase.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/AbstractBase.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Statistics\Driver; /** * Base driver for statistics * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ abstract class AbstractBase { diff --git a/module/VuFind/src/VuFind/Statistics/Driver/Db.php b/module/VuFind/src/VuFind/Statistics/Driver/Db.php index 36a7e427ebd..3355ac4ce34 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/Db.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/Db.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Statistics\Driver; /** * Writer to put statistics into the DB * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Db extends AbstractBase implements \VuFind\Db\Table\DbTableAwareInterface { diff --git a/module/VuFind/src/VuFind/Statistics/Driver/Factory.php b/module/VuFind/src/VuFind/Statistics/Driver/Factory.php index be597a307a2..2c516ead3a7 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/Factory.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki */ namespace VuFind\Statistics\Driver; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Statistics Driver Factory Class * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:hierarchy_components Wiki + * @link https://vufind.org/wiki/development:plugins:hierarchy_components Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/Statistics/Driver/File.php b/module/VuFind/src/VuFind/Statistics/Driver/File.php index ef68d5acf95..33901cd80dc 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/File.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/File.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Statistics\Driver; /** * Writer to put statistics into an XML File * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class File extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Statistics/Driver/PluginFactory.php b/module/VuFind/src/VuFind/Statistics/Driver/PluginFactory.php index 6abe37b2ea1..517f9724d01 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/PluginFactory.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/PluginFactory.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:statistics_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:statistics_drivers Wiki */ namespace VuFind\Statistics\Driver; /** * Statistics driver plugin factory * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:statistics_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:statistics_drivers Wiki */ class PluginFactory extends \VuFind\ServiceManager\AbstractPluginFactory { diff --git a/module/VuFind/src/VuFind/Statistics/Driver/PluginManager.php b/module/VuFind/src/VuFind/Statistics/Driver/PluginManager.php index 6f78dc32556..a9d3489930d 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/PluginManager.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/PluginManager.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:statistics_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:statistics_drivers Wiki */ namespace VuFind\Statistics\Driver; use Zend\ServiceManager\ConfigInterface; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ConfigInterface; /** * Statistics driver plugin manager * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:statistics_drivers Wiki + * @link https://vufind.org/wiki/development:plugins:statistics_drivers Wiki */ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager { diff --git a/module/VuFind/src/VuFind/Statistics/Driver/Solr.php b/module/VuFind/src/VuFind/Statistics/Driver/Solr.php index 55ef0551ab8..c8388435ad0 100644 --- a/module/VuFind/src/VuFind/Statistics/Driver/Solr.php +++ b/module/VuFind/src/VuFind/Statistics/Driver/Solr.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\Statistics\Driver; use VuFind\Solr\Writer; @@ -34,11 +34,11 @@ use VuFindSearch\ParamBag; /** * Writer to put statistics to the Solr index * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Solr extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Statistics/Record.php b/module/VuFind/src/VuFind/Statistics/Record.php index 19b06497ca6..e2d88fe7a4c 100644 --- a/module/VuFind/src/VuFind/Statistics/Record.php +++ b/module/VuFind/src/VuFind/Statistics/Record.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Statistics; /** * VuFind Statistics Class for Record Views * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Record extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Statistics/Search.php b/module/VuFind/src/VuFind/Statistics/Search.php index ebc6f3fb768..69ff7be864d 100644 --- a/module/VuFind/src/VuFind/Statistics/Search.php +++ b/module/VuFind/src/VuFind/Statistics/Search.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\Statistics; /** * VuFind Statistics Class for Searches * - * @category VuFind2 + * @category VuFind * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Search extends AbstractBase { diff --git a/module/VuFind/src/VuFind/Tags.php b/module/VuFind/src/VuFind/Tags.php index b87fee02f08..0cb60aca425 100644 --- a/module/VuFind/src/VuFind/Tags.php +++ b/module/VuFind/src/VuFind/Tags.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ namespace VuFind; /** * VuFind tag processing logic * - * @category VuFind2 + * @category VuFind * @package Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ class Tags { diff --git a/module/VuFind/src/VuFind/View/Helper/AbstractLayoutClass.php b/module/VuFind/src/VuFind/View/Helper/AbstractLayoutClass.php index 9df0a7c2af0..774ea9ab2b7 100644 --- a/module/VuFind/src/VuFind/View/Helper/AbstractLayoutClass.php +++ b/module/VuFind/src/VuFind/View/Helper/AbstractLayoutClass.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper; /** * Helper class for managing high-level (body vs. sidebar) page layout. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractLayoutClass extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/AbstractSearch.php b/module/VuFind/src/VuFind/View/Helper/AbstractSearch.php index 8d9b3fbb168..b0fe30d8417 100644 --- a/module/VuFind/src/VuFind/View/Helper/AbstractSearch.php +++ b/module/VuFind/src/VuFind/View/Helper/AbstractSearch.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Helper class for displaying search-related HTML chunks. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ abstract class AbstractSearch extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Factory.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Factory.php index 8a57856eae0..38514b1a5ed 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Factory.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Bootstrap3; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for Bootstrap view helpers. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Flashmessages.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Flashmessages.php index 263219a16b9..a6cff832d47 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Flashmessages.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Flashmessages.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Bootstrap3; /** * Flash message view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Flashmessages extends \VuFind\View\Helper\Root\Flashmessages { diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Highlight.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Highlight.php index 3dfaab080ba..007f99b819b 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Highlight.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Highlight.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Bootstrap3; /** * Highlight view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Highlight extends \VuFind\View\Helper\Root\Highlight { diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClass.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClass.php index 518d4bcffa5..ab1724316df 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClass.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClass.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Bootstrap3; @@ -32,11 +32,11 @@ namespace VuFind\View\Helper\Bootstrap3; * Helper class for managing bootstrap theme's high-level (body vs. sidebar) page * layout. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class LayoutClass extends \VuFind\View\Helper\AbstractLayoutClass { diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php index d42dae066e1..c39f3095f25 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/Search.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Bootstrap3; /** * Helper class for displaying search-related HTML chunks. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Search extends \VuFind\View\Helper\AbstractSearch { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilities.php b/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilities.php index 6c8452170e0..9e801c4fe32 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilities.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilities.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Config\AccountCapabilities as Helper; @@ -31,11 +31,11 @@ use VuFind\Config\AccountCapabilities as Helper; /** * AccountCapabilities view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class AccountCapabilities extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AddEllipsis.php b/module/VuFind/src/VuFind/View/Helper/Root/AddEllipsis.php index dace239c2a3..15f3668dbb1 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AddEllipsis.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AddEllipsis.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * "Add ellipsis" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AddEllipsis extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AddThis.php b/module/VuFind/src/VuFind/View/Helper/Root/AddThis.php index deae5ba2e14..03169cf6397 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AddThis.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AddThis.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; /** * AddThis view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AddThis extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowse.php b/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowse.php index d569984e061..b4999c7731f 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowse.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowse.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\Url; @@ -31,11 +31,11 @@ use Zend\View\Helper\Url; /** * Authentication view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class AlphaBrowse extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Auth.php b/module/VuFind/src/VuFind/View/Helper/Root/Auth.php index bc83197b426..95f6eb59be2 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Auth.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Auth.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Exception\RuntimeException; @@ -31,11 +31,11 @@ use Zend\View\Exception\RuntimeException; /** * Authentication view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Auth extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Browse.php b/module/VuFind/src/VuFind/View/Helper/Root/Browse.php index 185077c1e41..689eb26f42c 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Browse.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Browse.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Browse controller view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Browse extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Cart.php b/module/VuFind/src/VuFind/View/Helper/Root/Cart.php index f2634931499..16045046301 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Cart.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Cart.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Cart view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Cart extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Citation.php b/module/VuFind/src/VuFind/View/Helper/Root/Citation.php index 81279250a13..95fd9de409a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Citation.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Citation.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Exception\Date as DateException; @@ -31,11 +31,11 @@ use VuFind\Exception\Date as DateException; /** * Citation view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Citation extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ContentLoader.php b/module/VuFind/src/VuFind/View/Helper/Root/ContentLoader.php index 9bc33027b4c..14ce9f833ed 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ContentLoader.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ContentLoader.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Content loader view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ContentLoader extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Context.php b/module/VuFind/src/VuFind/View/Helper/Root/Context.php index cf0dd466ecf..3c52032f6cc 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Context.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Context.php @@ -21,11 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper, Zend\View\Renderer\RendererInterface; @@ -35,11 +35,11 @@ use Zend\View\Helper\AbstractHelper, Zend\View\Renderer\RendererInterface; * performance -- this allows us to set and roll back variables in the global * scope instead of relying on the overhead of building a whole new scope). * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Context extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/CurrentPath.php b/module/VuFind/src/VuFind/View/Helper/Root/CurrentPath.php index 0783800ecd2..ce7a7967124 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/CurrentPath.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/CurrentPath.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Current path view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class CurrentPath extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/DateTime.php b/module/VuFind/src/VuFind/View/Helper/Root/DateTime.php index 4432eeefb28..9c91dbbd3c3 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/DateTime.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/DateTime.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * View helper for formatting dates and times * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class DateTime extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOption.php b/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOption.php index 7d1c0812874..977b0626ed3 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOption.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOption.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\I18n\Translator\TranslatorInterface; @@ -31,11 +31,11 @@ use Zend\I18n\Translator\TranslatorInterface; /** * DisplayLanguageOption view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class DisplayLanguageOption extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Export.php b/module/VuFind/src/VuFind/View/Helper/Root/Export.php index 1548211e39c..4bb5b076aec 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Export.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Export.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Export view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Export extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Factory.php b/module/VuFind/src/VuFind/View/Helper/Root/Factory.php index 78be9b79621..255ebf88770 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Factory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for Root view helpers. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Feedback.php b/module/VuFind/src/VuFind/View/Helper/Root/Feedback.php index 1f06fed6ec9..7b7c7b8b7d8 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Feedback.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Feedback.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; @@ -32,11 +32,11 @@ namespace VuFind\View\Helper\Root; * This is a helper that lets the layout know whether or not to include the feedback * tab * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Josiah Knoll <jk1135@ship.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Feedback extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Flashmessages.php b/module/VuFind/src/VuFind/View/Helper/Root/Flashmessages.php index 287ab727d71..092341a7e75 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Flashmessages.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Flashmessages.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper, Zend\Mvc\Controller\Plugin\FlashMessenger; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper, Zend\Mvc\Controller\Plugin\FlashMessenger; /** * Flash message view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Flashmessages extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalytics.php b/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalytics.php index fae09860b3f..2a893e9dc57 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalytics.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalytics.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; /** * GoogleAnalytics view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class GoogleAnalytics extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/HelpText.php b/module/VuFind/src/VuFind/View/Helper/Root/HelpText.php index 6ebc7097eed..7ddc8e9d0cc 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/HelpText.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/HelpText.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * "Load help text" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HelpText extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Highlight.php b/module/VuFind/src/VuFind/View/Helper/Root/Highlight.php index 2dcb2f89c06..453b6ffaced 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Highlight.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Highlight.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Highlight view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Highlight extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabel.php b/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabel.php index 2cab2dbc960..734d9c37863 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabel.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabel.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * "Search history label" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HistoryLabel extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Ils.php b/module/VuFind/src/VuFind/View/Helper/Root/Ils.php index 76fe14eecca..0463ab9a7ed 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Ils.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Ils.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * ILS (integrated library system) view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Ils extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/JqueryValidation.php b/module/VuFind/src/VuFind/View/Helper/Root/JqueryValidation.php index b9a20a5f79d..b5fe6b56903 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/JqueryValidation.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/JqueryValidation.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\View\Helper\AbstractHelper; /** * Print a formatted string so jquery metadata and validation plugins can understand. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/View/Helper/Root/JsTranslations.php b/module/VuFind/src/VuFind/View/Helper/Root/JsTranslations.php index 40bfd5e501e..27095b1765e 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/JsTranslations.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/JsTranslations.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * JsTranslations helper for passing translation text to Javascript * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class JsTranslations extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/KeepAlive.php b/module/VuFind/src/VuFind/View/Helper/Root/KeepAlive.php index 8e7902b9ad9..f3b45cc63eb 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/KeepAlive.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/KeepAlive.php @@ -20,24 +20,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; /** * KeepAlive view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class KeepAlive extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/LocalizedNumber.php b/module/VuFind/src/VuFind/View/Helper/Root/LocalizedNumber.php index 4360dff6046..db24360688f 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/LocalizedNumber.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/LocalizedNumber.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Nicolas Karrer <nkarrer@snowflake.ch> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -32,11 +32,11 @@ use Zend\View\Helper\AbstractHelper; * Class NumberFormat * allows localization based formating of numbers in view * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Nicolas Karrer <nkarrer@snowflake.ch> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class LocalizedNumber extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php index 1bcb8d91fe2..b9a4ad8d14e 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrl.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * OpenUrl view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class OpenUrl extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Piwik.php b/module/VuFind/src/VuFind/View/Helper/Root/Piwik.php index 696918d83ba..7f15b4df004 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Piwik.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Piwik.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; /** * Piwik Web Analytics view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Piwik extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Printms.php b/module/VuFind/src/VuFind/View/Helper/Root/Printms.php index bcf97128a71..1e62d48e481 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Printms.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Printms.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Prints a human readable format from a number of milliseconds * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Printms extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrl.php b/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrl.php index 49ef1ee9a55..3df69b97522 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrl.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrl.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Proxy URL view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ProxyUrl extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Recaptcha.php b/module/VuFind/src/VuFind/View/Helper/Root/Recaptcha.php index a9ac553126f..ffccce914af 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Recaptcha.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Recaptcha.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Recaptcha view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Chris Hallberg <crhallberg@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Recaptcha extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Recommend.php b/module/VuFind/src/VuFind/View/Helper/Root/Recommend.php index 6e3f62870df..28453371e4b 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Recommend.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Recommend.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; /** * Recommendation module view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Recommend extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Record.php b/module/VuFind/src/VuFind/View/Helper/Root/Record.php index cd5921acfd3..46c97551d73 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Record.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Record.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; /** * Record driver view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Record extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php index 8e70e9ee58d..83d438a0b3a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordLink.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Record link view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class RecordLink extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Related.php b/module/VuFind/src/VuFind/View/Helper/Root/Related.php index afaf9c3cb39..3b2e932dcc3 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Related.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Related.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Exception\RuntimeException, Zend\View\Helper\AbstractHelper; /** * Related records view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Related extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RenderArray.php b/module/VuFind/src/VuFind/View/Helper/Root/RenderArray.php index cc0d9e4a35d..e0add5a8c28 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RenderArray.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RenderArray.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * View helper to render a portion of an array. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class RenderArray extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php b/module/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php index 342c27830fe..f122a267c0d 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use DateTime, @@ -35,11 +35,11 @@ use DateTime, /** * "Results as feed" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class ResultFeed extends AbstractHelper implements TranslatorAwareInterface { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormat.php b/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormat.php index 9cf1064a57e..38de4ebb9e7 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormat.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormat.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use NumberFormatter, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use NumberFormatter, Zend\View\Helper\AbstractHelper; /** * Safe money format view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SafeMoneyFormat extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchBox.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchBox.php index a51a69091b0..9088c3d8820 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchBox.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchBox.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Search\Options\PluginManager as OptionsManager; @@ -31,11 +31,11 @@ use VuFind\Search\Options\PluginManager as OptionsManager; /** * Search box view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchBox extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchMemory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchMemory.php index 6f297b4f9cb..d8c11902dcf 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchMemory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchMemory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Search\Memory, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use VuFind\Search\Memory, Zend\View\Helper\AbstractHelper; /** * View helper for remembering recent user searches/parameters. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchMemory extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchOptions.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchOptions.php index d08309384fa..59c0a93ae1e 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchOptions.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchOptions.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Search\Options\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Search\Options\PluginManager; /** * "Retrieve search options" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchOptions extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchParams.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchParams.php index e0545980882..23c7486f9c5 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchParams.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchParams.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Search\Params\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Search\Params\PluginManager; /** * "Retrieve search params" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchParams extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchTabs.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchTabs.php index 4e343815574..b4a48cf2ed1 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchTabs.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchTabs.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Search\Base\Results, @@ -37,12 +37,12 @@ use VuFind\Search\Base\Results, /** * "Search tabs" view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SearchTabs extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php b/module/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php index 52a7806e91b..116c0e16f49 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -32,11 +32,11 @@ use Zend\View\Helper\AbstractHelper; /** * Sort facet list view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SortFacetList extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Summon.php b/module/VuFind/src/VuFind/View/Helper/Root/Summon.php index c80ac784009..addbc9bead0 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Summon.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Summon.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\View\Helper\AbstractHelper; /** * Summon support functions. * - * @category VuFind2 + * @category VuFind * @package Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlus.php b/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlus.php index 7246268def5..22472beafd2 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlus.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlus.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFind\View\Helper\Root; /** * SyndeticsPlus view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SyndeticsPlus extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SystemEmail.php b/module/VuFind/src/VuFind/View/Helper/Root/SystemEmail.php index 6f2416b8d01..a0dbb1f1e83 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SystemEmail.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SystemEmail.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * System contact email helper. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class SystemEmail extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/TransEsc.php b/module/VuFind/src/VuFind/View/Helper/Root/TransEsc.php index 85996bef930..66a7a2e895f 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/TransEsc.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/TransEsc.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Translate + escape view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class TransEsc extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Translate.php b/module/VuFind/src/VuFind/View/Helper/Root/Translate.php index 130bb457a81..3fbbef0c204 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Translate.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Translate.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; /** * Translate view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Translate extends \Zend\View\Helper\AbstractHelper implements \VuFind\I18n\Translator\TranslatorAwareInterface diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Truncate.php b/module/VuFind/src/VuFind/View/Helper/Root/Truncate.php index db205fcff0e..df64bff17fc 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Truncate.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Truncate.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Truncate view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Truncate extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/UserList.php b/module/VuFind/src/VuFind/View/Helper/Root/UserList.php index 53405d4a227..592920d33a9 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/UserList.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/UserList.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use VuFind\Db\Row\UserList as UserListRow, Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use VuFind\Db\Row\UserList as UserListRow, Zend\View\Helper\AbstractHelper; /** * List view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class UserList extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/Root/UserTags.php b/module/VuFind/src/VuFind/View/Helper/Root/UserTags.php index 5fc09dd18a4..f22fb9cc794 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/UserTags.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/UserTags.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\Root; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * Tag view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class UserTags extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/View/Helper/jQueryMobile/MobileMenu.php b/module/VuFind/src/VuFind/View/Helper/jQueryMobile/MobileMenu.php index 3ffe37ee558..9b4471238fc 100644 --- a/module/VuFind/src/VuFind/View/Helper/jQueryMobile/MobileMenu.php +++ b/module/VuFind/src/VuFind/View/Helper/jQueryMobile/MobileMenu.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFind\View\Helper\jQueryMobile; use Zend\View\Helper\AbstractHelper; @@ -31,11 +31,11 @@ use Zend\View\Helper\AbstractHelper; /** * MobileMenu view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class MobileMenu extends AbstractHelper { diff --git a/module/VuFind/src/VuFind/XSLT/Import/VuFind.php b/module/VuFind/src/VuFind/XSLT/Import/VuFind.php index a92fab34087..2a507eaed2c 100644 --- a/module/VuFind/src/VuFind/XSLT/Import/VuFind.php +++ b/module/VuFind/src/VuFind/XSLT/Import/VuFind.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Import_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ namespace VuFind\XSLT\Import; use DOMDocument, VuFind\Config\Locator as ConfigLocator; @@ -33,11 +33,11 @@ use DOMDocument, VuFind\Config\Locator as ConfigLocator; * they will be automatically made available to your XSL stylesheet for use * with the php:function() function. * - * @category VuFind2 + * @category VuFind * @package Import_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ class VuFind { diff --git a/module/VuFind/src/VuFind/XSLT/Import/VuFindSitemap.php b/module/VuFind/src/VuFind/XSLT/Import/VuFindSitemap.php index 5f7f3b72721..d812e2f9110 100644 --- a/module/VuFind/src/VuFind/XSLT/Import/VuFindSitemap.php +++ b/module/VuFind/src/VuFind/XSLT/Import/VuFindSitemap.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Import_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ namespace VuFind\XSLT\Import; @@ -32,11 +32,11 @@ namespace VuFind\XSLT\Import; * they will be automatically made available to your XSL stylesheet for use * with the php:function() function. * - * @category VuFind2 + * @category VuFind * @package Import_Tools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/importing_records Wiki + * @link https://vufind.org/wiki/indexing Wiki */ class VuFindSitemap extends VuFind { diff --git a/module/VuFind/src/VuFind/XSLT/Importer.php b/module/VuFind/src/VuFind/XSLT/Importer.php index abc013b5a3e..3f146ecd050 100644 --- a/module/VuFind/src/VuFind/XSLT/Importer.php +++ b/module/VuFind/src/VuFind/XSLT/Importer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package XSLT * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ namespace VuFind\XSLT; use DOMDocument, VuFind\Config\Locator as ConfigLocator, @@ -35,11 +35,11 @@ use DOMDocument, VuFind\Config\Locator as ConfigLocator, /** * VuFind XSLT importer * - * @category VuFind2 + * @category VuFind * @package XSLT * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ class Importer implements ServiceLocatorAwareInterface { diff --git a/module/VuFind/src/VuFind/XSLT/Processor.php b/module/VuFind/src/VuFind/XSLT/Processor.php index 290b772e920..716cd9283b7 100644 --- a/module/VuFind/src/VuFind/XSLT/Processor.php +++ b/module/VuFind/src/VuFind/XSLT/Processor.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package XSLT * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ namespace VuFind\XSLT; use DOMDocument, XSLTProcessor; @@ -31,11 +31,11 @@ use DOMDocument, XSLTProcessor; /** * VuFind XSLT wrapper * - * @category VuFind2 + * @category VuFind * @package XSLT * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/ Wiki + * @link https://vufind.org/wiki/ Wiki */ class Processor { diff --git a/module/VuFind/src/VuFindTest/RecordDriver/TestHarness.php b/module/VuFind/src/VuFindTest/RecordDriver/TestHarness.php index 30edab3a4dd..8699bab13d0 100644 --- a/module/VuFind/src/VuFindTest/RecordDriver/TestHarness.php +++ b/module/VuFind/src/VuFindTest/RecordDriver/TestHarness.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordDriver; /** * Test harness for simulating record drivers (ignore outside of test suite!) * - * @category VuFind2 + * @category VuFind * @package RecordDrivers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class TestHarness extends \VuFind\RecordDriver\AbstractBase { diff --git a/module/VuFind/src/VuFindTest/Search/TestHarness/Options.php b/module/VuFind/src/VuFindTest/Search/TestHarness/Options.php index 3f3b93a85ef..e3cd2c56976 100644 --- a/module/VuFind/src/VuFindTest/Search/TestHarness/Options.php +++ b/module/VuFind/src/VuFindTest/Search/TestHarness/Options.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ namespace VuFindTest\Search\TestHarness; * * This abstract class defines the results methods for modeling a search in VuFind. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFindTest/Search/TestHarness/Params.php b/module/VuFind/src/VuFindTest/Search/TestHarness/Params.php index d27f9d2668b..8437f335368 100644 --- a/module/VuFind/src/VuFindTest/Search/TestHarness/Params.php +++ b/module/VuFind/src/VuFindTest/Search/TestHarness/Params.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ namespace VuFindTest\Search\TestHarness; * * This abstract class defines the results methods for modeling a search in VuFind. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFindTest/Search/TestHarness/Results.php b/module/VuFind/src/VuFindTest/Search/TestHarness/Results.php index cf9b94840d2..ef426ad9960 100644 --- a/module/VuFind/src/VuFindTest/Search/TestHarness/Results.php +++ b/module/VuFind/src/VuFindTest/Search/TestHarness/Results.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFindTest\RecordDriver\TestHarness as RecordDriver; * * This abstract class defines the results methods for modeling a search in VuFind. * - * @category VuFind2 + * @category VuFind * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFindTest/Unit/DbTestCase.php b/module/VuFind/src/VuFindTest/Unit/DbTestCase.php index bbdddfb0e2c..6db8af9f88a 100644 --- a/module/VuFind/src/VuFindTest/Unit/DbTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/DbTestCase.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; /** * Abstract base class for PHPUnit database test cases. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class DbTestCase extends TestCase { diff --git a/module/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php b/module/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php index 42e59fe5fc6..c70d9413082 100644 --- a/module/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/ILSDriverTestCase.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; /** * Abstract base class for ILS driver test cases. * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class ILSDriverTestCase extends TestCase { diff --git a/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php b/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php index 5823ebe4245..9c901e7d721 100644 --- a/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/MinkTestCase.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; use Behat\Mink\Driver\ZombieDriver, Behat\Mink\Session, @@ -35,11 +35,11 @@ use Behat\Mink\Driver\ZombieDriver, Behat\Mink\Session, /** * Abstract base class for PHPUnit test cases using Mink. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class MinkTestCase extends DbTestCase { diff --git a/module/VuFind/src/VuFindTest/Unit/RecommendDeferredTestCase.php b/module/VuFind/src/VuFindTest/Unit/RecommendDeferredTestCase.php index a30423fc349..3e5adb978c1 100644 --- a/module/VuFind/src/VuFindTest/Unit/RecommendDeferredTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/RecommendDeferredTestCase.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; /** * Abstract base class for PHPUnit deferred recommendation module test cases. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class RecommendDeferredTestCase extends TestCase { diff --git a/module/VuFind/src/VuFindTest/Unit/TestCase.php b/module/VuFind/src/VuFindTest/Unit/TestCase.php index 63f1c6d5d67..4c213b1cd96 100644 --- a/module/VuFind/src/VuFindTest/Unit/TestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/TestCase.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; /** * Abstract base class for PHPUnit test cases. * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class TestCase extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php b/module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php index efd262f602b..cc14f56e5b3 100644 --- a/module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php +++ b/module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php @@ -21,11 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; use Behat\Mink\Element\Element; @@ -34,11 +34,11 @@ use Behat\Mink\Element\Element; * Trait with utility methods for user creation/management. Assumes that it * will be applied to a subclass of DbTestCase. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ trait UserCreationTrait { diff --git a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php index 99ae2b0951d..246ddb96224 100644 --- a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Unit; /** * Abstract base class for PHPUnit database test cases. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ abstract class ViewHelperTestCase extends TestCase { diff --git a/module/VuFind/tests/fixtures/configs/1.1/config.ini b/module/VuFind/tests/fixtures/configs/1.1/config.ini index 66d89a7107d..9be711f6feb 100644 --- a/module/VuFind/tests/fixtures/configs/1.1/config.ini +++ b/module/VuFind/tests/fixtures/configs/1.1/config.ini @@ -14,7 +14,7 @@ debug = false ; default if they are not found. This makes it easier to override a few templates ; without having to clone the entire theme. See this page for important notes on ; theme customization: -; http://www.vufind.org/wiki/customization +; https://vufind.org/wiki/development:architecture:user_interface [Site] path = /vufind url = http://library.myuniversity.edu/vufind diff --git a/module/VuFind/tests/fixtures/configs/1.1/fulltext.ini b/module/VuFind/tests/fixtures/configs/1.1/fulltext.ini index c9bad66037a..5b5d8d8ae89 100644 --- a/module/VuFind/tests/fixtures/configs/1.1/fulltext.ini +++ b/module/VuFind/tests/fixtures/configs/1.1/fulltext.ini @@ -1,6 +1,6 @@ ; This file contains settings used for full text indexing. See the documentation ; on the XSLT import tool for more details: -; http://vufind.org/wiki/importing_records#importing_with_xslt +; https://vufind.org/wiki/indexing:xml ; Aperture is a Java tool for extracting full text from documents. It is not ; included with VuFind by default, but it can be downloaded here: diff --git a/module/VuFind/tests/fixtures/configs/1.1/searches.ini b/module/VuFind/tests/fixtures/configs/1.1/searches.ini index 81805fd1434..485b0a20d60 100644 --- a/module/VuFind/tests/fixtures/configs/1.1/searches.ini +++ b/module/VuFind/tests/fixtures/configs/1.1/searches.ini @@ -180,7 +180,7 @@ CallNumber = callnumber ; You can build your own recommendations modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/building_a_recommendations_module +; https://vufind.org/wiki/development:plugins:recommendation_modules [SideRecommendations] ; No search-specific settings by default -- add your own here. ;Subject[] = SideFacets @@ -209,7 +209,7 @@ ranges = 1,5,30 ; This setting controls the maximum number of pages of results that will show up ; when doing a new item search. It is necessary to limit the number of results to ; avoid getting a "too many boolean clauses" error from the Solr index (see notes -; at http://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; at https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you ; set the value too low, you may get the same results no matter which range setting ; is selected! result_pages = 10 @@ -228,7 +228,7 @@ result_pages = 10 ; items. Comment out the whole setting if you do not want custom RSS sorting. ; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, ; you need to index record change dates; see the Wiki page at -; http://vufind.org/wiki/tracking_record_changes +; https://vufind.org/wiki/indexing:tracking_record_changes sort = "last_indexed desc" ; The following two sections control the behavior of the autocomplete drop-downs @@ -265,7 +265,7 @@ sort = "last_indexed desc" ; You can build your own autocomplete modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/autocomplete +; https://vufind.org/wiki/configuration:autocomplete [Autocomplete] ; Set this to false to disable all autocomplete behavior enabled = true diff --git a/module/VuFind/tests/fixtures/configs/1.2/config.ini b/module/VuFind/tests/fixtures/configs/1.2/config.ini index dd0cb96afff..ddd8dd31997 100644 --- a/module/VuFind/tests/fixtures/configs/1.2/config.ini +++ b/module/VuFind/tests/fixtures/configs/1.2/config.ini @@ -14,7 +14,7 @@ debug = false ; default if they are not found. This makes it easier to override a few templates ; without having to clone the entire theme. See this page for important notes on ; theme customization: -; http://www.vufind.org/wiki/customization +; https://vufind.org/wiki/development:architecture:user_interface [Site] path = /vufind url = http://library.myuniversity.edu/vufind diff --git a/module/VuFind/tests/fixtures/configs/1.2/fulltext.ini b/module/VuFind/tests/fixtures/configs/1.2/fulltext.ini index c9bad66037a..5b5d8d8ae89 100644 --- a/module/VuFind/tests/fixtures/configs/1.2/fulltext.ini +++ b/module/VuFind/tests/fixtures/configs/1.2/fulltext.ini @@ -1,6 +1,6 @@ ; This file contains settings used for full text indexing. See the documentation ; on the XSLT import tool for more details: -; http://vufind.org/wiki/importing_records#importing_with_xslt +; https://vufind.org/wiki/indexing:xml ; Aperture is a Java tool for extracting full text from documents. It is not ; included with VuFind by default, but it can be downloaded here: diff --git a/module/VuFind/tests/fixtures/configs/1.2/searches.ini b/module/VuFind/tests/fixtures/configs/1.2/searches.ini index 6d98be8adb9..382059f5359 100644 --- a/module/VuFind/tests/fixtures/configs/1.2/searches.ini +++ b/module/VuFind/tests/fixtures/configs/1.2/searches.ini @@ -207,7 +207,7 @@ CallNumber = callnumber ; You can build your own recommendations modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/building_a_recommendations_module +; https://vufind.org/wiki/development:plugins:recommendation_modules [SideRecommendations] ; No search-specific settings by default -- add your own here. ;Subject[] = SideFacets @@ -236,7 +236,7 @@ ranges = 1,5,30 ; This setting controls the maximum number of pages of results that will show up ; when doing a new item search. It is necessary to limit the number of results to ; avoid getting a "too many boolean clauses" error from the Solr index (see notes -; at http://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; at https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you ; set the value too low, you may get the same results no matter which range setting ; is selected! result_pages = 10 @@ -255,7 +255,7 @@ result_pages = 10 ; items. Comment out the whole setting if you do not want custom RSS sorting. ; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, ; you need to index record change dates; see the Wiki page at -; http://vufind.org/wiki/tracking_record_changes +; https://vufind.org/wiki/indexing:tracking_record_changes sort = "last_indexed desc" ; The following two sections control the behavior of the autocomplete drop-downs @@ -292,7 +292,7 @@ sort = "last_indexed desc" ; You can build your own autocomplete modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/autocomplete +; https://vufind.org/wiki/configuration:autocomplete [Autocomplete] ; Set this to false to disable all autocomplete behavior enabled = true diff --git a/module/VuFind/tests/fixtures/configs/1.3/config.ini b/module/VuFind/tests/fixtures/configs/1.3/config.ini index 1672da3ab29..dca7fc490d9 100644 --- a/module/VuFind/tests/fixtures/configs/1.3/config.ini +++ b/module/VuFind/tests/fixtures/configs/1.3/config.ini @@ -14,7 +14,7 @@ debug = false ; default if they are not found. This makes it easier to override a few templates ; without having to clone the entire theme. See this page for important notes on ; theme customization: -; http://www.vufind.org/wiki/customization +; https://vufind.org/wiki/development:architecture:user_interface [Site] path = /vufind ; URL is optional; VuFind will attempt to auto-detect if omitted: diff --git a/module/VuFind/tests/fixtures/configs/1.3/fulltext.ini b/module/VuFind/tests/fixtures/configs/1.3/fulltext.ini index c9bad66037a..5b5d8d8ae89 100644 --- a/module/VuFind/tests/fixtures/configs/1.3/fulltext.ini +++ b/module/VuFind/tests/fixtures/configs/1.3/fulltext.ini @@ -1,6 +1,6 @@ ; This file contains settings used for full text indexing. See the documentation ; on the XSLT import tool for more details: -; http://vufind.org/wiki/importing_records#importing_with_xslt +; https://vufind.org/wiki/indexing:xml ; Aperture is a Java tool for extracting full text from documents. It is not ; included with VuFind by default, but it can be downloaded here: diff --git a/module/VuFind/tests/fixtures/configs/1.3/searches.ini b/module/VuFind/tests/fixtures/configs/1.3/searches.ini index 94f200c23e5..b38abc4ea84 100644 --- a/module/VuFind/tests/fixtures/configs/1.3/searches.ini +++ b/module/VuFind/tests/fixtures/configs/1.3/searches.ini @@ -233,7 +233,7 @@ CallNumber = callnumber ; You can build your own recommendations modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/building_a_recommendations_module +; https://vufind.org/wiki/development:plugins:recommendation_modules [SideRecommendations] ; No search-specific settings by default -- add your own here. ;Subject[] = SideFacets @@ -262,7 +262,7 @@ ranges = 1,5,30 ; This setting controls the maximum number of pages of results that will show up ; when doing a new item search. It is necessary to limit the number of results to ; avoid getting a "too many boolean clauses" error from the Solr index (see notes -; at http://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; at https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you ; set the value too low, you may get the same results no matter which range setting ; is selected! result_pages = 10 @@ -281,7 +281,7 @@ result_pages = 10 ; items. Comment out the whole setting if you do not want custom RSS sorting. ; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, ; you need to index record change dates; see the Wiki page at -; http://vufind.org/wiki/tracking_record_changes +; https://vufind.org/wiki/indexing:tracking_record_changes sort = "last_indexed desc" ; The following two sections control the behavior of the autocomplete drop-downs @@ -318,7 +318,7 @@ sort = "last_indexed desc" ; You can build your own autocomplete modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/autocomplete +; https://vufind.org/wiki/configuration:autocomplete [Autocomplete] ; Set this to false to disable all autocomplete behavior enabled = true diff --git a/module/VuFind/tests/fixtures/configs/1.4/config.ini b/module/VuFind/tests/fixtures/configs/1.4/config.ini index abf8ebf8d95..b05c8ab206d 100644 --- a/module/VuFind/tests/fixtures/configs/1.4/config.ini +++ b/module/VuFind/tests/fixtures/configs/1.4/config.ini @@ -19,7 +19,7 @@ debug = false ; default if they are not found. This makes it easier to override a few templates ; without having to clone the entire theme. See this page for important notes on ; theme customization: -; http://www.vufind.org/wiki/customization +; https://vufind.org/wiki/development:architecture:user_interface [Site] path = /vufind ; URL and local are optional; VuFind will attempt to auto-detect if omitted: diff --git a/module/VuFind/tests/fixtures/configs/1.4/fulltext.ini b/module/VuFind/tests/fixtures/configs/1.4/fulltext.ini index 7a057fb5ac5..e581bc46fba 100644 --- a/module/VuFind/tests/fixtures/configs/1.4/fulltext.ini +++ b/module/VuFind/tests/fixtures/configs/1.4/fulltext.ini @@ -1,6 +1,6 @@ ; This file contains settings used for full text indexing. See the documentation ; on the XSLT import tool for more details: -; http://vufind.org/wiki/importing_records#importing_with_xslt +; https://vufind.org/wiki/indexing:xml ; Use this setting to set your default parser (either Aperture or Tika); if you omit ; this setting, VuFind will attempt to auto-detect the first available uncommented diff --git a/module/VuFind/tests/fixtures/configs/1.4/searches.ini b/module/VuFind/tests/fixtures/configs/1.4/searches.ini index 0572701b97b..cd7762197ae 100644 --- a/module/VuFind/tests/fixtures/configs/1.4/searches.ini +++ b/module/VuFind/tests/fixtures/configs/1.4/searches.ini @@ -254,7 +254,7 @@ CallNumber = callnumber ; You can build your own recommendations modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/building_a_recommendations_module +; https://vufind.org/wiki/development:plugins:recommendation_modules [SideRecommendations] ; No search-specific settings by default -- add your own here. ;Subject[] = SideFacets @@ -285,7 +285,7 @@ ranges = 1,5,30 ; This setting controls the maximum number of pages of results that will show up ; when doing a new item search. It is necessary to limit the number of results to ; avoid getting a "too many boolean clauses" error from the Solr index (see notes -; at http://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; at https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you ; set the value too low, you may get the same results no matter which range setting ; is selected! result_pages = 10 @@ -304,7 +304,7 @@ result_pages = 10 ; items. Comment out the whole setting if you do not want custom RSS sorting. ; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, ; you need to index record change dates; see the Wiki page at -; http://vufind.org/wiki/tracking_record_changes +; https://vufind.org/wiki/indexing:tracking_record_changes sort = "last_indexed desc" ; The following two sections control the behavior of the autocomplete drop-downs @@ -341,7 +341,7 @@ sort = "last_indexed desc" ; You can build your own autocomplete modules if you wish. See the developer's ; guide here: ; -; http://vufind.org/wiki/autocomplete +; https://vufind.org/wiki/configuration:autocomplete [Autocomplete] ; Set this to false to disable all autocomplete behavior enabled = true diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/DatabaseTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/DatabaseTest.php index 5d41a986317..d30b24c4b93 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/DatabaseTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/DatabaseTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\Database; /** * Database authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php index 0c6ad97b87b..11f18583210 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ILSTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\ILS, VuFind\Db\Table\User; /** * ILS authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ShibbolethTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ShibbolethTest.php index 2af5ff73b83..06c84aa6ff1 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ShibbolethTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Auth/ShibbolethTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\Shibboleth, VuFind\Db\Table\User, Zend\Config\Config; /** * Shibboleth authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php index 9c243a9e845..509acbebf1c 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Integration\Connection; use VuFindSearch\Query\Query; @@ -31,11 +31,11 @@ use VuFindSearch\Query\Query; /** * Solr Auth Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SolrAuthTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php index a245dba5691..65363ded846 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Integration\Connection; /** * Solr Connection Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SolrTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php index 89f628b75bf..99d633b64fe 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Db/Table/ChangeTrackerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Db\Table; use VuFind\Db\Table\ChangeTracker; @@ -31,11 +31,11 @@ use VuFind\Db\Table\ChangeTracker; /** * ChangeTracker Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ChangeTrackerTest extends \VuFindTest\Unit\DbTestCase { diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AdvancedSearchTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AdvancedSearchTest.php index 2622637af48..a907d67a2ce 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AdvancedSearchTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/AdvancedSearchTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Mink test class to test advanced search. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php index 972d3113a3d..b0f5c86cd27 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Very simple Mink test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php index 587ed817f9e..1f3209a1fc7 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Behat\Mink\Element\Element; /** * Mink bulk action test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php index 4a762c3cb90..c4c8be37971 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Behat\Mink\Element\Element; /** * Mink cart test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php index 49d59dd58a3..62845040a01 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Behat\Mink\Element\Element; /** * Mink favorites test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php index 6ce37fa2ae1..88d2d24c59b 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/IlsActionsTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Behat\Mink\Element\Element; /** * Mink ILS actions test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php index 9a3461db2d5..6d19acc15b0 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Mink link resolver test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -62,7 +62,7 @@ class LinkResolverTest extends \VuFindTest\Unit\MinkTestCase 'OpenURL' => [ 'resolver' => 'demo', 'embed' => '1', - 'url' => 'http://vufind.org/wiki', + 'url' => 'https://vufind.org/wiki', ] ]; } diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php index 1c48074b786..fc8de8a6ea6 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Mink record actions test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordTest.php index 0a78661d295..e1f8fd00b7e 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Mink test class for basic record functionality. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php index 3431c7ba31d..3dff0e7c537 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTest\Mink; /** * Mink search actions test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php index d11f6dc71d3..badc422c64e 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Integration\View\Helper\Root; use VuFind\View\Helper\Root\ResultFeed; @@ -31,11 +31,11 @@ use VuFind\View\Helper\Root\ResultFeed; /** * ResultFeed Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ResultFeedTest extends \VuFindTest\Unit\ViewHelperTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ChoiceAuthTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ChoiceAuthTest.php index 4013852d975..e733c0bee43 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ChoiceAuthTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ChoiceAuthTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Auth\ChoiceAuth, VuFind\Auth\PluginManager, /** * ChoiceAuth test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/DatabaseUnitTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/DatabaseUnitTest.php index 2f2057bb8b2..7425bfb782c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/DatabaseUnitTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/DatabaseUnitTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\Database, Zend\Db\ResultSet\ResultSet, Zend\Stdlib\Parameters; /** * Database authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ILSAuthenticatorTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ILSAuthenticatorTest.php index 28b718af024..d62a2bf87df 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ILSAuthenticatorTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ILSAuthenticatorTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Auth; use VuFind\Auth\ILSAuthenticator, VuFind\Auth\Manager, @@ -32,11 +32,11 @@ use VuFind\Auth\ILSAuthenticator, VuFind\Auth\Manager, /** * ILS Authenticator Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ILSAuthenticatorTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/LDAPTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/LDAPTest.php index 61a1c116c52..51ffacf6219 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/LDAPTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/LDAPTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\LDAP, Zend\Config\Config; /** * LDAP authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php index c22baefdb2a..e4157cb3bec 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/ManagerTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Auth\Manager, VuFind\Auth\PluginManager, /** * Authentication manager test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/MultiAuthTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/MultiAuthTest.php index fafffea763e..732c07f8aa5 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/MultiAuthTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/MultiAuthTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\MultiAuth, Zend\Config\Config; /** * LDAP authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/PluginManagerTest.php index c5de713c86e..c39bfb4a59f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Auth; use VuFind\Auth\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Auth\PluginManager; /** * Auth Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/SIP2Test.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/SIP2Test.php index ffaab2a2434..92031adbe8b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/SIP2Test.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Auth/SIP2Test.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Auth\SIP2, Zend\Config\Config; /** * SIP2 authentication test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/PluginManagerTest.php index 059c717b268..3cd1650b935 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Autocomplete; use VuFind\Autocomplete\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Autocomplete\PluginManager; /** * Autocomplete Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/TagTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/TagTest.php index b3e2175caef..7f6b9d3feea 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/TagTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Autocomplete/TagTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\Autocomplete\Tag; /** * Tag autocomplete test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Cache/Storage/Adapter/NoCacheAdapterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Cache/Storage/Adapter/NoCacheAdapterTest.php index e4dedf848ee..92346a97e66 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Cache/Storage/Adapter/NoCacheAdapterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Cache/Storage/Adapter/NoCacheAdapterTest.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Cache * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -35,7 +35,7 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for VuFind NoCacheAdapter. * - * @category VuFind2 + * @category VuFind * @package Cache * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/CartTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/CartTest.php index 15fd562b393..1689b4a8fa2 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/CartTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/CartTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFind\Cookie\CookieManager; @@ -31,11 +31,11 @@ use VuFind\Cookie\CookieManager; /** * Cart Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CartTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/PluginFactoryTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/PluginFactoryTest.php index 73edef389a3..5551cd6782e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/PluginFactoryTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/PluginFactoryTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config; use VuFind\Config\Locator; @@ -31,12 +31,12 @@ use VuFind\Config\Locator; /** * Config Factory Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginFactoryTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/Reader/CacheDecoratorTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/Reader/CacheDecoratorTest.php index 5125b0e1d70..44165bad4c6 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/Reader/CacheDecoratorTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/Reader/CacheDecoratorTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config\Reader; @@ -33,11 +33,11 @@ use VuFind\Config\Reader\CacheDecorator; /** * Config CacheDecorator test class. * - * @category VuFind2 + * @category VuFind * @package Tests * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CacheDecoratorTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/SearchSpecsReaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/SearchSpecsReaderTest.php index 907dbb47794..5ab1a3c2b68 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/SearchSpecsReaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/SearchSpecsReaderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config; use VuFind\Config\SearchSpecsReader; @@ -31,12 +31,12 @@ use VuFind\Config\SearchSpecsReader; /** * Config SearchSpecsReader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SearchSpecsReaderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php index 5227d803f8b..3c977264ae9 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/UpgradeTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config; use VuFind\Config\Upgrade; @@ -31,12 +31,12 @@ use VuFind\Config\Upgrade; /** * Config Upgrade Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class UpgradeTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/VersionTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/VersionTest.php index 8040fc79012..8ede10c8177 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/VersionTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/VersionTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config; use VuFind\Config\Version; @@ -31,12 +31,12 @@ use VuFind\Config\Version; /** * Version Reader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class VersionTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/WriterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/WriterTest.php index 3e0d0b7d273..81757e4f5d0 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Config/WriterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Config/WriterTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Config; use VuFind\Config\Writer; @@ -31,12 +31,12 @@ use VuFind\Config\Writer; /** * Config Writer Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class WriterTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WikipediaTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WikipediaTest.php index 0b6784f6241..4d4e09bd973 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WikipediaTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WikipediaTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Connection; @@ -36,11 +36,11 @@ use Zend\Http\Client as HttpClient; /** * Unit tests for Wikipedia connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class WikipediaTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WorldCatUtilsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WorldCatUtilsTest.php index 89d4a511050..e3fff8c1d77 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WorldCatUtilsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Connection/WorldCatUtilsTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Connection; @@ -36,11 +36,11 @@ use Zend\Http\Client as HttpClient; /** * Unit tests for WorldCat utility connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class WorldCatUtilsTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/AuthorNotes/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/AuthorNotes/PluginManagerTest.php index e21f310ddde..7ca847638d7 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/AuthorNotes/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/AuthorNotes/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\AuthorNotes\Content; use VuFind\Content\AuthorNotes\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Content\AuthorNotes\PluginManager; /** * Content AuthorNotes Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/AmazonTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/AmazonTest.php index 407ee3c9281..c90ff8bfa3a 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/AmazonTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/AmazonTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN; @@ -32,11 +32,11 @@ use VuFindCode\ISBN; /** * Unit tests for Amazon cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class AmazonTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BooksiteTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BooksiteTest.php index c2e3b5f097a..5f373ad4bdb 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BooksiteTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BooksiteTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\Booksite; @@ -32,11 +32,11 @@ use VuFindCode\ISBN, VuFind\Content\Covers\Booksite; /** * Unit tests for Booksite cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BooksiteTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BuchhandelTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BuchhandelTest.php index abed471da53..0823cb99d0f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BuchhandelTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/BuchhandelTest.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\Buchhandel; @@ -33,12 +33,12 @@ use VuFindCode\ISBN, VuFind\Content\Covers\Buchhandel; /** * Unit tests for Booksite cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BuchhandelTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/ContentCafeTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/ContentCafeTest.php index 7dfbe2e157e..97215085107 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/ContentCafeTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/ContentCafeTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\ContentCafe, Zend\Config\Config; @@ -32,11 +32,11 @@ use VuFindCode\ISBN, VuFind\Content\Covers\ContentCafe, Zend\Config\Config; /** * Unit tests for ContentCafe cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ContentCafeTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/LibraryThingTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/LibraryThingTest.php index 94c909b3607..b8a0c90bd45 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/LibraryThingTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/LibraryThingTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\LibraryThing; @@ -32,11 +32,11 @@ use VuFindCode\ISBN, VuFind\Content\Covers\LibraryThing; /** * Unit tests for LibraryThing cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class LibraryThingTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/OpenLibraryTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/OpenLibraryTest.php index 7e4c2eabadc..0e3808ac9a4 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/OpenLibraryTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/OpenLibraryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\OpenLibrary; @@ -32,11 +32,11 @@ use VuFindCode\ISBN, VuFind\Content\Covers\OpenLibrary; /** * Unit tests for OpenLibrary cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class OpenLibraryTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/PluginManagerTest.php index 526e21c707e..4a6c620b00d 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Covers\Content; use VuFind\Content\Covers\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Content\Covers\PluginManager; /** * Content Covers Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/SummonTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/SummonTest.php index b0027b5a3e6..de2c9f33ee1 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/SummonTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Covers/SummonTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Content\Covers; use VuFindCode\ISBN, VuFind\Content\Covers\Summon; @@ -32,11 +32,11 @@ use VuFindCode\ISBN, VuFind\Content\Covers\Summon; /** * Unit tests for Summon cover loader. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SummonTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Excerpts/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Excerpts/PluginManagerTest.php index 9a9fc23af1a..600f8c4212a 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Excerpts/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Excerpts/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Excerpts\Content; use VuFind\Content\Excerpts\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Content\Excerpts\PluginManager; /** * Content Excerpts Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/PluginManagerTest.php index 473039920ef..f52f27f3370 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Content; use VuFind\Content\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Content\PluginManager; /** * Content Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Reviews/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Reviews/PluginManagerTest.php index f3b46ce7588..341b4d5566f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Reviews/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Content/Reviews/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Reviews\Content; use VuFind\Content\Reviews\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Content\Reviews\PluginManager; /** * Content Reviews Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/FollowupTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/FollowupTest.php index 29a487eab82..62a4fa7596f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/FollowupTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/FollowupTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Controller\Plugin; @@ -34,11 +34,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Followup controller plugin tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class FollowupTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/NewItemsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/NewItemsTest.php index 3a3c6be689a..34f8ea338e3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/NewItemsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/NewItemsTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Controller\Plugin; @@ -35,11 +35,11 @@ use Zend\Config\Config; /** * New items controller plugin tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class NewItemsTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php index a6736b61184..340f7772294 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Controller\Plugin; @@ -34,11 +34,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * ResultScroller controller plugin tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ResultScrollerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Cookie/ContainerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Cookie/ContainerTest.php index 2771c98aca0..04b3c4357d1 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Cookie/ContainerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Cookie/ContainerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Cookie; use VuFind\Cookie\Container; @@ -31,11 +31,11 @@ use VuFind\Cookie\Container; /** * Cookie Container Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ContainerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Cover/LoaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Cover/LoaderTest.php index 2ff4dcda750..b6dab65bbb9 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Cover/LoaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Cover/LoaderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Cover; use VuFind\Cover\Loader; @@ -34,11 +34,11 @@ use Zend\Http\Client\Adapter\Test as TestAdapter; /** * Cover Loader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class LoaderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/HMACTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/HMACTest.php index c479e1323ab..2bae9239035 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/HMACTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/HMACTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Crypt; use VuFind\Crypt\HMAC; @@ -31,11 +31,11 @@ use VuFind\Crypt\HMAC; /** * HMAC Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class HMACTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/RC4Test.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/RC4Test.php index 183f2ba8a64..4e1dfa74228 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/RC4Test.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Crypt/RC4Test.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Crypt; use VuFind\Crypt\RC4; @@ -31,11 +31,11 @@ use VuFind\Crypt\RC4; /** * RC4 Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class RC4Test extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Date/ConverterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Date/ConverterTest.php index d4b0ac2af01..82b0612bdbd 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Date/ConverterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Date/ConverterTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use VuFind\Date\Converter, VuFind\Exception\Date as DateException, /** * VuFindDate Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/PluginManagerTest.php index 2ee176fe073..dad69869cb3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Db\Table; use VuFind\Db\Table\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Db\Table\PluginManager; /** * DB Table Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/UserListTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/UserListTest.php index 2ed0a5427a8..73d0bb3bb82 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/UserListTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Db/Table/UserListTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Db\Table; use VuFind\Db\Table\UserList; @@ -31,11 +31,11 @@ use VuFind\Db\Table\UserList; /** * UserList Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class UserListTest extends \VuFindTest\Unit\DbTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ExportTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ExportTest.php index a727f90546e..15728154f44 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ExportTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ExportTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFind\Export, Zend\Config\Config; @@ -31,11 +31,11 @@ use VuFind\Export, Zend\Config\Config; /** * Export Support Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ExportTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/Driver/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/Driver/PluginManagerTest.php index 8d73bf0c7ff..edfbb5c6d3f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/Driver/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/Driver/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Hierarchy\Driver; use VuFind\Hierarchy\Driver\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Hierarchy\Driver\PluginManager; /** * Hierarchy Driver Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeDataSource/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeDataSource/PluginManagerTest.php index cbbd0a9cb53..856b023d89e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeDataSource/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeDataSource/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Hierarchy\TreeDataSource; use VuFind\Hierarchy\TreeDataSource\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Hierarchy\TreeDataSource\PluginManager; /** * Hierarchy Tree Data Source Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeRenderer/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeRenderer/PluginManagerTest.php index a58a0d4a283..39bca2898ad 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeRenderer/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Hierarchy/TreeRenderer/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Hierarchy\TreeRenderer; use VuFind\Hierarchy\TreeRenderer\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Hierarchy\TreeRenderer\PluginManager; /** * Hierarchy Tree Renderer Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/ExtendedIniNormalizerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/ExtendedIniNormalizerTest.php index 859385668fe..21229a0fe1e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/ExtendedIniNormalizerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/ExtendedIniNormalizerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\I18n; use VuFind\I18n\ExtendedIniNormalizer; @@ -31,12 +31,12 @@ use VuFind\I18n\ExtendedIniNormalizer; /** * ExtendedIniNormalizer Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ExtendedIniNormalizerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniReaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniReaderTest.php index 83a130c23f2..9e817e8c6e9 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniReaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniReaderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\I18n\Translator\Loader; use VuFind\I18n\Translator\Loader\ExtendedIniReader; @@ -31,12 +31,12 @@ use VuFind\I18n\Translator\Loader\ExtendedIniReader; /** * ExtendedIniReader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ExtendedIniReaderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniTest.php index 7664a4429cf..bd34759ea20 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/I18n/Translator/Loader/ExtendedIniTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\I18n\Translator\Loader; use VuFind\I18n\Translator\Loader\ExtendedIni; @@ -31,12 +31,12 @@ use VuFind\I18n\Translator\Loader\ExtendedIni; /** * ExtendedIni translation loader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ExtendedIniTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AlephTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AlephTest.php index 364ec317f03..85cf3ba567f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AlephTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AlephTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Aleph; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AmicusTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AmicusTest.php index a1149d646f4..80213bd0c9b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AmicusTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/AmicusTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Amicus; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/ClaviusSQLTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/ClaviusSQLTest.php index 97991ffdaa4..c055c78418b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/ClaviusSQLTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/ClaviusSQLTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\ClaviusSQL; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php index 01062270f7b..495b3719c10 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Jochen Lienhard <lienhard@ub.uni-freiburg.de> @@ -37,7 +37,7 @@ use InvalidArgumentException; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DemoTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DemoTest.php index 636a9a577e9..231f726d40c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DemoTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DemoTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Demo; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/EvergreenTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/EvergreenTest.php index f5d28aa0a6d..3670019bade 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/EvergreenTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/EvergreenTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Evergreen; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonTest.php index 6254d17760c..6656b59e5f3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Horizon; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonXMLAPITest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonXMLAPITest.php index 5b027071b08..e0cbf870b24 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonXMLAPITest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/HorizonXMLAPITest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\HorizonXMLAPI; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/InnovativeTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/InnovativeTest.php index f3f3df5f388..fbbf7e67e4d 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/InnovativeTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/InnovativeTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Innovative; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/KohaTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/KohaTest.php index 84fb1975662..99f2955c86c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/KohaTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/KohaTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Koha; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php index e27877457f9..8141d57ca52 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/MultiBackendTest.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Kyle McGrogan <km7717@ship.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> @@ -34,7 +34,7 @@ use Zend\Log\Writer\Mock; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Kyle McGrogan <km7717@ship.edu> * @author Ere Maijala <ere.maijala@helsinki.fi> @@ -2541,7 +2541,7 @@ class MultiBackendTest extends \VuFindTest\Unit\TestCase /** * A dummy ILS driver used for testing a driver with unsupported features * - * @category VuFind2 + * @category VuFind * @package Tests * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NewGenLibTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NewGenLibTest.php index 672c4595ba4..a12bf456b96 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NewGenLibTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NewGenLibTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\NewGenLib; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NoILSTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NoILSTest.php index 2590964cacc..a1aa0430fb3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NoILSTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/NoILSTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\NoILS; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PluginManagerTest.php index 637fa794614..864b3a65e55 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\ILS\Driver; use VuFind\ILS\Driver\PluginManager; @@ -31,11 +31,11 @@ use VuFind\ILS\Driver\PluginManager; /** * ILS Driver Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PolarisTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PolarisTest.php index fb68bc8ab35..5cf3f3083d2 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PolarisTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PolarisTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Polaris; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SampleTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SampleTest.php index f2e92fa491b..a0e32942ae3 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SampleTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SampleTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Sample; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php index f067dee0b40..271b3277370 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/SymphonyTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Symphony; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/UnicornTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/UnicornTest.php index 0517d0c9489..35f5faeee7d 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/UnicornTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/UnicornTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Unicorn; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VirtuaTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VirtuaTest.php index e0ed85c968c..ccc5bbb22d5 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VirtuaTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VirtuaTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Virtua; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerRestfulTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerRestfulTest.php index 606bb76fac3..8843a064c95 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerRestfulTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerRestfulTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\VoyagerRestful; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerTest.php index e30348e278e..b115a048bf1 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/VoyagerTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\Voyager; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/XCNCIP2Test.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/XCNCIP2Test.php index 40be5c09c2d..0fafd24e2b0 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/XCNCIP2Test.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/XCNCIP2Test.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\ILS\Driver\XCNCIP2; /** * ILS driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Log/LoggerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Log/LoggerTest.php index 5daa6656505..e2b3b49f0c5 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Log/LoggerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Log/LoggerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Log; use VuFind\Log\Logger; @@ -31,11 +31,11 @@ use VuFind\Log\Logger; /** * Sitemap Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class LoggerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Mailer/MailerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Mailer/MailerTest.php index 64efbf8a1af..ff672ba9598 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Mailer/MailerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Mailer/MailerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Mailer; use VuFind\Mailer\Mailer; @@ -32,11 +32,11 @@ use Zend\Mail\Address; /** * Mailer Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class MailerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Net/IpAddressUtilsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Net/IpAddressUtilsTest.php index c16bf2faead..e64b30ef454 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Net/IpAddressUtilsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Net/IpAddressUtilsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Net; use VuFind\Net\IpAddressUtils; @@ -31,11 +31,11 @@ use VuFind\Net\IpAddressUtils; /** * IpAddressUtils Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class IpAddressUtilsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php index 0de39c5890d..78aa0e6ae37 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\QRCode; use VuFind\QRCode\Loader; @@ -33,11 +33,11 @@ use Zend\Config\Config; /** * QR Code Loader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class LoaderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/CollectionSideFacetsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/CollectionSideFacetsTest.php index 0226fa0e03b..0cea548fc20 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/CollectionSideFacetsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/CollectionSideFacetsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\CollectionSideFacets; @@ -31,11 +31,11 @@ use VuFind\Recommend\CollectionSideFacets; /** * CollectionSideFacets recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CollectionSideFacetsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/EuropeanaResultsDeferredTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/EuropeanaResultsDeferredTest.php index 3937c4963a8..986eeef94da 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/EuropeanaResultsDeferredTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/EuropeanaResultsDeferredTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; /** * EuropeanaResultsDeferred recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class EuropeanaResultsDeferredTest extends \VuFindTest\Unit\RecommendDeferredTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/ExpandFacetsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/ExpandFacetsTest.php index fab6634e8b2..c3aa68501b8 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/ExpandFacetsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/ExpandFacetsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\ExpandFacets; @@ -31,11 +31,11 @@ use VuFind\Recommend\ExpandFacets; /** * ExpandFacets recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ExpandFacetsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FacetCloudTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FacetCloudTest.php index 3688a29c500..d08357d597b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FacetCloudTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FacetCloudTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\FacetCloud; @@ -31,11 +31,11 @@ use VuFind\Recommend\FacetCloud; /** * FacetCloud recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class FacetCloudTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FavoriteFacetsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FavoriteFacetsTest.php index 1643a714ba9..6ec225b857c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FavoriteFacetsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/FavoriteFacetsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\FavoriteFacets; @@ -31,11 +31,11 @@ use VuFind\Recommend\FavoriteFacets; /** * FavoriteFacets recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class FavoriteFacetsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/OpenLibrarySubjectsDeferredTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/OpenLibrarySubjectsDeferredTest.php index a6df26fcaa7..6a4b2a1599b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/OpenLibrarySubjectsDeferredTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/OpenLibrarySubjectsDeferredTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; /** * OpenLibrarySubjectsDeferred recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class OpenLibrarySubjectsDeferredTest extends \VuFindTest\Unit\RecommendDeferredTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/PluginManagerTest.php index 025cef558af..a84c6076d09 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Recommend\PluginManager; /** * Recommend Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php index 81d74f25456..00d682003d4 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/RandomRecommendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; @@ -34,11 +34,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Random Recommend tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class RandomRecommendTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SideFacetsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SideFacetsTest.php index 8204234ad31..c6aee1f576b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SideFacetsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SideFacetsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\SideFacets; @@ -31,11 +31,11 @@ use VuFind\Recommend\SideFacets; /** * SideFacets recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SideFacetsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonBestBetsDeferredTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonBestBetsDeferredTest.php index 51f3fc68b93..d75b53cfcb8 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonBestBetsDeferredTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonBestBetsDeferredTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; /** * SummonBestBetsDeferred recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SummonBestBetsDeferredTest extends \VuFindTest\Unit\RecommendDeferredTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonDatabasesDeferredTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonDatabasesDeferredTest.php index 124e1704315..c29b961c58a 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonDatabasesDeferredTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonDatabasesDeferredTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; /** * SummonDatabasesDeferred recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SummonDatabasesDeferredTest extends \VuFindTest\Unit\RecommendDeferredTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonResultsDeferredTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonResultsDeferredTest.php index f0047a66dd5..7596068393e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonResultsDeferredTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SummonResultsDeferredTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; /** * SummonResultsDeferred recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SummonResultsDeferredTest extends \VuFindTest\Unit\RecommendDeferredTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SwitchQueryTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SwitchQueryTest.php index dee8968cd10..aa17421a212 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SwitchQueryTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Recommend/SwitchQueryTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Recommend; use VuFind\Recommend\SwitchQuery; @@ -31,11 +31,11 @@ use VuFind\Recommend\SwitchQuery; /** * SwitchQuery recommendation module Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SwitchQueryTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/CacheTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/CacheTest.php index 0754c8f3bf7..6f521314f8e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/CacheTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/CacheTest.php @@ -21,12 +21,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Squiz Pty Ltd <products@squiz.net> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Record; use VuFind\Record\Cache; @@ -35,12 +35,12 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Record cache tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Squiz Pty Ltd <products@squiz.net> * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CacheTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/LoaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/LoaderTest.php index 19b4f8216bb..6cb0b75af50 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/LoaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/LoaderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Record; @@ -38,11 +38,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Record loader tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class LoaderTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/RouterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/RouterTest.php index 73f401478a8..1507397db1b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Record/RouterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Record/RouterTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Record; @@ -36,11 +36,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Record router tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class RouterTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/PluginManagerTest.php index 7b808220dd1..928cd18d852 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordDriver; use VuFind\RecordDriver\PluginManager; @@ -31,11 +31,11 @@ use VuFind\RecordDriver\PluginManager; /** * RecordDriver Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/Response/PublicationDetailsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/Response/PublicationDetailsTest.php index 67572f303dd..2bccf7b8454 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/Response/PublicationDetailsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/Response/PublicationDetailsTest.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordDriver\Response; use VuFind\RecordDriver\Response\PublicationDetails; @@ -32,13 +32,13 @@ use VuFind\RecordDriver\Response\PublicationDetails; /** * SolrMarc Record Driver Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author David Maus <maus@hab.de> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PublicationDetailsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrDefaultTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrDefaultTest.php index 642c0622710..6eed23fa4e6 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrDefaultTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrDefaultTest.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordDriver; use VuFind\RecordDriver\SolrDefault; @@ -32,13 +32,13 @@ use VuFind\RecordDriver\SolrDefault; /** * SolrDefault Record Driver Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author David Maus <maus@hab.de> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SolrDefaultTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrMarcTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrMarcTest.php index 0edf619b6d8..b3a718dfc7c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrMarcTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordDriver/SolrMarcTest.php @@ -19,25 +19,25 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordDriver; /** * SolrMarc Record Driver Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author David Maus <maus@hab.de> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SolrMarcTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordTab/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordTab/PluginManagerTest.php index 07a35b79134..e2f7ecd8b98 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/RecordTab/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/RecordTab/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\RecordTab; use VuFind\RecordTab\PluginManager; @@ -31,11 +31,11 @@ use VuFind\RecordTab\PluginManager; /** * RecordTab Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/PluginManagerTest.php index 0dad2c7cc84..05518db1362 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Related; use VuFind\Related\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Related\PluginManager; /** * Related Items Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/SimilarTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/SimilarTest.php index 53d038b6f70..4c9316f9d1f 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/SimilarTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/SimilarTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Related; use VuFind\Related\Similar; @@ -31,11 +31,11 @@ use VuFind\Related\Similar; /** * Similar Related Items Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SimilarTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/WorldCatSimilarTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/WorldCatSimilarTest.php index 4b259674941..3a02b167d74 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Related/WorldCatSimilarTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Related/WorldCatSimilarTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Related; use VuFind\Related\WorldCatSimilar, VuFindSearch\Query\Query; @@ -31,11 +31,11 @@ use VuFind\Related\WorldCatSimilar, VuFindSearch\Query\Query; /** * WorldCat Similar Related Items Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class WorldCatSimilarTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Reserves/CsvReaderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Reserves/CsvReaderTest.php index cf8f944876e..8e9bcb9fe2e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Reserves/CsvReaderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Reserves/CsvReaderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Reserves; use VuFind\Reserves\CsvReader; @@ -31,11 +31,11 @@ use VuFind\Reserves\CsvReader; /** * Course Reserves CSV Loader Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CsvReaderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/PluginManagerTest.php index b377ba97ac9..8c7dd8e2a4c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Resolver\Driver; use VuFind\Resolver\Driver\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Resolver\Driver\PluginManager; /** * Resolver\Driver Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/RediTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/RediTest.php index 2bf5d0cca35..eb4a774966b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/RediTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Resolver/Driver/RediTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Demian Katz <demian.katz@villanova.edu> @@ -37,7 +37,7 @@ use InvalidArgumentException; /** * Redi resolver driver test * - * @category VuFind2 + * @category VuFind * @package Tests * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @author Demian Katz <demian.katz@villanova.edu> diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/DynamicRoleProviderTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/DynamicRoleProviderTest.php index bd295a51c35..fd64822260e 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/DynamicRoleProviderTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/DynamicRoleProviderTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Role; use VuFind\Role\DynamicRoleProvider, VuFind\Role\PermissionProvider\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Role\DynamicRoleProvider, VuFind\Role\PermissionProvider\PluginManage /** * Dynamic Role Provider Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class DynamicRoleProviderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/PluginManagerTest.php index 56f375d448d..c8dc7d0f559 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Role\PermissionProvider; use VuFind\Role\PermissionProvider\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Role\PermissionProvider\PluginManager; /** * PermissionProvider Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ServerParamTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ServerParamTest.php index 0b9a6106ec5..f36bffef09b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ServerParamTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ServerParamTest.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Bernd Oberknapp <bo@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Role\PermissionProvider; use VuFind\Role\PermissionProvider\ServerParam; @@ -32,12 +32,12 @@ use VuFind\Role\PermissionProvider\ServerParam; /** * PermissionProvider ServerParam Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Bernd Oberknapp <bo@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ServerParamTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php index 680e69be3a2..cfdccc880f1 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Role/PermissionProvider/ShibbolethTest.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Bernd Oberknapp <bo@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Role\PermissionProvider; use VuFind\Role\PermissionProvider\Shibboleth; @@ -32,12 +32,12 @@ use VuFind\Role\PermissionProvider\Shibboleth; /** * PermissionProvider Shibboleth Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Bernd Oberknapp <bo@ub.uni-freiburg.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ShibbolethTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/SMS/ClickatellTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/SMS/ClickatellTest.php index b39e0e7ee87..780cb64bb5c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/SMS/ClickatellTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/SMS/ClickatellTest.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use VuFind\SMS\Clickatell; /** * SMS test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/BackendManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/BackendManagerTest.php index 34405675867..be9f20f3996 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/BackendManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/BackendManagerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search; @@ -36,11 +36,11 @@ use Zend\EventManager\SharedEventManager; /** * BackendManager unit tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class BackendManagerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Base/ParamsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Base/ParamsTest.php index 7469a7460cd..04b78d8eaab 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Base/ParamsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Base/ParamsTest.php @@ -19,24 +19,24 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search\Base; /** * Base Search Object Parameters Test * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author Preetha Rao <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ParamsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/MemoryTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/MemoryTest.php index 53cb0a005b9..230f424e6d9 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/MemoryTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/MemoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search; @@ -34,11 +34,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * Memory unit tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class MemoryTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Options/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Options/PluginManagerTest.php index 21d999f9768..e74e75f90aa 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Options/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Options/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search\Options; use VuFind\Search\Options\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Search\Options\PluginManager; /** * Search\Options Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Params/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Params/PluginManagerTest.php index 7b4190c6ea4..3878f543442 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Params/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Params/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search\Params; use VuFind\Search\Params\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Search\Params\PluginManager; /** * Search\Params Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/OnCampusListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/OnCampusListenerTest.php index 62d1d5f7871..b6b9769b822 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/OnCampusListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/OnCampusListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Primo; @@ -39,11 +39,11 @@ use Zend\EventManager\Event; /** * Unit tests for OnCampus listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class OnCampusListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php index adb7bafb9f3..d0923d89d30 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Primo; @@ -37,11 +37,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, /** * Unit tests for Primo Permission Handler. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class PrimoPermissionHandlerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/QueryAdapterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/QueryAdapterTest.php index 917d6a89eff..102913bb0db 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/QueryAdapterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/QueryAdapterTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search; @@ -35,11 +35,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * QueryAdapter unit tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class QueryAdapterTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Results/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Results/PluginManagerTest.php index 8edb4abf2ed..dd7f951582a 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Results/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Results/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search\Results; use VuFind\Search\Results\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Search\Results\PluginManager; /** * Search\Results Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/SearchTabsHelperTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/SearchTabsHelperTest.php index 9c9af7ebc1b..9200f3451db 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/SearchTabsHelperTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/SearchTabsHelperTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Search; @@ -34,11 +34,11 @@ use VuFindTest\Unit\TestCase as TestCase; /** * SearchTabsHelper unit tests. * - * @category VuFind2 + * @category VuFind * @package Tests * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SearchTabsHelperTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/ConditionalFilterListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/ConditionalFilterListenerTest.php index c2ec64ecb97..6ace272cd44 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/ConditionalFilterListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/ConditionalFilterListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -43,11 +43,11 @@ use ZfcRbac\Service\AuthorizationServiceAwareInterface, /** * Unit tests for Conditional Filter listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ConditionalFilterListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/FilterFieldConversionListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/FilterFieldConversionListenerTest.php index 5d483cd939e..ea77e59334c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/FilterFieldConversionListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/FilterFieldConversionListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -37,11 +37,11 @@ use Zend\EventManager\Event; /** * Unit tests for FilterFieldConversionListener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class FilterFieldConversionListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HideFacetValueListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HideFacetValueListenerTest.php index f32f8e4254e..d0041fbca93 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HideFacetValueListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HideFacetValueListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -36,11 +36,11 @@ use Zend\EventManager\Event; /** * Unit tests for Hide Facet Value Listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class HideFacetValueListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php index 51afacf9480..4b6e1d295d5 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -34,11 +34,11 @@ use VuFind\Search\Solr\HierarchicalFacetHelper; /** * Unit tests for Hierarchical Facet Helper. * - * @category VuFind2 + * @category VuFind * @package Search * @author Ere Maijala <ere.maijala@helsinki.fi> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site * @todo Test buildFacetArray using url helper */ class HierarchicalFacetHelperTest extends TestCase diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/MultiIndexListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/MultiIndexListenerTest.php index 2f59fc82478..49b8b62eaee 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/MultiIndexListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/MultiIndexListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -40,11 +40,11 @@ use Zend\EventManager\Event; /** * Unit tests for multiindex listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class MultiIndexListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/SpellingProcessorTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/SpellingProcessorTest.php index 7514f6b4a8b..a72e4ab9c71 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/SpellingProcessorTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/SpellingProcessorTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr; @@ -35,11 +35,11 @@ use Zend\Config\Config; /** * Unit tests for spelling processor. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SpellingProcessorTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V3/ErrorListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V3/ErrorListenerTest.php index 92255df80c3..786eb799495 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V3/ErrorListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V3/ErrorListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr\V3; @@ -42,11 +42,11 @@ use RuntimeException; /** * Unit tests for SOLR 3.x error listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ErrorListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V4/ErrorListenerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V4/ErrorListenerTest.php index 20748789169..cfe7e1b50a8 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V4/ErrorListenerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/V4/ErrorListenerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTest\Search\Solr\V4; @@ -42,11 +42,11 @@ use RuntimeException; /** * Unit tests for SOLR 3.x error listener. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ErrorListenerTest extends TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Session/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Session/PluginManagerTest.php index c95582caa7f..d9cdb1e1fce 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Session/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Session/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Session; use VuFind\Session\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Session\PluginManager; /** * Session Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/SimpleXMLTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/SimpleXMLTest.php index 4247859dff3..faefeaf4307 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/SimpleXMLTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/SimpleXMLTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; /** * SimpleXML Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SimpleXMLTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapIndexTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapIndexTest.php index dda06fb7057..2a3665e697b 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapIndexTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapIndexTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Sitemap; use VuFind\Sitemap\SitemapIndex; @@ -31,11 +31,11 @@ use VuFind\Sitemap\SitemapIndex; /** * SitemapIndex Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SitemapIndexTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapTest.php index 3b7ccdd1cff..c60a54d6f04 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Sitemap/SitemapTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Sitemap; use VuFind\Sitemap\Sitemap; @@ -31,11 +31,11 @@ use VuFind\Sitemap\Sitemap; /** * Sitemap Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SitemapTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php index ccd220bf9ca..f3e1038b2b5 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/UtilsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Solr; use VuFind\Solr\Utils; @@ -31,11 +31,11 @@ use VuFind\Solr\Utils; /** * Solr Utils Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class UtilsTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/WriterTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/WriterTest.php index 30195d85c13..c8ed14521bf 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/WriterTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Solr/WriterTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Solr; use VuFind\Db\Table\ChangeTracker, VuFind\Search\BackendManager; @@ -32,11 +32,11 @@ use VuFind\Solr\Writer; /** * Solr Utils Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class WriterTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Statistics/Driver/PluginManagerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Statistics/Driver/PluginManagerTest.php index c37093e36f5..1b70af8b8a0 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/Statistics/Driver/PluginManagerTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Statistics/Driver/PluginManagerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Statistics\Driver; use VuFind\Statistics\Driver\PluginManager; @@ -31,11 +31,11 @@ use VuFind\Statistics\Driver\PluginManager; /** * Statistics Driver Plugin Manager Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class PluginManagerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/TagsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/TagsTest.php index 8449ad28ab4..4fd41a6c10c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/TagsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/TagsTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; /** * Tags Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class TagsTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CartTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CartTest.php index 37424a84a2a..e1d5b0644e6 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CartTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CartTest.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; /** * Cart view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CartTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php index bfd33b1a0e3..066be89b3e8 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\Citation; @@ -31,11 +31,11 @@ use VuFind\View\Helper\Root\Citation; /** * CitationBuilder Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class CitationTest extends \VuFindTest\Unit\ViewHelperTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/GoogleAnalyticsTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/GoogleAnalyticsTest.php index 04ca0c55d0c..53d4813ec2c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/GoogleAnalyticsTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/GoogleAnalyticsTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\GoogleAnalytics; @@ -31,11 +31,11 @@ use VuFind\View\Helper\Root\GoogleAnalytics; /** * GoogleAnalytics view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class GoogleAnalyticsTest extends \VuFindTest\Unit\ViewHelperTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/OpenUrlTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/OpenUrlTest.php index 54a240e37b7..fcb16178df4 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/OpenUrlTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/OpenUrlTest.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\OpenUrl, Zend\Config\Config, InvalidArgumentException; @@ -32,12 +32,12 @@ use VuFind\View\Helper\Root\OpenUrl, Zend\Config\Config, InvalidArgumentExceptio /** * OpenUrl Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @author André Lahmann <lahmann@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class OpenUrlTest extends \VuFindTest\Unit\ViewHelperTestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordTest.php index 0178e29ba5a..006d8285d9c 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\Record, Zend\View\Exception\RuntimeException; @@ -31,11 +31,11 @@ use VuFind\View\Helper\Root\Record, Zend\View\Exception\RuntimeException; /** * Record view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class RecordTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/SafeMoneyFormatTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/SafeMoneyFormatTest.php index 7824e799be6..75ecbe7f0fb 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/SafeMoneyFormatTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/SafeMoneyFormatTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\SafeMoneyFormat; @@ -31,11 +31,11 @@ use VuFind\View\Helper\Root\SafeMoneyFormat; /** * SafeMoneyFormat view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class SafeMoneyFormatTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/TranslateTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/TranslateTest.php index a1f5d2f7b87..bf0b5123d41 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/TranslateTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/TranslateTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\Root; use VuFind\View\Helper\Root\Translate; @@ -32,11 +32,11 @@ use VuFind\I18n\TranslatableString; /** * Translate view helper Test Class (and by extension, the TranslatorAwareTrait) * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class TranslateTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/jQueryMobile/MobileMenuTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/jQueryMobile/MobileMenuTest.php index b8b5436fa58..49b6b7714c6 100644 --- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/jQueryMobile/MobileMenuTest.php +++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/jQueryMobile/MobileMenuTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper\jQueryMobile; use VuFind\View\Helper\jQueryMobile\MobileMenu; @@ -31,11 +31,11 @@ use VuFind\View\Helper\jQueryMobile\MobileMenu; /** * MobileMenu view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class MobileMenuTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFindAdmin/Module.php b/module/VuFindAdmin/Module.php index 8d3377e2ea4..072444aa5f2 100644 --- a/module/VuFindAdmin/Module.php +++ b/module/VuFindAdmin/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\ModuleManager\ModuleManager, /** * VuFind Admin Tools module. * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/AbstractAdmin.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/AbstractAdmin.php index b59aecb81fb..4ac8b1c6e58 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/AbstractAdmin.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/AbstractAdmin.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Mvc\MvcEvent; /** * VuFind Admin Controller Base * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/AdminController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/AdminController.php index 6ef84b1dee8..676e0f508f8 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/AdminController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/AdminController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class controls VuFind administration. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class AdminController extends AbstractAdmin { diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/ConfigController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/ConfigController.php index d72702db6b0..655eb246be6 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/ConfigController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/ConfigController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class controls VuFind administration. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ConfigController extends AbstractAdmin { diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/MaintenanceController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/MaintenanceController.php index 14e5ff4d9c4..9b5366b5fe9 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/MaintenanceController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/MaintenanceController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class helps maintain database * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class MaintenanceController extends AbstractAdmin { diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/SocialstatsController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/SocialstatsController.php index dfc92e48b73..72c37761989 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/SocialstatsController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/SocialstatsController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class controls VuFind social statistical data. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class SocialstatsController extends AbstractAdmin { diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/StatisticsController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/StatisticsController.php index 60ba9886f5f..52414f12d23 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/StatisticsController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/StatisticsController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class controls VuFind statistical data. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class StatisticsController extends AbstractAdmin { diff --git a/module/VuFindAdmin/src/VuFindAdmin/Controller/TagsController.php b/module/VuFindAdmin/src/VuFindAdmin/Controller/TagsController.php index 9509916f567..74fc6772229 100644 --- a/module/VuFindAdmin/src/VuFindAdmin/Controller/TagsController.php +++ b/module/VuFindAdmin/src/VuFindAdmin/Controller/TagsController.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindAdmin\Controller; /** * Class controls distribution of tags and resource tags. * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class TagsController extends AbstractAdmin { diff --git a/module/VuFindAdmin/tests/unit-tests/src/VuFindTest/Controller/SocialstatsControllerTest.php b/module/VuFindAdmin/tests/unit-tests/src/VuFindTest/Controller/SocialstatsControllerTest.php index 851ae60cac8..6f4f50efc2b 100644 --- a/module/VuFindAdmin/tests/unit-tests/src/VuFindTest/Controller/SocialstatsControllerTest.php +++ b/module/VuFindAdmin/tests/unit-tests/src/VuFindTest/Controller/SocialstatsControllerTest.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Controller; /** * Unit tests for Socialstats controller. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SocialstatsControllerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindConsole/Module.php b/module/VuFindConsole/Module.php index 403783eaac3..a058533d4e2 100644 --- a/module/VuFindConsole/Module.php +++ b/module/VuFindConsole/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ use Zend\Console\Adapter\AdapterInterface as Console; /** * ZF2 module definition for the VuFind console module * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/AbstractBase.php b/module/VuFindConsole/src/VuFindConsole/Controller/AbstractBase.php index d3fb35b2fbb..7c38854f694 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/AbstractBase.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/AbstractBase.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use Zend\Console\Console, Zend\Console\Getopt, @@ -34,11 +34,11 @@ use Zend\Console\Console, Zend\Console\Getopt, * VuFind controller base class (defines some methods that can be shared by other * controllers). * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class AbstractBase extends AbstractActionController { diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/GenerateController.php b/module/VuFindConsole/src/VuFindConsole/Controller/GenerateController.php index 0b12e6d3c30..f55b45e4244 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/GenerateController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/GenerateController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use Zend\Code\Generator\ClassGenerator; @@ -35,11 +35,11 @@ use Zend\Console\Console; /** * This controller handles various command-line tools for dealing with language files * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class GenerateController extends AbstractBase { diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/HarvestController.php b/module/VuFindConsole/src/VuFindConsole/Controller/HarvestController.php index 6ab46cfad0a..9aeefc2dcc9 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/HarvestController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/HarvestController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use VuFind\Harvester\OAI, Zend\Console\Console; @@ -31,11 +31,11 @@ use VuFind\Harvester\OAI, Zend\Console\Console; /** * This controller handles various command-line tools * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class HarvestController extends AbstractBase { diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/ImportController.php b/module/VuFindConsole/src/VuFindConsole/Controller/ImportController.php index 1b6c89334d4..3637db6ebf1 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/ImportController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/ImportController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use VuFind\XSLT\Importer, Zend\Console\Console; @@ -31,11 +31,11 @@ use VuFind\XSLT\Importer, Zend\Console\Console; /** * This controller handles various command-line tools * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class ImportController extends AbstractBase { diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/LanguageController.php b/module/VuFindConsole/src/VuFindConsole/Controller/LanguageController.php index 25b9a8916cb..a2dad4ed861 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/LanguageController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/LanguageController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use VuFind\I18n\ExtendedIniNormalizer, @@ -33,11 +33,11 @@ use VuFind\I18n\ExtendedIniNormalizer, /** * This controller handles various command-line tools for dealing with language files * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class LanguageController extends AbstractBase { diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php index 8937be964db..2f6b954ee57 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ namespace VuFindConsole\Controller; use File_MARC, File_MARCXML, VuFind\Sitemap\Generator as Sitemap; @@ -34,11 +34,11 @@ use Zend\Console\Console; /** * This controller handles various command-line tools * - * @category VuFind2 + * @category VuFind * @package Controller * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:building_a_controller Wiki + * @link https://vufind.org/wiki/development:plugins:controllers Wiki */ class UtilController extends AbstractBase { diff --git a/module/VuFindConsole/src/VuFindConsole/Mvc/Router/ConsoleRouter.php b/module/VuFindConsole/src/VuFindConsole/Mvc/Router/ConsoleRouter.php index acdd3c47b59..a67eb6ff789 100644 --- a/module/VuFindConsole/src/VuFindConsole/Mvc/Router/ConsoleRouter.php +++ b/module/VuFindConsole/src/VuFindConsole/Mvc/Router/ConsoleRouter.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Mvc_Router * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindConsole\Mvc\Router; use Zend\Mvc\Router\Http\RouteMatch, @@ -33,11 +33,11 @@ use Zend\Mvc\Router\Console\SimpleRouteStack; /** * VuFind Console Router * - * @category VuFind2 + * @category VuFind * @package Mvc_Router * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ConsoleRouter extends SimpleRouteStack { diff --git a/module/VuFindConsole/tests/unit-tests/src/VuFindTest/Mvc/Router/ConsoleRouterTest.php b/module/VuFindConsole/tests/unit-tests/src/VuFindTest/Mvc/Router/ConsoleRouterTest.php index baa538e6e97..0123c094d96 100644 --- a/module/VuFindConsole/tests/unit-tests/src/VuFindTest/Mvc/Router/ConsoleRouterTest.php +++ b/module/VuFindConsole/tests/unit-tests/src/VuFindTest/Mvc/Router/ConsoleRouterTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\Mvc\Router; use VuFindConsole\Mvc\Router\ConsoleRouter; @@ -31,11 +31,11 @@ use VuFindConsole\Mvc\Router\ConsoleRouter; /** * InjectTemplateListener Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ConsoleRouterTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFindDevTools/Module.php b/module/VuFindDevTools/Module.php index 38cb7eb043e..25862cc4ccb 100644 --- a/module/VuFindDevTools/Module.php +++ b/module/VuFindDevTools/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\ModuleManager\ModuleManager, /** * VuFind Developer Tools module. * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindDevTools/src/VuFindDevTools/Controller/DevtoolsController.php b/module/VuFindDevTools/src/VuFindDevTools/Controller/DevtoolsController.php index 17e4b203c90..93cafc1b2c9 100644 --- a/module/VuFindDevTools/src/VuFindDevTools/Controller/DevtoolsController.php +++ b/module/VuFindDevTools/src/VuFindDevTools/Controller/DevtoolsController.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Controller * @author Mark Triggs <vufind-tech@lists.sourceforge.net> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ namespace VuFindDevTools\Controller; use VuFind\I18n\Translator\Loader\ExtendedIni; @@ -33,12 +33,12 @@ use VuFindDevTools\LanguageHelper; /** * Development Tools Controller * - * @category VuFind2 + * @category VuFind * @package Controller * @author Mark Triggs <vufind-tech@lists.sourceforge.net> * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ class DevtoolsController extends \VuFind\Controller\AbstractBase { diff --git a/module/VuFindDevTools/src/VuFindDevTools/LanguageHelper.php b/module/VuFindDevTools/src/VuFindDevTools/LanguageHelper.php index f990e8afefb..38388e3c3ae 100644 --- a/module/VuFindDevTools/src/VuFindDevTools/LanguageHelper.php +++ b/module/VuFindDevTools/src/VuFindDevTools/LanguageHelper.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package DevTools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ namespace VuFindDevTools; use VuFind\I18n\Translator\Loader\ExtendedIni; @@ -33,11 +33,11 @@ use Zend\I18n\Translator\TextDomain; /** * Language Helper for Development Tools Controller * - * @category VuFind2 + * @category VuFind * @package DevTools * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ class LanguageHelper { diff --git a/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/Controller/DevtoolsControllerTest.php b/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/Controller/DevtoolsControllerTest.php index a386d7c829b..2b3b7e7062b 100644 --- a/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/Controller/DevtoolsControllerTest.php +++ b/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/Controller/DevtoolsControllerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Controller; @@ -34,11 +34,11 @@ use Zend\Config\Config; /** * Unit tests for DevTools controller. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class DevtoolsControllerTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/LanguageHelperTest.php b/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/LanguageHelperTest.php index c55f19d5ea5..3db6b8576ba 100644 --- a/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/LanguageHelperTest.php +++ b/module/VuFindDevTools/tests/unit-tests/src/VuFindTest/LanguageHelperTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Controller; @@ -34,11 +34,11 @@ use Zend\Config\Config; /** * Unit tests for language helper. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class LanguageHelperTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindLocalTemplate/Module.php b/module/VuFindLocalTemplate/Module.php index 34c93e262d8..a2a7680a18a 100644 --- a/module/VuFindLocalTemplate/Module.php +++ b/module/VuFindLocalTemplate/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -32,7 +32,7 @@ use Zend\ModuleManager\ModuleManager, /** * Template for ZF2 module for storing local overrides. * - * @category VuFind2 + * @category VuFind * @package Module * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindSearch/Module.php b/module/VuFindSearch/Module.php index c37a4040e17..2e73a8f4ac5 100644 --- a/module/VuFindSearch/Module.php +++ b/module/VuFindSearch/Module.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch; @@ -48,11 +48,11 @@ namespace VuFindSearch; * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Module { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php index 44c4f6cb860..f3b12d55d00 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractBackend.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend; @@ -35,11 +35,11 @@ use Zend\Log\LoggerAwareInterface; /** * Abstract backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class AbstractBackend implements BackendInterface, LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractHandlerMap.php b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractHandlerMap.php index 580d75ed1c6..56eb4fde239 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/AbstractHandlerMap.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/AbstractHandlerMap.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend; @@ -38,11 +38,11 @@ use VuFindSearch\ParamBag; * applies query defaults, appends, and invariants to an existing set of * parameters. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class AbstractHandlerMap { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php b/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php index 90364fd7dca..95e96543175 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/BackendInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend; @@ -34,11 +34,11 @@ use VuFindSearch\ParamBag; /** * Search backend interface definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface BackendInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php index 85711249409..cd107a54510 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Backend.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS; @@ -48,11 +48,11 @@ use Zend\Session\Container as SessionContainer; /** * EDS API Backend * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php index 8527958bc8e..5fba2c6b782 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Exception.php @@ -23,7 +23,7 @@ * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ /** @@ -33,7 +33,7 @@ * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class EbscoEdsApiException extends Exception { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php index ab36c2c1849..760896082d3 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/QueryBuilder.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS; @@ -36,11 +36,11 @@ use VuFindSearch\ParamBag; /** * EDS API Querybuilder * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php index 8fd7076ad03..c3cb531b3a1 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS\Response; use VuFindSearch\Response\AbstractRecordCollection; @@ -32,11 +32,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * EDS API record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollectionFactory.php index be954c42ed7..3ca8c00d1c3 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Response/RecordCollectionFactory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS\Response; @@ -33,11 +33,11 @@ use VuFindSearch\Exception\InvalidArgumentException; /** * Factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/SearchRequestModel.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/SearchRequestModel.php index 32329dc1f52..c9d4fede495 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/SearchRequestModel.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/SearchRequestModel.php @@ -23,7 +23,7 @@ * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS; /** @@ -33,7 +33,7 @@ namespace VuFindSearch\Backend\EDS; * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SearchRequestModel { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php index 783c4ec6113..31113eca81d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Zend2.php @@ -23,7 +23,7 @@ * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EDS; @@ -39,7 +39,7 @@ use Zend\Http\Client\Adapter\Curl as CurlAdapter; * @package EBSCO * @author Michelle Milton <mmilton@epnet.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Zend2 extends EdsApi_REST_Base implements LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Backend.php index 89f571be71d..2b905e280fe 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Backend.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EIT; @@ -40,11 +40,11 @@ use VuFindSearch\Backend\AbstractBackend; /** * EIT backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Connector.php index dce867757ad..e52f57ebf11 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Connector.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Connection * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/system_classes Wiki + * @link https://vufind.org/wiki/development:architecture Wiki */ namespace VuFindSearch\Backend\EIT; @@ -36,11 +36,11 @@ use Zend\Http\Request; /** * Central class for connecting to EIT resources used by VuFind. * - * @category VuFind2 + * @category VuFind * @package Connection * @author Julia Bauder <bauderj@grinnell.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/system_classes Wiki + * @link https://vufind.org/wiki/development:architecture Wiki */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/QueryBuilder.php index b042d440c10..37788362a1d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/QueryBuilder.php @@ -19,14 +19,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EIT; @@ -39,14 +39,14 @@ use VuFindSearch\ParamBag; * EIT QueryBuilder. * Largely copied from the WorldCat QueryBuilder * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollection.php index a652a6cb712..309a05386cc 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollection.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EIT\Response\XML; @@ -35,11 +35,11 @@ use VuFindSearch\Response\AbstractRecordCollection; * EIT record collection. * Largely copied from the WorldCat record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollectionFactory.php index fb7519ef5ea..e81b411e5eb 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/EIT/Response/XML/RecordCollectionFactory.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\EIT\Response\XML; @@ -35,12 +35,12 @@ use VuFindSearch\Exception\InvalidArgumentException; * Simple XML-based factory for record collection. * Largely copied from the WorldCat XML-based factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Julia Bauder <bauderj@grinnell.edu> * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/BackendException.php b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/BackendException.php index 9de0750b26e..7fa816f6bf4 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/BackendException.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/BackendException.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Exception; @@ -33,11 +33,11 @@ use VuFindSearch\Exception\RuntimeException; /** * BackendException. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendException extends RuntimeException { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/HttpErrorException.php b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/HttpErrorException.php index a02f9849ee1..761f552bbfe 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/HttpErrorException.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/HttpErrorException.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Exception; @@ -35,11 +35,11 @@ use Exception; /** * HTTP error exception. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class HttpErrorException extends BackendException { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RemoteErrorException.php b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RemoteErrorException.php index 0406a5ab37b..f4f49254345 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RemoteErrorException.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RemoteErrorException.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Exception; @@ -34,11 +34,11 @@ namespace VuFindSearch\Backend\Exception; * Signal an exceptional error of the remote backend service, e.g. indicated * by a 5xx response code. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RemoteErrorException extends HttpErrorException { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RequestErrorException.php b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RequestErrorException.php index a83cc37cca5..e35374509bc 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RequestErrorException.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Exception/RequestErrorException.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Exception; @@ -34,11 +34,11 @@ namespace VuFindSearch\Backend\Exception; * Signals an error in the request to the remote service, e.g. indicated by a * 4xx response code. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RequestErrorException extends HttpErrorException { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php index 1b01460a704..e495718c04e 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\LibGuides; @@ -41,11 +41,11 @@ use VuFindSearch\Backend\Exception\BackendException; /** * LibGuides backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Connector.php index 0bd5c982d5b..7c10749367c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Connector.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Chelsea Lobdell <clobdel1@swarthmore.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\LibGuides; use Zend\Http\Client as HttpClient; @@ -33,12 +33,12 @@ use Zend\Http\Client as HttpClient; /** * LibGuides connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Chelsea Lobdell <clobdel1@swarthmore.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php index e222dced52e..458f8bce44d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php @@ -20,12 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Chelsea Lobdell <clobdel1@swarthmore.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\LibGuides; @@ -38,12 +38,12 @@ use VuFindSearch\ParamBag; /** * LibGuides QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Chelsea Lobdell <clobdel1@swarthmore.edu> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollection.php index 3ec8c76e06b..09723998d1b 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\LibGuides\Response; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * WorldCat record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollectionFactory.php index fa781c956c0..7d90452c391 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\LibGuides\Response; @@ -35,11 +35,11 @@ use VuFindSearch\Backend\Solr\Response\Json\Record; /** * Simple factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Backend.php index b23380f25fb..3d5d27aabd0 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Backend.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Pazpar2; @@ -39,11 +39,11 @@ use VuFindSearch\Backend\AbstractBackend; /** * Pazpar2 backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Connector.php index 2f1db51961d..8b87870d1f7 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Connector.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Connection * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/system_classes Wiki + * @link https://vufind.org/wiki/development:architecture Wiki */ namespace VuFindSearch\Backend\Pazpar2; @@ -35,11 +35,11 @@ use Zend\Http\Request; /** * Central class for connecting to resources used by VuFind. * - * @category VuFind2 + * @category VuFind * @package Connection * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/system_classes Wiki + * @link https://vufind.org/wiki/development:architecture Wiki */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/QueryBuilder.php index 1d80f0b22d6..5b03bf7f7a6 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/QueryBuilder.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Pazpar2; @@ -39,13 +39,13 @@ use VuFindSearch\ParamBag; /** * Pazpar2 QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/Record.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/Record.php index afa7240c6c3..5978f6e657a 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/Record.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/Record.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Pazpar2\Response; @@ -34,11 +34,11 @@ use SimpleXMLElement; /** * Simple Pazpar2 record. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Record implements RecordInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollection.php index 0a1219c125b..1e90fb7e657 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Pazpar2\Response; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * Pazpar2 record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollectionFactory.php index 5639fbec858..68a9a7e694c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Pazpar2/Response/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Pazpar2\Response; @@ -34,11 +34,11 @@ use VuFindSearch\Exception\InvalidArgumentException; /** * Simple factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Backend.php index 1984f10ba3e..d30356373b7 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Backend.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Primo; @@ -43,11 +43,11 @@ use VuFindSearch\Backend\Exception\BackendException; /** * Primo Central backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend implements RetrieveBatchInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php index 667ab20db9a..029d9633885 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Spencer Lamm <slamm1@swarthmore.edu> * @author Anna Headley <aheadle1@swarthmore.edu> @@ -29,7 +29,7 @@ * @author Ere Maijala <ere.maijala@helsinki.fi> * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Primo; use Zend\Http\Client as HttpClient; @@ -37,7 +37,7 @@ use Zend\Http\Client as HttpClient; /** * Primo Central connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Spencer Lamm <slamm1@swarthmore.edu> * @author Anna Headley <aheadle1@swarthmore.edu> @@ -46,7 +46,7 @@ use Zend\Http\Client as HttpClient; * @author Ere Maijala <ere.maijala@helsinki.fi> * @author Oliver Goldschmidt <o.goldschmidt@tuhh.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/QueryBuilder.php index 3aa6e5e5ff5..3f02b1bf028 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/QueryBuilder.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Primo; @@ -39,13 +39,13 @@ use VuFindSearch\ParamBag; /** * Primo Central QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollection.php index 354290119ac..6f7a7fc7176 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Primo\Response; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * Primo Central record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollectionFactory.php index eda0c3717bc..771b7cb6b2c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Primo/Response/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Primo\Response; @@ -35,11 +35,11 @@ use VuFindSearch\Backend\Solr\Response\Json\Record; /** * Simple factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/SRU/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/SRU/Connector.php index 16cb08a914a..f666aeebcd1 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/SRU/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/SRU/Connector.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package SRU * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindSearch\Backend\SRU; @@ -35,11 +35,11 @@ use VuFind\XSLT\Processor as XSLTProcessor; /** * SRU Search Interface * - * @category VuFind2 + * @category VuFind * @package SRU * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php index 555c0a4aa3e..9b5c7e2e50f 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -50,11 +50,11 @@ use VuFindSearch\Exception\InvalidArgumentException; /** * SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend implements SimilarInterface, RetrieveBatchInterface, RandomInterface @@ -384,7 +384,7 @@ class Backend extends AbstractBackend ) { throw new RemoteErrorException( "Alphabetic Browse index missing. See " . - "http://vufind.org/wiki/alphabetical_heading_browse for " . + "https://vufind.org/wiki/indexing:alphabetical_heading_browse for " . "details on generating the index.", $e->getCode(), $e->getResponse(), $e->getPrevious() ); diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php index 19faee1ffe9..d2d96a381bf 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -47,13 +47,13 @@ use InvalidArgumentException; /** * SOLR connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Connector implements \Zend\Log\LoggerAwareInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/AbstractDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/AbstractDocument.php index fc875254c41..c4bbf438125 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/AbstractDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/AbstractDocument.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; /** * SOLR delete document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php index 9fc0d601ead..5a88db82374 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/CommitDocument.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; @@ -33,11 +33,11 @@ use XMLWriter; /** * SOLR commit document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class CommitDocument extends AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php index b4ef43414f0..7045035b8b0 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/DeleteDocument.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; @@ -33,11 +33,11 @@ use XMLWriter; /** * SOLR delete document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class DeleteDocument extends AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php index d09ac12f753..9ce34337e0d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/OptimizeDocument.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; @@ -33,11 +33,11 @@ use XMLWriter; /** * SOLR optimize document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class OptimizeDocument extends AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/RawXMLDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/RawXMLDocument.php index c02aa5eb6a8..70d50471b86 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/RawXMLDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/RawXMLDocument.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; /** * SOLR "raw XML" document class for manual overrides. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RawXMLDocument extends AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php index 48cf993694f..0f9227a6a7c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Document/UpdateDocument.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Document; @@ -35,11 +35,11 @@ use XMLWriter; /** * SOLR update document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class UpdateDocument extends AbstractDocument { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/HandlerMap.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/HandlerMap.php index 9715a2aa8a5..e982f358856 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/HandlerMap.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/HandlerMap.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -37,11 +37,11 @@ use RuntimeException; /** * SOLR backend handler map. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class HandlerMap extends AbstractHandlerMap { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/LuceneSyntaxHelper.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/LuceneSyntaxHelper.php index ce5257bd893..2db53541404 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/LuceneSyntaxHelper.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/LuceneSyntaxHelper.php @@ -20,26 +20,26 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; /** * Lucene query syntax helper class. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class LuceneSyntaxHelper { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilder.php index 88149a56939..7b0a7522204 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilder.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -39,13 +39,13 @@ use VuFindSearch\ParamBag; /** * SOLR QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder implements QueryBuilderInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilderInterface.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilderInterface.php index 775ed1b48ab..48d9cd3b989 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilderInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/QueryBuilderInterface.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -36,13 +36,13 @@ use VuFindSearch\ParamBag; /** * SOLR QueryBuilder interface definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface QueryBuilderInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecord.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecord.php index 06288e93acf..d1b3a461e43 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecord.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecord.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Record; /** * SOLR serializable record definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SerializableRecord implements SerializableRecordInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecordInterface.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecordInterface.php index cefd2cfbf0e..177a15e8501 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecordInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Record/SerializableRecordInterface.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Record; /** * SOLR serializable record interface definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface SerializableRecordInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Facets.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Facets.php index 6cff9a09a8b..a06cdf9f446 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Facets.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Facets.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -33,11 +33,11 @@ use ArrayObject; /** * SOLR facet information. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Facets { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/NamedList.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/NamedList.php index fd58045c661..004195abd17 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/NamedList.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/NamedList.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -36,11 +36,11 @@ use Countable, Iterator; * A NamedList arrarr represent a NamedList as an array of two element arrays * [[name1,val1], [name2, val2], [name3,val3]]. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org * @see http://wiki.apache.org/solr/SolJSON */ class NamedList implements Countable, Iterator diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php index 093dee490ee..679d52b1ecd 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -36,11 +36,11 @@ use VuFindSearch\Response\RecordInterface; * This record primarily serves as an example or blueprint for a schema-less * record. All SOLR fields are exposed via object properties. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Record implements RecordInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php index a4b838c9ee6..14a5a8ecba5 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * Simple JSON-based record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollectionFactory.php index ee7b1fa11c2..102d843065a 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -34,11 +34,11 @@ use VuFindSearch\Exception\InvalidArgumentException; /** * Simple JSON-based factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Spellcheck.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Spellcheck.php index c53d69bfbeb..13fc0aea807 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Spellcheck.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Spellcheck.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -35,11 +35,11 @@ use Countable; /** * SOLR spellcheck information. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Spellcheck implements IteratorAggregate, Countable { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Terms.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Terms.php index 61c1440b536..9f0897df819 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Terms.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Terms.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr\Response\Json; @@ -34,11 +34,11 @@ use IteratorAggregate; /** * SOLR Terms component. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Terms implements IteratorAggregate { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/SearchHandler.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/SearchHandler.php index f7cea5ee531..7f50e6b9062 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/SearchHandler.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/SearchHandler.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Solr; @@ -36,13 +36,13 @@ namespace VuFindSearch\Backend\Solr; * The SearchHandler implements the rule-based translation of a user search * query to a SOLR query string. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SearchHandler { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Backend.php index 0ccbd5626af..bdcecd90474 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Backend.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Summon; @@ -47,11 +47,11 @@ use VuFindSearch\Backend\Exception\BackendException; /** * Summon backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend implements RetrieveBatchInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/QueryBuilder.php index 72b8b028144..4ceebd8f998 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/QueryBuilder.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Summon; @@ -41,13 +41,13 @@ use VuFindSearch\ParamBag; /** * Summon QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollection.php index c235298a9b1..e4460ab0dba 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Summon\Response; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * WorldCat record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollectionFactory.php index d90dc689438..a1daa91b81d 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/Summon/Response/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Summon\Response; @@ -35,11 +35,11 @@ use VuFindSearch\Backend\Solr\Response\Json\Record; /** * Simple factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Backend.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Backend.php index 83908b59785..bbeffa0d5bf 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Backend.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Backend.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\WorldCat; @@ -40,11 +40,11 @@ use VuFindSearch\Backend\AbstractBackend; /** * WorldCat backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Backend extends AbstractBackend { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Connector.php index 813cc8dca98..4e46826fda4 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Connector.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Connector.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package WorldCat * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindSearch\Backend\WorldCat; use VuFindSearch\ParamBag; @@ -32,11 +32,11 @@ use VuFindSearch\ParamBag; /** * WorldCat SRU Search Interface * - * @category VuFind2 + * @category VuFind * @package WorldCat * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class Connector extends \VuFindSearch\Backend\SRU\Connector { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/QueryBuilder.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/QueryBuilder.php index f0389e0975b..31a234e53f0 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/QueryBuilder.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/QueryBuilder.php @@ -20,13 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\WorldCat; @@ -39,13 +39,13 @@ use VuFindSearch\ParamBag; /** * WorldCat QueryBuilder. * - * @category VuFind2 + * @category VuFind * @package Search * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author David Maus <maus@hab.de> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilder { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/Record.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/Record.php index b4cfc177f41..5ad3c4ba316 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/Record.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/Record.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\WorldCat\Response\XML; @@ -34,11 +34,11 @@ use File_MARC_Record; /** * Simple WorldCat record. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Record implements RecordInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollection.php index 5eb725016d2..9ba3a33a0ee 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollection.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\WorldCat\Response\XML; @@ -33,11 +33,11 @@ use VuFindSearch\Response\AbstractRecordCollection; /** * WorldCat record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollection extends AbstractRecordCollection { diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollectionFactory.php b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollectionFactory.php index b110473ce93..10660170fbb 100644 --- a/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollectionFactory.php +++ b/module/VuFindSearch/src/VuFindSearch/Backend/WorldCat/Response/XML/RecordCollectionFactory.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\WorldCat\Response\XML; @@ -35,11 +35,11 @@ use File_MARCXML; /** * Simple XML-based factory for record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactory implements RecordCollectionFactoryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php b/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php index 8688345a8c4..e8b0bfac33f 100644 --- a/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Exception/ExceptionInterface.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ namespace VuFindSearch\Exception; /** * Marker interface. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindSearch/src/VuFindSearch/Exception/InvalidArgumentException.php b/module/VuFindSearch/src/VuFindSearch/Exception/InvalidArgumentException.php index 3bb46426b7e..5a49dac709c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Exception/InvalidArgumentException.php +++ b/module/VuFindSearch/src/VuFindSearch/Exception/InvalidArgumentException.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Exception; /** * Invalid argument exception. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface diff --git a/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php b/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php index 5092d4a1f58..c4a2d6f484c 100644 --- a/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php +++ b/module/VuFindSearch/src/VuFindSearch/Exception/RuntimeException.php @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -31,7 +31,7 @@ namespace VuFindSearch\Exception; /** * Generic RuntimeException. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindSearch/src/VuFindSearch/Feature/RandomInterface.php b/module/VuFindSearch/src/VuFindSearch/Feature/RandomInterface.php index 9a2f9db596c..f8501a0ca5f 100644 --- a/module/VuFindSearch/src/VuFindSearch/Feature/RandomInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Feature/RandomInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Feature; @@ -34,11 +34,11 @@ use VuFindSearch\Query\AbstractQuery; /** * Random record retrieval feature interface definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface RandomInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php b/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php index 95934966280..61279abe182 100644 --- a/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Feature/RetrieveBatchInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Feature; @@ -33,11 +33,11 @@ use VuFindSearch\ParamBag; /** * Optional backend feature: retrieve batch of records. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface RetrieveBatchInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Feature/SimilarInterface.php b/module/VuFindSearch/src/VuFindSearch/Feature/SimilarInterface.php index bc67d42652c..9643af739ad 100644 --- a/module/VuFindSearch/src/VuFindSearch/Feature/SimilarInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Feature/SimilarInterface.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Feature; @@ -33,11 +33,11 @@ use VuFindSearch\ParamBag; /** * MLT feature interface definition. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface SimilarInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/ParamBag.php b/module/VuFindSearch/src/VuFindSearch/ParamBag.php index f1d035d0956..208c0d93f2e 100644 --- a/module/VuFindSearch/src/VuFindSearch/ParamBag.php +++ b/module/VuFindSearch/src/VuFindSearch/ParamBag.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch; @@ -35,11 +35,11 @@ namespace VuFindSearch; * associative array with the parameter name as key. Because e.g. SOLR allows * repeated query parameters the values are always stored in an array. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ParamBag { diff --git a/module/VuFindSearch/src/VuFindSearch/Query/AbstractQuery.php b/module/VuFindSearch/src/VuFindSearch/Query/AbstractQuery.php index 68400bb8b83..65492974cad 100644 --- a/module/VuFindSearch/src/VuFindSearch/Query/AbstractQuery.php +++ b/module/VuFindSearch/src/VuFindSearch/Query/AbstractQuery.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Query; /** * Abstract base class of user query components. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class AbstractQuery implements QueryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Query/Query.php b/module/VuFindSearch/src/VuFindSearch/Query/Query.php index 1852895b363..142fe8e5960 100644 --- a/module/VuFindSearch/src/VuFindSearch/Query/Query.php +++ b/module/VuFindSearch/src/VuFindSearch/Query/Query.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Query; /** * A single/simple query. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Query extends AbstractQuery { diff --git a/module/VuFindSearch/src/VuFindSearch/Query/QueryGroup.php b/module/VuFindSearch/src/VuFindSearch/Query/QueryGroup.php index 0b25ff0668e..9906c84c976 100644 --- a/module/VuFindSearch/src/VuFindSearch/Query/QueryGroup.php +++ b/module/VuFindSearch/src/VuFindSearch/Query/QueryGroup.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Query; @@ -33,11 +33,11 @@ use VuFindSearch\Exception\InvalidArgumentException; /** * A group of single/simples queries, joined by boolean operator. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryGroup extends AbstractQuery { diff --git a/module/VuFindSearch/src/VuFindSearch/Query/QueryInterface.php b/module/VuFindSearch/src/VuFindSearch/Query/QueryInterface.php index 148fbb91303..80b13ec87d7 100644 --- a/module/VuFindSearch/src/VuFindSearch/Query/QueryInterface.php +++ b/module/VuFindSearch/src/VuFindSearch/Query/QueryInterface.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Query; /** * Common methods that must be shared by all query objects. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ interface QueryInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php b/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php index fdfd37a820f..f3e87dda398 100644 --- a/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php +++ b/module/VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php @@ -20,22 +20,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Response; /** * Abstract record collection (implements some shared low-level functionality). * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ abstract class AbstractRecordCollection implements RecordCollectionInterface { diff --git a/module/VuFindSearch/src/VuFindSearch/Service.php b/module/VuFindSearch/src/VuFindSearch/Service.php index 48fa56d6e98..dc66bf2b351 100644 --- a/module/VuFindSearch/src/VuFindSearch/Service.php +++ b/module/VuFindSearch/src/VuFindSearch/Service.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch; @@ -40,11 +40,11 @@ use Zend\EventManager\EventManager; /** * Search service. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class Service { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/AbstractHandlerMapTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/AbstractHandlerMapTest.php index 5c336b5fdac..e2e5325763e 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/AbstractHandlerMapTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/AbstractHandlerMapTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for handler map base class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class AbstractHandlerMapTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/BackendTest.php index 3355a87d543..d220a3c1a88 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EDS; @@ -35,11 +35,11 @@ use InvalidArgumentException; /** * Unit tests for EDS backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/QueryBuilderTest.php index 84552f54ca1..a751bb3414d 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EDS; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EDS query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionFactoryTest.php index ac2d8b840e8..57cfc8c162f 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EDS\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EDS record collection factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionTest.php index 81e50d3a8ff..260bff5bd18 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EDS/Response/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EDS\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EDS record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/BackendTest.php index b8a548411e3..8d1789a1674 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EIT; @@ -36,11 +36,11 @@ use InvalidArgumentException; /** * Unit tests for EIT backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/QueryBuilderTest.php index 0f0a926131b..de2cb9d48f1 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EIT; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EIT query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionFactoryTest.php index 7c956b1f2d3..d4098267057 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EIT\Response\XML; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EIT record collection factory. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionTest.php index 042c513bd5b..540ba3bdd0a 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/EIT/Response/XML/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\EIT\Response\XML; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for EIT record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php index 8f5343ee604..af807699cd2 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\LibGuides; @@ -41,11 +41,11 @@ use InvalidArgumentException; /** * Unit tests for LibGuides backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/QueryBuilderTest.php index 9c4ba456e0f..fb9bd06920b 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\LibGuides; @@ -36,11 +36,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for LibGuides query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionFactoryTest.php index 5064ec63e83..20d96d2ec4e 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\LibGuides\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for LibGuides record collection factory. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionTest.php index cd5b90a937c..2a01fb08ec1 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/Response/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\LibGuides\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for LibGuides record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Pazpar2/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Pazpar2/BackendTest.php index 88f1c146b9c..603fc0de8cb 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Pazpar2/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Pazpar2/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Pazpar2; @@ -36,11 +36,11 @@ use InvalidArgumentException; /** * Unit tests for Pazpar2 backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/BackendTest.php index ee0f9aa13bd..6930617970a 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Primo; @@ -36,11 +36,11 @@ use InvalidArgumentException; /** * Unit tests for Primo backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/ConnectorTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/ConnectorTest.php index 532f2e358c9..153a48f3d70 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/ConnectorTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/ConnectorTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Primo; @@ -39,11 +39,11 @@ use InvalidArgumentException; /** * Unit tests for Primo connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ConnectorTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/QueryBuilderTest.php index c1e66784df9..d39832fdcb6 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Primo; @@ -36,11 +36,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Primo query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionFactoryTest.php index f9c2119925b..bed0d5a22e7 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Primo\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Primo record collection factory. * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionTest.php index af03acc0a4d..1f0ab7f79ac 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Primo/Response/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Primo\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Primo record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php index 7125821c1b0..5ce5128f7df 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -41,11 +41,11 @@ use InvalidArgumentException; /** * Unit tests for SOLR backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/ConnectorTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/ConnectorTest.php index 3edad67581a..15218599e31 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/ConnectorTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/ConnectorTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -40,11 +40,11 @@ use InvalidArgumentException; /** * Unit tests for SOLR connector. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ConnectorTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/CommitDocumentTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/CommitDocumentTest.php index ec9c8c70aaf..51ab28fef56 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/CommitDocumentTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/CommitDocumentTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Document; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR update document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class CommitDocumentTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/DeleteDocumentTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/DeleteDocumentTest.php index 18460bfda13..b3d8b577093 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/DeleteDocumentTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/DeleteDocumentTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Document; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR delete document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class DeleteDocumentTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/OptimizeDocumentTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/OptimizeDocumentTest.php index d631678dfcf..4edec1f4d4f 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/OptimizeDocumentTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/OptimizeDocumentTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Document; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR update document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class OptimizeDocumentTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/RawXMLDocumentTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/RawXMLDocumentTest.php index 32484062d53..7fdc5c033a0 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/RawXMLDocumentTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/RawXMLDocumentTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Document; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR raw XML document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RawXMLDocumentTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/UpdateDocumentTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/UpdateDocumentTest.php index a8ad2a3db37..43dfb9712c1 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/UpdateDocumentTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Document/UpdateDocumentTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Document; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR update document class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class UpdateDocumentTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/HandlerMapTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/HandlerMapTest.php index 64e3943f2f7..d6f7e478db1 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/HandlerMapTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/HandlerMapTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -38,11 +38,11 @@ use RuntimeException; /** * Unit tests for SOLR HandlerMap. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class HandlerMapTest extends TestCase { @@ -158,7 +158,7 @@ class HandlerMapTest extends TestCase * * @return void * - * @see http://vufind.org/jira/browse/VUFIND-820 VUFIND-820 + * @see https://vufind.org/jira/browse/VUFIND-820 VUFIND-820 */ public function testGetDefaultsAppendsInvariantsPureFallback() { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/LuceneSyntaxHelperTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/LuceneSyntaxHelperTest.php index 1d59117e07c..c9c60a5a925 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/LuceneSyntaxHelperTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/LuceneSyntaxHelperTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\LuceneSyntaxHelper; /** * Unit tests for Lucene syntax helper * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class LuceneSyntaxHelperTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/QueryBuilderTest.php index 28695c01146..e9117adbb80 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -35,11 +35,11 @@ use VuFindSearch\Backend\Solr\QueryBuilder; /** * Unit tests for SOLR query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends \VuFindTest\Unit\TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Record/SerializableRecordTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Record/SerializableRecordTest.php index 5e44c2477d8..4a7ecf00843 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Record/SerializableRecordTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Record/SerializableRecordTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Record; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\Solr\Record\SerializableRecord; /** * Unit tests for SOLR serializable record. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SerializableRecordTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/FacetsTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/FacetsTest.php index c0c6c601ab4..952081ca397 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/FacetsTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/FacetsTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for facet information. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class FacetsTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/NamedListTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/NamedListTest.php index c54e20b650a..8597517a0e0 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/NamedListTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/NamedListTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for SOLR NamedList. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class NamedListTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionFactoryTest.php index 94d5da88f50..bf19cb01b3a 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for simple JSON-based record collection factory. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionTest.php index d9b04653638..43ceb88644a 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for simple JSON-based record collection. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/SpellcheckTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/SpellcheckTest.php index b4234b94423..c345954f38a 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/SpellcheckTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/SpellcheckTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for spellcheck information. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SpellcheckTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/TermsTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/TermsTest.php index 3ba747c0781..90312e81b67 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/TermsTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/TermsTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr\Json\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for terms information. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class TermsTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/SearchHandlerTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/SearchHandlerTest.php index fc639738624..4a96f87e049 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/SearchHandlerTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/SearchHandlerTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Solr; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for SOLR search handler. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SearchHandlerTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/BackendTest.php index d7f304c385c..983dc464112 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindSearch\Backend\Summon; @@ -41,11 +41,11 @@ use InvalidArgumentException; /** * Unit tests for Summon Backend class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/QueryBuilderTest.php index 4ade8283061..59beccd529f 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Summon; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Summon query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionFactoryTest.php index 296fdcd9387..1155d6d6b11 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Summon\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Summon record collection factory * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionTest.php index 059d23c553a..38029f2f2d2 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Summon/Response/RecordCollectionTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\Summon\Response; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Summon record collection * - * @category VuFind2 + * @category VuFind * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/BackendTest.php index dc66b82dc49..13aabdb3179 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/BackendTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\WorldCat; @@ -36,11 +36,11 @@ use InvalidArgumentException; /** * Unit tests for WorldCat backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class BackendTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php index 53e49ae053f..e651f75b6e7 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\WorldCat; @@ -34,11 +34,11 @@ use VuFindSearch\ParamBag; /** * Unit tests for WorldCat backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ConnectorTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/QueryBuilderTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/QueryBuilderTest.php index 74bbb293607..e0f0e78221f 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/QueryBuilderTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/QueryBuilderTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\WorldCat; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for WorldCat query builder * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryBuilderTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/Response/XML/RecordCollectionFactoryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/Response/XML/RecordCollectionFactoryTest.php index bd5ab0c4f40..ea91098a328 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/Response/XML/RecordCollectionFactoryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/Response/XML/RecordCollectionFactoryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Backend\WorldCat\Response\XML; @@ -33,11 +33,11 @@ use VuFindSearch\Backend\WorldCat\Response\XML\RecordCollectionFactory; /** * Unit tests for WorldCat backend. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class RecordCollectionFactoryTest extends \PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php index 73f0899a959..e6c50f698f6 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for ParamBag. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class ParamBagTest extends TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryGroupTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryGroupTest.php index df32e5be9f5..32ac27bedd9 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryGroupTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryGroupTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Query; @@ -35,11 +35,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for QueryGroup class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryGroupTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryTest.php index 865e9524348..a035877b080 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Query/QueryTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest\Query; @@ -34,11 +34,11 @@ use PHPUnit_Framework_TestCase; /** * Unit tests for Query class. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class QueryTest extends PHPUnit_Framework_TestCase { diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/SearchServiceTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/SearchServiceTest.php index 14c147f3a49..b4c8f38f6ff 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/SearchServiceTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/SearchServiceTest.php @@ -20,11 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ namespace VuFindTest; @@ -43,11 +43,11 @@ use PHPUnit_Framework_TestCase as TestCase; /** * Unit tests for search service. * - * @category VuFind2 + * @category VuFind * @package Search * @author David Maus <maus@hab.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org + * @link https://vufind.org */ class SearchServiceTest extends TestCase { diff --git a/module/VuFindTheme/Module.php b/module/VuFindTheme/Module.php index a154caabd17..167ed86653c 100644 --- a/module/VuFindTheme/Module.php +++ b/module/VuFindTheme/Module.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTheme; /** * ZF2 module definition for the VuFind theme system. * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindTheme/src/VuFindTheme/Initializer.php b/module/VuFindTheme/src/VuFindTheme/Initializer.php index 61d505ed2e3..2ec816b5edd 100644 --- a/module/VuFindTheme/src/VuFindTheme/Initializer.php +++ b/module/VuFindTheme/src/VuFindTheme/Initializer.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme; use Zend\Config\Config, @@ -33,11 +33,11 @@ use Zend\Config\Config, /** * VuFind Theme Initializer * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class Initializer { diff --git a/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php b/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php index 8244ad7dec3..79a340be991 100644 --- a/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php +++ b/module/VuFindTheme/src/VuFindTheme/InjectTemplateListener.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme; @@ -31,11 +31,11 @@ namespace VuFindTheme; * VuFind "Inject Template" Listener -- this extends the core ZF2 class to adjust * default template configurations to something more appropriate for VuFind. * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InjectTemplateListener extends \Zend\Mvc\View\Http\InjectTemplateListener { diff --git a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php index 872b86bbc01..726bfbbdf7f 100644 --- a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php +++ b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme; use Zend\Console\Console; @@ -31,11 +31,11 @@ use Zend\Console\Console; /** * Class to compile LESS into CSS within a theme. * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class LessCompiler { diff --git a/module/VuFindTheme/src/VuFindTheme/Mobile.php b/module/VuFindTheme/src/VuFindTheme/Mobile.php index 526efd6be75..cdcef651d08 100644 --- a/module/VuFindTheme/src/VuFindTheme/Mobile.php +++ b/module/VuFindTheme/src/VuFindTheme/Mobile.php @@ -25,7 +25,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -37,7 +37,7 @@ use uagent_info; /** * Mobile Device Detection Wrapper * - * @category VuFind2 + * @category VuFind * @package Theme * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindTheme/src/VuFindTheme/ResourceContainer.php b/module/VuFindTheme/src/VuFindTheme/ResourceContainer.php index 27cf61cbe27..4dedc575e30 100644 --- a/module/VuFindTheme/src/VuFindTheme/ResourceContainer.php +++ b/module/VuFindTheme/src/VuFindTheme/ResourceContainer.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme; /** * VuFind Theme Public Resource Handler (for CSS, JS, etc.) * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ResourceContainer { diff --git a/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php b/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php index 98aaf955abe..d10d904d88f 100644 --- a/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php +++ b/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme; /** * Class to represent currently-selected theme and related information. * - * @category VuFind2 + * @category VuFind * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class ThemeInfo { diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/Factory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/Factory.php index 297b73a2f66..7a687b20395 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/Factory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/Factory.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindTheme\View\Helper; use Zend\ServiceManager\ServiceManager; @@ -31,11 +31,11 @@ use Zend\ServiceManager\ServiceManager; /** * Factory for VuFindTheme view helpers. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki * * @codeCoverageIgnore */ diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php index 4df32618025..6a393b6738a 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadLink.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindTheme\View\Helper; use VuFindTheme\ThemeInfo; @@ -31,11 +31,11 @@ use VuFindTheme\ThemeInfo; /** * Head link view helper (extended for VuFind's theme system) * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HeadLink extends \Zend\View\Helper\HeadLink { diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadScript.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadScript.php index 7b24233f225..b851a8952b8 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadScript.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadScript.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindTheme\View\Helper; use VuFindTheme\ThemeInfo; @@ -31,11 +31,11 @@ use VuFindTheme\ThemeInfo; /** * Head script view helper (extended for VuFind's theme system) * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HeadScript extends \Zend\View\Helper\HeadScript { diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResources.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResources.php index 4b279a3f216..b496a6468ca 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResources.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResources.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindTheme\View\Helper; /** * View helper for loading theme-related resources in the header. * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class HeadThemeResources extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLink.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLink.php index eeacb3e2c2f..c4fe501a9af 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLink.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLink.php @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -30,7 +30,7 @@ namespace VuFindTheme\View\Helper; /** * Image link view helper (extended for VuFind's theme system) * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php index 644d275e832..c0497a4d721 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/InlineScript.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ namespace VuFindTheme\View\Helper; /** * Inline script view helper (extended for VuFind's theme system) * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org Main Site + * @link https://vufind.org Main Site */ class InlineScript extends HeadScript { diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/MobileUrl.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/MobileUrl.php index 778ac0bdfea..ff8f4d5b0d9 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/MobileUrl.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/MobileUrl.php @@ -19,22 +19,22 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ namespace VuFindTheme\View\Helper; /** * Mobile URL view helper * - * @category VuFind2 + * @category VuFind * @package View_Helpers * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:developer_manual Wiki + * @link https://vufind.org/wiki/development Wiki */ class MobileUrl extends \Zend\View\Helper\AbstractHelper { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/LessCompilerTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/LessCompilerTest.php index 1a02b96aa51..3ec5520b01f 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/LessCompilerTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/LessCompilerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFindTheme\LessCompiler; @@ -31,11 +31,11 @@ use VuFindTheme\LessCompiler; /** * LessCompiler Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class LessCompilerTest extends Unit\TestCase { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php index 9d087ae49cd..cbd94ff5280 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInfoTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFindTheme\ThemeInfo; @@ -31,11 +31,11 @@ use VuFindTheme\ThemeInfo; /** * ThemeInfo Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ThemeInfoTest extends Unit\TestCase { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInjectTemplateListenerTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInjectTemplateListenerTest.php index b07de0ba226..f9a8bf8c9cf 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInjectTemplateListenerTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeInjectTemplateListenerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFindTheme\InjectTemplateListener; @@ -31,11 +31,11 @@ use VuFindTheme\InjectTemplateListener; /** * InjectTemplateListener Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ThemeInjectTemplateListenerTest extends Unit\TestCase { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeMobileTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeMobileTest.php index 8173c3dae18..444849e44be 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeMobileTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeMobileTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFindTheme\Mobile; @@ -31,11 +31,11 @@ use VuFindTheme\Mobile; /** * Mobile Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ThemeMobileTest extends Unit\TestCase { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeResourceContainerTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeResourceContainerTest.php index b4c59413fdf..a5c6b187ac5 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeResourceContainerTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/ThemeResourceContainerTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest; use VuFindTheme\ResourceContainer; @@ -31,11 +31,11 @@ use VuFindTheme\ResourceContainer; /** * ResourceContainer Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class ThemeResourceContainerTest extends Unit\TestCase { diff --git a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/View/Helper/HeadThemeResourcesTest.php b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/View/Helper/HeadThemeResourcesTest.php index cabd3ae89a3..fbeb8b5904b 100644 --- a/module/VuFindTheme/tests/unit-tests/src/VuFindTest/View/Helper/HeadThemeResourcesTest.php +++ b/module/VuFindTheme/tests/unit-tests/src/VuFindTest/View/Helper/HeadThemeResourcesTest.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ namespace VuFindTest\View\Helper; use VuFindTheme\ResourceContainer, VuFindTheme\View\Helper\HeadThemeResources; @@ -31,11 +31,11 @@ use VuFindTheme\ResourceContainer, VuFindTheme\View\Helper\HeadThemeResources; /** * HeadThemeResources view helper Test Class * - * @category VuFind2 + * @category VuFind * @package Tests * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki + * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ class HeadThemeResourcesTest extends \VuFindTest\Unit\TestCase { diff --git a/themes/bootstrap3/js/preview.js b/themes/bootstrap3/js/preview.js index 0b07e5ce828..c61bfd5830c 100644 --- a/themes/bootstrap3/js/preview.js +++ b/themes/bootstrap3/js/preview.js @@ -20,7 +20,7 @@ function getHTPreviews(skeys) { var bibkeys = skeys.split(/\s+/); // fetch 20 books at time if there are more than 20 // since hathitrust only allows 20 at a time - // as per http://vufind.org/jira/browse/VUFIND-317 + // as per https://vufind.org/jira/browse/VUFIND-317 var batch = []; for(var i = 0; i < bibkeys.length; i++) { batch.push(bibkeys[i]); diff --git a/themes/bootstrap3/templates/install/fixils.phtml b/themes/bootstrap3/templates/install/fixils.phtml index f71ddd370bc..cd80be07894 100644 --- a/themes/bootstrap3/templates/install/fixils.phtml +++ b/themes/bootstrap3/templates/install/fixils.phtml @@ -31,7 +31,7 @@ </form> <p>If your ILS is not available in this list, you may be able to write your own driver. See the - <a href="http://vufind.org/wiki/vufind2:developer_manual" target="_new">Developer Manual</a>.</p> + <a href="https://vufind.org/wiki/development" target="_new">Developer Manual</a>.</p> <? else: ?> <p>VuFind is having trouble communicating with your Integrated Library System (ILS). Check your configuration. You may need to edit the file at <strong><?=$this->escapeHtml($this->configPath)?></strong> and fill in some diff --git a/themes/bootstrap3/templates/install/fixsolr.phtml b/themes/bootstrap3/templates/install/fixsolr.phtml index 450e1016f33..9069b80f536 100644 --- a/themes/bootstrap3/templates/install/fixsolr.phtml +++ b/themes/bootstrap3/templates/install/fixsolr.phtml @@ -12,7 +12,7 @@ <p>Troubleshooting steps:</p> <ol> - <li>Did you start the Solr server? See <a href="http://vufind.org/wiki/starting_and_stopping_vufind">Starting and Stopping VuFind</a> in the documentation.</li> + <li>Did you start the Solr server? See <a href="https://vufind.org/wiki/administration:starting_and_stopping_solr">Starting and Stopping Solr</a> in the documentation.</li> <li>Have you checked the Solr admin panel for errors? You may be able to find it <a href="<?=$this->escapeHtmlAttr($this->userUrl)?>">here</a>.</li> <li>Are you using non-default Solr settings? If your Solr URL is not <strong><?=$this->escapeHtml($this->rawUrl)?></strong> or your core name is not <strong><?=$this->escapeHtml($this->core)?></strong>, you will need to customize the [Index] section of <?=$this->escapeHtml($this->configFile)?>.</li> </ol> \ No newline at end of file diff --git a/themes/bootstrap3/templates/upgrade/fixanonymoustags.phtml b/themes/bootstrap3/templates/upgrade/fixanonymoustags.phtml index b1442bbb115..e10d93c8409 100644 --- a/themes/bootstrap3/templates/upgrade/fixanonymoustags.phtml +++ b/themes/bootstrap3/templates/upgrade/fixanonymoustags.phtml @@ -16,7 +16,7 @@ an administrator) to associate with old anonymous tags.</p> <p>If you do not wish to fix the problem at this time, click the Skip button.</p> -<p>See <a target="_jira" href="http://vufind.org/jira/browse/VUFIND-217">http://vufind.org/jira/browse/VUFIND-217</a> for more details.</p> +<p>See <a target="_jira" href="https://vufind.org/jira/browse/VUFIND-217">https://vufind.org/jira/browse/VUFIND-217</a> for more details.</p> <br /> diff --git a/themes/bootstrap3/templates/upgrade/fixduplicatetags.phtml b/themes/bootstrap3/templates/upgrade/fixduplicatetags.phtml index 8c8faa21203..3b6188eddac 100644 --- a/themes/bootstrap3/templates/upgrade/fixduplicatetags.phtml +++ b/themes/bootstrap3/templates/upgrade/fixduplicatetags.phtml @@ -13,7 +13,7 @@ in your database. It is recommended that you fix these. Click Submit to procee <p>If you do not wish to fix the problem at this time, click the Skip button.</p> -<p>See <a target="_jira" href="http://vufind.org/jira/browse/VUFIND-805">http://vufind.org/jira/browse/VUFIND-805</a> for more details.</p> +<p>See <a target="_jira" href="https://vufind.org/jira/browse/VUFIND-805">https://vufind.org/jira/browse/VUFIND-805</a> for more details.</p> <br /> diff --git a/themes/bootstrap3/templates/upgrade/home.phtml b/themes/bootstrap3/templates/upgrade/home.phtml index 594522b4e17..6ae1aefb829 100644 --- a/themes/bootstrap3/templates/upgrade/home.phtml +++ b/themes/bootstrap3/templates/upgrade/home.phtml @@ -17,11 +17,11 @@ <li>If you have customized code or templates in your previous version, you will need to adapt those changes to the new architecture.</li> <? else: ?> <li>You should look over the configuration files in <?=$this->escapeHtml($this->configDir)?> and make sure settings look correct. The automatic update process sometimes re-enables disabled settings and removes comments. Backups of your old configurations have been created for comparison purposes.</li> - <li>If you have customized code or templates in your previous version, you should test them to be sure they still work correctly; see the <a href="http://vufind.org/wiki/changelog">changelog</a> for notes on possible breaks in backward compatibility.</li> + <li>If you have customized code or templates in your previous version, you should test them to be sure they still work correctly; see the <a href="https://vufind.org/wiki/changelog">changelog</a> for notes on possible breaks in backward compatibility.</li> <? endif; ?> <li>You should reindex all of your content.</li> <li>You may want to check for problems on the <a href="<?=$this->url('install-home')?>"><?=$this->transEsc('auto_configure_title')?></a> page.</li> </ol> -<p>For the latest notes on upgrading, see the <a href="http://vufind.org/wiki/vufind2:migration_notes">online documentation</a>.</p> -<p>For help, feel free to use the mailing lists on the <a href="http://vufind.org/support.php">support page</a>.</p> \ No newline at end of file +<p>For the latest notes on upgrading, see the <a href="https://vufind.org/wiki/installation:migration_notes">online documentation</a>.</p> +<p>For help, feel free to use the mailing lists on the <a href="https://vufind.org/support.php">support page</a>.</p> \ No newline at end of file diff --git a/util/commit.php b/util/commit.php index 1f143e5ae27..497223e97f3 100644 --- a/util/commit.php +++ b/util/commit.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/performance#index_optimization Wiki + * @link https://vufind.org/wiki/performance#index_optimization Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/createHierarchyTrees.php b/util/createHierarchyTrees.php index 01486fe67da..111685b0a1b 100644 --- a/util/createHierarchyTrees.php +++ b/util/createHierarchyTrees.php @@ -25,11 +25,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Lutz Biedinger <lutz.biedinger@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki Wiki + * @link https://vufind.org/wiki Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/cssBuilder.php b/util/cssBuilder.php index a2cca7905e9..f66e78dc7d7 100644 --- a/util/cssBuilder.php +++ b/util/cssBuilder.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki Wiki + * @link https://vufind.org/wiki Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/dedupe.php b/util/dedupe.php index 09af7dcae6b..2d55ec8b86e 100644 --- a/util/dedupe.php +++ b/util/dedupe.php @@ -21,11 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/alphabetical_heading_browse Wiki + * @link https://vufind.org/wiki/indexing:alphabetical_heading_browse Wiki */ if(count($argv) < 2 || $argv[1] == "") { echo "\nPlease specify an input file: "; diff --git a/util/deletes.php b/util/deletes.php index 91b64b43cc0..c46679b7e8c 100644 --- a/util/deletes.php +++ b/util/deletes.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/automation Wiki + * @link https://vufind.org/wiki/automation Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/expire_searches.php b/util/expire_searches.php index e08d4443df3..826b5704990 100644 --- a/util/expire_searches.php +++ b/util/expire_searches.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/jira/browse/VUFIND-235 JIRA Ticket + * @link https://vufind.org/jira/browse/VUFIND-235 JIRA Ticket */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/expire_sessions.php b/util/expire_sessions.php index ac919d2d7b5..6072e7fe6d0 100644 --- a/util/expire_sessions.php +++ b/util/expire_sessions.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/jira/browse/VUFIND-235 JIRA Ticket + * @link https://vufind.org/jira/browse/VUFIND-235 JIRA Ticket */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/index_reserves.php b/util/index_reserves.php index 5c10ec20b72..f16203d6e2c 100644 --- a/util/index_reserves.php +++ b/util/index_reserves.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki Wiki + * @link https://vufind.org/wiki Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/optimize.php b/util/optimize.php index 8965d23e8ea..66aef01d867 100644 --- a/util/optimize.php +++ b/util/optimize.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/performance#index_optimization Wiki + * @link https://vufind.org/wiki/performance#index_optimization Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/sitemap.php b/util/sitemap.php index 739cc1a7684..db9f7a0a4aa 100644 --- a/util/sitemap.php +++ b/util/sitemap.php @@ -19,11 +19,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author David K. Uspal <david.uspal@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/search_engine_optimization Wiki + * @link https://vufind.org/wiki/search_engine_optimization Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate diff --git a/util/suppressed.php b/util/suppressed.php index e12ea30c291..0f842ecd015 100644 --- a/util/suppressed.php +++ b/util/suppressed.php @@ -19,12 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @category VuFind2 + * @category VuFind * @package Utilities * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/automation Wiki + * @link https://vufind.org/wiki/automation Wiki */ // Load the Zend framework -- this will automatically trigger the appropriate -- GitLab