- Sep 05, 2012
-
-
Demian Katz authored
-
Demian Katz authored
Cleaned up some recommendation modules so they do not rely on $this->results already being set in the global context -- it is now pulled explicitly from the recommendation object.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Simplified Solr autocomplete subclasses and adjusted base class to use Search Manager and to disable recommendations for better performance.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Introduced \VuFind\Search\Manager; began using it to replace \VuFind\Search\Options (refactoring still in progress).
-
- Sep 04, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Standardized plugin manager initialization to make subsequent additions easier; added support for service locator injection.
-
Demian Katz authored
Created abstract base class for Cart helper so we can create other service locator based view helpers.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Upgraded to latest ZF2 release (RC7); uncommented VuFind features that were waiting for functionality introduced in this release.
-
- Aug 31, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Eliminated __call method in \VuFind\Search\Base\Results; explicit getParams() calls make code more comprehensible.
-
Demian Katz authored
Made getParams() calls more explicit; fixed bug where scroller did not work for non-standard page sizes.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Eliminated __call() method in \VuFind\Search\Base\Options; replaced with explicit getOptions() calls to make the code more consistent and understandable.
-
Demian Katz authored
Made constructor injection of catalog connection into ILS logic classes mandatory to break unnecessary dependencies.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-