Skip to content
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

579 Fix dataformatlib.php No such file or dir #587

Merged

Conversation

leonstr
Copy link
Contributor

@leonstr leonstr commented Jul 29, 2024

Remove require_once() for a core file removed in Moodle 4.4 (MDL-80409). This plugin requires Moodle 4.1 and so instead can use the replacement introduced in Moodle 3.9, dataformat::download_data().

Proposed fix for #579

Copy link
Contributor

@mchurchward mchurchward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this. Can you rebase with the latest MOODLE_401_STABLE to re-enable the CI tests?

@leonstr leonstr force-pushed the 579-missingdataformatlib branch from db66939 to 5b41a80 Compare August 22, 2024 10:56
@leonstr
Copy link
Contributor Author

leonstr commented Aug 22, 2024

Rebased.

@mchurchward
Copy link
Contributor

Your PR still includes commits from other changes than this one. The PR needs to just include the commit(s) for this PR.
You need to pull the latest MOODLE_401_STABLE locally, then rebase your branch on top of that.

Remove require_once() for a core file removed in Moodle 4.4 (MDL-80409).
This plugin requires Moodle 4.1 and so instead can use the replacement
introduced in Moodle 3.9, dataformat::download_data().
@leonstr leonstr force-pushed the 579-missingdataformatlib branch from 5b41a80 to 1ea3727 Compare August 28, 2024 10:31
@leonstr
Copy link
Contributor Author

leonstr commented Aug 28, 2024

I've tried rebasing this again, I can only see my commit now. Please let me know if there are still issues with this.

Copy link
Contributor

@mchurchward mchurchward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your submission.

@mchurchward mchurchward merged commit 5c0dbe8 into PoetOS:MOODLE_401_STABLE Aug 28, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants