Skip to content
Snippets Groups Projects
  1. Sep 05, 2012
  2. Sep 04, 2012
  3. Aug 31, 2012
  4. Aug 30, 2012
  5. Aug 29, 2012
    • Demian Katz's avatar
      Changed ILS driver loading sequence for more flexibility. No hard work is... · 9b7886f5
      Demian Katz authored
      Changed ILS driver loading sequence for more flexibility.  No hard work is done in the constructor; instead there is an init() method that gets called by the VuFind\ILS\Connection class.  Additionally, drivers no longer load their own configurations; instead, configs are pushed in by VuFind\ILS\Connection, making reuse easier in other contexts.  Finally, ILS drivers all inherit from the same base class, easing future functionality.
      
      PICA configuration now includes copy of DAIA settings -- this avoids the need to load two separate configs when using PICA.ini
      
      Fixed a Symphony namespacing bug.
      
      Stub tests have been added for all existing drivers, though they do not cover much code yet.
      9b7886f5
    • Demian Katz's avatar
      Created ILS view helper to eliminate direct access to... · 583fb561
      Demian Katz authored
      Created ILS view helper to eliminate direct access to \VuFind\Connection\Manager from within templates.
      583fb561