- Apr 04, 2023
-
-
André Lahmann authored
-
- Mar 31, 2023
-
-
Jean-Pascal Kanter authored
* changed language token on remove field to a more unique text that describes the action * extended the clear button javascript to also clear number fields and reset the sliders (apparently not even real vufind got this) * added a contengency function for clearing of the sliders in advanced search publishDate widget
-
- Mar 30, 2023
-
-
Robert Lange authored
refs #23527 [finc] remove media body width (use bootstrap defs) and set default image size for cover to large
-
- Mar 27, 2023
-
-
Viola Elsenhans authored
* remove role=none * add aria-label for nav * adapt comments co-authored by: Claas Kazzer <kazzer@uni-leipzig.de> * refines sidebar semantic structure by adding <section>, <nav> and <aside> respectively * adds translation for my account sidebar section * corrects badge padding for favorites menu item * adds class for styling favorites menu item
-
Robert Lange authored
* change translation for holds tooltip in account menu
-
- Mar 09, 2023
-
-
* update all finc theme files * change serveral namespace paths from 'Zend' to 'Laminas' * fix style of record table and cover * update channels.js and channelList.phtml * update all finc-accessibility theme files * update js: advanced_search.js, check_item_statuses.js, lightbox.js, record.js * in advanced search: fix focus for added search field * fix breadcrumb color * disable list tags * update config to translate facet values * fix record data table size * fix facet list expand/collapse
-
-
- Feb 28, 2023
-
-
Mathias Maaß authored
refs #23071 [finc] vf7 update: update finc config files according to changes in vufind 7 config files co-authored by: Robert Lange <robert.lange@uni-leipzig.de> * VF7 comment changes for search api * move script for staff view tab to RecordTabs.ini
-
- Feb 20, 2023
-
-
Robert Lange authored
* add contentsecuritypolicy.ini ** copied from vufind (#1666) ** disable reporting for live in finc * use md5 hashing for short links * use slots (#1454) in templates * removed footer * added slot folder * fix media-body on record view * CSP for img-src self * fix cookies: use new cookie library * copy asset_pipeline_max_css_import_size from vufind * remove obsolete foundation view helper * slots (#1454) in templates: use same file name for footer bottom as for slot key * fix cart.js: use new syntax for get Cookies and use Same Site Cookie Lax
-
- Feb 10, 2023
-
-
André Lahmann authored
* set https as standard protocol if no specific protocol is defined in given url
-
- Jan 24, 2023
-
-
Ere Maijala authored
* VF8 Make it possible to define the local address pattern for bypassing proxy. (#2604)
-
- Jan 17, 2023
-
-
Robert Lange authored
-
- Jan 06, 2023
-
-
Viola Elsenhans authored
* fix book bag button in collection view * add missing translations co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * scss comment
-
- Dec 13, 2022
-
-
André Lahmann authored
* add canEditAccount to FincILS driver * adapt getIgnoredProfileFields for FincILS driver * extend FincILS configuration with settings for getIgnoredProfileFields * some code refactoring
-
- Nov 28, 2022
-
-
Alexander Purr authored
* improve default search tools (on bottom of result list) * comes from de_105 (tested in finc) * show search facets instead of tags in sidebar of author-home
-
- Nov 04, 2022
-
-
Alexander Purr authored
* caused missing checkboxes and remove-filter-buttons on facets in sidebar
-
- Oct 21, 2022
-
-
Alexander Purr authored
* add cluster for extracting possible year ranges * set up possible ranges and by user chosen filtered years at the beginning of template to provide fitting variables for inputs and date range slider * adjust configuration for loading complete range of years
-
- Oct 17, 2022
-
-
Robert Lange authored
* set aria-label / alt attribute for cover images * to set attributes for link and image after loading by ajax * ajaxcovers and useCoverFallbacksOnFail must be true * make cover tabable when image could be fetched from api * add translations for label texts * minify icon texts occurances * render icon-text via record-icon.phtml
-
- Oct 13, 2022
-
-
Viola Elsenhans authored
* hide checkboxes, cut text by ellipsis, reduce padding * reduce padding for active filters * reduce padding-left for active filters * outsource scss for improve filters on sm * delete unused in sidebar, move file to activate-on-demand folder co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * move import of plugin to Activate-On-Demand section
-
* update FincILS.ini with latest contents of DAIA.ini and PAIA.ini * Fix PAIA notification caching * Cache PAIA fees response * Cache PAIA user details co-authored by André Lahmann <lahmann@ub.uni-leipzig.de>
-
- Oct 05, 2022
-
-
André Lahmann authored
-
- Sep 22, 2022
-
-
Robert Lange authored
-
- Sep 14, 2022
-
-
André Lahmann authored
-
- Sep 05, 2022
-
-
Viola Elsenhans authored
* remove double translation for photo * add english translation for No linguistic content
-
- Aug 25, 2022
-
-
Mathias Maaß authored
* add text for screen reader to excel selected tab
-
- Aug 18, 2022
-
-
André Lahmann authored
* implemented client_credentials login for PAIA driver according to vufind-org PR#2449 * allow login withouth password when client_credential is set (Shibboleth, todo PR for vufind-org)
-
- Jul 29, 2022
-
-
Claas Kazzer authored
* moves filters to search - results.phtml * move active filters above search results * adds required calls and removes second active filters section in searchbox * adds end comment for filter call * corrects bookbag remove text * uncommend unsused php block * php moved to results.phtml co-authored by: Alexander Purr <purr@ub.uni-leipzig.de>
-
- Jul 15, 2022
-
-
Robert Lange authored
* add script for ajax post * showStaffViewInLightbox can be activated in config.ini, Site-section * button appears in toolbar, no record tab is rendered * fit responsive table within modal * use word break for long open url too in resp-table styles
-
Claas Kazzer authored
* removes javascript type references in finc * re-instates bulk-action-buttons template for proper id assignment and display * SCSS separation * removes javascript type references in finc * re-instates bulk-action-buttons template for proper id assignment and display * continues SCSS separation * clarifies keep filter elements (partial move to finc theme) * increases touch/click area on keep filters * bootstrap3 VF6.x to VF 8.1: adds missing !default flags to accessibility.scss ** attempt to get this fixes is in PR https://github.com/vufind-org/vufind/pull/2483 co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
-
- Jul 11, 2022
-
-
Alexander Purr authored
* view helper loads additional property from ini and adds css class to view variable co-authored by: Robert Lange <robert.lange@uni-leipzig.de> * code styles
-
Robert Lange authored
refs #21611 [finc] vf6 RecordTabs: use RecordTabs.ini and CollectionTabs.ini instead of module.config * SolrAI, use .ini instead of module.config ** also remove factory for StaffViewAI, but keep alias ** example record: ai-55-aHR0cHM6Ly93d3cuanN0b3Iub3JnL3N0YWJsZS80MTg1OTE1Mw * SolrDefault, use .ini instead of module.config, example record: 66-986811 * SolrMarc, use .ini instead of module.config, example record for SolrMarc and HierarchyTree: 0-1753563739 * SolrMarcPDA, use .ini instead of module.config ** also remove factory configuration for AcquisitionPDA, but keep alias ** example record for SolrMarcPDA: 51-9783848749492 *SolrLido, use .ini instead of module.config ** also fix duplicate ending tag in SolrLido/core.phtml ** example record for SolrLido: finc-77-REUtMTUvbGlkby9vYmovMzMyMDM2Nzk * SolrDico, use .ini instead of module.config ** example records for SolrDico: ZDB-175-V16 | sid-77-col-portraitstich ** collection aren't active in finc - must be tested in de_15
-
- Jun 23, 2022
-
-
Mathias Maaß authored
* adds a interlibrary loan link to the list of recommendations if search result was empty. * add isil parameter to interlib loan url * refactor and add docblocks * add descriptive text to interlibrary loan link * use a configurable url template
-
Jean-Pascal Kanter authored
refs #21623 [finc] separated citavi and endnote export, added small format mapper for citavi export, probably not 100% coverage as of now * extended citavi export format, needed to touch SolrMarcFincTrait to add getPages() * added volume function to finctrait
-
- Jun 20, 2022
-
-
Robert Lange authored
* move data-containerTitle.phtml and result-list.phtml to finc * use fallback search for superior journals in default records too
-
- Jun 17, 2022
-
-
Claas Kazzer authored
* adds filter reset warning texts and colors * overwrites vertical align
-
- Apr 29, 2022
-
-
Alexander Purr authored
* adjust styling * reuse de_15 style by moving to finc theme ** no-bullet class (add zero padding) ** resolver links list item styling (marging and padding, more space between items) * remove stair effect * add no-bullet class to phtml * clearer translation
-
- Apr 27, 2022
-
-
Robert Lange authored
* remove script for cost center * handle expired token * set required and data-required for department (institution) input on change of division * use full open php tags in form * remove required in form for department and inputdepartment and set by javascript * organize imports * fix styles * restructure methods, only one action method * add general error message at top of page * set red color for error messages * comment out flash messages for subito (when issn is empty)
-
André Lahmann authored
-
- Mar 28, 2022
-
-
Claas Kazzer authored
* clarifies roles and aria for paginators and tools * corrects roles on search and searchbox
-
- Feb 24, 2022
-
-
Robert Lange authored
-