AMOS bot
0f85fcc2a1
Automatically generated installer lang files
2022-09-11 00:08:02 +00:00
Eloy Lafuente (stronk7)
c6211a68b4
weekly release 4.1dev
2022-09-10 10:00:40 +02:00
Jun Pataleta
1e28be65a4
Merge branch 'MDL-75708' of https://github.com/paulholden/moodle
2022-09-09 20:49:12 +08:00
Paul Holden
b40d438fbf
MDL-75708 reportbuilder: consider stress tests as requiring longtest.
...
We should respect the value of the PHPUNIT_LONGTEST constant in the
report source stress tests, as it was discovered after 165e26fa that
the default configuration of some CIs (GHA) was not sufficient to run
them.
Hence, use the PHPUNIT_LONGTEST to determine whether to execute said
tests. Note this constant is enabled on internal CI.
2022-09-09 11:11:39 +01:00
Jun Pataleta
4a0b0c8286
weekly release 4.1dev
2022-09-09 08:36:43 +08:00
Jun Pataleta
0f9916e1ec
Merge branch 'MDL-74435-master' of https://github.com/lameze/moodle
2022-09-08 10:08:55 +08:00
Jun Pataleta
d0f5778391
Merge branch 'MDL-75227' of https://github.com/call-learning/moodle
2022-09-08 09:40:10 +08:00
Simey Lameze
9efb61d321
MDL-74435 core_user: behat test polish and fixes
2022-09-08 09:32:36 +08:00
Peter Burnett
94aa2c78bd
MDL-74435 user: Trim whitespace from user search fields
2022-09-08 09:12:09 +08:00
Jun Pataleta
27222f3faf
Merge branch 'MDL-74081-master' of https://github.com/call-learning/moodle
2022-09-08 09:05:05 +08:00
Michael Hawkins
c43123adde
MDL-68066 output: Apply disable lambda rendering to Mustache renderer
2022-09-07 23:54:24 +08:00
Lars Bonczek
fcbb645671
MDL-68066 output: Mustache - Add option to disable lambda rendering
...
This commit is based on an outstanding pull request to the Mustache repo
2022-09-07 23:54:24 +08:00
Laurent David
0f1c59747e
MDL-75227 mod_bigbluebuttonbn: Optimize User logs retrieval
...
* When loading a course with the Recent Activity block the bigbluebuttonbn_print_recent_activity
takes too much time to load the logs. Using the courseid (index of log table) improves the
time taken by the query.
2022-09-07 17:38:32 +02:00
Laurent David
38b9319580
MDL-74081 mod_bigbluebuttonbn: Fix codechecker related issues
...
* Opening braces should be on the same line
* Unwanted MOODLE_INTERNAL
* Behat edit_instance.feature should use "activity editing" page locator
* Coverage indication
2022-09-07 17:26:27 +02:00
Paul Holden
0393514612
MDL-72012 mod_h5pactivity: respect user access when getting report.
2022-09-07 22:10:15 +08:00
Jun Pataleta
5e3707417d
MDL-75283 core: Fetch proper column mapping for sort
...
Calling \core_user\fields::get_sql() incerements a static uniqueid
variable. This should be called only once and not make a separate call
for the sort mapping data as it doing so will result to an incorrect
table alias for the sort mapping data.
2022-09-07 17:07:32 +04:00
Ilya Tregubov
7bf964c94e
Merge branch 'MDL-75555-master' of https://github.com/justusdieckmann/moodle
2022-09-07 16:36:58 +04:00
Ilya Tregubov
295e6fee8f
Merge branch 'MDL-74782-master' of https://github.com/ssj365/moodle
2022-09-07 15:48:56 +04:00
Sara Arjona
fdc4576f9f
Merge branch 'MDL-74866-master' of https://github.com/HuongNV13/moodle
2022-09-07 13:10:05 +02:00
Jun Pataleta
1e72b15971
Merge branch 'MDL-75411-master' of https://github.com/sarjona/moodle
2022-09-07 13:51:42 +08:00
Jun Pataleta
7608cd28a6
Merge branch 'MDL-75252-master' of https://github.com/sarjona/moodle
2022-09-07 13:28:35 +08:00
stevando
3f81b85e7d
MDL-75283 admin: Update admin user fetching to use sort helper
2022-09-07 13:16:17 +08:00
Jun Pataleta
adba94a873
Merge branch 'MDL-75553-master' of https://github.com/junpataleta/moodle
2022-09-07 12:59:42 +08:00
Jun Pataleta
e08c186ba3
MDL-75553 mod_data: Fix wording of data fields in Behat tests
2022-09-07 12:55:33 +08:00
Huong Nguyen
fd475bf7e8
MDL-74866 bennu: Fix parameter parsing
...
Some parameter values are wrapped by DQUOTE character.
We need to go through and get the actual value inside the quoted string.
2022-09-07 11:15:01 +07:00
Paul Holden
3e2a97a9ed
MDL-75405 block_html: safer unserialize during old block conversion.
2022-09-07 00:54:16 +02:00
Jun Pataleta
c0fa734e3a
Merge branch 'MDL-74749-master' of https://github.com/junpataleta/moodle
2022-09-07 06:40:58 +08:00
Jun Pataleta
5d4d716023
MDL-74749 mod_bigbluebuttonbn: Run import button check scenario in nonJS
2022-09-07 06:38:55 +08:00
David Mudrák
aa49eb24fb
MDL-75553 lang: Fix Behat regressions in scenario files
2022-09-06 21:47:18 +02:00
Shamiso.Jaravaza
6b6803d46a
MDL-74749 mod_bigbluebuttonbn: Fix import button
2022-09-06 12:17:09 -06:00
Jun Pataleta
abcba4d1b4
Merge branch 'MDL-75311' of https://github.com/lostrogit/moodle
2022-09-07 00:19:28 +08:00
Jun Pataleta
7b410fbe2b
Merge branch 'MDL-75231-master' of https://github.com/lameze/moodle
2022-09-06 23:49:34 +08:00
Sara Arjona
f8c63f1dc6
MDL-75252 mod_data: Improve the Image gallery templates
2022-09-06 17:13:28 +02:00
Sara Arjona
63bdc84719
MDL-75411 mod_data: Add proposals preset
...
Co-author: Laurent David <laurent.david@moodle.com>
2022-09-06 17:04:41 +02:00
Jun Pataleta
9bc847b64c
Merge branch 'MDL-75040' of https://github.com/paulholden/moodle
2022-09-06 21:49:35 +08:00
Ilya Tregubov
c9a108973e
Merge branch 'MDL-75155-master' of https://github.com/rezaies/moodle
2022-09-06 15:44:09 +04:00
Shamim Rezaie
3505cb0fd2
MDL-75155 grades: Removed $exportactiveurl and $importactiveurl
...
The parameters $exportactiveurl and $importactiveurl are removed from
export_action_bar and import_action_bar classes. Not only passing them
were redundant and it was possible to generate them by having
$activeplugin (also passed to the mentioned class constructors), but
also we had a bug there. The value of $PAGE->url was passed as those
parameters, but $PAGE->url can sometimes include additional parameters
and as a result, its value may not match any of the available
export/import plugins.
2022-09-06 21:41:04 +10:00
Ilya Tregubov
d3a7f73f50
Merge branch 'MDL-73938' of https://github.com/paulholden/moodle
2022-09-06 14:28:53 +04:00
Sara Arjona
d79098e342
Merge branch 'MDL-73097-master' of https://github.com/lameze/moodle
2022-09-06 06:42:44 +02:00
Sara Arjona
d235080a03
Merge branch 'MDL-75187-master' of https://github.com/sarjona/moodle
2022-09-06 06:39:58 +02:00
Shamim Rezaie
fa59f35ca4
MDL-75155 grades: Use the select_menu widget
2022-09-06 13:38:28 +10:00
Shamim Rezaie
5d33ef3c21
MDL-75155 behat: Add select_menu field type
...
This commit introduces a new partial selector for select_menu fields,
and teaching the field manager how to recognise these, then introducing
a new field type which can handle setting values for this field.
2022-09-06 13:38:28 +10:00
Shamim Rezaie
2702885257
MDL-75155 output: A single-select combobox widget output component
2022-09-06 13:38:28 +10:00
Simey Lameze
2b07a23709
MDL-73097 calendar: add behat coverage for manageentries capability
2022-09-06 11:20:34 +08:00
stevando
73bc430e17
MDL-73097 Calendar: Hide event type if user cannot change it
2022-09-06 09:53:38 +08:00
Sara Arjona
eef0a430be
Merge branch 'MDL-75548' of https://github.com/timhunt/moodle
2022-09-05 13:09:09 +02:00
Paul Holden
208adcf3d1
MDL-73938 reportbuilder: better Oracle support of long text columns.
...
Specifically during column grouping/aggregation, we need to avoid CLOB
datatype inconsistencies (ORA-00932).
2022-09-05 12:08:54 +01:00
Paul Holden
165e26fad9
MDL-73938 reportbuilder: helper methods for automating report tests.
...
Implement stress tester methods for iterating over report columns,
aggregation and conditions. Assert that each works correctly in
isolation, and when used in conjunction with other columns.
2022-09-05 12:07:17 +01:00
Sara Arjona
8349ce5811
Merge branch 'MDL-75608-master' of https://github.com/sammarshallou/moodle
2022-09-05 12:24:58 +02:00
Paul Holden
4f94e42b5f
MDL-73938 reportbuilder: add filters API to support stress testing.
...
Filter types can now define sample values, to be used in forthcoming
stress test helpers, in order for them to become active in a report.
2022-09-05 11:17:24 +01:00