Marc Bria

Results 46 issues of Marc Bria

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade chart.js from 4.3.3 to 4.4.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade vue-draggable-plus from 0.2.4 to 0.2.6. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade vue from 2.6.14 to 2.7.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=vue&from_version=2.6.14&to_version=2.7.0&pr_id=1edba9e8-0e26-469b-bcb4-6c3fd310cda0&visibility=true&has_feature_flag=false) :information_source: Keep your...

When you visit your site, you are redirected to "`/index/install`" (without `index.php`). It happens because default images are setting "`restful_url=On`" when by default OJS sets this to "Off". This is...

bug
documentation
onNextBuild

It usually happens when you are behind a reverse proxy and front is httpS, but your container is running as http. Issue is explained/reported in different posts: - https://forum.pkp.sfu.ca/t/ojs-3-2-0-ojs-generates-protocol-relative-urls-in-notification-e-mails/59688/17?u=marc -...

documentation
tip

Docker image includes a helper script (/usr/local/bin/ojs-run-scheduled) that is supposed to process the statistics. This script is called by cron hourly, so there is no need to use Anacron (poor's...

bug

**Context** OJS code is not only ojs+libpkp repositories. It's also a set of plugins evolve at different speed (and with different version numbers) than OJS. If, for instance, you ran...

enhancement

ojs-run-scheduled is called by cron and is running "/var/www/html/tools/runScheduledTasks.php" without any parameters. To process logs and show statistics it need to be: `$ php /var/www/html/tools/runScheduledTasks.php /var/www/html/plugins/generic/usageStats/scheduledTasksAutoStage.xml` (not sure if full...

review

Some libraries & tools are missing in the docker image to release all OJS potential: - perl - pdf2txt & antiword - lib-magic "/usr/bin/perl" link is broken (perl is not...

bug