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

Merge changes into master branch so we can use master as the default #15

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

sayoder-aprende
Copy link

@sayoder-aprende sayoder-aprende commented Sep 26, 2024

For other plugin repos that we have forked and modified, master is the default branch, not aprende_xxxx_dev. As per this conversation with Yair, I'm proposing merging our changes into master, then setting master as default.

image

mdjnelson and others added 30 commits November 7, 2022 19:14
Removed code to show this activity's title and description as this is
now handled by the activity header class in Moodle 4.0 (see MDL-72413
and https://moodledev.io/docs/devupdate#the-activity-header-class).

# Conflicts:
#	version.php
This commit adds a workaround to the YUI code to handle the fact that
node.getX()/getY() return coordinates based on the current browser
viewport rather than the page.  This had the result that if the
rearrange.php page has been scrolled isoutofbounds() may return true
-- preventing the element from being repositioned -- even though it is
within the PDF's area.  This fix re-reads the PDF area's position within
isoutofbounds() so that the coordinates for the PDF area have the same
system as the element being moved.  This change is required for Moodle
4.0, in Moodle 3.11 the coordinates system between PDF area and elements
remains consistent despite any scrolling.  I have no idea where this
change in behaviour has originated (YUI lib? CSS? Something else?).
Co-authored-by: David OC <[email protected]>
Co-authored-by: Peter Miller <[email protected]>
Co-authored-by: Oscar Nadjar <[email protected]>
Co-authored-by: Michael Milette <[email protected]>
feat: LMSDEV-6465 Added main section element to custom certificate co…
jhrequena and others added 8 commits July 10, 2024 13:25
Fix: LMSDEV-6592 deleted section select names for global templates to work
fix: LMSDEV-6617 fixed mobileapp cert download
Reasoning for this change:

- We need $SESSION->forcelang to be set in order for the filter chain to
  work properly. This gets set by calling the moodle lib function
  force_current_language.
- mod_customcert was not calling force_current_language IF the user's
  language was equal to the certificate's forced language.
- This caused the following issue: A user with language en, in a session
  where the language was set to es_mx, viewing the
  forced-English-language certificate, would see a spanish section title
  instead of an English section title.
- As a fix, we should not worry about what the user's "preferred"
  language is when we're deciding whether to force a language. All we
  care about is the current session's language.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.