- Jun 09, 2016
-
-
Demian Katz authored
-
Demian Katz authored
- The VuFind dev team now uses Selenium exclusively due to Zombie.js limitations. - This requires the removal of the assertHttpStatus method, since Selenium does not support it.
-
- Apr 27, 2016
-
-
Chris Hallberg authored
-
- Apr 07, 2016
-
-
Chris Hallberg authored
-
- Feb 25, 2016
-
-
Demian Katz authored
-
Demian Katz authored
- Adjusted wiki links to point to latest URLs. - Removed VuFind2 category name (use generic VuFind instead).
-
- Feb 09, 2016
-
-
Demian Katz authored
-
- Nov 04, 2015
-
-
Demian Katz authored
-
- Oct 21, 2015
-
-
Demian Katz authored
-
- Oct 29, 2014
-
-
Demian Katz authored
-
- Jun 14, 2013
-
-
Demian Katz authored
-
- Sep 24, 2012
-
-
David Maus authored
-
David Maus authored
-
- Sep 18, 2012
-
-
David Maus authored
-
- Aug 29, 2012
-
-
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.
-
- Aug 23, 2012
-
-
Demian Katz authored
-
- Jul 02, 2012
-
-
Demian Katz authored
-
- Jun 25, 2012
-
-
Demian Katz authored
Implemented SearchOptions view helper; added lots of ZF1-style search code that still needs to be ported over to ZF2.
-
Demian Katz authored
Moved theme-specific view helpers inside VuFind namespace to avoid namespace profusion and to eliminate overcomplicated autoloader registration.
-
- Jun 21, 2012
-
-
Demian Katz authored
-