- Oct 15, 2021
-
-
Dorian Merz authored
* change visibility of helper functions * allow for ALL keyword in sources list
-
Dorian Merz authored
* adds (configurable) titleHolds logic
-
Alexander Purr authored
* new Client methods: ** get order (uses fidis GET resource) ** update order (is complemented by fidis PUT resource - ticket 20690) * add new route for EditOrder * new UserController methods ** editOrderAction -> loads order, form-config & view; checks EditOrder-Permission ** updateOrder ** applyStatusOptions for correct prefilling and translate of status options * new form-configs for simple (only status) and complete (status and due date) form * new configuration blocks in fid.ini (disabled) ** OrderList section for displaying additional columns in order list table ** Edit section (depending on order type - here pda and digitization) sets form type (basic / complete) and possible status options * templates ** add configured columns (like type, status, due date, edit button) on admin order list (and nested templates) ** new edit order main template (incl. some order information) ** new basic and complete form template * add getter and se...
-
- Oct 14, 2021
-
-
* by deleting form-config overwrite ** on requesting registartion mail ** on completing registration ** on updating user profile
-
Alexander Purr authored
-
- Oct 12, 2021
-
-
Robert Lange authored
* also add id for valid label mapping
-
- Oct 11, 2021
-
-
Dorian Merz authored
* position new publications marker on lower end * show only icon of new publications marker on mobile devices
-
- Oct 08, 2021
-
-
Dorian Merz authored
* adds readout of state 10 * also adds some refactoring to streamline Ezb Class refs #18611 [finc] adds getDOI to MARC driver refs #18611 [finc] add DOI-Parameter do Ezb-Query + slight refactoring
-
Dorian Merz authored
-
Dorian Merz authored
-
Dorian Merz authored
* adds readout of state 10 * also adds some refactoring to streamline Ezb Class
-
* handle warning in SolrMarcFincTrait for empty indicator * add tests and fixtures for #20600 and #18915 * run with: docker exec -it [your php container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/RecordDriver/SolrMarcFincTestCase.php"
-
- Oct 07, 2021
-
-
* disable admin menu for i18n * i18n load current locale / language only
-
- Oct 05, 2021
-
-
Dorian Merz authored
* react on empty subresult
-
- Sep 30, 2021
-
-
Gregor Gawol authored
* department as required field * branch issue/19158_a
-
- Sep 29, 2021
-
-
Alexander Purr authored
* added at ticket 19370 * was removed erroneously in ticket 19603
-
* enable comment field for pda ** in controller ** in hydrator * check complete address * allow multi-step form by saving and retrieving followup url * prevent hiding pda form in lightbox after redirect from profile update - SuccessMessage of flash messenger would disable displaying pda form
-
* 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 28, 2021
-
-
Dorian Merz authored
* use getTOC and specific data template for TOC tab
-
- Sep 27, 2021
-
-
* use static variable for short term caching
-
- Sep 24, 2021
-
-
Robert Lange authored
* but catching of error still needs to be optimized
-
- Sep 23, 2021
-
-
Dorian Merz authored
-
- Sep 21, 2021
-
-
Robert Lange authored
* also set input division (fakultät) required in dds-form.php
-
* invisible comboboxes required false
-
for details see issue/19158
-
- 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
-