Skip to content
Snippets Groups Projects
  1. Nov 22, 2019
    • Alexander Purr's avatar
      refs #16020 [fid_adlr] add contact form · c94fb39c
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * add receiver information to config.ini
      * add 2 forms configurations to FeedbackForms.yaml
      * include FeedbackController in module.config.php
      * add extended FeedbackController
      * add 2 form templates
      * add translations
      c94fb39c
  2. Nov 19, 2019
  3. Nov 07, 2019
  4. Oct 23, 2019
    • Robert Lange's avatar
      refs #16243 [fid_adlr] changes in header and main menu · e4c8f81a
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * move menu items from footer to header
      ** mv faq and subject specialists from footer to header
      ** fit offset for language and registration links on mobile navigation overlay
      ** set nowrap for menu items to prevent line break
      ** raise padding for menu items
      ** lower font-size for menu items & screen >= lg
      * fix header links
      ** use target blank
      ** use temporary links to blog
      * adapt language menu to main menu
      ** no hover
      ** same line-height
  5. Oct 17, 2019
    • Robert Lange's avatar
      refs #16177 [fid_adlr] set brand icons in result list · 3e6cad7d
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add icons for sid 48, 51, 78, 103 - icon for 76 (adlr ebooks) still missing
      * add icon for facet_avail = free
      * add mega_collection (value=VK Film), really needed / possible?
      * add icon for mega_collection = Verbundkatalog Film
      * read and set branding classes for sid / facet_avail / mega_collection in result-list of DefaultRecord
      * add class "left" in result-list of AIRecord to keep margin to get-it-button accurate
      * add some translations for title / mouse over (SID51, SID76, SID78, SID103)
      * add facet_avail for open access icon (value=free)
      * resize icons and set blue boxes instead of old images
      * make brand icons more eye-catching
      ** make text labels bold
      ** show ""open access" as text label
      ** rename ebooks for adlr.link
      3e6cad7d
    • Sebastian Kehr's avatar
      refs #15998 [fid_adlr] user management forms related changes · 784a6b9b
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * 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 upda...
      784a6b9b
  6. Oct 09, 2019
    • Robert Lange's avatar
      refs #16031 [fid_adlr] add basic content for home page · 7d0d4f01
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add basic structure for home page
      * add de / en translations for home page texts
      * import rss feed => todo: mv to myresearch controller
      * fix some css bugs: remove transitions
      * fix basic styling for xl screens
      ** keep home text centered
      * fix display menu toggle for edge
      ** problem with transitions still exists - need to disable collaps-timing
      * set z-index for header-links
      * fix menu z-index for xs
      * disable transitions to speed up main menu ecetera
      * supplement to home page: xs and sm text sizes
      * refactor texts on home page
      ** transform menu 1 and 2 uppercase
      ** lower line-height of Blog headline
      ** databases and new releases in ubuntu mono
      ** services sub headlines in ubuntu mono / separate div
      * fix font color and offsets in headlines
      * refactor blog import
      ** extract url data strings to main config
      ** rough catching of exceptions in rss helper
      ** set fallback = direct link to blog
      * fix line-height of services headlines for md screen - use same as lg
  7. Sep 25, 2019
    • Robert Lange's avatar
      refs #15589 [fid_adlr] transfer licenses from composer package into instance and embed DBIS package · d534122d
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * .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 & MyResearchControllerFactory.php added: handle dbis and licenses actions
      * themes/fid_adlr/languages/de.ini & themes/fid_adlr/languages/en.ini changed: add translations for dbis and licenses
      * themes/fid_adlr/scss/_customMixins.scss & themes/fid_adlr/scss/compiled.scss changed: add styling for dbis, stub accordeon as mixin
      * themes/fid_adlr/templates/footer.phtml added: for second link to dbis (databases) -> note #15652
      * themes/fid_adlr/templates/myresearch/databases.phtml & dbis-content.phtml added: databases encapsulate dbis and licenses
      * themes/fid_adlr/templates/myresearch/menu-additional-entries.phtml added: plugin menu entry to databases - called by fid/myresearch/menu
      * themes/fid_adlr/theme.config.php changed: add finc-dbis theme
      d534122d
    • Alexander Purr's avatar
      refs #15652 [fid_adlr] footer · b5bcd331
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * just plain footer css within scss file
      * footer completed, correct scss nesting, use of scss variables and functions
      b5bcd331
  8. Aug 30, 2019
    • Robert Lange's avatar
      refs #15653 [fid_adlr] style header · d514321a
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * refine submenu and mobile search menu for xs and lg
      ** use simple dropdown for language select
      ** fix bootstrap affix bug, prevent switch after click
      ** disable transitions for menus
      ** improve menu for xs and lg
      ** sm+lg: change background / color for collapsed main menu header links
      ** xs: shift language and registrion links to navigation-overlay
      
      * format header template
      ** use two spaces for tab
      ** lg: remove scrollbar on home page when menu is opened
      
      * style links after login
      * hide text on xs (navbar-extended)
      
      * set link to my account before login link
      
      * consolidate sm, md and lg
      ** style medium size
      ** prevent overlapping elements in menu bar
      ** rename navbar-extended to navbar-additional-text-[screen] to show / hide elements depending on size
      
      * improve search tabs behaviour and styling
      ** suppress page reload loading after click on tab / format filter
      ** transform tab list into select
      ** instead fetch selected hidden values by javascript
      ** style format filter like normal filter
      
      * several small improvements
      ** change translations for "forgot password" and "Email-Address"
      ** show whole words in language dropdown
      ** set Open Sans for filter options
      ** start fixing problems with flexbox in outdated Safari browser
      
      * use lightbox for register and translate languages completely
      d514321a