Víctor Déniz
3c10b0c2af
Merge branch 'MDL-74569-master' of https://github.com/lucaboesch/moodle
2022-10-06 01:42:48 +01:00
Víctor Déniz
aa0be15591
Merge branch 'MDL-75192' of https://github.com/paulholden/moodle
2022-10-06 01:08:37 +01:00
Víctor Déniz
4fcea7ad56
Merge branch 'MDL-75713-master' of https://github.com/davewoloszyn/moodle
2022-10-05 22:30:15 +01:00
Víctor Déniz
42e53489d7
Merge branch 'MDL-75729' of https://github.com/paulholden/moodle
2022-10-05 21:31:59 +01:00
Paul Holden
dd0c545ec6
MDL-75077 output: prevent duplicate ID errors in custom menus.
...
Following on from 8e4a7c6b, we should apply a similar change to
custom menus to account for being collapsed into the "More" menu.
2022-10-05 18:29:17 +01:00
Mahmoud Kassaei
9ba4b5f306
MDL-75818 qtype_multichoice: site-wide default for showstandardinstruction
2022-10-05 17:04:22 +01:00
Jun Pataleta
ced9afd781
Merge branch 'MDL-75276-fix' of https://github.com/sarjona/moodle
2022-10-05 19:43:04 +08:00
Sara Arjona
9e7cc5103d
MDL-75276 mod_data: Re-add ordering to get_field_records
...
In MDL-75146, the get_fields_record() method was added without any
ordering criteria.
In MDL-75276, this method is reused to get the fields. We need to
re-add the order to guarantee the field are always returned in the
same order (and avoid some Oracle ordering failures).
2022-10-05 12:45:51 +02:00
Andrew Nicols
13cc3607de
MDL-75886 atto: Always use Atto for @atto tests
...
This change, which should be easy to mimic for other editors.
This will ensure that the correct editor is used for tests relating to
that editor, or its subplugins.
2022-10-05 09:54:21 +08:00
Stevani Andolo
3c5423d8c0
MDL-75480 media_videojs: Upgrade videojs from 7.17.0 to 7.20.3
2022-10-04 21:51:11 +08:00
Jun Pataleta
e2d606eba8
Merge branch 'MDL-75351' of https://github.com/timhunt/moodle
2022-10-04 20:36:17 +08:00
Paul Holden
8f72165233
MDL-75733 reportbuilder: re-use user field data table alias/joins.
...
Ensure that when a column/filter on the same user profile field is
used, they share a single join.
2022-10-04 11:46:01 +01:00
Jun Pataleta
28a4c55aea
Merge branch 'MDL-73433-master' of https://github.com/marinaglancy/moodle
2022-10-04 17:53:27 +08:00
Jun Pataleta
2b6a955db4
Merge branch 'MDL-66955' of https://github.com/NeillM/moodle
2022-10-04 17:07:19 +08:00
Jun Pataleta
9299737cbd
MDL-75234 mod_data: Remove duplicate code
...
* Remove duplicate use statements
* Remove duplicate get_template_content() declaration
2022-10-04 12:44:33 +08:00
Jun Pataleta
ecb9a7e661
Merge branch 'MDL-75234-master' of https://github.com/ferranrecio/moodle
2022-10-04 11:59:57 +08:00
Jun Pataleta
389892ad75
Merge branch 'MDL-75276-master' of https://github.com/sarjona/moodle
2022-10-04 11:50:57 +08:00
AMOS bot
1ebb6b6fad
Automatically generated installer lang files
2022-10-04 00:07:39 +00:00
Shamiso.Jaravaza
f55cde3175
MDL-75711 mod_bigbluebuttonbn: Fix recent activity
2022-10-03 10:57:48 -06:00
Ferran Recio
37b9bd48b6
MDL-75234 mod_data: introduce manager get_renderer
2022-10-03 15:58:28 +02:00
Ferran Recio
64c07858b0
MDL-75234 mod_data: add default templates behats
...
Most behats access the templates page just to autocreate the default
templates. This is not needed anymore and most behats can be optimized.
2022-10-03 15:58:28 +02:00
Ferran Recio
2a0991113b
MDL-75234 mod_data: load default templates when empty
...
The mod_data is forcing teachers to understand how to write templates
even if they want to use basic forms. With this patch the default
templates will be auto updated unless the user manually define the
templates.
2022-10-03 15:58:28 +02:00
Matt Porritt
1399974bac
MDL-73122 Auth: Add test settings for Oauth2
...
Provide a test page in authentication settings
to allow administrators to test configured oAuth2
providers and to examine the data that is passed
back on a successful test user authentication.
Co-authored-by: Matt Porritt <mattp@catalyst-au.net>
2022-10-03 09:00:44 -04:00
Paul Holden
28cf1fa8a1
MDL-74955 reportbuilder: external method for listing custom reports.
2022-10-03 13:57:36 +01:00
Paul Holden
77018b7359
MDL-74955 reportbuilder: re-factor retrieving user reports to helper.
2022-10-03 13:22:10 +01:00
Carlos Castillo
a930def22b
MDL-74913 core_reportbuilder: Add divider to the report action menu
2022-10-03 09:48:43 +02:00
Sara Arjona
d6abd19e73
Merge branch 'MDL-65061-master_ims_unenrol' of https://github.com/sarahjcotton/moodle
2022-10-03 09:28:58 +02:00
Sara Arjona
6277853eb3
MDL-75276 mod_data: Update default templates
...
Apart from updating the default templates, to make them look better,
they have been also moved to mustache files, in order to make it easier
to edit them.
2022-10-03 09:09:45 +02:00
David Woloszyn
b58fdd909b
MDL-75473 lib: Updated Mustache to 2.14.2
2022-10-03 10:10:06 +11:00
Tim Hunt
9ab7828fe2
MDL-75351 question comments: don't hard-code system context id
2022-09-30 18:44:01 +02:00
Andrew Nicols
d41a859d5a
Merge branch 'MDL-75836' of https://github.com/jrchamp/moodle
2022-09-30 20:41:51 +08:00
Andrew Nicols
010ad8751a
MDL-75614 dml: Unit tests must test something
2022-09-30 16:36:36 +08:00
Andrew Nicols
9911faf8be
Merge branch 'MDL-75614-debugsqltrace' of https://github.com/brendanheywood/moodle
2022-09-30 16:36:10 +08:00
Jun Pataleta
2a4b3deaf6
Merge branch 'MDL-75170-master-add_order_by_method' of https://github.com/alexmorrisnz/moodle
2022-09-30 15:51:41 +08:00
Neill Magill
8029023ed5
MDL-66955 messages: Improve speed of message search
...
The OR conditions in the WHERE clause prevented the query from
effectively filtering the messages related to the user quickly, this
change helps gets around this by allowing the database to limit
the rows in the messages table it needs to scan significantly.
2022-09-30 08:29:08 +01:00
Jake Dallimore
24f97edd91
weekly release 4.1dev
2022-09-30 10:17:30 +08:00
Stevani Andolo
33285acbf1
MDL-75488 lib_zipstream: Upgrade ZipStream library from 2.1.0 to 2.2.0
2022-09-30 10:02:54 +08:00
hieuvu
94c2a52528
MDL-75844 moodle_page: add a modname to body tag.
2022-09-30 08:42:36 +07:00
Alex Morris
fee755bbfa
MDL-75170 tablelib: Use sql_order_by_null to sort columns
2022-09-30 11:29:27 +13:00
Alex Morris
70dfee9e23
MDL-75170 dml: add sql_order_by_null method
...
Standardises return patterns of null values across database types
to keep with sorting nullsto the top when ascending, and
to the bottom when descending
2022-09-30 11:27:26 +13:00
Marina Glancy
8ba4e5a3d2
MDL-73433 core: all methods in core_text can accept null argument
2022-09-29 21:06:22 +02:00
Tim Hunt
57ee14cced
MDL-75752 question comments: fix backup query so it uses the index
...
This should greatly improve the performance.
2022-09-29 10:51:28 +02:00
Andrew Nicols
46188420da
Merge branch 'MDL-74922_master_fix_storage_wrapper_validate_cache' of https://github.com/gthomas2/moodle
2022-09-29 12:05:54 +08:00
Andrew Nicols
f54d6b0144
Merge branch 'MDL-74883' of https://github.com/timhunt/moodle
2022-09-29 11:58:10 +08:00
Andrew Nicols
5ea6aa4f23
Merge branch 'MDL-75721' of https://github.com/paulholden/moodle
2022-09-29 11:57:38 +08:00
Jun Pataleta
590a695677
Merge branch 'MDL-75782-master' of https://github.com/andrewnicols/moodle
2022-09-29 11:54:09 +08:00
Andrew Nicols
0c7243af38
Merge branch 'MDL-75738-master' of https://github.com/sammarshallou/moodle
2022-09-29 11:39:31 +08:00
Jake Dallimore
1fddc9c221
Merge branch 'MDL-75845' of https://github.com/paulholden/moodle
2022-09-29 11:22:42 +08:00
Jun Pataleta
9441d5294e
Merge branch 'MDL-75559-master' of https://github.com/andrewnicols/moodle
2022-09-29 10:54:20 +08:00
Jun Pataleta
f680348048
Merge branch 'MDL-66902' of https://github.com/stronk7/moodle
2022-09-28 23:15:52 +08:00