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)
2b180d54ef
Merge branch 'MDL-63148-master' of git://github.com/peterRd/moodle
2019-02-06 13:28:21 +01: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
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)
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
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)
9ee3b3d1df
Merge branch 'MDL-63975-master' of git://github.com/damyon/moodle
2019-02-04 13:21:37 +01:00
Sara Arjona
2f2b0bfc61
Merge branch 'MDL-63578-master' of git://github.com/damyon/moodle
2019-02-01 13:31:31 +01:00
Damyon Wiese
13543706a5
MDL-63975 assign: Fix error when there is no grader
2019-01-31 13:09:06 +08:00
Damyon Wiese
ff9a0f8289
MDL-63578 assign: Better page titles
...
Use the context function get_context_name() to set the page title. This will
change it from "Assignment" to "C1: Important foods to eat".
The get_context_name() for activity modules is updated to include the course short name (not the
name of the activity type).
2019-01-31 10:47:24 +08:00
Eloy Lafuente (stronk7)
0c715afea2
Merge branch 'MDL-62514-master' of git://github.com/andrewnicols/moodle
2019-01-30 22:58:13 +01:00
Sara Arjona
1d792fa982
Merge branch 'MDL-47247-master' of git://github.com/mihailges/moodle
2019-01-30 14:02:48 +01:00
Eloy Lafuente (stronk7)
4e77949bc3
MDL-46881 forum: whitespace fix (and related phpdocs completed)
2019-01-30 11:24:00 +01:00
Eloy Lafuente (stronk7)
7b683564dc
Merge branch 'MDL-46881-master' of git://github.com/andrewnicols/moodle
2019-01-30 11:12:21 +01:00
Sara Arjona
9396da6964
Merge branch 'MDL-64190' of https://github.com/paulholden/moodle
2019-01-30 10:25:33 +01:00
Andrew Nicols
cd029f936d
MDL-46881 forum: Only skip post, not discussion
2019-01-30 10:55:48 +08:00
Andrew Nicols
ba1a8ef782
MDL-46881 forum: Adjust limits for tasks
2019-01-30 10:55:48 +08:00
Andrew Nicols
b51b696927
MDL-46881 core: Allow adhoc tasks to be rescheduled
2019-01-30 10:55:48 +08:00
Andrew Nicols
4129d898f7
MDL-46881 forum: Tidy up trace variables
2019-01-30 10:55:48 +08:00
Andrew Nicols
e994dea0b3
MDL-62514 behat: Rewrite handling of autocomplete
...
This includes a minor restructure of the autocomplete JS to make use of
promises and improve tracking of pending JS.
In particular it improves the way in which throttled text input is
handled to ensure that the behat does not continue until:
- typing is fully complete; and
- all possible ajax requests have been sent; and
- all possible ajax requests complete; and
- the suggestions are updated.
A number of conditions existed where behat would move on to the next
step too early in a race condition effect between Behat and Autocomplete.
2019-01-30 08:24:32 +08:00
Andrew Nicols
0dc54176dd
MDL-46881 forum: Mark posts as ready properly
2019-01-30 07:48:38 +08:00
Andrew Nicols
af48d8bdd6
MDL-46881 forum: Defer post visibility check to send time
2019-01-30 07:48:38 +08:00
Andrew Nicols
c0284ccbc6
MDL-46881 forum: Ensure that there are posts to remove
2019-01-30 07:48:38 +08:00
Andrew Nicols
b231aabb2d
MDL-46881 mod_forum: Remove unused functions
...
Note: I have not applied the deprecation policy to these functions as
they are extremely core to the cron functionality and were never
intended to be used outside of cron.
2019-01-30 07:48:38 +08:00
Andrew Nicols
4459ad290d
MDL-46881 mod_forum: Move cron around
2019-01-30 07:48:38 +08:00
Sara Arjona
d067783f2b
Merge branch 'MDL-64313-master' of git://github.com/damyon/moodle
2019-01-29 12:35:31 +01:00
Mihail Geshoski
a124355646
MDL-47247 mod_folder: Apply site config when showexpanded is not set
2019-01-29 08:58:14 +08:00
Sara Arjona
c85b7b3a93
Merge branch 'MDL-62668-master' of git://github.com/jleyva/moodle
2019-01-28 19:42:13 +01:00
Sara Arjona
91f514eafa
Merge branch 'MDL-56604-master' of git://github.com/damyon/moodle
2019-01-28 13:32:38 +01:00
Sara Arjona
4fd91cf43b
Merge branch 'MDL-31852-master' of git://github.com/peterRd/moodle
2019-01-28 12:44:44 +01:00
Damyon Wiese
3c4fd88193
MDL-56604 assign: Group submission status
...
On the page listing all assignments for the course,
show the status of the group submission if teamsubmissions is enabled
for the assignment.
2019-01-24 14:33:54 +08:00
Eloy Lafuente (stronk7)
caa0383ae5
Merge branch 'MDL-64240-master' of git://github.com/mickhawkins/moodle
2019-01-24 00:56:42 +01:00
Juan Leyva
d8035d9391
MDL-62668 mod_workshop: Return feedback for reviewer in assessment phase
...
Teachers were not able to view the existing feedback.
2019-01-23 18:07:51 +01:00
Sara Arjona
324c4f0556
Merge branch 'MDL-64107-master' of git://github.com/damyon/moodle
2019-01-23 10:18:52 +01:00
Eloy Lafuente (stronk7)
44e34419ab
Merge branch 'MDL-63870' of https://github.com/timhunt/moodle
2019-01-23 00:09:27 +01:00
Eloy Lafuente (stronk7)
fd0f5da874
Merge branch 'master_MDL-64237' of https://github.com/danmarsden/moodle
2019-01-22 17:18:52 +01:00
Sara Arjona
7d4a9008fa
Merge branch 'MDL-63628-master' of git://github.com/damyon/moodle
2019-01-22 12:19:41 +01:00
Sara Arjona
3f64d5baee
Merge branch 'MDL-64486-master' of git://github.com/peterRd/moodle
2019-01-22 08:23:03 +01:00
Peter
197efffd95
MDL-31852 mod_lesson: Allow html tag in lesson's pages
2019-01-22 12:24:15 +08:00
Damyon Wiese
2fbd00cb22
MDL-63628 accessibility: Trigger file links with keyboard
2019-01-22 08:39:49 +08:00
Sara Arjona
98c16decde
Merge branch 'MDL-63958-master' of git://github.com/jleyva/moodle
2019-01-21 15:17:53 +01:00