- Aug 27, 2013
-
-
Demian Katz authored
-
- Aug 26, 2013
-
-
Demian Katz authored
Resolves VUFIND-876; thanks to Brad Busenius.
-
Demian Katz authored
Evergreen driver enhancements: holdings & patrons
-
Demian Katz authored
-
Dan Scott authored
Enable users without an address on file to be returned from the patronProfile() method. Also, return the name of the user's profile group rather than their user group ID. Use parameter markers instead of interpolating variables into the SQL statements. Signed-off-by:
Dan Scott <dan@coffeecode.net>
-
Dan Scott authored
The Evergreen driver was passing in the record ID but returning the copy of the same ID, meaning that not only were the wrong copies being returned for Evergreen holdings, but only one copy maximum was being returned. In addition, rather than interpolating strings into SQL for a possible SQL injection attack, use parameter markers for the prepared statements and bind our variables to those. Signed-off-by:
Dan Scott <dan@coffeecode.net>
-
- Aug 23, 2013
-
-
Demian Katz authored
-
- Aug 22, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Aug 21, 2013
-
-
Demian Katz authored
-
Demian Katz authored
Resolves VUFIND-866; thanks to Tom Misilo for much of the code.
-
Thomas Misilo authored
-
- Aug 20, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Minor improvements for release 2.1 (mostly search system related)
-
- Aug 19, 2013
-
-
Demian Katz authored
Resolves VUFIND-873; thanks to David Lacy for reporting the problem.
-
Demian Katz authored
Resolves VUFIND-815.
-
Demian Katz authored
Thanks to Brad Busenius.
-
- Aug 18, 2013
-
-
David Maus authored
Mark test skipped if short_open_tag is not enabled. The partial uses short open tags. This directive is PHP_INI_PERDIR, i.e. can only be changed via php.ini or a per-directory equivalent. The testCitations() will fail if the test is run on a system with short_open_tag disabled in the system-wide php ini-file.
-
David Maus authored
* ../Module.php (getServiceConfig, setup): Removed. Service is an invokable.
-
David Maus authored
-
David Maus authored
* VuFind/Bootstrapper.php (Bootstrapper): Use VuFindSearch event namespace.
-
David Maus authored
* VuFindSearch/Service.php ($logger, setLogger, log): Remove unused logger dependency. * ../Module.php (setup): Dto.
-
David Maus authored
* VuFindSearch/Service.php (getEventManager): Simplify lazy-loading new event manager.
-
David Maus authored
* VuFindSearch/Service.php (setEventManager): Add `VuFindSearch' event namespace, following common zf2 pattern.
-
David Maus authored
* VuFindSearch/Service.php (EVENT_PRE, EVENT_POST, EVENT_ERROR, EVENT_RESOLVE): Define constants for event identifiers. (triggerPre, triggerPost, triggerError, resolve): Use event identifiers.
-
- Aug 15, 2013
-
-
Demian Katz authored
-
Demian Katz authored
Thanks to Chris Hallberg for identifying the problem.
-
Steven Hild authored
-
Demian Katz authored
- Added support for char fields - Started leveraging framework for escaping
-
Demian Katz authored
Resolves VUFIND-868. Thanks to Michael Wiesen for the fix.
-
Demian Katz authored
-
- Aug 12, 2013
-
-
Demian Katz authored
Resolves issues where files from vendor are not being committed to repo
-
- Aug 09, 2013
-
-
Thomas Misilo authored
Solution from: http://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md Option #4
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Demian Katz authored
-