- Nov 30, 2023
-
-
Alexander Purr authored
* add extended UserController and new route to module.config.php * add export logic to UserController * add translation * overwrite list.phtml ** add export button ** add styling
-
- Aug 31, 2023
-
-
Robert Lange authored
* recaptcha => captcha * comment out duplicate QueryFields * Zend => Laminas * fix code style: include instead of require * add csp ini * update dbis-module to 5.0.0 * update boss-module to 3.0.0 * update dbis-module to 5.0.0 * update worldcat module to 1.1 co-authored by: Alexander Purr <purr@ub.uni-leipzig.de> * use renamed cookies js file * replace Zend by Laminas in templates * feedback forms * FeedbackForms.yaml: ** prevent >>The reserved indicator % cannot start a plain scalar; you need to quote the scalar<< ** update docs * load correct capcha-view-helper * complement user-table-list for admin * reconfigure order list columns in user profile * using inline-script view-helper * add missing function in facets.ini that causes error
-
- Aug 26, 2022
-
-
Alexander Purr authored
* adapt VuFind standard * Add support for multiple Form recipients. (https://github.com/vufind-org/vufind/pull/1442) * code styles
-
- May 25, 2022
-
-
Alexander Purr authored
* enable result grouping checkbox on top of facets * load search controller methods from results grouping plugin by inheriting from plugins search controller * display toggle link at the end of main record * subrecords ** appear directly underneath the toggle link ** unordered list ** subrecords are structured (html, classes) like a main records (almost identical) * save subrecord to favorites * add hidden inputs for select correct subrecord * displaySaveStatus works now for record and subrecord - is triggered on loading result-list or after closing save-to-favorite lightbox ** status /view changes applies only for first occurrence ** prevents subrecord from displayed as favorite (filled star) if the parent record was added to favorite * show correct subrecord icons * toggle-link color * translations * better placement of result list record icons on small resolutions ** parent record icons are displayed on top of the record ** parent record title and informat...
-
- Mar 23, 2022
-
-
Robert Lange authored
* remove redundant configuration * remove redundant MyResearchController * remove redundant templates * remove redundant German translations ** use "devops/i18n-merge.sh data/i18n/languages/de.ini themes/fid_adlr/languages/de.ini themes/fid/languages/de.ini": ** remove duplicate token "Username " and E-Mail-Adresse with parent file. ** remove duplicate token "dbis_hint " and "Hinweis" with parent file. ** remove duplicate token "dbis_licenses_name_long " and "Zugang zu freien und lizenzierten Fachdatenbanken" with parent file. ** remove duplicate token "dbis_name " and "Fachdatenbanken" with parent file. ** remove duplicate token "licenses " and "Datenbanken" with parent file. ** remove duplicate token "licenses_desc_1 " and "Momentan haben Sie Zugriff auf:" with parent file. ** remove duplicate token "licenses_not_available " and "Diese Lizenzen sind derzeit leider nicht verfügbar." with parent * remove redundant English translations ** use "devops/i18n-merge.sh data/i18n/languages/en.ini themes/fid_adlr/languages/en.ini themes/fid/languages/en.ini": ** remove duplicate token "Username " and Email address with parent file. ** remove duplicate token "dbis_hint " and "Notice" with parent file. ** remove duplicate token "dbis_licenses_name_long " and "Access to free and licensed databases" with parent file. ** remove duplicate token "dbis_name " and "subject-specific Databases" with parent file. ** remove duplicate token "dbis_text " and "The subject-specific databases shown below and provided by DBIS are free to access. If you are logged in with your user account, additional databases which are specifically licensed by your home library are also listed. As a rule, these can only be accessed via your respective university network or VPN access." with parent file. ** remove duplicate token "licenses " and "Databases" with parent file. ** remove duplicate token "licenses_desc_1 " and "Currently, you have access to:" with parent file. ** remove duplicate token "licenses_desc_2 " and "Further license offers are in preparation. You may also write us your suggestions, which offers should also be licensed. Please use our <a href="../Contact/ContactForm">contact form</a>.<br /><br /><br />Our <a href="../AdlrRegistration/Terms">terms of use</a> apply." with parent file. ** remove duplicate token "licenses_forbidden_login_required " and "These licenses are only available for registered users in certain user groups." with parent file. ** remove duplicate token "licenses_forbidden_permission_denied " and "Licensed resources are not available for your user group." with parent file. ** remove duplicate token "licenses_not_available " and "Licensed resources temporarily not available." with parent file. ** remove duplicate token "licenses_notice_html " and "Please use the newspaper archives for normal searches only. The licences granted are not designed for mass retrieval of newspaper pages (e.g. for text mining). Downloads beyond the usual level will lead to premature expiry of the licensed quotas and is at the expense of your colleagues.<br /><br />Please always contact us in advance by e-mail or via our <a data-lightbox href="%%contact_url%%">contact form</a> if you would like to retrieve a larger number of documents for a research project or use text mining. We will then get in touch with you. <br /><br />Please also note our <a data-lightbox href="%%terms_url%%">Terms of Use</a>.<br /><br />Thank you for your understanding." with parent file. * finc/dbis: update package version to 4.0.1 for short open tags
-
- Nov 06, 2020
-
-
Alexander Purr authored
* override methods with adlr.link specific behavior * add missing warning information to order
-
- Oct 09, 2020
-
-
Alexander Purr authored
* if not show error template * add translation
-
- Apr 28, 2020
-
-
* add field within controller function
-
- Apr 21, 2020
-
-
* add adlr specific translations * add subito partial copy special copyright warning for adlr ** add session to record controller via extending record controller delegator factory ** override partial copy record controller action
-
- Jan 21, 2020
-
-
* override history action of vufind search controller and bootstrap history template for handling lightbox (no menu), exclude bookmarks * place clock icon with tooltip beneath and therefore adjust css * add translation like de_15 for headline
-
- Jan 09, 2020
-
-
* get LiberoId via Client * add FeedbackControllerDelegatorFactory
-
- Dec 04, 2019
-
-
- Dec 03, 2019
-
-
* remove e-books section and obsolete lines in MediaLicenses (config.ini) * policy: use link in accordeon instead of button * show descriptions for several databases
-
- Nov 28, 2019
-
-
* fix link to contact form ** delete link for development from header ** add link in footer ** style link as specified in mockup, use icon moon for arrow ** use / add translation * fix text on home page - fit as mockup * refactor preselect form ** lower font-size of headline / h1 => h2 ** change translations for subject and submit button * style and refactor second feedback forms ** configure default fields in FeedbackForms.yml to hard override defaults by same name (name / email) ** order inputs in second form (after preselect) by FeedbackForms.yml ** remove unused / duplicated code / add comments ** TODO: merge preselect.phtml into form.phtml and preselectAction into formAction ** set textarea min height in feedback forms by css ** set required attribute styling like in registration forms * feedback forms: ** add config for alpha ** remove unused user in preselect action ** add necessary label for dummy elements in Feedback.yaml ** fix caching of email subject in form action ** fix privacy notice check ** change translations on main form and response text ** change recipient to adlr.link
-
- Nov 22, 2019
-
-
* add receiver information to config.ini * add 2 forms configurations to FeedbackForms.yaml * include FeedbackController in module.config.php * add extended FeedbackController * add 2 form templates * add translations
-
- Nov 14, 2019
-
-
* update composer dependency for dbis package * use latest adlr api * refactor DBIS usage *# use DBIS id from patron library list instead of bibId *# fallback: get home library from api directly *# fallback: can't get library list from api: set parameter for mapping bibId => dbis in js of dbis-content.phtml to true *# add fid client in MyResearch Controller for 2) and 3) * use latest dbis package
-
- Sep 25, 2019
-
-
* .gitignore changed: ignore copied dbis mixin in theme folder * composer.json changed: add DBIS package AND add post-install / post-update - hooks to copy mixins after composer install or update * config/application.config.php changed: also dbis module is still needed here for activation * fid_adlr/config/vufind/config.ini changed: set adlr licenses configuration * fid_adlr/config/vufind/fid.ini changed: set current api backend - remove on go live * fid_adlr/config/vufind/permissionBehavior.ini added: derived from fid for correct handling of permissions in permissionHelper (defaultDeniedTemplateBehavior = true) * fid_adlr/config/vufind/permissions.ini added: set permissions for licenses (currenty full_access only) and dbis (all) * module/fid_adlr/config/module.config.php changed: add routes for licenses = dbis = databases * module/fid_adlr/src/Controller/MyResearchController.php & MyResearchControllerFactor...
-