- Mar 14, 2016
-
-
Ere Maijala authored
Fixed refreshing tag list after adding a tag (refreshTagList() doesn't work with the event parameters).
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
-
- Mar 10, 2016
-
-
Ere Maijala authored
-
Ere Maijala authored
Lightbox: Added error handling in ajax call and button handling also for lightbox forms outside lightbox. Added also the possibility to ignore a form inside lightbox or a button inside lightbox form.
-
Ere Maijala authored
-
Ere Maijala authored
-
Ere Maijala authored
Include details about the url's in the VuFind.lightbox.login event so that different action can be initiated based on the values.
-
Ere Maijala authored
Don't use window.location.reload() to refresh the page because it would warn about any POST parameters (e.g. login right after changing language).
-
- Mar 09, 2016
-
-
Ere Maijala authored
-
Ere Maijala authored
Added a login event to the lightbox to enable custom actions when a login is performed in a lightbox.
-
Ere Maijala authored
Isolate success messages from the html in lightbox first before trying to deframe it for success messages to work even if the isolation would not be successful.
-
Ere Maijala authored
Improved the clicked submit button detection to work on all platforms and cases where the form has multiple submit buttons.
-
- Mar 08, 2016
-
-
Ere Maijala authored
-
Ere Maijala authored
-
- Mar 07, 2016
-
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
- Bad interaction between Zend\Session\Container and proxy manager caused many notices. - Came up with simpler mechanism for deferring Demo driver container instantiation.
-
Ere Maijala authored
-
Demian Katz authored
Fixed fi and sv translation of Zip.
-
Ere Maijala authored
-
- Mar 04, 2016
-
-
Demian Katz authored
-
Demian Katz authored
-
Chris Hallberg authored
- Rewrote Javascript to make better use of server-side logic - Eliminated many server-side special cases specific to lightbox handling - Adjusted test suite to accommodate improvements
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
- Refactored use of Zend\Session\Container to inject proper session manager - Introduced "on demand session container" mechanism for non-critical session data (only used by Demo ILS driver for now) - Changed controllers to retrieve authorization service on demand rather than through injection (to defer session load) - Replaced \VuFind\Controller\AbstractBase::writeSession() with \VuFind\Controller\AbstractBase::disableSessionWrites (and new related mechanism for safer AJAX session utilization) - This makes sessions "on demand" which improves performance of requests that do not depend on session data (e.g. cover images, some AJAX calls).
-
Demian Katz authored
corrects check for existence of ilslink
-
Oliver Goldschmidt authored
-
- Mar 03, 2016
-
-
Demian Katz authored
-
Ere Maijala authored
- Create generic (optional) caching mechanism in base class. - Replace VoyagerRestful session-based caching with new generic mechanism.
-
Demian Katz authored
-
- Mar 02, 2016
-
-
Chris Hallberg authored
-
Demian Katz authored
-
Demian Katz authored
- Thanks to @Cloud8 and @lahmann - Resolves PR #612.
-