Leon Stringer
36a165b63b
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:49 +02:00
Jun Pataleta
88f1fa9b0f
Merge branch 'MDL-71518-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-05-05 13:26:19 +08:00
Shamim Rezaie
daff66b1df
MDL-71518 core: Add weekday to activity dates
2021-05-05 13:59:02 +10:00
Peter Dias
bbc896bc34
MDL-71460 hub: Use checkboxes instead of dropdowns
...
Change the yes/no dropdowns to a checkbox. Defaults to unchecked.
2021-05-05 10:09:10 +08:00
Adrian Greeve
3723014289
Merge branch 'MDL-71530-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-05-05 09:30:47 +08:00
Víctor Déniz
116621f973
Merge branch 'MDL-70864-311-zip_packer_windows' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-05-05 00:03:17 +01:00
Eloy Lafuente (stronk7)
896123d130
Merge branch 'MDL-71425-311-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-05-04 23:39:40 +02:00
Eloy Lafuente (stronk7)
c1473c0de0
Merge branch 'MDL-71397-311' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE
2021-05-04 23:37:41 +02:00
Eloy Lafuente (stronk7)
5670d351ef
MDL-69863 tool_brickfield: Final version adjustments to current
...
In 311_STABLE, to today: 2021050400
2021-05-04 19:44:55 +02:00
Mike Churchward
749c657b50
MDL-69863 block_accessreview: Better error display.
2021-05-04 19:36:33 +02:00
Mike Churchward
c0a52bc66c
MDL-69863 tool_brickfield: Better instance name displayed in error list.
2021-05-04 19:36:33 +02:00
Mike Churchward
a65647f3f3
MDL-69863 tool_brickfield: Add 'periodically' to data message.
2021-05-04 19:36:33 +02:00
Mike Churchward
fa07b96a70
MDL-69863 tool_brickfield: Change public to private.
2021-05-04 19:36:33 +02:00
Mike Churchward
199eaa5e5b
MDL-69863 tool_brickfield: Removing plugin_installed event.
2021-05-04 19:36:33 +02:00
Mike Churchward
af73c3b374
MDL-69863 tool_brickfield: Language improvements.
2021-05-04 19:36:33 +02:00
Mike Churchward
a134cfdfe4
MDL-69863 tool_brickfield: Adding settings page title.
2021-05-04 19:36:33 +02:00
Mike Churchward
a37aaa8f20
MDL-69863 tool_brickfield: Disable analysis by default on installation.
2021-05-04 19:36:33 +02:00
Mike Churchward
c8e14ad361
MDL-69863 tool_brickfield: Ensure language strings use correct case.
2021-05-04 19:36:33 +02:00
Mike Churchward
65c8f7b7f3
MDL-69863 tool_brickfield: Ensuring navigation is correct.
2021-05-04 19:36:33 +02:00
Mike Churchward
b3c3fff86b
MDL-69863 tool_brickfield: ensuring lang string independence.
2021-05-04 19:36:33 +02:00
Mike Churchward
a83c25e80a
MDL-69863 tool_brickfield: Moving plugins to core files.
2021-05-04 19:36:33 +02:00
Mike Churchward
abf3cb9e3d
MDL-69863 tool_brickfield: Added Behat tests.
2021-05-04 19:36:33 +02:00
Andrew Nicols
19e3ba9f07
MDL-69863 block_accessreview: Fix file mode
2021-05-04 19:36:33 +02:00
Mike Churchward
43d29ccbed
MDL-69863 tool_brickfield: Adding the Brickfield toolkit.
2021-05-04 19:36:32 +02:00
Paul Holden
a46acabdcf
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:57:45 +01:00
David Mudrák
4806989294
MDL-71425 lang: Fix reworded strings in tests
2021-05-04 17:47:01 +02:00
Paul Holden
49c74619f7
MDL-71359 mod_forum: empty forums shouldn't export anything.
2021-05-04 17:22:21 +02:00
Sara Arjona
b3996aebb4
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:22:21 +02:00
Sara Arjona
3a1aa38bac
MDL-71408 h5plib_v124: Upgrade H5P core library to 1.24.02
2021-05-04 17:22:21 +02:00
Huong Nguyen
c2db084215
MDL-70720 Quiz: Improve capability checks when fetching users' best grades
2021-05-04 17:22:21 +02:00
Shamim Rezaie
f4139818d1
MDL-69028 repository: Put a rate limit on draft file uploads
2021-05-04 17:22:21 +02:00
Paul Holden
e806e56ebd
MDL-71130 quiz_grading: escape user idnumber on display.
2021-05-04 17:22:21 +02:00
David Mudrák
c54a79e9cc
MDL-70804 mnet: Use proper DML method to get records from the table
...
This improves the code and avoids the risk of SQL injection through the
malicious XML-RPC request from the MNet peer.
2021-05-04 17:22:21 +02:00
Sara Arjona
0989db0190
Merge branch 'MDL-71274-311' of git://github.com/aanabit/moodle into MOODLE_311_STABLE
2021-05-04 17:10:42 +02:00
Helen Foster
00006816e0
MDL-71425 lang: Import fixed English strings (en_fix)
2021-05-04 16:43:13 +02:00
Paul Holden
702d0ba4c5
MDL-71517 mod_data: remove invalid form custom data access.
...
On PHP7.4, trying to access array offsets of NULL triggers a notice.
2021-05-04 15:35:41 +01:00
Luca Bösch
cdcf6f44fc
MDL-70786 report_log: respect fullname setting.
2021-05-04 15:50:36 +02:00
Luca Bösch
4874954a45
MDL-70786 report_completion: respect fullname setting.
2021-05-04 14:29:57 +02:00
Luca Bösch
7403c62aef
MDL-70786 report_competency: respect fullname setting.
2021-05-04 14:29:57 +02:00
Luca Bösch
3917849965
MDL-70786 report_progress: respect fullname setting.
2021-05-04 14:29:57 +02:00
Luca Bösch
c33a41a34d
MDL-71268 graphics: Use new Moodle logo for RSS feeds by Moodle
2021-05-04 14:16:43 +02:00
Sara Arjona
b009de3c60
on-demand release 3.11dev+
2021-05-04 13:28:17 +02:00
Sara Arjona
b38bb3b1ff
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-04 13:28:14 +02:00
Adrian Greeve
1f93d2bbff
Merge branch 'MDL-66673-MOODLE_311_STABLE' of https://github.com/ScottVerbeek/moodle into MOODLE_311_STABLE
2021-05-04 15:48:45 +08:00
Jun Pataleta
f350b8e0bd
Merge branch 'MDL-71401-311-3' of git://github.com/mickhawkins/moodle into MOODLE_311_STABLE
2021-05-04 12:26:41 +08:00
Michael Hawkins
c31d3450b4
MDL-71401 mod_scorm: Completion behat test fix
2021-05-04 12:22:36 +08:00
Michael Hawkins
fe02e8f4ab
MDL-71401 mod_quiz: Add behat testing for multiple completion conditions
...
Other tests check behaviour of individual conditions, this tests that
when multiple core and custom conditions are required, each will be
updated as required and not cache until all are completed.
2021-05-04 12:22:36 +08:00
Michael Hawkins
13ff928efd
MDL-71401 mod_lesson: Update completion behat to test individual changes
2021-05-04 12:22:36 +08:00
Michael Hawkins
ffe4a99adb
MDL-71401 mod_glossary: Update completion behat to test all changes
2021-05-04 12:22:36 +08:00
Michael Hawkins
5ba3aa765d
MDL-71401 mod_forum: Update completion behat to test individual changes
2021-05-04 12:22:36 +08:00