- Oct 22, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Improved initialization of translator; renamed service to VuFind\Translator; added some missing comments.
-
Demian Katz authored
Renamed 'logger' service to 'VuFind\Logger' to avoid conflicts; updated all logger-dependent classes to use Zend\Log\LoggerAwareInterface; set up standard initializer for main service manager and other factories.
-
- Oct 19, 2012
-
-
Demian Katz authored
Prefixed plugin manager service names with "VuFind\" as first step toward best-practice naming for global services.
-
- Oct 10, 2012
-
-
Demian Katz authored
Use explicit dependency injection for ILS authentication module instead of relying on service locator.
-
Demian Katz authored
- Eliminated dependency on ServiceLocatorAwareInterface by creating more targeted initWithDriverManager method - Added setDriver method to enable more flexible usage/testing - Implemented fluent interface on setConfig/setDriver to simplify factory routine - Made some methods more tolerant of missing configuration settings
-
Demian Katz authored
-
- Sep 24, 2012
-
-
Chris Hallberg authored
Added click to select all support to showsql.phtml.
-
- Sep 18, 2012
-
-
Demian Katz authored
-
- Sep 17, 2012
-
-
Demian Katz authored
-
- Sep 14, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Adjusted logger to have configuration injected rather than pulled from ConfigReader; added comments; implemented ServiceLocatorAwareInterface in anticipation of future changes.
-
- Sep 13, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Access WorldCat connection via service manager; added missing comments; switched logging to use dependency injection.
-
Demian Katz authored
Load WorldCatUtils through service manager; set up logging through dependency injection; fixed namespace bug related to File_MARC class.
-
- Sep 12, 2012
-
-
Demian Katz authored
-
Demian Katz authored
Split searchspecs reading away from standard config reader; made new class non-static for service manager integration; updated tests to match.
-
Demian Katz authored
-
Demian Katz authored
-
- Sep 11, 2012
-
-
Demian Katz authored
-
Demian Katz authored
(Rolling back changes we are not ready for quite yet). This reverts commit 81f586eb.
-
Chris Hallberg authored
-
Demian Katz authored
Added plugin manager for link resolver drivers; changed resolver connection class to use dependency injection and to eliminate unnecessary complexity.
-
- Sep 07, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Set up plugin manager for record drivers; made VuFind\Search\Solr\Results::getRecords work with search manager. This revision temporarily breaks related record modules -- they will be fixed in the next commit.
-
Demian Katz authored
Set up record loader to use Search Manager for class name determination; added alias to account for legacy VuFind source value in database.
-
- Sep 06, 2012
-
-
Chris Hallberg authored
-
Demian Katz authored
Created plugin manager for ILS drivers; refactored \VuFind\ILS\Connection to use plugin manager and receive injected configuration; created temporary service locator workaround for \VuFind\Connection\Manager until the class can be completely factored out.
-
Demian Katz authored
-
- Sep 05, 2012
-
-
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
-
- Aug 31, 2012
-
-
Demian Katz authored
-
- Aug 29, 2012
-
-
Demian Katz authored
-
- Aug 28, 2012
-
-
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.
-