Skip to content
Snippets Groups Projects
  1. Sep 29, 2021
    • Alexander Purr's avatar
      refs #20243 [fid] some changes in PDA form · 40548cf7
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * 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
      40548cf7
  2. Sep 28, 2021
  3. Sep 27, 2021
  4. Sep 24, 2021
  5. Sep 23, 2021
  6. Sep 21, 2021
  7. Sep 20, 2021
  8. Sep 17, 2021
    • Robert Lange's avatar
      refs #20344 [finc] license information · d0272d28
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * 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
      d0272d28
  9. Sep 15, 2021
  10. Aug 23, 2021
  11. Aug 19, 2021
  12. Aug 16, 2021
  13. Aug 10, 2021
  14. Aug 09, 2021
  15. Aug 03, 2021
    • Robert Lange's avatar
      refs #18988 [finc] saving of favorites: dont reload page after login · 3ce1e5cb
      Robert Lange authored
      * do not set refreshOnClose to true in lightbox after neccessary catalog login for saving a record as favorite
      ** set userIsLoggedIn to true
      ** hide login link
      ** show logout link
      * improve code styles
      * also anticipate jshint for 17984 to set back focus on origin after closing
      * control overriding of page reload by extra parameter in template link
      2 tags
      3ce1e5cb
    • Robert Lange's avatar
      refs #20323 [finc] add script for i18n language token import · 2a0ae704
      Robert Lange authored
      * usage after changing translations via i18n controller /Admin/I18n: "devops/i18n-merge.sh data/i18n/languages/de.ini local/languages/de.ini"
      * add minified local/languages/de.ini
      * corrects German typo for errorcode_member_not_found in local
      
      * output:
      ** remove duplicate token "Email " with obsolete value  "E-Mail" by  "Mailen".
      ** remove duplicate token "Print " with obsolete value  Druck by  "Drucken".
      ** remove duplicate token "bookbag_email_selected " with obsolete value  "E-Mail" by  "Links zu ausgewählten Medien per E-Mail versenden".
      ** remove duplicate token "Skip_navigation_links " with obsolete value  "Sprunglinks zum Inhalt" by  "Sprunglinks zur Suche und zum Inhalt".
      ** replace token "errorcode_member_not_found " with old value  "Die Benutzernummer exisitiert nicht" by new value  "Der aufgerufene Titel (%%id%%) ist nicht vorhanden."
      
      * minify local en.ini
      * usage "devops/i18n-merge.sh data/i18n/languages/en.ini local/languages/en.ini"
      ** remove duplicate token "DBIS " with obsolete value  DBIS by  DBIS.
      ** remove duplicate token "Skip_navigation_links " with obsolete value  "Skip navigation links" by  "Skip navigation links".
      2a0ae704
  16. Jul 30, 2021
    • Alexander Purr's avatar
      refs #20106 [fid] Digitization-on-Demand Service · 71917609
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * 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
      71917609
  17. Jul 22, 2021
  18. Jul 20, 2021
  19. Jul 16, 2021
  20. Jul 15, 2021
  21. Jul 09, 2021
  22. Jul 07, 2021
  23. Jul 06, 2021
    • Robert Lange's avatar
      refs #19603 [finc] refactor getFincId and getAlternativeItemId · 8388aa1f
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * 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
      8388aa1f
  24. Jul 05, 2021
  25. Jul 02, 2021
  26. Jul 01, 2021