- Jul 19, 2022
-
-
Robert Lange authored
refs #22123 [adlr] add latest package hash for result grouping to handle groups with empty match_str
-
- Jun 28, 2022
-
-
Robert Lange authored
-
- May 18, 2022
-
-
Robert Lange authored
* add package in composer.local.2.fid-adlr with zend version * add group limit an match string in configs for live and alpha * add record driver for default and ai to use package * add checkbox for grouping - but commented out * render grouping on result list of default and ai * update composer.lock after manual edit of composer.local.2.fid-adlr.json * check if driver uses result grouping by calling hasSubRecords * alpha config: override full section * hide checkbox control to deactivate result grouping
-
- May 12, 2022
-
-
Robert Lange authored
-
- May 11, 2022
-
-
Chris Hallberg authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- 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
-
- Mar 03, 2022
-
-
Robert Lange authored
-
- Jan 10, 2022
-
-
Robert Lange authored
* also see #21054 * install dependencies for codesniffer (difffilter) and php-cs-fixer via install-codestylechecker.sh * remove difffilter package of coverage checker - reverts commit 8ae2e450.
-
- Jan 04, 2022
-
-
Robert Lange authored
* also see #21054 * install dependencies for codesniffer (difffilter) and php-cs-fixer via install-codestylechecker.sh * remove difffilter package of coverage checker - reverts commit 8ae2e450.
-
- Dec 08, 2021
-
-
Robert Lange authored
-
- Sep 10, 2021
-
-
Gregor Gawol authored
-
- Sep 02, 2021
-
-
Gregor Gawol authored
* dbis-module version 4.0.0 * use subject specific config
-
- Feb 25, 2021
- Apr 21, 2020
-
-
Dorian Merz authored
-
- Apr 20, 2020
-
-
André Lahmann authored
-
- Jan 21, 2020
-
-
* modified config * edited text * refactored templates * edited some translations * new boss version v0.0.13
-
- Jan 09, 2020
-
-
Dorian Merz authored
* fixes merge conflicts in composer.lock
-
-
- Dec 06, 2019
-
-
author Gregor Gawol <gawol@ub.uni-leipzig.de> 1574844403 +0100 committer Dorian Merz <merz@ub.uni-leipzig.de> 1575621255 +0100 refs #16528 [fid_adlr] sid boss resolver activate * display no notice box if boss data available * display notices * bug fixing ** hidden boss notice if boss false * hide notice if certain config
-
- Dec 04, 2019
-
-
* add xdebug related headers to fidis requests * update composer.lock
-
- Nov 22, 2019
-
-
* set position pda-text * set word-wrap button text * update boss-module version to 0.0.9
-
- Nov 14, 2019
-
-
Sebastian Kehr authored
-
Sebastian Kehr authored
* remove unneeded gitignore file * add fid generic dependencies * add dependency to phpdocumentor/reflection-docblock
-
Sebastian Kehr authored
* restore vanilla v5.1.0 composer configuration and dependencies * drop composer platform php override to allow for dependencies requiring php > 7.0.8 * install and configure add composer merge plugin * update npm-shrinkwrap.json * add finc specific dependencies via custom composer file * assure all symfony packages are locked to 3.4.* * execute themes-copy script on composer install and update
-
* 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
-
- Nov 13, 2019
-
-
* new boss-module version v0.0.6
-
- Oct 28, 2019
-
-
* fixed config bug * fixed bug to register new lightbox network notice * new boss module version ** added network notice
-
- Oct 24, 2019
-
-
* use get it box * set configuration file * display buttons * set boss module * edited translations * edited texts * modified accordeon config
-
- Sep 25, 2019
-
-
Dorian Merz authored
refs #15589 refs #15650
-
* .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 & MyResearchControllerFactory.php added: handle dbis and licenses actions * themes/fid_adlr/languages/de.ini & themes/fid_adlr/languages/en.ini changed: add translations for dbis and licenses * themes/fid_adlr/scss/_customMixins.scss & themes/fid_adlr/scss/compiled.scss changed: add styling for dbis, stub accordeon as mixin * themes/fid_adlr/templates/footer.phtml added: for second link to dbis (databases) -> note #15652 * themes/fid_adlr/templates/myresearch/databases.phtml & dbis-content.phtml added: databases encapsulate dbis and licenses * themes/fid_adlr/templates/myresearch/menu-additional-entries.phtml added: plugin menu entry to databases - called by fid/myresearch/menu * themes/fid_adlr/theme.config.php changed: add finc-dbis theme
-
* set module fid_adlr * set core data default & ai * set design * display share button * changed design share button menu * changed breadcrumb * set tab table of contents to recorddataformatter * fixes bug playing times * set format bold
-
- Jun 27, 2019
-
-
* add select in final registration form * add properties to model and dto * remove dto for permissions, use simple array instead * set permission (group) in ILSAuthenticator * show !multiple! groups in profile * add select in update from * refactor User model => extra property 'role'
-
- Jun 19, 2019
-
-
* migration of former core-module-package contents * first adjustments of api client logon functionality * fix initial registration step * registration finalization adjustments * fetch libraries on registration * improved logon client method * refresh logon only if stale * throw exception on bad credentials * adjust config files * fetch user details only if logged on * rename namespace, text domain as well as module and theme * untrack compiled css * let registration form look like login form * rename ils driver for config injection by ils connection * use aliases for authenticator and ils driver * let authenticator support account creation * enable account creation in base config * override default account creation route * introduce user controller and update action
-
- May 07, 2019
-
-
* fixing missing composer package requirement 'phpdocumentor/reflection-docblock'
-
- May 03, 2019
-
-
* renames base configuration folder to «fid» * uses valid api backend * loads finc module + require explicit version of core module including registration feature
-
- Apr 24, 2019
-
-
* merges all changes of #14831 in new instance/fid branch
-
- Feb 27, 2019
-
-
Frank Morgner authored
-