Andrew Nicols
f80a31b8b6
Merge branch 'MDL-72827-master' of git://github.com/peterRd/moodle
2021-10-28 11:51:29 +08:00
Peter Dias
44d06f8218
MDL-72827 quiz: Expand completion behat tests
...
- Update the behat tests to more precisely check the state in the completion report.
- Check combination of completion conditions with passing grade
2021-10-28 11:38:10 +08:00
Peter Dias
cb2afc668d
MDL-72827 completion: Revert completion flow logic
...
- Reverts the custom flow logic introduced in the 52206
- Expand unit tests to cover different grade based completion settings
2021-10-28 11:38:10 +08:00
Huong Nguyen
c2979ff1cc
MDL-72603 timeline: Lazy loading for timeline block
...
Replace timeline block pagination with "Show more activities" lazy loading
2021-10-28 09:12:14 +07:00
Andrew Nicols
88d5175d41
MDL-72263 theme: Adjust parameters for focusing close button
2021-10-28 08:51:16 +08:00
Andrew Nicols
62f1e0540e
Merge branch 'MDL-72263-master-v02' of git://github.com/ferranrecio/moodle
2021-10-28 08:51:09 +08:00
Eloy Lafuente (stronk7)
4f271297ce
Merge branch 'MDL-72879-master-enfix' of git://github.com/mudrd8mz/moodle
2021-10-27 22:12:11 +02:00
Jun Pataleta
369983e713
Merge branch 'MDL-72652-master' of git://github.com/mihailges/moodle
2021-10-27 22:28:21 +08:00
Eloy Lafuente (stronk7)
51b45f0c71
Merge branch 'MDL-55231-patch' of git://github.com/ilyatregubov/moodle
2021-10-27 15:22:32 +02:00
Ilya Tregubov
c1468388bc
MDL-55231 core_course: Fix behat tests.
2021-10-27 13:25:58 +02:00
Ferran Recio
59128bb411
MDL-72263 courseformat: adding core/tree to course index
2021-10-27 10:54:56 +02:00
Mikel Martín
9113f9d2f9
MDL-72588 reportbuilder: convert editing interface into a tab.
...
In preparation for further tabs in this interface, convert the report
editor to use the Dynamic tabs API.
At the same time, update the editor JS and it's modules to add listeners
on `document` instead of the report element itself, which will move in
and out of the current DOM in the future as tabs are switched.
Co-authored-by: Paul Holden <paulh@moodle.com>
2021-10-27 10:05:53 +02:00
David Matamoros
b2dd94ab8b
MDL-72588 reportbuilder: define schema/models for report audiences.
2021-10-27 10:05:44 +02:00
Jun Pataleta
472bdb44f3
Merge branch 'MDL-72669-master' of git://github.com/rezaies/moodle
2021-10-27 15:07:32 +08:00
Ilya Tregubov
a704f137cf
Merge branch 'MDL-55231-master' of https://github.com/dcai/moodle
2021-10-27 08:46:41 +02:00
David Mudrák
53bb0947b6
MDL-72879 lang: Use fixed strings in tests, too
2021-10-27 07:37:03 +02:00
Kevin Pham
086878c541
MDL-72924 check: Fix component initialisation for performance checks
2021-10-27 16:17:04 +11:00
cescobedo
0a5d387398
MDL-72615 core: Remove boxnet portfolio and repository
2021-10-27 06:24:55 +02:00
cescobedo
3c6ad8ac09
MDL-72616 blocks: Remove block_quiz_results
2021-10-27 06:23:04 +02:00
Jake Dallimore
6266b198ed
Merge branch 'MDL-71914-master-v3' of git://github.com/peterRd/moodle
2021-10-27 10:39:09 +08:00
Shamim Rezaie
4d705b52b1
Merge branch 'MDL-72385-master' of git://github.com/HuongNV13/moodle
2021-10-27 12:44:24 +11:00
Nathan Nguyen
341e3079fc
MDL-72075 qbank_statistics: Add question statistics to core
...
This implementation will add the statistics plugin to core.
Statistics plugin shows the overall report for a question using
a couple columns in the base view.
2021-10-27 12:35:02 +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
Paul Holden
bbf95413fb
MDL-72172 cohort: implement cohort datasource for custom reporting.
...
Create two entities exposing reportable data on site cohorts and
their members, via column and filter definitions.
Create report source bringing them together along with the user
entity to provide data for the reportbuilder editor.
Co-authored-by: Carlos Castillo <carlos.castillo@moodle.com>
2021-10-26 15:36:36 +02: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
Paul Holden
1b245182e2
MDL-72894 course: format name and summary data for download.
...
The names and summaries of course elements (i.e. the course
itself, plus sections and modules) included when downloading
it's content are now passed through appropriate methods to
format their values.
2021-10-25 08:08:03 +01: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