Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
    • Claas Kazzer's avatar
      refs #16082 [fid_adlr] set new icon font · 09413211
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * adds revised icomoon font files to adlr theme
      * adds revised icomoon font scss
      * fixes renaming of icon-close into icon-x so both can be used
      09413211
    • Robert Lange's avatar
      refs #16032 [fid_adlr] add policies and terms · 3daf94b7
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * add German policy
      * add English policy
      * add German terms
      * add English terms
      * validate by w3c and fix broken / invalid tags
      3daf94b7
    • Robert Lange's avatar
      refs #15988 [fid_adlr] header · 4b38598a
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      * simplify header
      ** rename header-text to home-text and move to home.phtml
      ** no fixed header on home page, except for mobile
      ** use a non-changing search form on home page
      ** set background image for main on home page
      ** add more padding for navigation bar
      ** refine links on mobile navigation overlay
      ** refactor searchTabs W3C valid: remove errors
      ** fix bug of search filters in mobile view: close after click
      * style header background and menues for medium to large screens
      ** remove duplicate classes like additional-text-lg
      ** re-adjust allocation for md, lg and xl of header and menues
      ** never hide find button
      * implement hybrid 'tablet' view
      ** also set alert colors
      ** add some basic transitions
      * fix links / placeholders beneath home text and handle link styling (hover / active)
      * add background image gimmicks semicircles
      ** set on home page
      ** set on non-home page
      * remove duplicate css / unused variables
      4b38598a
    • Robert Lange's avatar
      parent 62e02772 · 82ff6821
      Robert Lange authored and Dorian Merz's avatar Dorian Merz committed
      author Robert Lange <robert.lange@uni-leipzig.de> 1567515639 +0200
      committer Dorian Merz <merz@ub.uni-leipzig.de> 1569409532 +0200
      
      refs #15785 [fid_adlr] result list
      
      * optimize search option
      ** show "results per page" in sidebar as adlr template like sort option
      ** set text uppercase
      ** improve displayed text in sidebar
      ** expand margin to sort option
      * style range slider label
      ** use uppercase and bold text
      ** remove colon
      * style sidebar and mainbody
      ** expand distance between results and sidebar...
      ** .. and therefore expand mainbody width for xl screens
      ** add padding for mobile sidebar
      ** adapt result list more like mockup: remove main border et cetera
      * refactor simple display problems in result list
      ** also open lightbox by clicking saving search
      ** prevent overlapping facet text
      ** center text in get-it-box vertically
      * change api - set latest adlr api
      * implement pagination styling
      ** as described in mockup
      ** arrows for previous and next page
      ** text for current page and link to last page
      * remove breadcrumbs
      * style links for save search and send search by mail
      * set font style for Year Of Publication
      * remove gibberish placeholder for formats in result list
      * use Englisch text in get-it-box for English AND German
      * redefine and translate side facets
      ** dont show 'finc_class_facet's
      ** rename Collections in German
      ** translate 'facet_avail'ables
      ** expand distance between header filter above result list and result list
      * move 'keep-filter-box' from searchbox to side facets
      ** remove checkbox to keep filter from searchbox (hidden inputs still remain)
      ** add general link to delete all facet filters in sidebar
      ** add translation for ALL filters to reset
      ** => also decreases confusion about format filter in searchbox (which are not going to be reseted)
      ** actually remove placeholder in result-list
      * rename 'clear all filters' for German
      * show minus symbol for 'less' button in side facets
      * use format_de15
      ** set indexExtension to de15 to get needed format in SolrDefaultFincTrait ?!
      ** change format in results to format_de15
      * maximize highlighting for all kind of solr fields
      * disable highlighting in searches.ini
      ** set highlighting to false
      ** set snippets to false
      82ff6821
    • Gregor Gawol's avatar
      refs #15767 [fid_adlr] icons result-list · 32322e2f
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * set icons
      * set config
      * fixed detail view bug noils
      * adds journal online icon
      32322e2f
    • Alexander Purr's avatar
      refs #15652 [fid_adlr] footer · 18d7bfe1
      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
      18d7bfe1
    • 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
    • Gregor Gawol's avatar
      refs #15650 [fid_adlr] design detail view · 20434a17
      Gregor Gawol authored and Dorian Merz's avatar Dorian Merz committed
      * set module fid_adlr
      * set core data default & ai
      * set design
      * display share button
      * changed design share button menu
      * changed breadcrumb
      * set tab table of contents to recorddataformatter
      * fixes bug playing times
      * set format bold
      20434a17
  2. Sep 11, 2019
  3. 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
  4. Jul 31, 2019
  5. Jul 18, 2019
  6. Jul 17, 2019
    • Robert Lange's avatar
      refs #15675 [fid_adlr] configure fid adlr · 76173387
      Robert Lange authored and Sebastian Kehr's avatar Sebastian Kehr committed
      * remove noils.ini and set fid as catalogue driver
      * use authenticator of fid master
      * enable password recovery functionality of fid master
      * extend fid theme in themes/fid_adlr/theme.config.php
      * configure fid adlr: set new api backend url
      76173387
  7. Jul 15, 2019
    • Claas Kazzer's avatar
      refs #15632 [fid_adlr] initial commit for new design · 88a0e5ef
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * New Adlr header design
      ** initial implementation of SCSS structure
      ** initial implementation of basic fonts (icon font still missing)
      ** initial commit of basic images for header
      ** initial template customizations to accomodate new header design and behavior
      
      * improves LG look (not yet complete)
      * adds category icons folder
      * adds initial translations
      88a0e5ef
  8. Feb 20, 2018
  9. Feb 19, 2018
  10. Feb 16, 2018
    • Frank Morgner's avatar
      refs #12415 · 87e65585
      Frank Morgner authored
      * rename instance structure in fid_adlr instead of adlr_link
      * rename foundation artefact default.scss in compiled.scss
      87e65585