Skip to content
Snippets Groups Projects
  1. May 18, 2022
    • Robert Lange's avatar
      refs #21281 [fid_adlr] add VuFindResultsGrouping · d506ed25
      Robert Lange authored
      * add package in composer.local.2.fid-adlr with zend version
      * add group limit an match string in configs for live and alpha
      * add record driver for default and ai to use package
      * add checkbox for grouping - but commented out
      * render grouping on result list of default and ai
      * update composer.lock after manual edit of composer.local.2.fid-adlr.json
      * check if driver uses result grouping by calling hasSubRecords
      * alpha config: override full section
      * hide checkbox control to deactivate result grouping
      2 tags
      d506ed25
  2. May 17, 2022
  3. May 12, 2022
  4. May 06, 2022
  5. May 04, 2022
  6. May 02, 2022
  7. Apr 29, 2022
    • Alexander Purr's avatar
      refs #21654 [finc] make resolver traffic light accessible · fb60b3c7
      Alexander Purr authored
      * adjust styling
      * reuse de_15 style by moving to finc theme
      ** no-bullet class (add zero padding)
      ** resolver links list item styling (marging and padding, more space between items)
      * remove stair effect
      * add no-bullet class to phtml
      * clearer translation
      fb60b3c7
  8. Apr 28, 2022
  9. Apr 27, 2022
  10. Apr 20, 2022
    • Robert Lange's avatar
      refs #20357 [finc] set punctuation for Marc titleDetails if not already set · 401d1fdc
      Robert Lange authored
      * with syntax "245a: 245b (245n); 245p/ 245c"
      * colon only when 245a AND 245b exist
      * change order of subfields for records without pre-formated punctuation and ignore 245h
      * fetch multiple subfields for 245n and 245p and concatenate with coma
      * add tests for Marc getTitleDetails punctuation
      * run with command: docker exec -it [your_docker_php_container] sh -c "vendor/bin/phpunit --configuration module/finc/tests/phpunit.xml module/finc/tests/unit-tests/src/fincTest/RecordDriver/SolrMarcFincTestCase.php --filter testGetTitleDetails"
      401d1fdc
    • kazzer@ub.uni-leipzig.de's avatar
      refs #21511 [fid_adlr] fixes position of action buttons in results list · d2eb5700
      kazzer@ub.uni-leipzig.de authored
      * hides sort and display n items buttons for XS and SM
      * fixes misplaced icons in record view
      ** removes redundant 'and screen' in SCSS
      ** reduced padding-right on large devices for mainbody
      d2eb5700
  11. Apr 13, 2022
  12. Apr 04, 2022
  13. Apr 01, 2022
    • Robert Lange's avatar
      refs #21133 [finc] use RecordDataFormatter for topics and rvk · 778cf4ee
      Robert Lange authored
      * add specs for topics and rvk in RecordDataFormatterFactory
      * add data-topics.phtml and data-rvk.phtml
      * use specs and render output of RecordDataFormatter in topics.phtml
      * remove obsolete message 'Topics unavailable' for empty content - tab should not be used at all due to hasTopics check
      2 tags
      778cf4ee
  14. Mar 31, 2022
  15. Mar 28, 2022
  16. Mar 23, 2022
    • Robert Lange's avatar
      refs #19089 [fid_adlr] finc/dbis: remove redundant code and update package · da99aa18
      Robert Lange authored
      * remove redundant configuration
      * remove redundant MyResearchController
      * remove redundant templates
      * remove redundant German translations
      ** use "devops/i18n-merge.sh data/i18n/languages/de.ini themes/fid_adlr/languages/de.ini themes/fid/languages/de.ini":
      ** remove duplicate token "Username " and  E-Mail-Adresse with parent file.
      ** remove duplicate token "dbis_hint " and  "Hinweis" with parent file.
      ** remove duplicate token "dbis_licenses_name_long " and  "Zugang zu freien und lizenzierten Fachdatenbanken" with parent file.
      ** remove duplicate token "dbis_name " and  "Fachdatenbanken" with parent file.
      ** remove duplicate token "licenses " and  "Datenbanken" with parent file.
      ** remove duplicate token "licenses_desc_1 " and  "Momentan haben Sie Zugriff auf:" with parent file.
      ** remove duplicate token "licenses_not_available " and  "Diese Lizenzen sind derzeit leider nicht verfügbar." with parent
      
      * remove redundant English ...
      2 tags
      da99aa18
    • Robert Lange's avatar
      refs #20900 [fid_adlr] make home address fields optional · 382e2565
      Robert Lange authored
      * allow empty inputs in home address if checkbox for delivery_address is deactivated
      * set required attributes by javascript in new introduced user_delivery_address.js - except for line 2
      * add new translation for checkbox label
      * code styles / add comments
      * add horizontal row as divider between user data sections
      382e2565
  17. Mar 14, 2022