Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
    • Claas Kazzer's avatar
      refs #19737 [fid_bbi] record sidebar with ul/li · b34c28f7
      Claas Kazzer authored
      * introduces initial 2 column styling
      * revises column SCSS to use existing BBI styles
      * adds correct headings
      * turns result list sidebar tools into ul too
      
      * Sidefacets as uls
      ** fine-tunes two-column layout
      ** introduces two-column layout to result list sidebar
      ** introduces heading to result list sidebar
      ** corrects heading hierarchy in result list sidebar
      
      * sidebar toolbars as ULs
      ** fixes look across all media queries
      ** fine-tunes look on any device below 400px
      
      * switch confounded translations for toolbar headlines
      
      co-authored by: Gregor Gawol <gawol@ub.uni-leipzig.de>
      co-authored by: Robert Lange <robert.lange@uni-leipzig.de>
      b34c28f7
  2. Oct 05, 2021
  3. Sep 28, 2021
  4. Jul 30, 2021
    • Alexander Purr's avatar
      refs #20106 [fid_bbi] Digitization-on-Demand Service · aab7c2b6
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * profile menu: new group and entry to DoD
      * form:
      ** some new translations
      ** special styling for L-size: tables und forms behave the same
      * enable external links coming from DoD-form in data-lightbox
      * show DoD menu link only if acquisitions are granted
      aab7c2b6
  5. Jul 27, 2021
  6. Jul 12, 2021
  7. May 28, 2021
  8. Apr 22, 2021
  9. Apr 19, 2021
  10. Apr 16, 2021
  11. Apr 15, 2021
  12. Apr 14, 2021
  13. Apr 13, 2021
  14. Apr 08, 2021
    • Robert Lange's avatar
      refs #19281 [fid_bbi] improve get-it-box · 50072aac
      Robert Lange authored
      * Fix most missing/duplicate get-it links.
      * All fallback text if no info available.
      * Use external link view helper for external links.
      * Update "no resolver links" translation.
      * Clean up template code.
      * Replace preg_match_all with strpos and add TODO
      * Fix HTML, use <div> and <p> appropriately
      * Indent links
      * Add margins between elements
      * Remove margin below last element
    • Aspectis's avatar
      refs #18783 [fid_bbi] change front page layout and contents · 5f29fb0b
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * Extend, simplify and rename grid classes, now supporting a 12-column grid system similar to Bootstrap.
      * Add links to search box and footer.
      * Make footer 3 columns and move links to the right.
      * Change post excerpt suffix to prevent breaks directly before the ellipsis.
      * add icons for database and sources
      * remove indention from address
      
      TODO: Some texts still require translation.
      5f29fb0b
  15. Mar 22, 2021
  16. Mar 18, 2021
    • Aspectis's avatar
      refs #19244 [fid_bbi] improve RVK styling · e1f97c22
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * Style RVK code as badge
      * Increase margins
      * Fix dropdown background
      * On small screens, break code and label into separate lines
      * Remove border
      * Move SCSS code to separate file
      * Simplify template
      e1f97c22
  17. Mar 15, 2021
  18. Mar 04, 2021
    • Aspectis's avatar
      refs #19054 [fid_bbi] redesign record access section · 064ecc7b
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * Move links to the top
      * Move charges notice to the bottom
      * Remove duplicate links
      * Remove redundant "Online Links" caption
      * Remove `target="_blank"` from external links; it should be the user's decision if links are opened in the current tab or a new one
      * Remove breaks from strings
      * On small screens:
      ** Remove the vertical decorative lines to make better use of available space
      ** Change tabs layout so all tabs are clickable, highlight the current tab with a connecting line
      * fix label on free resources
      ** Freely available resources no longer have contradictory labels.
      ** Fix typo in translations.
      * increase margin on WorldCat link list
      * improve get-it box
      ** Add external-link icon
      ** Use external-link view helper
      ** Update translations: Remove breaks and fix capitalization
      * fix resolver links (WIP)
      ** Remove duplicate resolver links
      ** Style print links
      * Fix margins
      
      THIS IS A WORK IN PROGRESS AND REQUIRES FURTHER CHANGES.
      064ecc7b
  19. Mar 02, 2021
  20. Mar 01, 2021
  21. Feb 25, 2021
  22. Feb 24, 2021
    • Aspectis's avatar
      refs #18784 [fid_bbi] keep search filters · f462b777
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * add option to keep search filters
      
      * improve keep-filters accessibility
      ** Extend clickable area
      ** Fix focus styles
      ** Show tooltip on keyboard focus
      
      * improve search input with keep-filters
      ** Long search strings were overlapped by the keep-filters checkbox, fixed by adding padding.
    • Aspectis's avatar
      refs #19120 [fid_bbi] merge and improve result lists · 17a8f74d
      Aspectis authored
      * Merge DefaultRecord, FincMissing and SolrAI result list templates into one.
      ** Add metadata fields from SolrAI.
      ** Append subtitle to title.
      ** Since result_place und result_source are often identical, result_source is only display if it differs from result_place.
      ** Add snippets with highlighting.
      ** Indent metadata fields with multiple lines.
      ** Set "unknown" icon for all unknown types.
      * change metadata order in results list
      * update media icon mappings
      
      * externalize icon mapping
      ** introduce ViewHelper function for icon mapping
      ** avoids multiple json parsing
      ** adds mapping for ElectronicArticle
      * streamline naming
      
      co-authored by: Dorian Merz <merz@ub.uni-leipzig.de>
  23. Feb 22, 2021
  24. Feb 18, 2021
    • Aspectis's avatar
      refs #18775 [fid_bbi] redesign advanced search · 5432d9c7
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * Style the advanced search while keeping the old template unchanged (for now). Multi-selects are handled via the already included SlimSelect scripts.
      * Add `role="main"` to `main`, which seems redundant, but is required by the Bootstrap theme's advanced search JS, otherwise the search group inputs are missing.
      * Always display the (simple) search box in the header, even on the advanced search page.
      * fix type inputs
      ** Remove SlimSelect from type inputs;
      ** these fields are cloned, which removes the required handlers. Since they only contain 10 options, they work well without a filter.
      * add info box
      ** Display an info box above the search results with an edit link when advanced search is active.
      * hide range slider
      5432d9c7
    • Aspectis's avatar
      refs #18868 [fid_bbi] style error template · e7d98259
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
  25. Jan 25, 2021
  26. Jan 20, 2021
    • Robert Lange's avatar
      refs #17407_merge [fid_bbi] amsl resources: add links and descriptions · 2a7f7dca
      Robert Lange authored
      * add Amsl.ini
      ** set show_link = true
      ** set show_description = true
      ** set sub_description_key = 'collection_description'
      ** add additonal and mispelled resources (alike #16939)
      ** add info about source id for some allowed collections in facet.ini
      ** sort by collection label
      
      * change route for resources in header - use Amsl
      * add sources-list template for bbi to re-reference finc styles
      
      * Reenable basic finc styles for toggle function
      ** should be removed after global inheritance etc. of finc
  27. Dec 18, 2020
    • Aspectis's avatar
      refs #18774 [fid_bbi] redesign results list · 8a164f4c
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      for details see issue/18774
      
      Known issues:
      * Some lightbox popups are not yet fully styled.
      * The histogram range select for publishing year is not included.
      * SCSS needs minor cleanup.
      * Format icon mappings are incomplete.
      8a164f4c