Andrew Nicols
89b9f20229
Merge branch 'MDL-75760' of https://github.com/stronk7/moodle
2022-10-25 10:48:21 +08:00
Víctor Déniz
9235ed5296
Merge branch 'MDL-75482-master' of https://github.com/stevandoMoodle/moodle
2022-10-24 16:36:26 +01:00
Sara Arjona
636e39e98b
Merge branch 'MDL-75465-master' of https://github.com/stevandoMoodle/moodle
2022-10-24 17:30:12 +02:00
Víctor Déniz
3b4023122a
Merge branch 'MDL-75483-master' of https://github.com/davewoloszyn/moodle
2022-10-24 16:00:46 +01:00
Sara Arjona
83aa6c2a13
Merge branch 'MDL-75474-master' of https://github.com/davewoloszyn/moodle
2022-10-24 16:54:40 +02:00
Sara Arjona
85385cd09f
Merge branch 'MDL-75470-master' of https://github.com/davewoloszyn/moodle
2022-10-24 16:10:11 +02:00
Andrew Nicols
bc5252d8bf
Merge branch 'MDL-75684-master' of https://github.com/sarjona/moodle
2022-10-24 21:50:45 +08:00
Sara Arjona
b0110cbed3
Merge branch 'MDL-75897' of https://github.com/paulholden/moodle
2022-10-24 15:35:12 +02:00
Sara Arjona
16ba7cbe96
MDL-75684 mod_data: Add metadata to templates
...
Each template should display at the top the information about the
user who has created the entry, when it was created and modified.
Apart from that, this commit also includes:
- For the Journal preset, a link on each card entry title has been
added, to open the Single view.
- For the Resources preset, the Author field has been renamed to
"Author of resource" and the Description to "Content".
- For the Resources preset, the Author and Type fields will be
hidden in the List view for small devices.
2022-10-24 13:01:39 +02:00
Jun Pataleta
5ca124e7a2
Merge branch 'MDL-76018-master' of https://github.com/sammarshallou/moodle
2022-10-24 13:16:24 +08:00
Eloy Lafuente (stronk7)
83eb19338e
MDL-75760 database: Keep mysql driver working over all PHP versions
...
Before PHP 8.1, the mysqli extension had MYSQLI_REPORT_OFF as default setting.
With PHP 8.1, it has been changed to MYSQLI_REPORT_ERROR|MYSQLI_REPORT_STRICT
The native driver is not ready to work with this new reporting level,
see MDL-75761 about to considering to improve it.
So this change just ensures that we continue using MYSQLI_REPORT_OFF
with any PHP version.
2022-10-21 16:33:22 +02:00
Sara Arjona
963b7a4423
Merge branch 'MDL-72828-master' of https://github.com/davewoloszyn/moodle
2022-10-21 16:24:41 +02:00
Sara Arjona
5e9d99eeaf
Merge branch 'MDL-61921-master' of https://github.com/HuongNV13/moodle
2022-10-21 16:22:44 +02:00
Ilya Tregubov
660b56eb50
Merge branch 'MDL-75362-refactor' of https://github.com/Chocolate-lightning/moodle
2022-10-21 09:56:19 +03:00
Jun Pataleta
58a92364ed
Merge branch 'MDL-70368-cache-image-metadata' of https://github.com/brendanheywood/moodle
2022-10-21 09:07:58 +03:00
Sara Arjona
ef3c37dd4c
Merge branch 'MDL-75484-master' of https://github.com/davewoloszyn/moodle
2022-10-21 09:07:58 +03:00
Víctor Déniz
c209719811
Merge branch 'MDL-67020_master' of https://github.com/marxjohnson/moodle
2022-10-21 09:07:58 +03:00
David Woloszyn
bbe528c1ad
MDL-72828 js: get_strings supports jquery objects
2022-10-21 13:47:34 +11:00
Huong Nguyen
bc80531188
MDL-61921 admin: Support XOAUTH2 for outgoing mail
2022-10-21 09:33:48 +07:00
Mathew May
ee71eae12a
MDL-75362 gradebook: add group selector into reports
2022-10-20 21:24:51 +08:00
Mathew May
e84948c4a7
MDL-75362 gradereport_singleview: Roll in zero state
2022-10-20 21:24:51 +08:00
Mathew May
e7c1c2841d
MDL-75362 gradereport_user: Roll in zero state work for user report
2022-10-20 21:24:51 +08:00
Ilya Tregubov
1a89fd6287
Merge branch 'MDL-72058' of https://github.com/paulholden/moodle
2022-10-20 15:43:02 +03:00
Mark Johnson
2f1e7982df
MDL-67020 Cache: Refactor build_course_cache
2022-10-20 11:31:33 +01:00
Mark Johnson
ea01fb2427
MDL-67020 Cache: Make local caching work for coursemodinfo
2022-10-20 11:31:33 +01:00
Mark Johnson
045ee091da
MDL-67020 Cache: Make locking work for local file caches
...
* Add new requirelockingbeforewrite flag for cache definitions
* Implement native locking in cachestore_file (leveraging
file_lock_factory).
2022-10-20 11:31:33 +01:00
Jun Pataleta
80d4981d8d
Merge branch 'MDL-75401-master-integration' of https://github.com/ferranrecio/moodle
2022-10-20 18:31:00 +08:00
Paul Holden
d53b5879ca
MDL-75897 output: safer checking of course reuse action nodes.
...
Also ensure that if course reuse contains only a single node (e.g.
reset), then it is still accessible from secondary navigation.
Co-authored-by: Meirza Arson <meirza.arson@moodle.com>
2022-10-20 11:08:22 +01:00
Andrew Nicols
8f6835c6e8
Merge branch 'MDL-75834-master' of https://github.com/sammarshallou/moodle
2022-10-20 14:35:15 +08:00
Sara Arjona
2739a25ffb
Merge branch 'MDL-75475-master' of https://github.com/davewoloszyn/moodle
2022-10-20 08:16:26 +02:00
Huong Nguyen
44ca802d4e
MDL-61921 lib: Bring back OAuth for PHPMailer
2022-10-20 09:59:14 +07:00
Víctor Déniz
4b09e1bff4
Merge branch 'MDL-75962-master' of https://github.com/andrewnicols/moodle
2022-10-20 00:37:38 +01:00
Víctor Déniz
402066dac3
Merge branch 'MDL-75907-master' of https://github.com/golenkovm/moodle
2022-10-20 00:20:59 +01:00
Víctor Déniz
fb74611571
Merge branch 'MDL-76033-master' of https://github.com/ilyatregubov/moodle
2022-10-20 00:07:53 +01:00
David Woloszyn
650694f18f
MDL-75475 lib: Applied PHP CSS Parser patches
2022-10-20 09:32:47 +11:00
David Woloszyn
c8ee3c9051
MDL-75475 lib: Upgraded PHP CSS Parser to 8.4.0
2022-10-20 09:32:47 +11:00
Jun Pataleta
3a5205dd0a
Merge branch 'MDL-75985-master' of https://github.com/andrewnicols/moodle
2022-10-19 21:27:29 +08:00
Andrew Nicols
0ba4fa53c1
MDL-75985 behat: Return newline character for \n
...
Somehow part of this commit was lost during the push and/or squash.
2022-10-19 20:26:14 +08:00
Ilya Tregubov
79c81ab577
Merge branch 'MDL-75014-before-session' of https://github.com/brendanheywood/moodle
2022-10-19 15:20:52 +03:00
Ilya Tregubov
3f568024a1
MDL-76033 core: bump version in is_major_upgrade_required
...
MDL-58266 changes db structure. So upgrade must happen before
accessing any page.
2022-10-19 15:08:44 +03:00
Ferran Recio
3d483ac2ef
MDL-75401 core: sticky footer component
2022-10-19 13:06:54 +02:00
Mark Johnson
dcc7d7b8df
MDL-67020 Cache: Increment cacherev when purging course cache
2022-10-19 09:04:33 +01:00
Jun Pataleta
e591f9da66
Merge branch 'MDL-75985-master' of https://github.com/andrewnicols/moodle
2022-10-19 10:56:14 +08:00
sam marshall
c38eeae34e
MDL-76018 core_navigation: Activity header warning if no module intro
2022-10-17 17:27:39 +01:00
Sara Arjona
3c49d97f1c
Merge branch 'MDL-75077' of https://github.com/paulholden/moodle
2022-10-17 16:32:29 +02:00
Ilya Tregubov
4272ccd65f
MDL-58266 core_completion: Fix upgrade script.
...
Remove 0 default value for timecreated
in course_module_viewed table
2022-10-17 16:40:07 +03:00
Sara Arjona
8d6a2d68e6
Merge branch 'MDL-74814-master-1' of https://github.com/HuongNV13/moodle
2022-10-17 15:30:45 +02:00
Jun Pataleta
e7bf930aa1
Merge branch 'MDL-74958-master' of https://github.com/sammarshallou/moodle
2022-10-17 21:10:51 +08:00
Ilya Tregubov
d5e9b5ba2b
MDL-58266 core_completion: Fix incorrect version bump.
...
Version was bumped in previously merged issue
2022-10-17 14:49:22 +03:00
Ilya Tregubov
09de114dd2
MDL-58266 core_completion: fix db structure.
...
Make coursemoduleid, userid fields in new course_modules_viewed
to match those in course_modules_completion table.
2022-10-17 14:49:17 +03:00