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

Php merged versions #35

Merged
merged 29 commits into from
Nov 10, 2023
Merged

Php merged versions #35

merged 29 commits into from
Nov 10, 2023

Conversation

srobotta
Copy link
Collaborator

This pull request contains:

  • new vendor structure so that php < 8.1 and 8.1 onwards are supported
  • fix for the comments, allow atto, tiny and plain text area
  • adjust ci jobs so that all supported platforms are tested
  • exclude vendor dir from php checks
  • fix various errors and warnings that were reported from the ci

srobotta and others added 29 commits November 3, 2023 10:16
There's a switch that includes either one of the vendor
dir, depending on the PHP version running at the system. The reason
is that the Yaml library would not work correctly with newer PHP
versions. And update of the Yaml library dropped support for PHP < 8.1
but Moodle still supports it. That made the two versions necessary.
In the detail ratings the student and private comments
could be edited with atto and tiny. However, when clicking
one of the rating tags (--, -, +, ++) the atto only was filled
with the text block. This has been changed to work with
tinyMCE as well. Furthermore, if the user set in his preferences
to use the plain text area, this didn't work at all.
@lucaboesch lucaboesch merged commit 1cd223f into bfh:main Nov 10, 2023
0 of 14 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