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

update my repo #4

Merged
merged 56 commits into from
May 28, 2018
Merged

update my repo #4

merged 56 commits into from
May 28, 2018

Conversation

actXc
Copy link
Owner

@actXc actXc commented May 21, 2018

*** PLEASE DO NOT OPEN PULL REQUESTS VIA GITHUB ***

The moodle.git repository at Github is just a mirror of the official repository. We do not accept pull requests at Github.

See CONTRIBUTING.txt guidelines for how to contribute patches for Moodle. Thank you.

--

jleyva and others added 30 commits April 26, 2018 19:18
The Workshop module it’s been supported since Moodle 3.4 so it
should’ve been included here.
Fixed for boost
Fixed for bootstrapbase
The enrol_flatfile table can contain userdata relating to pending
enrolments, so this should be exported and deleted as necessary.
Added a function to the core_enrol provider allowing enrol plugins
to set their subcontext relative to a fixed 'enrolments' parent dir.
The query was doing:
WHERE c.id ... AND ... OR ... OR ...

Which equates to:
WHERE (c.id ... AND ...) OR ... OR ...

Adding parens to:
WHERE (c.id ... AND (... OR ... OR ...))
scara and others added 26 commits May 18, 2018 00:34
Performed by removing the current 'npm-shrinkwrap.json' file:
$ rm -Rf node_modules
$ rm -f npm-shrinkwrap.json
$ npm install
$ npm shrinkwrap
When section is hidden but the course setting says to show hidden sections display the hidden
sections consistently with how we display the sections with access restriction.

The only difference is that we didn't previously display the summary of the hidden section
in this case, the new logic repeats this behavior
This commit moves the availability info on top.
* Glossary activities created on the front page by importing
entries are being added to section 0, but the front page only shows
activities on section 1.
@actXc actXc merged commit 5a08576 into actXc:IOMAD_34_STABLE May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet