Damyon Wiese
74f6a5d482
MDL-64507 assign: Behat test "Hide grader identity"
...
Test that you can't see the identity of the grader even on previous attempts.
2019-02-07 12:16:46 +13:00
Dan Marsden
5600faa466
MDL-64507 mod_assign: check grader visibility for previous submissions.
2019-02-07 12:14:56 +13:00
Eloy Lafuente (stronk7)
28f7d52523
Merge branch 'MDL-64551-master' of git://github.com/rezaies/moodle
2019-02-06 23:44:35 +01:00
Eloy Lafuente (stronk7)
255e815d19
Merge branch 'MDL-64469-master' of https://github.com/lethevinh/moodle
2019-02-06 22:53:23 +01:00
Eloy Lafuente (stronk7)
7dc5cae795
Merge branch 'MDL-64454-master' of https://github.com/sammarshallou/moodle
2019-02-06 22:26:44 +01:00
Eloy Lafuente (stronk7)
89da3f67e4
Merge branch 'MDL-64071-master' of https://github.com/UniGe/moodle
2019-02-06 17:56:59 +01:00
Eloy Lafuente (stronk7)
2b180d54ef
Merge branch 'MDL-63148-master' of git://github.com/peterRd/moodle
2019-02-06 13:28:21 +01:00
Eloy Lafuente (stronk7)
c94dbc411f
Merge branch 'MDL-63614_M37v1' of https://github.com/sbourget/moodle
2019-02-06 13:19:01 +01:00
Jun Pataleta
d264253bd4
Merge branch 'MDL-63967' of git://github.com/stronk7/moodle
2019-02-06 16:59:16 +08:00
Mihail Geshoski
c81a1509e2
MDL-63417 lesson: Re-apply class variable to the question response
2019-02-06 14:56:06 +08:00
Mark Nelson
1f2ff1b110
MDL-64788 core_message: removed unused temporary page
2019-02-06 13:55:48 +08:00
Jun Pataleta
933f48b4a3
Merge branch 'MDL-61405-master' of git://github.com/damyon/moodle
2019-02-06 13:12:49 +08:00
Damyon Wiese
77f31a47dd
MDL-61405 assign: Multiple pdfs are expected
...
In the same page it is normal (expected) to have multiple links to different annotated pdfs.
In the grading page, we also abort pending ajax progress when the current user is changed.
2019-02-06 09:38:59 +08:00
Damyon Wiese
c0417b04ff
MDL-53346 competencies: Show user learning plans
...
On the course competencies page, show the user their learning plans
that contain each of the course competencies.
2019-02-06 08:33:55 +08:00
Eloy Lafuente (stronk7)
64c3b5078f
Merge branch 'MDL-63516-master' of https://github.com/dmitriim/moodle
2019-02-06 00:15:58 +01:00
Eloy Lafuente (stronk7)
9cadc0eeb6
Merge branch 'MDL-60432-master' of git://github.com/andrewnicols/moodle
2019-02-06 00:11:27 +01:00
Eloy Lafuente (stronk7)
f706dabd50
Merge branch 'MDL-63785-master' of git://github.com/rezaies/moodle
2019-02-06 00:04:14 +01:00
Dmitrii Metelkin
301783d94e
MDL-63516 groups: fix unexpected debugging message
2019-02-06 09:21:26 +11:00
Sara Arjona
34c6d98fd7
Merge branch 'MDL-62893_master' of https://github.com/mfabriczy/moodle
2019-02-05 20:06:21 +01:00
Eloy Lafuente (stronk7)
9fed2066ca
Merge branch 'MDL-50793-master-2' of git://github.com/mihailges/moodle
2019-02-05 16:14:26 +01:00
Eloy Lafuente (stronk7)
f570437a7f
Merge branch 'MDL-61441' of https://github.com/timhunt/moodle
2019-02-05 16:11:58 +01:00
Jun Pataleta
b5add8b43d
Merge branch 'MDL-64632_master' of git://github.com/markn86/moodle
2019-02-05 22:41:20 +08:00
cescobedo
00b4f9e234
MDL-64714 core_auth: Fix early break foreach in delete_data_for_user
2019-02-05 12:51:34 +01:00
Eloy Lafuente (stronk7)
e6d28cbb40
Merge branch 'MDL-64377-master' of git://github.com/damyon/moodle
2019-02-05 12:46:01 +01:00
Marcus Fabriczy
f5d1dbb37f
MDL-62893 mod: Grade visibility bug in the Outline/Complete reports
...
Grades that have been hidden will appear in the outline/complete
report - even if the user is a student.
The modules that have been fixed are:
* mod_assign
* mod_data
* mod_forum
* mod_glossary
* mod_lesson
* mod_scorm
* mod_workshop
2019-02-05 20:01:32 +10:30
Jun Pataleta
2d2404e328
Merge branch 'MDL-43385-master' of git://github.com/junpataleta/moodle
2019-02-05 16:37:20 +08:00
Jun Pataleta
1a3a3ef2c4
MDL-43385 booktool_print: Remove unused $titles array
2019-02-05 16:33:33 +08:00
Mihail Geshoski
8cf64176a7
MDL-43385 booktool_print: Improve print output
2019-02-05 16:10:31 +08:00
Peter
8c16d50e40
MDL-64450 mod_lesson: Update the css for lesson forms
...
* Reduce the width for the mediaplugin when displayed in forms
* Correct the css to exclude mediaplugin when applying styles
2019-02-05 12:53:37 +08:00
Damyon Wiese
37fc47f17d
MDL-64377 assign: Allow remove submission
...
Calls each submission plugin to remove the data for a submission.
2019-02-05 11:54:49 +08:00
Mihail Geshoski
854f6116f3
MDL-50793 mod_book: Display hidden chapters to teachers
2019-02-05 09:46:48 +08:00
Mihail Geshoski
b5bce42cca
MDL-50793 mod_book: Update behat tests
2019-02-05 09:46:08 +08:00
Eloy Lafuente (stronk7)
8564438abc
Merge branch 'MDL-61535-master' of git://github.com/andrewnicols/moodle
2019-02-05 01:34:31 +01:00
Eloy Lafuente (stronk7)
89b1f3ac95
Merge branch 'wip-MDL-64404-master' of https://github.com/Beedell/moodle
2019-02-05 01:28:54 +01:00
Eloy Lafuente (stronk7)
77017d1138
Merge branch 'MDL-62973-master' of git://github.com/junpataleta/moodle
2019-02-05 00:08:02 +01:00
Eloy Lafuente (stronk7)
3901fd74ba
Merge branch 'MDL-64649-master' of https://github.com/felicemcc/moodle
2019-02-04 16:35:22 +01:00
Dani Palou
468ee73bba
MDL-64761 assign: Add tests for hidden grader in WS
2019-02-04 15:29:47 +01:00
Dani Palou
208e1376be
MDL-64761 assign: Return grader -1 when hidden in get_submission_status
2019-02-04 15:29:47 +01:00
Eloy Lafuente (stronk7)
9ee3b3d1df
Merge branch 'MDL-63975-master' of git://github.com/damyon/moodle
2019-02-04 13:21:37 +01:00
Damyon Wiese
fd7472370a
MDL-62008 output: Help icon text is escaped
...
The argument to render the pix_icon template from the help_icon template should not
be escaped, they will be escaped by the pix_icon template when it generates the HTML.
2019-02-04 13:28:28 +08:00
Mark Nelson
fc2664501b
MDL-64632 core_message: fixed PHP error when users are deleted from DB
2019-02-04 12:36:22 +08:00
Damyon Wiese
c59eef8ee0
MDL-62465 assign: Allow grade scrolling
...
Remove the custom override that disables no-overflow in the grading table. This page is better to use
when the grading table is scrollable and the controls around it are not scrollable.
2019-02-04 11:40:06 +08:00
Damyon Wiese
4444c45df8
MDL-62465 grade: scrolling CSS
...
Grading pages have their own special javascript to force "fixed" headers
when scrolling a large table. They rely on the entire page being scrolled,
not just the main region.
2019-02-04 11:40:06 +08:00
Damyon Wiese
a3a157ae01
MDL-62465 CSS: scrolling tables
...
Tables displayed inside a flex box container need position:relative to
calculate their size or they cause incorrect scrollable regions to appear in the page.
2019-02-04 11:40:05 +08:00
Jun Pataleta
9b0cb96d42
MDL-64725 composer: Use lowercase for package name of dev dependencies
2019-02-04 09:37:35 +08:00
Sara Arjona
2f2b0bfc61
Merge branch 'MDL-63578-master' of git://github.com/damyon/moodle
2019-02-01 13:31:31 +01:00
Eloy Lafuente (stronk7)
b762ed9552
MDL-63967 libs: some filter_var() filters are deprecated with php73
...
The explicit usage of the constants FILTER_FLAG_SCHEME_REQUIRED and
FILTER_FLAG_HOST_REQUIRED is now deprecated; both are implied for
FILTER_VALIDATE_URL anyway.
2019-02-01 11:56:05 +01:00
M Kassaei
5179a01ab6
MDL-64646 drag-drop questions: improve editing forms
...
Users were getting confused between choice numbers and
group numbers. So choice numbers now show as [[1]] to
match what appears in the question text. Groups are now
letters A, B, ...
2019-02-01 10:20:08 +00:00
David Monllaó
a36ce71185
MDL-64694 report_insights: Remove unnecessary cell classes
2019-02-01 09:09:59 +01:00
Luca Bösch
cfac07f283
MDL-64577 grade: style "Add ID numbers" button.
2019-02-01 07:10:18 +01:00