Skip to content
Snippets Groups Projects
  1. Apr 07, 2016
  2. Apr 06, 2016
  3. Apr 05, 2016
  4. Apr 04, 2016
  5. Apr 01, 2016
    • Chris Hallberg's avatar
      Adding config option to jump directly to a record if there's only one result. · 0f5e39e7
      Chris Hallberg authored
      Merging in a new take based on @johnjung's PR#462 with the same idea.
      
      Squashed commit of the following:
      
      commit 0117ddebee57a5877c89fbfbb23c8a12ffa92f73
      Author: Chris Hallberg <crhallberg@gmail.com>
      Date:   Fri Apr 1 16:05:02 2016 -0400
      
          Renaming variables for clarity.
      
      commit 1df8630ec16252aff880dd3e4869d309d239a963
      Author: Chris Hallberg <crhallberg@gmail.com>
      Date:   Fri Apr 1 16:03:07 2016 -0400
      
          Move setting to config.ini
      
      commit bb0d19152d827819f8f705af63a27fb365f4230d
      Author: Chris Hallberg <crhallberg@gmail.com>
      Date:   Fri Apr 1 15:40:22 2016 -0400
      
          Add option to jump directly to only record.
      0f5e39e7
    • Ere Maijala's avatar
      Hidden filter fixes · dbcbc032
      Ere Maijala authored
      - Fixed hidden filters for initial search made in somewhere else than Search/Home.
      - Fixed lateral links (author, subject etc.) to also include the current hidden filters.
      dbcbc032
    • Demian Katz's avatar
      Added upgrade support for longtext fields. · c10676af
      Demian Katz authored
      c10676af
    • Demian Katz's avatar
      Fixed bug -- wrong variable. · 68359150
      Demian Katz authored
      68359150
    • André Lahmann's avatar
      Reduce problems with long titles/authors in resource table · 75a77843
      André Lahmann authored
      * truncate metadata values according to column data type definition (avoid fatal error in strict database mode)
      * extend varchar datatype to 255 chars for columns resource.title and resource.author (maximize allowable text)
      75a77843