- Mar 01, 2017
-
-
Demian Katz authored
- Resolves VUFIND-1223.
-
- Feb 24, 2017
-
-
Ere Maijala authored
-
- Feb 22, 2017
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Feb 21, 2017
-
-
Chris Hallberg authored
-
- Feb 07, 2017
-
-
Chris Hallberg authored
-
- Feb 01, 2017
-
-
Ere Maijala authored
- Otherwise server-side functionality such as emptying the cart won’t work since it will push the cookie using a path while the JS functionality uses a path-less cookie.
-
- Jan 17, 2017
-
-
Demian Katz authored
-
Ere Maijala authored
-
sbujam authored
-
- Dec 16, 2016
-
-
Demian Katz authored
-
- Nov 16, 2016
-
-
Ere Maijala authored
- Verify that any existing session path is correct - Avoid trying to set an empty path for the session cookie.
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
-
- Nov 10, 2016
-
-
Demian Katz authored
- Fixes VUFIND-1214.
-
- Oct 28, 2016
-
-
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 26, 2016
-
-
Chris Hallberg authored
-
- Oct 24, 2016
-
-
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.
-
- Oct 19, 2016
-
-
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
-
-
Thomas Misilo authored
Encode the username, so spaces in the username don't throw an error.
-
- Oct 17, 2016
-
-
Demian Katz authored
-
- Oct 12, 2016
-
-
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").
-
- Sep 30, 2016
-
-
Demian Katz authored
-
Demian Katz authored
-
- Sep 29, 2016
-
-
Chris Hallberg authored
-
- Sep 27, 2016
-
-
Demian Katz authored
-
Demian Katz authored
-
Thomas Misilo authored
Per Mailing list recommendations adding in support for checking if the item has a location set, even if the authorized value isn't set.
-
- Sep 23, 2016
-
-
Thomas Misilo authored
- Change the static date of 2099, to the date the item was lost, as the due date.
-
- Sep 22, 2016
-
-
Demian Katz authored
-
Demian Katz authored
- Thanks to Ere Maijala.
-
Demian Katz authored
- Thanks to Ere Maijala and Leila Gonzales.
-
Demian Katz authored
-
- Sep 21, 2016
-
-
Chris Hallberg authored
- Load Google library once per page, instead of once per Captcha - Allows proper functioning of multiple embedded ReCaptchas in a single set of search results
-
André Lahmann authored
* removed strip_slashes on json post data as it would invalidate json string if it contains chars that need to be escaped (#801)
-