Adrian Greeve
266bcab62e
Merge branch 'MDL-70786-master' of git://github.com/lucaboesch/moodle
2021-05-06 10:06:02 +08:00
Jun Pataleta
f23236acd2
Merge branch 'MDL-69863' of https://github.com/stronk7/moodle
2021-05-06 10:02:04 +08:00
Jake Dallimore
c7c186681a
Merge branch 'MDL-27193_glossaryDB' of https://github.com/andyjdavis/moodle
2021-05-06 09:49:14 +08:00
Jake Dallimore
52af65ca60
Merge branch 'MDL-71492-master' of git://github.com/jleyva/moodle
2021-05-06 09:15:47 +08:00
Eloy Lafuente (stronk7)
149e48d10e
MDL-69863 database: Fix oracle and sqlsrv problems
...
1) The GROUP BY statement must include all fields in the SELECT
not being aggregated or constant cols.
2) There was a missing space causing problems to databases
using named parameters.
2021-05-06 00:04:59 +02:00
Juan Leyva
6a3465b6b4
MDL-71513 mobile: Fix last access visibility
2021-05-05 22:49:14 +01:00
Eloy Lafuente (stronk7)
ab87155220
MDL-71420 environment: Lower sodium requirement to recommended
2021-05-05 23:06:10 +02:00
Eloy Lafuente (stronk7)
3a839a62c6
Merge branch 'MDL-71539_master_PHP8optionalparams' of https://github.com/brickfield/moodle
2021-05-05 20:00:17 +02:00
Sara Arjona
581f342506
Merge branch 'MDL-71532_master_illegalwhitespace' of https://github.com/brickfield/moodle
2021-05-05 19:05:42 +02:00
Mike Churchward
3dc209b748
MDL-71539 tool_brickfield: PHP8 optional param error fixed.
2021-05-05 11:47:33 -04:00
Mike Churchward
1f70d37d7e
MDL-71532 tool_brickfield: Removing tabs and unneeded files.
2021-05-05 11:34:35 -04:00
Andrew Davis
e34553d1b8
MDL-27193 mod_glossary: reducing system setting db queries
2021-05-05 23:13:53 +08:00
Juan Leyva
3018d40e88
MDL-71492 mod_quiz: Include missing gradepass in WebService
2021-05-05 14:44:16 +02:00
Sara Arjona
59ba1a9183
Merge branch 'MDL-71517' of https://github.com/paulholden/moodle
2021-05-05 12:17:31 +02:00
Sara Arjona
b65d5a3da2
Merge branch 'MDL-71187-master' of git://github.com/lucaboesch/moodle
2021-05-05 12:13:59 +02:00
Víctor Déniz
f798446f4c
Merge branch 'MDL-71460-master' of git://github.com/peterRd/moodle
2021-05-05 10:16:44 +01:00
Luca Bösch
21503ed5e6
MDL-71187 quizaccess_seb: Change "Launch Safe Exam Browser" to a href.
...
In order to allow for correct seb:// or sebs:// calls without browser
warnings of insecure links, it is not possible to send a get request
with an attached cmid parameter to the unknown seb:// or sebs://
URL via a form button.
We've got to use a <a href> link outside a form to circumvent
browsers warning of an insecure link and call Safe Exam Browser
correctly.
2021-05-05 10:54:01 +02:00
Marina Glancy
d42fd649cc
MDL-71390 core: raise max_input_vars requirement
2021-05-05 10:49:59 +02:00
Luca Bösch
b8a0cc9f00
MDL-70786 report_loglive: respect fullname setting.
2021-05-05 10:27:44 +02:00
Leon Stringer
37ae249dfa
MDL-70181 database: Quote database object names
...
Table names and database name now enclosed in backticks.
admin/cli/mysql_collation.php failed if $CFG->prefix was blank with
MySQL 8.0 because table 'groups' conflicted with a new reserved word.
Note that this quotes both mysql_collation.php and mysql_compressed_rows.php
but only the former was mal-functioning.
The case of mysql_compressed_rows.php is a little bit special because
not all tables are processed, only those having big rows. And the groups
table is not one of them. In any case, better add the quotes there for
any future case.
Also, when testing this patch https://tracker.moodle.org/browse/MDL-71512
was discovered and will need to be fixed to make core 100% compliant
with MySQL 8.0 and MariaDB 10.6 and up.
2021-05-05 10:16:45 +02:00
Jun Pataleta
e8b3ab767b
Merge branch 'MDL-71518-master' of git://github.com/rezaies/moodle
2021-05-05 13:26:29 +08:00
Shamim Rezaie
35d1ac13d2
MDL-71518 core: Add weekday to activity dates
2021-05-05 13:56:06 +10:00
Peter Dias
e5f7ecdacd
MDL-71460 hub: Use checkboxes instead of dropdowns
...
Change the yes/no dropdowns to a checkbox. Defaults to unchecked.
2021-05-05 10:03:18 +08:00
Adrian Greeve
25a2729e62
Merge branch 'MDL-71530' of https://github.com/paulholden/moodle
2021-05-05 09:29:29 +08:00
Víctor Déniz
162278e69a
Merge branch 'MDL-70864-master-zip_packer_windows' of git://github.com/mudrd8mz/moodle
2021-05-05 00:01:28 +01:00
Eloy Lafuente (stronk7)
9b522367a0
Merge branch 'MDL-71425-master-enfix' of git://github.com/mudrd8mz/moodle
2021-05-04 23:39:32 +02:00
Eloy Lafuente (stronk7)
21e3cf71bc
Merge branch 'MDL-71397-master' of git://github.com/marinaglancy/moodle
2021-05-04 23:37:33 +02:00
Eloy Lafuente (stronk7)
7ae6e5da34
MDL-69863 tool_brickfield: Final version adjustments to current
...
In master, fixed to 2021052500
2021-05-04 19:50:24 +02:00
Mike Churchward
be4fbf062c
MDL-69863 block_accessreview: Better error display.
2021-05-04 19:49:55 +02:00
Mike Churchward
498f75502a
MDL-69863 tool_brickfield: Better instance name displayed in error list.
2021-05-04 19:49:55 +02:00
Mike Churchward
7331bb1454
MDL-69863 tool_brickfield: Add 'periodically' to data message.
2021-05-04 19:49:55 +02:00
Mike Churchward
616f20e9a5
MDL-69863 tool_brickfield: Change public to private.
2021-05-04 19:49:55 +02:00
Mike Churchward
03ada14526
MDL-69863 tool_brickfield: Removing plugin_installed event.
2021-05-04 19:49:55 +02:00
Mike Churchward
623c1b0326
MDL-69863 tool_brickfield: Language improvements.
2021-05-04 19:49:54 +02:00
Mike Churchward
ad1a600927
MDL-69863 tool_brickfield: Adding settings page title.
2021-05-04 19:49:54 +02:00
Mike Churchward
020109f3eb
MDL-69863 tool_brickfield: Disable analysis by default on installation.
2021-05-04 19:49:54 +02:00
Mike Churchward
ce9258afc4
MDL-69863 tool_brickfield: Ensure language strings use correct case.
2021-05-04 19:49:54 +02:00
Mike Churchward
b8c7cf9a74
MDL-69863 tool_brickfield: Ensuring navigation is correct.
2021-05-04 19:49:54 +02:00
Mike Churchward
11dcd419a5
MDL-69863 tool_brickfield: ensuring lang string independence.
2021-05-04 19:49:54 +02:00
Mike Churchward
c6c7c28dea
MDL-69863 tool_brickfield: Moving plugins to core files.
2021-05-04 19:49:54 +02:00
Mike Churchward
f8b34ffc68
MDL-69863 tool_brickfield: Added Behat tests.
2021-05-04 19:49:54 +02:00
Andrew Nicols
b3ead50a47
MDL-69863 block_accessreview: Fix file mode
2021-05-04 19:49:54 +02:00
Mike Churchward
e1c6497293
MDL-69863 tool_brickfield: Adding the Brickfield toolkit.
2021-05-04 19:49:54 +02:00
Paul Holden
bf558732ce
MDL-71530 competency: ensure all exported course fields are present.
...
Previously missing were the two new properties added in 36bc7b07
:
showactivitydates & showcompletionconditions - this change ensures
all properties are requested before exporting courses linked to
competencies.
2021-05-04 17:53:00 +01:00
David Mudrák
ad30fde448
MDL-71425 lang: Fix reworded strings in tests
2021-05-04 17:45:18 +02:00
Paul Holden
06c4248b02
MDL-71359 mod_forum: empty forums shouldn't export anything.
2021-05-04 17:23:11 +02:00
Sara Arjona
4cb908690e
MDL-71408 h5plib_v124: Add required changes after lib upgrade
...
- The mbstring extension is required since Moodle 3.9 onwards so
the upgrading steps have been removed because they are not
required any more.
- The pull-request for fixing some minor PHP7.4 problems has been
integrated so this patch is not required.
2021-05-04 17:23:11 +02:00
Sara Arjona
6a1e3c5c7e
MDL-71408 h5plib_v124: Upgrade H5P core library to 1.24.02
2021-05-04 17:23:11 +02:00
Huong Nguyen
5444f88e4f
MDL-70720 Quiz: Improve capability checks when fetching users' best grades
2021-05-04 17:23:11 +02:00
Shamim Rezaie
9c11ceac1f
MDL-69028 repository: Put a rate limit on draft file uploads
2021-05-04 17:23:11 +02:00