- Sep 29, 2021
-
-
* add translation * override pda template * display address for direct delivery service * display contact details only for Digitization-On-Demand * own pda template ** add link for address editing ** adding comment field in form config * improve feedback on missing address ** show complete form except submit button ** add translation
-
- Sep 17, 2021
-
-
* get multiple lines * show additional data (f) for Marc license information * combine text a (note f) with url u as link in data-license.phtml * use external links for licenses * move template from Default to new SolrMarc directory * consolidate data-license of Marc and DiCo to avoid confusion with Marc data-license and digital collections introduced with #14583 ** rename getLicenceInfo to getLicense in SolrDico record driver ** add Dico data-licence.phtml (moved from de_15) ** use same labels like Dico - possible to use same template under DefaultRecord
-
- Aug 19, 2021
-
-
* also delete obsolete sample configuration from config.ini * fix and update test for ExternalCatalogueLink ** use record_id instead of ppn ** fix mocking expactations ** use test by calling: docker exec -it [your_favorite_vufind_folder]_php_1 sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/View/Helper/Root/ExternalCatalogueLinkTest.php"
-
- Aug 10, 2021
-
-
Robert Lange authored
* add action in User Controller * add form for password confirmation * check credentials in Client * add properties in User dto for deletion * check for deleted property on login in Authenticator * add default translation texts * add template for success message * redirect to home page after closing of modal
-
- Aug 09, 2021
-
-
Dorian Merz authored
* do not show tab for single-element trees
-
- Jul 30, 2021
-
-
* new inputs: library, signature, external_url * now 2 different forms: ** a) via record, prefilled (like before) ** b) via profile: free request (not indexed record) * about b) ** new action and route ** inherit and extend form configuration (new hydrator, 4 more fields) from a) ** reuse template from a) and add record-inputs ** new inputs: title (required), responsible, year, language ** record information ships via digitization-array (see FidAcquisitionTrait.php) into order object ** using createViewModel-function from AbstractBase for prevent loading not existing record * adjust orders listing template for displaying none indexed records correctly refs #20106 [fid] orders list * enable external links coming from data-lightbox * show additional request data if request is not linked to solr record
-
* new inputs: library, signature, external_url * now 2 different forms: ** a) via record, prefilled (like before) ** b) via profile: free request (not indexed record) * about b) ** new action and route ** inherit and extend form configuration (new hydrator, 4 more fields) from a) ** reuse template from a) and add record-inputs ** new inputs: title (required), responsible, year, language ** record information ships via digitization-array (see FidAcquisitionTrait.php) into order object ** using createViewModel-function from AbstractBase for prevent loading not existing record * adjust orders listing template for displaying none indexed records correctly refs #20106 [fid] orders list * enable external links coming from data-lightbox * show additional request data if request is not linked to solr record
-
Dorian Merz authored
* re-uses non-Electronic version * also refs #19862
-
- Jul 20, 2021
-
-
Dorian Merz authored
* adds delegator for SolrMarcFinc * can add SolrMarcUrlRules.yaml now * decide on sub-result sets to be used in actual result of getURLs
-
- Jul 15, 2021
-
-
Dorian Merz authored
* set non-lucene-syntax handling configurable on a per-SearchType basis co-authored by: André Lahmann <lahmann@ub.uni-leipzig.de> * added some more comments to searches.ini
-
- Jul 06, 2021
-
-
* allow list of ids and load results as batch from solr * escape colons centralized in getFincId * code styles * move searchRelatedRecords from SolrMarcFincTrait to new finc\Controller\CustomTraits\SearchTrait * call searchRelatedRecords instead of getFincId within getAlternativeItemId * merge elements of getFincId into getAlternativeItemId ** handle multiple ids within getAlternativeItemId ** escape colon when existing ** rude exception catching * replace call of getFincId by getAlternativeItemId within mapPaiaItems co-authored by "Dorian Merz <merz@ub.uni-leipzig.de>" * slight refactoring * add more method comments co-authored by "André Lahmann <lahmann@ub.uni-leipzig.de>" * added comment for choice of trait location
-
- Jul 02, 2021
-
-
Dorian Merz authored
* copy from DE-15 code to finc's FincLibero * use separate queryBoundItem() * use generic pattern * make bound item query adaptable
-
- Jul 01, 2021
-
-
Robert Lange authored
* isTitleHold * placeTitleHold * extendPickUpLocation
-
Dorian Merz authored
* now named LiberoWachtl * less misleading naming * refactor liberoWachtlUrl INI key ** plus: cache in local property
-
- Jun 30, 2021
-
-
Dorian Merz authored
* link only for authorized users * show unproxied links for unauthorized users
-
- Jun 24, 2021
-
-
Dorian Merz authored
-
- Jun 22, 2021
-
-
* set default value noticeLinkType * remove useless variable noticeWithLink
-
* extend AbstractAdmin to check for access permission for AdminModule ** admin module must be activated in config.ini by admin_enabled = true ** permission access.AdminModule should be set in permissions.ini
-
- Jun 16, 2021
-
-
Dorian Merz authored
* more specific message for RecordMissing exception * redirect message in case a fallback is used
-
- Jun 15, 2021
-
-
Dorian Merz authored
-
- Jun 03, 2021
-
-
Dorian Merz authored
* do not check for existence of linked record on every call * add fallback seacrh in case of calling a missing record
-
- May 20, 2021
-
-
Robert Lange authored
* remove unused getJournalHoldingsSolr in SolrMarcFincTrait * code styles for FincIls
-
- May 19, 2021
-
-
Dorian Merz authored
* adds sysMessage to success message when placing a hold * cf. #7730
-
- Apr 22, 2021
-
-
* multiple pickup locations should be possible and not overwritten * but a fallback of department as pickup location should only be set, when ** there has been a service of presentation or loan ** and no pickup location could be filtered
-
Dorian Merz authored
* fix problems with unset homeLibrary
-
- Apr 21, 2021
-
-
Gregor Gawol authored
* own array field status
-
Gregor Gawol authored
* bugfixing method reading config
-
- Apr 20, 2021
-
-
Dorian Merz authored
* from now on, if a set of fidis permissions is configured, users having ANY of those will be granted the respective VuFind permission * potentially BREAKING CHANGE
-
* set additional view context parameter
-
- Apr 19, 2021
-
-
Dorian Merz authored
* fix flashmessages ** use div instead of p ** fixes html rendering problem and clickable close button * streamline German wording for book bag * uncomment delete-all button
-
- Apr 16, 2021
-
-
Dorian Merz authored
* now shows error message in lightbox
-
* new method in SolrMarcFincTrait to check for leader 18 a or i = no punctuation needed * use publicationDetailsImprint of MultiDataFieldsTrait as finc standard, copied from de_15
-
- Apr 15, 2021
-
-
Gregor Gawol authored
* added EnhancedRenderArray to finc * fixed profileMapper bug * added X-LIBRARY-BORROWER-BLACK-LIST-INDICATOR and X-LIBRARY-BORROWER-BLACK-LIST-DESCRIPTION
-
Gregor Gawol authored
* fixed profileMapper bug
-
Dorian Merz authored
* now uses YAML * enables use of special characters
-
- Apr 09, 2021
-
-
Dorian Merz authored
-
Dorian Merz authored
* remove holdings tab from AI config as everything is shown in green box * use correct regex in source_ids_V8_9, display boss-notice correctly
-
Dorian Merz authored
* avoid unnecessary entries in electronic
-
- Apr 07, 2021
-
-
Alexander Purr authored
* caused ajax errors
-
* avoid redirect after list action in layout context ** override Vufind CartController::redirectToSource for bulk export and mail ** override Vufind CartController::deleteAction for bulk delete ** override Vufind RecordController::saveAction for saving favorites on result list * use empty template for rendering messages in lightbox ** override Vufind RecordController::processSave instead of saveAction ** render messages in new message.phtml
-