Skip to content
Snippets Groups Projects
  1. Oct 24, 2012
  2. Oct 22, 2012
  3. Oct 19, 2012
  4. Oct 11, 2012
  5. Oct 10, 2012
  6. Sep 24, 2012
  7. Sep 18, 2012
  8. Sep 12, 2012
  9. Sep 07, 2012
    • Demian Katz's avatar
      Search results objects' getRecord() / getRecords() methods are no longer... · f7236905
      Demian Katz authored
      Search results objects' getRecord() / getRecords() methods are no longer static (to allow service locator integration).
      f7236905
    • Demian Katz's avatar
      Two inter-related changes: · b4785a6d
      Demian Katz authored
      1. fixed bug where Search Manager would load incorrect objects because state had been changed in between calls (i.e. $params object may use Search Manager, changing its state before $results object can be created -- to avoid, we need more explicit calls to setSearchClassId())
      
      2. refactored record drivers in preparation for plugin manager (moved constructor parameter to setRawData method).  This allowed more common functionality to be moved to the abstract base class.  Renamed getAllFields() to getRawData() for consistency.
      
      Small bonus change: turned off highlighting/spellchecking/recommendations in BrowseController for improved performance.
      b4785a6d
  10. Sep 05, 2012
  11. Sep 04, 2012
  12. Aug 31, 2012
  13. Aug 30, 2012
  14. 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
  15. Aug 24, 2012
  16. Jul 31, 2012
  17. Jul 30, 2012
  18. Jul 26, 2012
  19. Jul 23, 2012
  20. Jul 17, 2012
  21. Jun 27, 2012