Paul Holden
36ee886a12
MDL-69658 quizaccess_seb: progress bar on install only when necessary.
2020-09-08 19:32:36 +01:00
Sara Arjona
97e0452344
MDL-69657 mod_h5pactivity: component passed always
...
The $component = 'mod_h5pactivity' will be passed always to the H5P
player because it's required for being able to call these activities
from outside using embed code. The xAPI implementation checks whether
the information should be tracked or not.
Backport of MDL-69174
2020-09-08 13:08:44 -04:00
Sara Arjona
874bdf2035
MDL-69657 h5p: add component to the embed H5P code
...
When the Moodle component is passed to the player, xAPI tracking
is enabled so, if the component implements required xAPI API methods
(for instance, mod_h5pactivity does), grades and responses are sent.
Adding this component to the embed code will help to add
the embed code from a mod_h5pactivity to any other place (such as label,
page or book), and being able to track the responses to the original
mod_h5pactivity.
Backport from MDL-69174
2020-09-08 13:08:13 -04:00
Sara Arjona
ab43412ae9
Merge branch 'MDL-69525-39-1' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-09-08 14:22:04 +02:00
Michael Hawkins
3d01fc77de
MDL-69340 tag: Correct the filter input HTML in the tag manager
2020-09-08 08:47:20 +02:00
Mihail Geshoski
08d7552f4d
MDL-69048 book: Sanitize previous chapter value in add new chapter page
2020-09-08 08:47:20 +02:00
Andrew Nicols
8983d50bd1
MDL-68974 calendar: Use page context for block check
2020-09-08 08:47:20 +02:00
Andrew Nicols
9fb8221fb3
MDL-68974 blocks: Check permission before generating content
2020-09-08 08:47:20 +02:00
Mihail Geshoski
4b60cede1e
MDL-65115 repository: Prevent unzipping if it will exceed allowed quota
2020-09-08 08:47:20 +02:00
Mihail Geshoski
4514918c33
MDL-65115 core_files: Add get_total_content_size() in stored_file class
...
New function get_total_content_size() is introduced in the stored_file
class. The puprose of this function is to calculate and return the
total size (in bytes) of the content of an archive file.
2020-09-08 08:47:20 +02:00
Andrew Nicols
86d6bdf079
MDL-68974 admin: Unit tests for context parent/child test
2020-09-08 08:47:20 +02:00
Andrew Nicols
f5d75c8e24
MDL-68974 admin: Unit tests for loginas
2020-09-08 08:47:20 +02:00
Andrew Nicols
bfeb6f3bac
MDL-68974 admin: Prevent login as outside of the desired context
2020-09-08 08:47:20 +02:00
Sara Arjona
ec52cca8b1
Merge branch 'MDL-68344-3.9' of https://github.com/JBThong/moodle into MOODLE_39_STABLE
2020-09-08 08:45:19 +02:00
Jun Pataleta
6bbb402129
Merge branch 'MDL-69492-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-08 12:56:19 +08:00
AMOS bot
7375466f51
Automatically generated installer lang files
2020-09-08 00:07:50 +00:00
Eloy Lafuente (stronk7)
8635e2cefa
Merge branch 'MDL-69262-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-07 23:43:04 +02:00
Eloy Lafuente (stronk7)
52bad33356
Merge branch 'MDL-69448-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-07 23:26:21 +02:00
Luca Bösch
5c155ba8f7
MDL-69645 quizaccess: Set allowPreferencesWindow to false in manual conf
...
Signed-off-by: Luca Bösch <luca.boesch@bfh.ch>
2020-09-07 21:26:11 +02:00
Mathew May
ffa17ad17d
MDL-69240 tool_moodlenet: Clean MoodleNet profile field
...
Amended by: Eloy Lafuente (stronk7) <stronk7@moodle.org>
- adjust versions for every branch.
- modify verify_webfinger->profileurl external to PARAM_NOTAGS.
2020-09-07 17:25:13 +02:00
Sara Arjona
5d6fcc67cf
Merge branch 'MDL-67468-MOODLE_39_STABLE' of https://github.com/tuanngocnguyen/moodle into MOODLE_39_STABLE
2020-09-07 13:20:06 +02:00
Paul Holden
a37dc94598
MDL-69492 auth_cas: normalise member distinguished name config.
2020-09-04 08:36:13 +01:00
Paul Holden
1e08e046e2
MDL-69492 auth_ldap: normalise member distinguished name config.
2020-09-04 08:36:13 +01:00
Paul Holden
4ff5d5ef17
MDL-69448 backup: fix capability checks when unable to copy user data.
...
When a given user doesn't have the capability to "Include user data"
during course copying, freeze the form element rather than not adding
it at all.
This caused problems as the element was required before preceding with
the course copy.
2020-09-04 08:20:13 +01:00
Nathan Nguyen
84ef6eb8d9
MDL-67468 filter_activitynames: use MUC
2020-09-04 15:41:46 +10:00
Thong Bui
3b45e0db41
MDL-68344 filepicker: File Picker focus lost on upload
2020-09-04 10:09:22 +07:00
Sara Arjona
535523f21f
weekly release 3.9.1+
2020-09-03 17:09:26 +02:00
Sara Arjona
9c50ccbf7e
NOBUG: Fixed SVG browser compatibility
2020-09-03 17:09:24 +02:00
Bas Brands
6c39b7890e
MDL-69395 theme_boost: improve colour contrast for form input fields
...
- for this issue the atto styles.css was moved into theme boost so
we can use our preset variable for $gray-500
2020-09-03 11:09:02 +02:00
Andrew Nicols
b676817a64
Merge branch 'MDL-69391-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-03 11:48:49 +08:00
Andrew Nicols
8eca15c5f1
Merge branch 'MDL-69360-39' of git://github.com/NoelDeMartin/moodle into MOODLE_39_STABLE
2020-09-03 10:52:15 +08:00
Andrew Nicols
1bb4c59adc
Merge branch 'MDL-69246_39' of https://github.com/timhunt/moodle into MOODLE_39_STABLE
2020-09-03 10:40:12 +08:00
Andrew Nicols
2332ac5f87
Merge branch 'MDL-55340-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-09-03 10:14:13 +08:00
Andrew Nicols
0700b8510f
Merge branch 'MDL-69069-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-09-03 09:34:08 +08:00
Eloy Lafuente (stronk7)
7bc82ad672
Merge branch 'MDL-69608-39' of https://github.com/marinaglancy/moodle into MOODLE_39_STABLE
2020-09-02 23:50:09 +02:00
Sara Arjona
92b9900d6e
Merge branch 'MDL-68680-MOODLE_39_STABLE' of https://github.com/tuanngocnguyen/moodle into MOODLE_39_STABLE
2020-09-02 17:16:09 +02:00
Marina Glancy
312ca07bb7
MDL-69608 core_form: frozen forms do not have form tag
2020-09-02 11:40:22 +02:00
Noel De Martin
bea621d6c6
MDL-69360 behat: Fix js ready checks for non-moodle sites
2020-09-02 10:20:52 +02:00
Andrew Nicols
28a8eb3856
Merge branch 'MDL-68892-39' of git://github.com/ferranrecio/moodle into MOODLE_39_STABLE
2020-09-02 09:49:21 +08:00
Eloy Lafuente (stronk7)
fb39317a64
Merge branch 'wip_MDL-69491_m39' of git://github.com/gjb2048/moodle into MOODLE_39_STABLE
2020-09-02 00:27:43 +02:00
Sara Arjona
6e7f80363b
Merge branch 'MDL-64525-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-09-01 14:18:20 +02:00
Sara Arjona
82bd2ff5a9
Merge branch 'MDL-51709-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-09-01 09:04:24 +02:00
Mihail Geshoski
e657192d31
MDL-69525 core: Publish a single event when toggling slave checkboxes
2020-09-01 14:54:07 +08:00
Sara Arjona
85782cffd7
Merge branch 'MDL-69394-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-01 06:45:26 +02:00
Tim Hunt
fac004cfe9
MDL-69507 duration form field: should return an int number of seconds
2020-09-01 11:31:36 +08:00
Tim Hunt
221c293ac7
MDL-69507 duration form field: modernise coding style
2020-09-01 11:31:10 +08:00
Andrew Nicols
5ad20a0633
Merge branch 'MDL-69387-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-09-01 10:59:51 +08:00
Andrew Nicols
d63bdf9bb9
Merge branch 'MDL-69505-39' of https://github.com/snake/moodle into MOODLE_39_STABLE
2020-09-01 07:29:23 +08:00
Andrew Nicols
bc29f1c98a
Merge branch 'MDL-56595-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-09-01 07:29:23 +08:00
Luca Bösch
4830f55122
MDL-51709 gradebook: Name display in single view.
2020-08-31 18:18:26 +02:00