- Oct 12, 2021
-
-
Robert Lange authored
* also add id for valid label mapping
-
- 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
-
- 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
-
- Mar 22, 2021
-
-
* change translation * change comments text field to textarea
-
- Mar 05, 2021
-
-
Alexander Purr authored
* new route via "/Record/0-123456/fidDigitization" * new form config * new form template * add type specific order information on acquisition trait and order hydrator * add translation keys - incomplete jet * add translation
-
- Feb 16, 2021
-
-
Dorian Merz authored
* moves some standard configuration from ADLR module to FID module to be reused in other FIDs
-
- Apr 28, 2020
-
-
* config * template * translations * controller / FidAcquisitionTrait * repositioning comment field and error messages
-
- Apr 21, 2020
-
-
* add new validators ** page selection: correct page order ** page selection: highest selected page can not exceed number of pages ** page selection: can not not exceed a certain percentaged part of whole record * add first validator to form configuration * add other validators within controller trait to from * add hyphen filter to form configuration * add dynamic page selection validators ** add session to RecordController via DelegatorFactory ** adjust behavior to handle false page selection warning with session parameter * add fid translation * display number of record pages in summary of subito partial copy ** changes in RecordDataFormatterFactory *** add general spec builder function *** extend general specs for subito partial copy
-
- Mar 06, 2020
-
-
Sebastian Kehr authored
* preprocess whole config in mvc event listener * handle the case of forbidden base url override * render fidis status in fixed footer
-
Sebastian Kehr authored
* forbid base url overrides by default and allow in alpha environments * override base url via separate mvc event listener * print effective fidis base url in footer
-
- Jan 27, 2020
-
-
Dorian Merz authored
* generates tab separated values file for download * export all fields
-
* set type email instead of text
-
- Jan 21, 2020
-
-
* dislay all user data (mostly in read-only mode) * exclude most attributes via validation groups * drop former editable_attributes configuration
-
-
- Dec 03, 2019
-
-
* route * action * template (using partial) * language keys
-
- Nov 29, 2019
-
-
* minimal changes in templates and form configs * adjustments templates * styling of acquisition forms
-
- Nov 19, 2019
-
-
- Nov 15, 2019
-
-
* display print issues in separate box * display messages * only one ezb request * set js function to fid module * fixed button bug * changed get it box config * set new position messages * set registration info * default info ezb resolver * set other registration info text
-
- Nov 14, 2019
-
-
-
* add general form logic for acquisitions ** add acquisition trait for business logic ** add order hydrator ** form definitions and templates (using record data formatter) ** delegator for using api client within controller * add subito article and partial copy forms ** add form definition and templates ** add business logic within trait ** create order by using api * add language keys * simple order hydrator
-
- Nov 13, 2019
-
-
-
* add general form logic for acquisitions ** add acquisition trait for business logic ** add order hydrator ** form definitions and templates (using record data formatter) ** delegator for using api client within controller * add subito article and partial copy forms ** add form definition and templates ** add business logic within trait ** create order by using api * add language keys * simple order hydrator
-
- Oct 29, 2019
-
-
Dorian Merz authored
* adds book orders menu entry * displays open orders in table * adds several templates * adds script to close modal on click to Order list links co-authored by: ckaz <kazzer@ub.uni-leipzig.de>
-
- Oct 23, 2019
-
-
- Oct 17, 2019
-
-
* 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 i...
-
- Oct 01, 2019
-
-
* move worldcat template to fid
-
- Sep 27, 2019
-
-
- 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
-
- Aug 30, 2019
-
-
Dorian Merz authored
* defines init Method for AddressValidator * refs #15520
-
- Aug 29, 2019
-
-
* include address on user creation * address fields validation
-
- Aug 27, 2019
-
-
* API calls * menu link * translations
-
- Aug 23, 2019
-
-
Dorian Merz authored
* adds actions and routes to ** user list ** user profile manipulation * introduces basic authorization and permission handling * introduces Admin config section containing ** editable fields ** applicable user permissions ** disable select inputs * user overview ** styles user overview as a table ** links to user edit page for each * adds 'denied' values for unselected permissions * force login for admin pages * flushes user list cache on successfull edit ** displays latest data in user list * reacts on admin roles from API (cf. #15692) * VuFind permission handling ** adds PermissionProvider to handle FID API permissions via Permission ViewHelper
-
- Jul 09, 2019
-
-
* enable required zend modules * register abstract form factory * migrate initial registration form * remove annotations * migrate annotions to php-arrays ** migrate user create and update form ** set home library value options in controller ** migrate password forms ** remove unnecessesary validators * adjust controller factory
-
- Jun 27, 2019
-
-
* introduce custom method for password updates * improvements to user access level selection * improved user creation form look * set college value in update form * translate username to email address
-
- Jun 19, 2019
-
-
Co-authored-by:
Sebastian Kehr <kehr@ub.uni-leipzig.de>
-
* migration of former core-module-package contents * first adjustments of api client logon functionality * fix initial registration step * registration finalization adjustments * fetch libraries on registration * improved logon client method * refresh logon only if stale * throw exception on bad credentials * adjust config files * fetch user details only if logged on * rename namespace, text domain as well as module and theme * untrack compiled css * let registration form look like login form * rename ils driver for config injection by ils connection * use aliases for authenticator and ils driver * let authenticator support account creation * enable account creation in base config * override default account creation route * introduce user controller and update action
-