- Feb 28, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
This might deserve its own class if it ever needs to be reused in the future.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Note: this will create some inefficiency until \VuFind\Config\Reader is factored out of code; in some cases, configurations will load twice. Should be sorted out soon.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Feb 27, 2013
-
-
Demian Katz authored
-
Demian Katz authored
Created getConfig convenience method in base controller; used this to eliminate several Config\Reader calls.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Simplified some method signatures thanks to the new dependency injection approach. Decoupled ILS\Logic classes from Config\Reader.
-
Demian Katz authored
-
Demian Katz authored
Created class for managing holds configuration; eliminated some static calls/methods and a circular dependency.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Feb 26, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Created mailer factory to better separate VuFind-specific configuration issues from actual mailer functionality.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Started loading configurations through a custom plugin manager instead of static \VuFind\Config\Reader.
-
Demian Katz authored
Fixed resolver drivers to use HTTP client instead of file_get_contents; this adds proxy support and improves testability.
-
Demian Katz authored
-
- Feb 25, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Fabian Erni authored
Bugfix: Only convert month part from string to number if not already provided as number. Error occures when input date has this format: 31/12/2013 Additional cleanup: Replaced deprecated split() with explode()
-
- Feb 24, 2013
-
-
David Maus authored
-
git://github.com/Febe/vf2David Maus authored
-