Skip to content
Snippets Groups Projects
  1. Dec 08, 2023
    • Alexander Purr's avatar
      refs #24836 [fid_adr] w3c · 2c5013f5
      Alexander Purr authored and Mathias Maaß's avatar Mathias Maaß committed
      * error: Error: Duplicate ID toolbar-menu
      ** removed and icon title added
      *  Error: Attribute href not allowed on element button at this point.
      ** change button to a
      * Error: Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)
      ** remove nesting; move margin-btm class into a; add display-block style
      * add missing ids on inputs
      * correct heading translation
      * ship correct aria-describedby for subrecord favorite-action
      * error: doubled head-title
      ** use solution from 18780
      2c5013f5
  2. Aug 31, 2023
    • Robert Lange's avatar
      refs #24324 [fid_adlr] vf7 upgrade · 6939dbd0
      Robert Lange authored
      * recaptcha => captcha
      * comment out duplicate QueryFields
      * Zend => Laminas
      * fix code style: include instead of require
      * add csp ini
      * update dbis-module to 5.0.0
      * update boss-module to 3.0.0
      * update dbis-module to 5.0.0
      * update worldcat module to 1.1
      
      co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
      * use renamed cookies js file
      * replace Zend by Laminas in templates
      * feedback forms
      * FeedbackForms.yaml:
      ** prevent >>The reserved indicator % cannot start a plain scalar; you need to quote the scalar<<
      ** update docs
      * load correct capcha-view-helper
      * complement user-table-list for admin
      * reconfigure order list columns in user profile
      * using inline-script view-helper
      * add missing function in facets.ini that causes error
      6939dbd0
  3. Mar 23, 2022
    • 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
  4. Mar 07, 2022
  5. Nov 13, 2019
  6. Oct 17, 2019
    • Sebastian Kehr's avatar
      refs #15998 [fid_adlr] user management forms related changes · 784a6b9b
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * mark required fields in registration forms
      * map job title to requested permission
      * account for generalization of user creation form
      * translation fix
      * adjustments needed for hydration
      * build attributes after submit of user creation form
      * added newsletter boolean flag
      * adjust user update form
      * use hydrator for all user forms
      * translation fixes
      * override not-empty validator for newsletter field
      * fixup: adjust newsletter field options
      * adjust translations in user profile view and update form
      * include user group in user update form
      * adjust user update form spec
      * rename property for less confusion
      * rename user property and according form fields
      * fix input filter spec for newsletter field
      * render job_title element as select field
      * remove job_title element from update form
      * grant permissions on user creation
      * display user group as non-editable field in update form
      * changes to job title field in update form
      * display job title update notice
      * use custom validator for home address fields
      * let first line of first address be optional
      * let user specify default delivery address
      * adjust permissions configuration
      * adjust permissoins translations
      * customize admin edit form
      * user update form style hotfix
      * revision of admin edit form
      784a6b9b
    • Sebastian Kehr's avatar
      refs #15998 [fid] user management forms related changes · c8ffe802
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * initial refactoring to use address fieldsets on user creation and update
      * generalize user creation form
      ** allow for multiple addresses in more flexible ways
      ** introduce general radio fields for user groups
      * reuse dto on user creation with the help of zend-hydrator
      * adjust user update form
      * use hydrator for all user forms
      * fixup to user init method
      * add gpl license header
      * remove empty home library option from user update form
      * remove imports of non-existing classes
      * custom submit label in user update form
      * pass library list with ils authenticator
      * rename property for less confusion
      * implement possibly required ils authenticator method
      * render address id field only if value non-empty
      * convert user data property names to camel case via custom strategy
      * pass root input filter with context to nested input filters
      * relax requirements for first mandatory user address
      * first fixes to admin edit form
      * completely specify admin edit form in its own file
      * include job title field in admin edit form
      * revision of admin edit form
      c8ffe802
  7. Sep 03, 2019
    • Sebastian Kehr's avatar
      refs #15925 [fid] use fieldsets for user addresses · d79b1a70
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * allow for multiple addresses
      * use correct validator method and address index
      * remove type attribute
      * adjust profile view w.r.t. empty addresses
      * reintroduce form label helper to account for required attributes
      * let second address line be optional
      d79b1a70