- Jan 04, 2013
-
-
Demian Katz authored
Eliminated unnecessary ServiceLocator/ConfigReader in VuFind\Cart; dependencies and configuration are now injected through constructor.
-
- Dec 21, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
- Dec 20, 2012
-
-
Demian Katz authored
-
- Dec 19, 2012
-
-
Demian Katz authored
-
- Dec 18, 2012
-
-
Demian Katz authored
Added CollectionSideFacets recommendation module and set it up to be active by default in collection view.
-
- Dec 17, 2012
-
-
Demian Katz authored
-
- Dec 14, 2012
-
-
Demian Katz authored
Made record router smart enough to figure out collection links even if not given a full record driver object.
-
Demian Katz authored
Made record router a service rather than a static class to enable dependency injection and easier overriding.
-
Demian Katz authored
Revised Solr Tree Data Source to use record drivers instead of direct array access to Solr response.
-
- Dec 13, 2012
-
-
Demian Katz authored
-
Demian Katz authored
Created collection controller; for starters, just an extension of AbstractRecord with a few minor changes and some cloned Solr Record templates.
-
- Dec 05, 2012
-
-
Demian Katz authored
-
- Nov 16, 2012
-
-
Demian Katz authored
-
Demian Katz authored
made Authority module more robust by standardizing routing.
-
- Nov 14, 2012
-
-
Demian Katz authored
-
- Nov 13, 2012
-
-
Demian Katz authored
-
- Nov 08, 2012
-
-
Demian Katz authored
-
- Nov 06, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
- Nov 02, 2012
-
-
Demian Katz authored
-
- Oct 26, 2012
-
-
Demian Katz authored
- Decoupled record drivers from tab rendering - Every record tab now has a corresponding class and template - Record driver => tab mapping is handled through module.config.php - Added some missing comments to existing code
-
- Oct 24, 2012
-
-
Demian Katz authored
Switched to dependency injection for cleaner WorldCatIdentities/WorldCatTerms recommendation modules.
-
- Oct 22, 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
-
Demian Katz authored
-
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
-