- Nov 03, 2016
-
-
Ere Maijala authored
- Added hold details parameter to getRequestGroups ILS driver method and added the possibility to include request type (Hold, StorageRetrievalRequest etc.) in request details so that e.g. pickup locations can be filtered by it.
-
cedelis authored
- Renamed getRemoteCallSlips to getCallSlips and added a new bool parameter that when set to true will return local CallSlip information along with Remote CallSlip information (default is false).
-
- Nov 01, 2016
-
-
Ere Maijala authored
-
- Oct 31, 2016
-
-
Demian Katz authored
-
- Oct 28, 2016
-
-
Chris Hallberg authored
-
Demian Katz authored
-
Demian Katz authored
-
Ere Maijala authored
- Fixed captcha check in password recovery to not lose track of the auth method and user to recover if captcha check fails. * Refactoring to shorten newPasswordAction().
-
Ere Maijala authored
- Fixed captcha check in password recovery to not lose track of the auth method and user to recover if captcha check fails. * Refactoring to shorten newPasswordAction().
-
- Oct 27, 2016
-
-
Chris Hallberg authored
-
Chris Hallberg authored
- Slider handles to brand-primary - Fix slider handle miscolors in SCSS
-
- Oct 26, 2016
-
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Ere Maijala authored
-
- Oct 25, 2016
-
-
Demian Katz authored
-
Demian Katz authored
- Helps with mocked testing environment; probably not necessary "in reality."
-
Demian Katz authored
-
Chris Hallberg authored
- Move block checking to higher-level code for simplicity/consistency - Expose public method for blocking requests so message can be displayed to user - Show account blocks on profile/checkedout screens.
-
Demian Katz authored
-
Demian Katz authored
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
- Use jQuery to handle data attributes (needed for IE 9/10). - Fix issue with all IE versions where Recaptcha dialogs don't accept any button presses.
-
- Oct 24, 2016
-
-
André Lahmann authored
- added js-code to update slider when values are entered into input fields - added check for NaN if non numeric values are entered
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
- avoids the possibility of calling handleUpdate for the modal before it's actually shown.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
- Use the tag_id instead of a hard-coded 1 as the is_me value; this is simpler and still works because all the template cares about is checking for non-null values. - This works around a problem in some versions of MySQL where the hard-coded 1 was causing invalid results to be returned.
-
Theodoros Theodoropoulos authored
- Although the ILSDI API has long declared support for comments and expirydate (or requiredByDate) in holds, as one can see in https://github.com/Koha-Community/Koha/blob/master/C4/ILSDI/Services.pm as of the time of writing, the actual call to the AddReserve function nulls any data passed via the URL. Because of this, extraHoldFields, for the time being, should not contain comments or requiredByDate because data entered by users in the relevant fields of the VuFind hold form will be discarded.
-
Theodoros Theodoropoulos authored
- The check is mainly required for certain old buggy Koha versions that allowed multiple holds from the same user to the same item via ILS-DI. - In addition, it presents an error message to end users in case the hold could not be placed on an item because it already existed (even in cases where Koha ILS-DI erroneously does not return an error code).
-
Demian Katz authored
-
Demian Katz authored
-
- Oct 21, 2016
-
-
Chris Hallberg authored
* Update to autocomplete 0.16.1. * v0.16.3 * Move autocomplete to js/lib. * Uppercase bug fix.
-
Chris Hallberg authored
-
- Oct 20, 2016
-
-
Demian Katz authored
-