- Dec 08, 2023
-
-
* 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
-
- Aug 31, 2023
-
-
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
-
- Mar 23, 2022
-
-
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
-
- Mar 07, 2022
-
-
Claas Kazzer authored
* adds autocomplete to home and office address forms * adds autocomplete to user update form * add autocomplete to 2nd address (home address) update form * add template comments co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
- Nov 13, 2019
-
-
* grant implicit permissions on registration * adjust office address line mapping * set default api to staging/adlr
-
- Oct 17, 2019
-
-
* 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
-
* 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
-
- Sep 03, 2019
-
-
* 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
-