- Oct 24, 2016
-
-
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
-
Demian Katz authored
-
- Oct 19, 2016
-
-
Demian Katz authored
-
Demian Katz authored
-
Chris Hallberg authored
-
Ere Maijala authored
Added the possibility to define bootstrap modal settings for the lightbox with data attributes. (#835)
-
Chris Hallberg authored
-
Demian Katz authored
-
Ere Maijala authored
Fixed an issue where the login dialog breaks with ChoiceAuth if CSRF check fails for any reason (like session timeout).
-
- Oct 18, 2016
-
-
Demian Katz authored
-
Ere Maijala authored
-
Ere Maijala authored
- Try to avoid using it unless necessary.
-
André Lahmann authored
-
Demian Katz authored
-
Demian Katz authored
- Includes more efficient, centralized health check for installer.
-
Ere Maijala authored
-
Demian Katz authored
-
Thomas Misilo authored
Encode the username, so spaces in the username don't throw an error.
-
- Oct 17, 2016
-
-
Demian Katz authored
-
Demian Katz authored
-
- Oct 14, 2016
-
-
Leila Gonzales authored
- Used this to label the location_geo field utilized by geographic search.
-
sbujam authored
Currently, sending record results by sms ("Text this" feature) is always shown in the record page, even though it may not be applicable to some installations. Although still left enabled by default, with this patch, the admin has the option to suppress the sms link in the record page, if needed. The [Mail] section in main config file has been chosen to hold the new parameter because sending sms messages uses the underline mailer infrastructure.
-
- Oct 13, 2016
-
-
Demian Katz authored
-
Demian Katz authored
- Was out of sync with actual configuration.
-
Demian Katz authored
-
- Oct 12, 2016
-
-
Theodoros Theodoropoulos authored
* Set pickupLocation=homebranch(es) when neither defaultPickupLocation nor pickupLocation[] is set in KohaILSDI.ini
-
Demian Katz authored
-
Ere Maijala authored
- Use a timestamped init function name in Piwik tracking and load the tracking js only once. Fixes an error in lightbox and record tab tracking (Piwik logs to console: "A siteId must be given to add a new tracker").
-
- Oct 05, 2016
-
-
Chris Hallberg authored
-