- Aug 31, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Refactored authentication interface for compatibility with plugin manager (moved configuration setting from constructor to setConfig() method). Added some partial unit tests for uncovered authentication methods.
-
- Aug 30, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz 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.
-
Demian Katz authored
Created ILS view helper to eliminate direct access to \VuFind\Connection\Manager from within templates.
-
Demian Katz authored
-
Demian Katz authored
Moved DisplayDateFormat functionality from separate view helper into DateTime view helper to consolidate code.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Set up session handlers to use a plugin manager; adjusted handler classes to use a setConfig() method instead of constructor injection to allow plugin manager compatibility.
-
- Aug 28, 2012
-
-
-
Chris Hallberg authored
-
Demian Katz authored
Renamed VuFind\CLI module to VuFindConsole for cleaner layout. Changed return value for expire_searches.php so that "no searches were found to delete" is a success rather than a failure.
-
Demian Katz authored
Replaced singleton nature of VuFind\Cart with use of the ZF2 service manager; fixed bug with removing items from cart via AJAX.
-
Demian Katz authored
-
Demian Katz authored
Moved \VuFind\Summon class to a view helper; it was only accessed in views, and using a helper makes template syntax cleaner.
-
Demian Katz authored
-
- Aug 27, 2012
-
-
Demian Katz authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Demian Katz authored
Upgraded to ZF2RC5; this allows us to enable translation caching and simplify use of the forward() plugin.
-
Demian Katz authored
-
- Aug 24, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Added unit test for ILS authentication; made ILS authentication module more testable (with optional dependency injection) and less error-prone (isset checks to avoid notices).
-
Demian Katz authored
-
- Aug 23, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-