-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VUFIND-308 - QR Code Support #18
Conversation
VUFIND-308
Still working on fixing some JS issues where the text reverts to the non human readable when clicked |
Would it be better to not actually include anything other than a link to the Catalog Record? The reason I ask is it gives an incomplete link now. Can be fixed this $this->serverUrl(...) but then the reader doesn't recognize this as a valid URL because of all the extra data about the author and such afterwards. Let me know and I can probably fix it up. |
Resolves VUFIND-868. Thanks to Michael Wiesen for the fix.
- Added support for char fields - Started leveraging framework for escaping
Thanks to Chris Hallberg for identifying the problem.
…owing the user to pull up all the details
VUFIND-308
…owing the user to pull up all the details
… VUFIND-308-QRSupport
managed to break this PR i think |
Superseeded by #20 |
Improve compression of record images.
This adds QR Code Support.
Only thing that I would do is try and make the QR code actually link to the Catalog Record.