- Aug 10, 2021
-
-
Robert Lange authored
* add link in menu * add adlr specific translations * fix undefined url in lightbox.js, also refs #16833 * use generic fid name from acquisitions
-
- Mar 11, 2021
-
-
* display newsletter information * set translations * own row for newsletter
-
- Dec 01, 2020
- Jul 15, 2020
-
-
Robert Lange authored
* consolidate h1 and h2 headlines and adapt h1 to h2 * increase border on hover by adding inner outline of 2px in sum * hover / focus: use underline for most links and change color of icons: ** save favorite ** mail ** download ** search history * change border for hover and focus but keep together mostly, avoid :active settings * replace dotted lines on hover * extract buttons and get-It-Box into own files * improve several format warnings * add tabindex for main menu * fix notice for unavailable shard solr4entwickler: set unchecked * make main menu and main submenu navigable by tab * emphasize button hover * handle BARF leading whitespaces in links * differentiate focus by keyboard and mouse ** example seen in search submit button ** eventually transfer this solution to buttons / dropdowns / selects * make checkbox mark black * use custom mixin for border of get-it-boxes * use azure hover for language menu * no bold font on hover of buttons * set focus in language menu, main submenu and searchtabs filter by javascript when hitting enter or space bar
-
- Mar 18, 2020
-
-
Gregor Gawol authored
* remove print * rename email * changed cover to basestyled * changed order action buttons * set comments
-
- Jan 21, 2020
-
-
* profile * saved searches
-
-
-
- Dec 04, 2019
-
-
* add translations for keywords, description and title * set default title in layout when no title is set * remove setting of page title from other pages except detail
-
* fix broken padding for main links (from #16567) ** rollback padding for main links ** add exception for search controls * fix and refactor notices for database page ** change main headline ** remove unused licenses_desc_2 from language files ** extract url from language files into phtml * change text for databases description on home page
-
- Dec 03, 2019
-
-
* remove e-books section and obsolete lines in MediaLicenses (config.ini) * policy: use link in accordeon instead of button * show descriptions for several databases
-
-
- Nov 29, 2019
-
-
* add missing href for contact form link * extract raw query for fetching new print releases into config * use same text and href for all 4 new-releases-links (menu, start page top and box, account menu)
-
- Nov 14, 2019
-
-
* 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 07, 2019
-
-
* use and adjust styles from facet offcanvas-toggler * edit back button in menu.phtml * add icon to offcanvas-toggler-myresearch.phtml * add translations
-
- Oct 29, 2019
-
-
Dorian Merz authored
* adds book orders entry in profile side menu * some code cleanup due to unused functionality
-
- Oct 17, 2019
-
-
* corrects erroneous toogler into toggler * adds offcanvas-toggler to databases template * adds return link to menu template
-
* 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
-
- Oct 09, 2019
-
-
* adding menu.phtml template ** reorder menu entries ** adding buttons / dummylinks for contact, personal orders & new print publications * removing menu-additional-entries.phtml template ** moving database access button / link to menu.phtml, now part of custom myresearch menu * adding translations to fid_adlr language files * style adjustments in compiled.scss ** in .myresearch-menu section for icons, font-weight and badges * changing of used icons * compiled.scss ** line braked link text does not float the icon anymore ** badge remains circle if link text has line brakes * menu.phtml ** remove bagde if list has any items * menu.phtml ** change items
-
- Sep 25, 2019
-
-
* .gitignore changed: ignore copied dbis mixin in theme folder * composer.json changed: add DBIS package AND add post-install / post-update - hooks to copy mixins after composer install or update * config/application.config.php changed: also dbis module is still needed here for activation * fid_adlr/config/vufind/config.ini changed: set adlr licenses configuration * fid_adlr/config/vufind/fid.ini changed: set current api backend - remove on go live * fid_adlr/config/vufind/permissionBehavior.ini added: derived from fid for correct handling of permissions in permissionHelper (defaultDeniedTemplateBehavior = true) * fid_adlr/config/vufind/permissions.ini added: set permissions for licenses (currenty full_access only) and dbis (all) * module/fid_adlr/config/module.config.php changed: add routes for licenses = dbis = databases * module/fid_adlr/src/Controller/MyResearchController.php & MyResearchControllerFactor...
-