-
Updated
Jun 19, 2020 - PHP
moodle
Here are 584 public repositories matching this topic...
In README.md the process of registering o365 with a Moodle application is described.
However it is not working for me in Moodle 3.8+. I got an Authentication_Unauthorized error because the tenant ID was missing.
The process to fix it was described here:
http://get-cmd.com/?p=4949
All I had to do was to add the Tenant ID in the powershell script in L17:
Connect-AzureAD -TenantId XXXX-XXXX-
To get to the student document that is generated by the wizard I have to click on it via the gradebook and then click on the report to view. The report loads (it doesn't in the Essay module), but there is no way to grade it from the summary of reports page. It would be nice if grades could be entered right where it is being viewed instead of having to go back to the gradebook, turn editing on and
As stated in Moodle YUI docs, Moodle is abandoning YUI in favor of Javascript modules/JQuery because YUI development stopped in 2014.
I guess this Yahoo announcement wasn't good news 2 years ago...
we've had a client request for adding support to the snap theme so that you can override content within the h5p activities - Essential theme is one that supports this already, - there's also a page here that covers how to do this in your theme:
https://h5p.org/documentation/for-developers/visual-changes
if we end up doing this we'll try to fire through a pull request.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
The API url is hardcoded at call sites in Richie (like fetch('/api/v1.0/whatever')). We're probably not going to change this or increment versions any time soon but it's generally cleaner if this is a constant.
Describe the solution you'd like
Use a constant, probably set in
It looks like the current SSL configuration allows TLS 1.0, 1.1 and 1.2. In 2020, this does not meet security requirements anymore.
https://github.com/Azure/Moodle/blob/898446de4154d330ce7bb4615923b747c14658e2/scripts/install_moodle.sh#L299
Would specifying the following parameters
-
Updated
Jun 18, 2020 - Shell
A user would assume that if changes are made to the SAML2 settings and then the "Download SP Metadata" link is clicked, the download would be the updated version. But that's not the case. In order to regenerate a new metadata xml file, the user has to know to navigate to http://myserver/auth/saml2/sp/metadata.php?regenerate=true
This isn't documented anywhere. Can you please add a "Regenerate S
At URL /mod/attendance/sessions.php?id=1170100&action=1
In the "Add session" tab under the "Student recording" section
there is a "Show more..." link that appears to do nothing
unless you check "Allow students to record own attendance" first.
This will confuse some instructors.
Can you please hide the "Show more..." link unless the "Allow students to record own attendance" box is checked?
We should check that all classes are in a correct namespace, ie they are implementing a core thing, or they are "\local":
https://docs.moodle.org/dev/Coding_style#Rules_for_level2
https://docs.moodle.org/dev/Automatic_class_loading#Namespaces
-
Updated
May 24, 2020 - JavaScript
What happens when files where deleted on moodle?
Here an extract from the last run:
Public Key Infrastrukturen 2019
- /files/Public Key Infrastrukturen 2019/Allgemeines/Klausur_Deckblatt.pdf
- /files/Public Key Infrastrukturen 2019/Allgemeines/Task3Solved.pdf
[..]
Fortunately it looks like the files were not deleted (I think downloaded files should never be deleted). So, am I r
This is to enhance readme and add explicit instructions of admin_setting_filetypes class backporting (backport MDL-53240 tracker or create a patch).
Issue #282 was fixed by checking if admin_setting_filetypes, but it still doesn't allow to configure PreSigned URLs for some legacy/totara installations.
I get it that not all fields in an extractor have to be encoded. But I wonder if it would be bad at all to encode everything and automatically in the Extractor class. Just iterate over the object keys and encode the values. Perhaps, we can also add some heuristics to determine whether we should encode the field or not, although I am not sure there's any benefit (in execution time).
The motiv
-
Updated
Aug 8, 2019 - PHP
-
Updated
May 28, 2020 - Ruby
-
Updated
Jun 3, 2020 - PHP
In the README is a table of content with internal links. Some of these are now broken because the headings have been renamed.
ie this link no longer works:
https://github.com/brendanheywood/moodle-local_cleanurls#step-2-apply-tiny-patches-to-core
and it should be:
So need
-
Updated
Apr 20, 2020 - Python
I propose this as a feature request I could help to contribute.
In our theme we modify the Moodle Docs links in the footer to be opened in a new window so that teachers can open the documentation whilst having their content left open simultaneously. I know you can argue that this can also be accomplished with option-click. On the other hand, of course, one can copy the link and paste it into th
-
Updated
Apr 24, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the moodle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the moodle topic, visit your repo's landing page and select "manage topics."
The Heroku CLI styleguide has some interesting comments about the use of JSON for complex scripts:
https://devcenter.heroku.com/articles/cli-style-guide#human-readable-output-vs-machine-readable-output
(the bit about grep parseable is good too).
Since we already have the data as JSON, we should let people use it in this way.