Skip to content
Snippets Groups Projects
  1. Jun 18, 2015
    • Brandon Uhlman's avatar
      Fix next/prev scrolling for author facet searches · c89a8746
      Brandon Uhlman authored
      When running a keyword search, then choosing an author hyperlink from the
      results to run an author facet search, the next/previous links in the individual
      results would be based on the initial keyword search, not the facet search.
      
      This was for two reasons:
      - the ResultScroller was not active in the AuthorController, which handles
      author facet searches
      - the ResultScroller retrieves the current search from the session to create
      the scrolling links, and author facet searches were configured to not
      be saved in the session
      
      Correct these two issues in AuthorController, but only if next_prev_navigation
      is enabled. Because AuthorController also handles SolrAuthorFacet searches
      (searches that produce a list of authors, not a list of titles by a specific author)
      and those results cannot be iterated through by a ResultScroller, we also have
      to make an additional fix in the ResultScroller plugin to handle the case
      where SolrAuthorFacet result is passed to create the ResultScroller, and
      prevent it from being instantiated.
      c89a8746
    • Demian Katz's avatar
    • Chris Hallberg's avatar
      Refactored Solr tree data source to use formatters. · c7b5bc63
      Chris Hallberg authored
      - Faster, less redundant code.
      c7b5bc63
    • Demian Katz's avatar
      84bbf37d
    • Demian Katz's avatar
      Updated Arabic file. · 147f7204
      Demian Katz authored
      147f7204
    • Demian Katz's avatar
      Added missing EDS labels. · 1ff0fc51
      Demian Katz authored
      1ff0fc51
  2. Jun 17, 2015
  3. Jun 16, 2015
  4. Jun 15, 2015
  5. Jun 12, 2015
  6. Jun 11, 2015
  7. Jun 10, 2015
  8. Jun 09, 2015
  9. Jun 08, 2015
  10. Jun 05, 2015
  11. Jun 03, 2015
  12. Jun 02, 2015
  13. May 28, 2015