- 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 14, 2022
-
-
kazzer@ub.uni-leipzig.de authored
-
kazzer@ub.uni-leipzig.de authored
-
- Mar 09, 2022
-
-
Alexander Purr authored
* allowing empty comments on pda/print * building type translation keys with _ instead of - * fix method signature for isValid() to fit interface - can not change param of simple type mixed to string * do not show user name in users order list * create order edit form only if order type has form configuration in fid.ini
-
Alexander Purr authored
-
- 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>
-
Robert Lange authored
-
Robert Lange authored
* add page reload hint * use language tags * add changes in single-facet.phtml: add sr-only
-
Claas Kazzer authored
-
Claas Kazzer authored
-
- Mar 04, 2022
-
-
Claas Kazzer authored
* result list and favorites co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * adapt aria-lable translation for checkboxes
-
- Mar 01, 2022
-
-
Claas Kazzer authored
* adds basic XS and SM styles for adv search * corrects top margin on SM * corrects top margins again * corrects focus highlighting on X buttons on SM * sets focus border for SM up * extends magenta bordered focus highlight to XS
-
Claas Kazzer authored
-
Claas Kazzer authored
* introduces alternatives for hidden anchor names for XS, SM, MD in header * fixes hidden elements on results list * fixes open comment block in header * fixes display options on LG and larger * fine tuning for filter tools on xs
-
- Feb 28, 2022
-
-
Claas Kazzer authored
-
- Feb 22, 2022
-
-
Alexander Purr authored
* remove min and max length check and associated error messages * instead display customized message (title-attribute) on pattern mismatch
-
- Feb 21, 2022
-
-
Robert Lange authored
-
Robert Lange authored
* GetAdditionalAccountInfo: ** dont fetch fines - sum up is already done by account_ajax ** use GET instead of POST request * account_ajax: add finc override and itemCount; remove tooltips / titles * remove obsolete script in menu.phtml
-
- Feb 10, 2022
-
-
Robert Lange authored
-
- Feb 07, 2022
-
-
* fix php short opening tag to display type header
-
- Feb 02, 2022
-
-
Alexander Purr authored
refs #20655 [fid] create some separate column field templates and split column configuration for user and admin order list * due date * edit
-
Alexander Purr authored
* override RenderArray helper in finc
-
Alexander Purr authored
* use OrderList->displayCols array in fid.ini for activation and ordering columns * configuration is uses for order listing in user and admin view * restructure templating for best re-usage and less code * move templates into fid/order directory * add missing section in fid.ini * using renderInContext to retain parent's template variables too * hide empty lines / entries in renderArray-helper for displaying properties of free digitization-on-demand
-
- Jan 28, 2022
-
-
Alexander Purr authored
-
- Jan 27, 2022
-
-
Claas Kazzer authored
-
- Jan 26, 2022
-
-
Claas Kazzer authored
* removes hidden-xs classes where useful * fixes SCSS for removed hidden-xs elements * fixes dropdown-arrow padding * adds partial to make bulk action buttons visible in XS
-
- Jan 25, 2022
-
-
Alexander Purr authored
* full bookbag information is now part of role=status span
-
- Jan 21, 2022
-
-
Robert Lange authored
-
- Jan 20, 2022
-
-
Claas Kazzer authored
-
- Jan 18, 2022
-
-
Claas Kazzer authored
-
- Jan 10, 2022
-
-
Robert Lange authored
* devops info: ** run "./install-codestylechecker.sh install" to install dependencies for git hooks code style checks ** see https://projekte.ub.uni-leipzig.de/projects/finc-intern/wiki/Code-Quality-Checking_mit_PHPStorm#section-5 for integration of CS Fixer validation in PHPStorm * $HOME/bin/codestylechecker/php-cs-fixer3 fix --config=$HOME/bin/codestylechecker/vufind.php-cs-fixer.php_cs module/fid/src/ * add missing class and method comments * move view helper classes to correct directory * run codesniffer-beautifier for modules and templates co-authored by: Dorian Merz <merz@ub.uni-leipzig.de> co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
Claas Kazzer authored
-
- Jan 06, 2022
-
-
André Lahmann authored
* introduced translation domain for GetItBox * refactored templates to use GetItBox domain * refactored state logic in resolverLinks-button.phtml to work with standardized VuFind access states * refactored and aligned GetResolverLinks->handleRequest with finc version * remove fetchLinks from EZB, use parent
-
- Jan 04, 2022
-
-
Robert Lange authored
* devops info: ** run "./install-codestylechecker.sh install" to install dependencies for git hooks code style checks ** see https://projekte.ub.uni-leipzig.de/projects/finc-intern/wiki/Code-Quality-Checking_mit_PHPStorm#section-5 for integration of CS Fixer validation in PHPStorm * $HOME/bin/codestylechecker/php-cs-fixer3 fix --config=$HOME/bin/codestylechecker/vufind.php-cs-fixer.php_cs module/fid/src/ * add missing class and method comments * move view helper classes to correct directory * run codesniffer-beautifier for modules and templates co-authored by: Dorian Merz <merz@ub.uni-leipzig.de> co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
- Jan 03, 2022
-
-
Claas Kazzer authored
-
- Dec 08, 2021
-
-
Robert Lange authored
* move logic from templates to record view helper * keep special case for source id 56 * combine key by Format and Access and concatenate facet values * map icons in separate config file iconMapping.ini
-
Robert Lange authored
* configure style based icons in separate config file iconMapping.ini * specify mapping by type and set defaults for finc (transfered and simplified from record-icon-class.phtml) * fetch single or multiple facets in recordViewHelper and merge them - specified by type and concatenateKeys * remove obsolete templates record-icon-class.phtml, record-icon-class, record-icon-sprite, and record-icon-sprite-class * map icons by facetAvail (default) * add mapping by format (alternative) * add additional translations * use lowercase for format icon mapping
-
- Dec 07, 2021
-
-
Robert Lange authored
* add template for multiple lines with horizontal rows in one table data * add css classes for more detailed margins * add translations for aditional titles, TODO: remove from de_15 and rk_le
-
Alexander Purr authored
-
- Dec 06, 2021
-
-
Alexander Purr authored
* escape url manually (coming from VuFind) * translate label again (was falsely removed on previous commits) * enable automatic label escaping by removing 4th parameter
-