Skip to content
Snippets Groups Projects
  1. Sep 28, 2021
  2. May 28, 2021
  3. Apr 15, 2021
    • Dorian Merz's avatar
      refs #19529 [fid_bbi] fix translations and misspelled resources in Amsl · 1cc1db3b
      Dorian Merz authored
      * change wording of "Create Account"
      * accessibility page: add full stop and new paragraph
      * fix translations in search
      ** result page, facets
      ** advanced search form: tranlation of slimselect placeholder and empty results
      * fix some search links
      * refactoring of "misspelled resources" mapping
      ** now uses YAML
      ** enables use of special characters
      * add some source mappings
      * adapted BASE to new page structure
      * 18826 accessibility information page, including footer link
      * 18995 AMSL Sources page explanatory line in German
      TODO add english translation
      * 18995 fix some AMSL Source scope notes
      * 19399 start page, "about us", and "for subject librarians"
    • Alexander Purr's avatar
      refs #19274 [fid_bbi] accessibility fixes · 827c0c83
      Alexander Purr authored and Dorian Merz's avatar Dorian Merz committed
      * use html lists for record listings
      * add aria-described by for checkboxes
      ** set label context
      827c0c83
  4. Mar 18, 2021
    • Aspectis's avatar
      refs #19346 [fid_bbi] optimize icons · bc6b28b7
      Aspectis authored and Dorian Merz's avatar Dorian Merz committed
      * Optimize SVG code of all icons
      * Move "small" icons to parent directory
      * Move "big" icons to "media" directory
      * Remove horizontal line from person icon
      bc6b28b7
  5. Feb 24, 2021
  6. Feb 18, 2021
    • Dorian Merz's avatar
      refs #18775 [fid_bbi] optimize performance · 636b7910
      Dorian Merz authored
      * avoid rendering of sub-template if unnecessary
    • 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
  7. Dec 18, 2020
  8. Jun 26, 2019
  9. Jun 24, 2019
    • Claas Kazzer's avatar
      refs #15408 [fid_bbi] styling result list · 35d7c177
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * tidies up scss
      * reinstates offcanvas toggler
      * modifies offcanvas toggler top margin for better looks
      * modifies search tools anchor appearance on XS for better looks
      * aligns search/results.phtml with current finc version
      35d7c177
  10. Jun 19, 2019
  11. Jun 11, 2019
    • Claas Kazzer's avatar
      refs #15282 · 771e81c5
      Claas Kazzer authored and Dorian Merz's avatar Dorian Merz committed
      * reworks header as flex containers and items
      * fixes keep-filters bug for desktop
      * turns search tools into proper buttons on SM/XS
      * fixes context/hierarchy icon display in default/result-list
      * copies solr_ai/result-list over to fid_bdi and fixes icon display there too
      * fixes result list display on XS
      * improves filter checkbox display on XS
      771e81c5
  12. Jun 06, 2018
    • Sebastian Kehr's avatar
      refs #13104 · 611ee8ca
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * view search tools right beneath header
      * changes to rss feed link within search tools
      611ee8ca
  13. Jan 25, 2018
    • Claas Kazzer's avatar
      refs #11813 · c21a956b
      Claas Kazzer authored and Frank Morgner's avatar Frank Morgner committed
      * merge finc theme in finc release candidate v1
      ** interim stage: templates adapted to VF4 code for revision of description.phtml
      ** home page: adds top margin for better looks
      ** advanced search: makes right-hand header parts full width for desktops
      ** fixes offcanvas and offcanvas-toggler in mobile views
      ** fixes header menu and reverses header item order on anything but XS
      ** fixes visibility of add to favorites text
      ** fixes sidebar item hovers and backgrounds
      ** fixes breadcrumbs after col removal
      ** removes myresearch/login
      ** removes form-horizontal class
      ** adds braces round calculations
      ** removes some col-columns
      ** cleans up some scss
      ** removes unwanted JS calls from theme.config
      * add new views for core and description view at VF4 for LIDO
      * interim stage: templates adapted to VF4 code for revision of description.phtml
      * deletes erroneous test.phtml
      * refs #11813 cmp. #12259 comment out ViewHelper Permission at themes/finc/theme.config.php
      * replace finc/RecordDriver/SolrDefault/core.phtml and finc/RecordTabs/description.phtml by new VF4.1 ViewHelper design
      * replace finc/templates/RecordDriver/SolrMarc.core by new ViewHelper methods of VF4
      * fixing corrupt key settings in RecordDataFormatterFactory.php
      * replace and refactor ViewHelper and templates at RecordDriver/SolrAI/core.phtml
      ** add special ai template snippets data-containerTitle.phtml and data-jTitle.phtml
      ** remove ai method getAIDataIn method
      ** remove previous and next title snippets due to no representation an intermediascheme
      ** reduce getSeries display on ai defined string for rft.series
      * transforms important px values into em (formerly ticket 11930)
      * fixes myresearch - list, myreasearch - profiles
      * adds final minor changes and adaptions
      * unhides context helper text
      c21a956b
  14. Jul 17, 2017
    • André Lahmann's avatar
      refs #9416 rebase: · 002b7665
      André Lahmann authored and Frank Morgner's avatar Frank Morgner committed
      * adapted finc js files to v3.1.3
      * removed call to removed getController()
      * Remove BS-SCSS + fonts from finc tree, add BS-links to SCSS, refs #9416
      * Code revision + adaptation for Bootstrap Theme 3.1.3 update, refs #9416
      * Fixed offcanvas-toggler display, refs #9416
      * Fix for toolbar in detail view, refs #9416
      * Fix sidefacets form field spillover on SM in collection view, refs #9416
      * Fix add to favs and collection view on sm devices, refs #9416
      * Fix collection view icon view in result list for sm, refs #9416
      * Fix collection view icon properly, refs #9416
      * Fix dropdown-on-hover to work on SM up only, refs #9416
      002b7665
  15. Jun 12, 2017
  16. Jun 09, 2017
  17. May 03, 2017
  18. Apr 26, 2017
  19. Dec 15, 2016
  20. Sep 30, 2016
  21. Jun 09, 2016
  22. May 26, 2016
  23. May 11, 2016
  24. Apr 06, 2016
  25. Mar 31, 2016
  26. Mar 29, 2016
  27. Mar 14, 2016
  28. Mar 04, 2016
    • Chris Hallberg's avatar
      Major simplification of lightbox logic. · b054dea2
      Chris Hallberg authored
      - Rewrote Javascript to make better use of server-side logic
      - Eliminated many server-side special cases specific to lightbox handling
      - Adjusted test suite to accommodate improvements
      b054dea2
  29. Jan 28, 2016
  30. Nov 20, 2015
  31. Oct 16, 2015
  32. Jul 15, 2015
  33. Apr 22, 2015
  34. Mar 20, 2015
  35. Jan 09, 2015