- Nov 19, 2019
-
-
* for registration and password change (add adlr form and add embed in module.config) * no special sign required * but capital letter needed instead * change password validation error text for adlr
-
* add label attribute to order dto * adjust order templates to display order label
-
-
- 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
-
Dorian Merz authored
-
-
* modified view helper openurl * add clean doi method
-
Dorian Merz authored
* uses different parameter name to avoid name clash with view Helper * simplifies downgrade function for OpenURL 0.1
-
- Nov 14, 2019
-
-
* set library list in session correctly in method requestLibraryList * add method 'requestLibraryById' for getting single library from api
-
* update composer dependency for dbis package * use latest adlr api * refactor DBIS usage *# use DBIS id from patron library list instead of bibId *# fallback: get home library from api directly *# fallback: can't get library list from api: set parameter for mapping bibId => dbis in js of dbis-content.phtml to true *# add fid client in MyResearch Controller for 2) and 3) * use latest dbis package
-
- Nov 13, 2019
-
-
Dorian Merz authored
-
-
* grant implicit permissions on registration * adjust office address line mapping * set default api to staging/adlr
-
-
* making data format definition from fid available in adlr
-
* 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 12, 2019
-
-
Dorian Merz authored
-
- Nov 08, 2019
-
-
* drop column username_id after copying to username * drop user_id_key unique key constraint * set default values on columns firstname, lastname, cat_username
-
refs #16234 [master-v5] do not drop (non-existing) column username_id and user_id_key unique constraint
-
Dorian Merz authored
* introduces new Exception types * uses those Exceptions to authorize user
-
- Nov 07, 2019
-
-
- Nov 06, 2019
-
-
Dorian Merz authored
* changes according new Zend ServiceManager configuration
-
- Nov 05, 2019
-
-
* add method 'isMultiPart' in SolrDefaultFincTrait to encapsulate check for top leve
-
- Nov 04, 2019
-
-
* Set the password fields to default value for all rows. * remove update on missing table column pass_hash * Note: ** This script contains statements to handle the specific adaptions of the tables for Adlr. ** This script ensures the proper execution of the common migration script migrateData_Vufind1ToVufind5_Common.sql stored in folder module/finc/sql/migrations/mysql. ** First run this Adlr script then run the Common script! ** The scripts have to be executed within a mysql session on the related database. Co-authored-by:
Robert Lange <robert.lange@uni-leipzig.de>
-
* Note: * Before runnning this current script please check if there is the necessity to run database specific adaption scripts apart from the common way to ensure that the current script will work properly. * Currently there is the need for the Adlr database to run the script migrateData_Vufind1ToVufind5_First_Adlr.sql stored in folder module/fid_adlr/sql/migrations/mysql * The script has to be executed within a mysql session on the related database.
-
- Oct 30, 2019
-
-
Dorian Merz authored
-
- 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 24, 2019
-
-
* use get it box * set configuration file * display buttons * set boss module * edited translations * edited texts * modified accordeon config
-
* added delivery status * retrieve solr field collection
-
* modified box config * show text Get It if facet_avail entry Free * modified config display buttons * config boss * retrieve BOSS if not collection UBL-FID-EBC
-
- Oct 23, 2019
-
-
-
* don't throw exception if record not found * override method of vufind record link helper * corrected alias for view helper RecordLink (because of wrong alias, extended finc RecordLink was never used, but existent)
-
- Oct 22, 2019
-
- 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 i...
-
- Oct 14, 2019
-
-
- Oct 10, 2019
-
-
* set syntax of testexternallink1.json for fetching $array['pattern'] * set mock methods in ExternalCatalogueLinkTest * external catalogue link: handle missing filter: take changes from #15135 * simplify ExternalCatalogueLink.getLinks()
-
refs #15104 [master] - replaces single methods to get field of RecordType to generic getField() for external links
-