- Apr 01, 2016
-
-
* inclusion of core update-related fixes in finc
-
- Mar 31, 2016
-
-
André Lahmann authored
* updated foundation5 view helpers and theme
-
-
-
-
-
-
-
-
-
- Empty advanced searches no longer revert to basic status. - Resolves VUFIND-1154.
-
-
- Allows better follow-up for bulk actions. - Reduces odds of strange behavior caused by unexpected user actions.
-
-
-
-
-
-
-
-
-
-
Fixed refreshing tag list after adding a tag (refreshTagList() doesn't work with the event parameters).
-
-
-
-
-
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.
-
-
-
Include details about the url's in the VuFind.lightbox.login event so that different action can be initiated based on the values.
-
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).
-
-
Added a login event to the lightbox to enable custom actions when a login is performed in a lightbox.
-
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.
-
Improved the clicked submit button detection to work on all platforms and cases where the form has multiple submit buttons.
-
-
-
-
-