- Oct 19, 2012
-
-
Demian Katz authored
Disable configuration of Apache during startup and shutdown since this is no longer a prerequisite for running unit tests, and it seems to be causing problems on the live CI server.
-
Demian Katz authored
Made bootstrap lighter-weight by creating factories instead of instantiating services during plugin manager initialization. Now objects are instantiated on demand.
-
Demian Katz authored
Prefixed plugin manager service names with "VuFind\" as first step toward best-practice naming for global services.
-
Demian Katz authored
-
Demian Katz authored
More appropriate abstraction (throw exception instead of dying with non-object error if table manager not assigned).
-
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
Changed statistics driver plugin manager to return non-shared instances; eliminated explicit cloning.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Oct 17, 2012
-
-
Demian Katz authored
-
- Oct 12, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Resolved bug in install script: directory structure not correctly initialized when choosing default local directory in interactive mode. (Resolves VUFIND-697).
-
- Oct 11, 2012
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Search box cleanup: hide type drop-down if no types are available; removed some unused lines from jquerymobile version.
-
David Maus authored
* tests/unit-tests/src/ILS/Driver/SymphonyTest.php (testBadBaseUrl): Skip test if PHP version < 5.3.4.
-
Demian Katz authored
Eliminated [GoogleSearch] setting (search API is now deprecated and should no longer be used -- no reason to support in VuFind 2); created central method for storing warnings in \VuFind\Config\Upgrade (for easier debugging, etc.).
-
Demian Katz authored
-
- Oct 10, 2012
-
-
Demian Katz authored
Refactored Auth plugins to avoid dependence on generic ServiceLocatorAwareInterface; injections are now more targeted for clearer dependencies. Also added some missing comments.
-
Demian Katz authored
Use explicit dependency injection for ILS authentication module instead of relying on service locator.
-
Demian Katz authored
-
Demian Katz authored
-
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
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-