Paul Holden
982dbee359
Merge branch 'MDL-76781-master' of https://github.com/lucaboesch/moodle
2023-01-06 10:23:54 +00:00
Paul Holden
6183ad3c22
MDL-76812 reportbuilder: ensure audience key is incremented correctly.
2023-01-06 09:57:14 +00:00
Ilya Tregubov
db1b807270
MDL-76251 mod_forum: Fix illegal whitespace. Another try.
2023-01-06 16:41:59 +07:00
Paul Holden
0e742a2fc9
MDL-69643 message: final removal of deprecated 310 methods.
2023-01-06 09:28:40 +00:00
Ilya Tregubov
8bcf50cfe3
Merge branch 'MDL-76251-patch' of https://github.com/ilyatregubov/moodle
2023-01-06 16:14:23 +07:00
Ilya Tregubov
f6a3144275
MDL-76251 mod_forum: Fix illegal whitespace.
2023-01-06 16:08:17 +07:00
Ilya Tregubov
7349b04257
Merge branch 'MDL-76251-master' of https://github.com/aya-saad1/moodle
2023-01-06 15:37:20 +07:00
Matt Porritt
6793891887
MDL-61789 auth_oauth2: Allow admin to choose profile fields for mapping
...
Update oauth2 to allow mapping of provider attributes against
user profile fields. Fields can also be locked to prevent
user changes.
Co-Authored-By: Michael Milette <michael.milette@tngconsulting.ca>
2023-01-06 13:27:11 +07:00
Ilya Tregubov
f99f305be6
Merge branch 'MDL-75878-master' of https://github.com/sammarshallou/moodle
2023-01-06 11:07:51 +07:00
Meirza
f8537ffec6
MDL-64153 dml: Added extrainfo in the DB options config.
...
extrainfo is an extra information for the DB driver, e.g. SQL Server,
has additional configuration according to its environment,
which the administrator can specify to alter and override any connection options.
Co-authored-by: LukeCarrier <luke@carrier.im>
2023-01-06 06:17:17 +07:00
Stephan Robotta
4a31dd69d6
MDL-32114 form: markdown must be preserved on saving post
...
- Markdown is saved to the DB, no conversion to HTML to keep
ability to reedit the content without beaking it.
- Blockquote element is styled that it's distingishable from
normal text.
2023-01-05 18:34:44 +01:00
Paul Holden
d843168c14
MDL-69127 analytics: final removal of renamed target class mapping.
2023-01-05 17:28:59 +00:00
Paul Holden
2c57184251
MDL-69126 lang: final removal of deprecated 310 strings.
2023-01-05 14:38:37 +00:00
Andrew Nicols
23d8120ab0
Merge branch 'MDL-76508-master' of https://github.com/meirzamoodle/moodle
2023-01-05 21:30:01 +08:00
Luca Bösch
864a1eba5a
MDL-76781 gradebook: support multilingual group names.
2023-01-05 13:27:39 +01:00
Paul Holden
b8b905cd90
weekly release 4.2dev
2023-01-05 10:53:08 +00:00
Aya Saad
7c074d8b8e
MDL-76251 mod_forum: fix responsive issues in discussion
2023-01-05 11:47:15 +02:00
Meirza
3b4bc74692
MDL-76219 lib: Remove Box\Spout library
2023-01-05 16:04:37 +07:00
Meirza
93220a66f5
MDL-76219 lib: Change Box\Spout to OpenSpout library
2023-01-05 15:58:18 +07:00
David Woloszyn
6dc10b6241
MDL-76607 timeline: Reordered message to account for long course name
2023-01-05 12:11:42 +11:00
David Woloszyn
004b220513
MDL-76607 css: Fixed various classes where long strings break layout
2023-01-05 12:10:58 +11:00
Paul Holden
a082b6e084
MDL-76787 tiny_h5p: correct capability for plugin enabled state.
2023-01-04 16:07:50 +00:00
Sara Arjona
908f3a4c78
Merge branch 'MDL-74987-master' of https://github.com/ferranrecio/moodle
2023-01-04 16:57:31 +01:00
Sara Arjona
0a27fcbcde
Merge branch 'MDL-76375-master' of https://github.com/lucaboesch/moodle
2023-01-04 16:21:30 +01:00
Sara Arjona
be95fb2581
Merge branch 'MDL-75596-master' of https://github.com/sh-csg/moodle
2023-01-04 16:15:37 +01:00
Luca Bösch
57682b43ae
MDL-76375 quiz generator: Allow more than one attempt by Behat tests.
2023-01-04 15:12:58 +01:00
Paul Holden
bb0085e1d9
MDL-76725 mod_wiki: avoid named arguments in real path callback.
...
See also f4fb91ae
. PHP8 now supports named arguments in calls to
the `call_user_func_array` method, which can result in differing
behaviour compared to PHP7, e.g. in this case it was throwing an
exception due to an unknown named parameter.
2023-01-04 14:08:20 +00:00
Sara Arjona
b92b0b6cea
Merge branch 'MDL-76221' of https://github.com/paulholden/moodle
2023-01-04 13:08:44 +01:00
Paul Holden
7a36c24c92
MDL-76657 grade: load required test libraries for grade helper.
2023-01-04 11:20:44 +00:00
Paul Holden
38a25b4f3e
Merge branch 'MDL-76657-master' of https://github.com/rezaies/moodle
2023-01-04 11:10:35 +00:00
Paul Holden
45818da292
MDL-76221 reportbuilder: improve report test generator methods.
...
Test generators for creating report columns, filters and conditions
now allow for setting all persistent properties.
2023-01-04 10:56:27 +00:00
Jun Pataleta
401fc00245
Merge branch 'MDL-74822-master' of https://github.com/HuongNV13/moodle
2023-01-04 17:29:26 +08:00
Jun Pataleta
9581a44cf8
MDL-76601 block_myoverview: Remove hover action before clicking on menu
...
With the course card menu now always displayed, there's no need to hover
first before clicking on the menus on block_myoverview Behat tests.
2023-01-04 17:21:47 +08:00
Jun Pataleta
466266999c
MDL-76601 blocks: Always display course card menus
...
Displaying the course card menu only on hover is bad in terms of
accessibility as it prevents keyboard-only users from accessing the
menu. So it's better to always display them.
2023-01-04 17:00:04 +08:00
Ferran Recio
302a5e43a6
MDL-74987 core_courseformat: alt to duplicate modules
...
If a user drags an activity and press the ALT key, the activity will be
duplicated in the new place instead of simply moved. This behaviour
is quite normal in many softwares and it is a non intrusive usability
improvement.
2023-01-04 09:25:52 +01:00
Ferran Recio
35a12cfffb
MDL-74987 core_courseformat: migrate duplicate to state action
2023-01-04 09:25:52 +01:00
Ferran Recio
a3264eb5e0
MDL-74987 core_courseformat: add pending to refresh activity
...
The activity reload was missing a pending control. This can lead to
behat errors if the module refresh takes longer than expected for some
reason.
2023-01-04 09:25:52 +01:00
Sara Arjona
7202dcb79e
Merge branch 'MDL-76181' of https://github.com/paulholden/moodle
2023-01-04 09:20:13 +01:00
Meirza
b2b17b9d9b
MDL-76219 lib: Add the OpenSpout 3.7.3 library
2023-01-04 09:47:06 +07:00
Stefan Hanauska
15034e7100
MDL-75596 course: Allow inserting activities everywhere
...
Co-authored-by: Mathew May <mathewm@hotmail.co.nz>
2023-01-03 21:49:06 +01:00
Sara Arjona
139a629763
Merge branch 'MDL-75177' of https://github.com/paulholden/moodle
2023-01-03 17:50:34 +01:00
sam marshall
fbd61d1268
MDL-75878 Course: Adding graded activity too slow when lots of grades
...
Adding an activity with a grade item previously triggered a course
regrade, which can be extremely slow. This change makes it so that on
courses where regrading is slow, when you add an activity that
requires regrading, it takes you to an intermediate screen with a
progress bar.
This change also fixes a bug in the existing grade overview report,
which shows grades across multiple courses, but previously only
checked, and if necessary regraded, one course.
2023-01-03 16:04:58 +00:00
Sara Arjona
4759dbe119
Merge branch 'MDL-76308-master' of https://github.com/BruceGoodGuy/moodle
2023-01-03 14:12:53 +01:00
Paul Holden
cade48a337
Merge branch 'MDL-74989-master' of https://github.com/ferranrecio/moodle
2023-01-03 12:33:45 +00:00
Paul Holden
cd2fc29712
Merge branch 'MDL-53137-master' of https://github.com/lucisgit/moodle
2023-01-03 12:14:30 +00:00
Sara Arjona
ae71d43924
Merge branch 'MDL-71506-master' of https://github.com/lucaboesch/moodle
2023-01-03 13:10:11 +01:00
Ferran Recio
fe4784e60f
MDL-74989 core_courseformat: migrate cm delete to reactive
...
Migrate the course index delete activities to the new reactive actions
with batch deletion.
2023-01-03 13:07:31 +01:00
Paul Holden
7cc42b6d97
Merge branch 'MDL-76780-master' of https://github.com/sarjona/moodle
2023-01-03 11:48:43 +00:00
Paul Holden
b938034022
Merge branch 'MDL-75346-reset_dashboard_error' of https://github.com/leonstr/moodle
2023-01-03 11:28:19 +00:00
Sara Arjona
788a8d9598
MDL-76780 core: Add missing customfield to apis.json
2023-01-03 11:52:47 +01:00