Shamim Rezaie
4d705b52b1
Merge branch 'MDL-72385-master' of git://github.com/HuongNV13/moodle
2021-10-27 12:44:24 +11:00
Peter Dias
7791553bd9
MDL-71914 feedback: Unit tests for the dynamic forms
2021-10-27 09:33:20 +08:00
AMOS bot
4b1a4eb537
Automatically generated installer lang files
2021-10-27 00:07:29 +00:00
Helen Foster
07b7482063
MDL-72879 lang: Import fixed English strings (en_fix)
2021-10-26 21:05:10 +02:00
Eloy Lafuente (stronk7)
fdc2dcf264
MDL-72871 cleanup: Remove incorrect whitespace from codebase
...
Differences can be checked with git diff --ignore-all-space and
that will show that the only non-whitespace change is in a test
in the git lib/tests/html2text_test.php file. In that case the
whitespace has been replaced by a quoted string (of whitespaces)
keeping the test 100% equivalent and workarrounding the whitespace.
2021-10-26 17:19:11 +02:00
Ilya Tregubov
92fa7e150a
Merge branch 'MDL-69723-master' of https://github.com/martygilbert/moodle
2021-10-26 16:32:52 +02:00
Marty
424fecb7b0
MDL-69723 assign: Add # need grading to summary
...
For teachers viewing the assignment summary (/mod/assign/index.php),
it shows a '-' in the 'Grade' column. Instead of showing a '-', display
the number of items that need grading.
Augment by creating a link to the grading page so that teachers can see
the outstanding assignments more quickly.
Also attempted to write phpunit tests that verify values for ungraded
submissions for teachers.
2021-10-26 09:58:02 -04:00
Ilya Tregubov
ff33ad50f3
Merge branch 'MDL-72663' of git://github.com/paulholden/moodle
2021-10-26 15:11:49 +02:00
Víctor Déniz
2b2897bf10
on-demand release 4.0dev+
2021-10-26 12:36:28 +01:00
Víctor Déniz
3610fbca7b
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-10-26 12:36:23 +01:00
Dan Marsden
ecc47348b3
MDL-55231 core_course: Correct chat cache handling
2021-10-26 19:08:15 +11:00
Dongsheng Cai
9a900492bc
MDL-55231 core_course: Partial course cache rebuild
2021-10-26 19:08:15 +11:00
Tim Hunt
8950a974dd
MDL-72912 questions: fix type of question_display_options::$context
2021-10-26 07:52:22 +01:00
Huong Nguyen
b3df2aba62
MDL-72385 tool_usertours: Improve and simplify design of user tours
2021-10-26 12:55:37 +07:00
Peter Dias
7a67d3c0ac
MDL-71914 theme: Disable secondary nav during behat
2021-10-26 11:21:32 +08:00
Peter Dias
f3ee54ae04
MDL-71914 mod_glossary: Updated glossary behat tests
2021-10-26 11:21:32 +08:00
Peter Dias
57220ca4e3
MDL-71914 feedback: Updated feedback behat tests
2021-10-26 11:21:32 +08:00
Peter Dias
f1ca3757a7
MDL-71914 navigation: Update tab urls
...
- Remove sr from the urls when not set
- Remove sesskey from course tab so the scan can pick it up
2021-10-26 11:21:32 +08:00
Peter Dias
773051b98f
MDL-71914 mod_feedback: Add tertiary nav in feedback
2021-10-26 11:21:32 +08:00
Peter Dias
10b7badd61
MDL-71914 mod_glossary: Add tertiary nav in glossary
2021-10-26 11:21:32 +08:00
Ilya Tregubov
35fe820eb3
Merge branch 'MDL-72280' of git://github.com/paulholden/moodle
2021-10-25 16:13:54 +02:00
Ilya Tregubov
122ff15517
Merge branch 'master-MDL-70323' of https://github.com/golenkovm/moodle
2021-10-25 08:21:55 +02:00
Andrew Nicols
9e9b7bb20d
Merge branch 'MDL-71750-master' of https://github.com/NashTechOpenUniversity/moodle
2021-10-25 13:18:21 +08:00
Mikhail Golenkov
4c7bf9eb7e
MDL-70323 core_h5p: Add H5P crossOrigin setting
2021-10-24 21:21:58 +11:00
AMOS bot
d2855fdd51
Automatically generated installer lang files
2021-10-24 00:07:34 +00:00
Tim Hunt
cd5eea3e35
MDL-72901 question: add missing {$a} in string attemptfinishedsubmitting
2021-10-22 23:14:25 +01:00
Paul Holden
bd9abebcd1
MDL-72280 course: implement course datasource for custom reporting.
...
Create new entity for exposing report data on course categories,
joining it to the course entity to provide data for the reportbuilder
editor.
Co-authored-by: Carlos Castillo <carlos.castillo@moodle.com>
2021-10-22 17:19:33 +01:00
Paul Holden
5ec86bf501
MDL-72663 reportbuilder: improvements to column aggregation methods.
...
The group concatenation types now consistently sort the returned values
and support aggregating columns containing multiple fields and those
with defined callbacks.
2021-10-22 16:17:31 +01:00
Paul Holden
16a65f73e7
MDL-72663 reportbuilder: column API changes to improve aggregation.
...
Refinements to how columns can be defined in relation to available
aggregation methods:
* Disable aggregation types;
* Set column GROUP BY during aggregation;
* Defer column sorting to that of the aggregation method
2021-10-22 16:17:17 +01:00
Ilya Tregubov
e5894c0455
on-demand release 4.0dev+
2021-10-22 12:49:26 +02:00
Ilya Tregubov
95f575f7c0
Merge branch 'MDL-69371' of git://github.com/stronk7/moodle
2021-10-22 08:46:23 +02:00
Eloy Lafuente (stronk7)
777f654c28
MDL-69371 behat: Raise privacy exports allowed size
...
Note that this issue is not the one causing this problem alone
but just one more causing the download limits to be surpassed.
Allowing 1000 more bytes to have some margin, as far as we are
adding lots of new css stuff here and there.
2021-10-22 08:31:38 +02:00
Thong Bui
76c0a743bf
MDL-71750 File upload: Disable submittion when uploading multiple files
...
Fixed issue "Save" and "Submit and finish" button is not disabled when file uploading in the ticket MDL-71644
2021-10-22 13:26:02 +07:00
Jun Pataleta
69243cd62a
Merge branch 'MDL-69371-master-fix' of git://github.com/abgreeve/moodle
2021-10-22 12:59:38 +08:00
Shamim Rezaie
5c3cdd147d
MDL-72669 qtype_multianswer: Replace empty option with NBSP
2021-10-22 14:33:50 +11:00
abgreeve
2c7b7ff3d3
MDL-69371 behat: Update to step definition.
...
This extends the step to look for the file manager on
admin pages as well which has a slightly different html
signature to look for.
2021-10-22 10:32:14 +08:00
Víctor Déniz
f8cab39a04
Merge branch 'MDL-72607-master_fix_media_vimeo_url_parser' of https://github.com/praxisdigital/moodle
2021-10-21 23:29:41 +01:00
Eloy Lafuente (stronk7)
0e4bc1212b
Merge branch 'two_failures' of https://github.com/stronk7/moodle
2021-10-21 23:21:51 +02:00
Eloy Lafuente (stronk7)
69a12d7606
Merge branch 'MDL-72228' of https://github.com/paulholden/moodle
2021-10-21 20:45:30 +02:00
Ferran Recio
c0578a83df
MDL-71663 core_courseformat: fix merge conflict
2021-10-21 20:27:35 +02:00
Ferran Recio
db8e1d9423
MDL-71663: fix editor in classic
2021-10-21 19:40:17 +02:00
Jun Pataleta
ab588eadbb
Merge branch 'MDL-72878-master' of git://github.com/ilyatregubov/moodle
2021-10-21 23:40:26 +08:00
Eloy Lafuente (stronk7)
cc31cb281f
Merge branch 'MDL-69371-master-fix' of git://github.com/junpataleta/moodle
2021-10-21 17:35:51 +02:00
Jun Pataleta
e26f47359b
MDL-69371 output: Render lang_menu only when necessary
2021-10-21 22:54:48 +08:00
Sara Arjona
a4d472cce6
Merge branch 'MDL-72567-master' of git://github.com/lucaboesch/moodle
2021-10-21 16:38:24 +02:00
Ilya Tregubov
584bc8cf7e
MDL-72878 behat: Fix behat failing in chrome.
...
Element is on edge of browser. Changing window size.
2021-10-21 14:59:20 +02:00
Jun Pataleta
f14239c8dc
MDL-69371 output: Allow null return for export_for_single_select()
2021-10-21 18:35:04 +08:00
Jun Pataleta
1181f34253
MDL-69371 output: Allow null return for export_for_action_menu()
2021-10-21 18:14:47 +08:00
Michael Hawkins
3416ccc871
MDL-72781 tool_usertours: Remove disabled user tour JSON
2021-10-21 17:23:56 +08:00
Michael Hawkins
9d4f46e4b6
MDL-72781 tool_usertours: Disable activity completion user tours
2021-10-21 17:23:55 +08:00