abgreeve
8a53fe7f6b
Merge branch 'MDL-28452-master' of git://github.com/bmbrands/moodle
2021-04-22 09:38:50 +08:00
Sara Arjona
49dbf2c130
Merge branch 'MDL-64336' of https://github.com/NeillM/moodle
2021-04-21 17:13:57 +02:00
Neill Magill
bce4c28577
MDL-64336 assign: Add missing PHP doc
2021-04-21 15:14:15 +01:00
Neill Magill
06a69802d6
MDL-64336 assign: Teachers should be able to see all submissions
...
Before this change a teacher would be able to see users listed if:
* They have an active enrolment and can submit
* They have an an inactive enrolment for a role that can submit
After this change they will additonally be able to see users listed:
* That have an active enrolment and have submitted
* That have an inactive enrolment and have submitted
This means that if an assignment has it's context frozen all users
that have made some form of submission will still be listed.
It will also apply if the submission capability is removed from a
user.
If a user's enrolment is deleted they will not be listed.
The submission and grading counts have also been updated so
they will reflect the new rules.
2021-04-21 15:14:14 +01:00
Neill Magill
1f55fff393
MDL-64336 assign: Submissions should be visible while frozen
...
Before this change if a student visited an assignment that is
frozen they would only see the title and description even if
they had made a submission to it.
After the change they will be able to see the status of their
submission and any feedback and grades they have recived.
It will also make the Moodle app recognise that submission
should not happen because the assignment is frozen.
Tests based on ones created by Andrew Nicols
2021-04-21 15:14:14 +01:00
Bas Brands
f9e1c2587a
MDL-28452 core_user: migrate social profile fields
...
Create a new profile field type, move all existing content of the fields
'icq', 'skype', 'aim', 'yahoo', 'msn' and 'url' in the mdl_user table to
theses new profile fields if needed.
AMOS BEGIN
MOV [aimid,core],[aimid,courseimage,profilefield_social]
MOV [yahooid,core],[yahooid,profilefield_social]
MOV [skypeid,core],[skypeid,profilefield_social]
MOV [icqnumber,core],[icqnumber,profilefield_social]
MOV [msnid,core],[msnid,profilefield_social]
MOV [webpage,core],[webpage,profilefield_social]
AMOS END
2021-04-21 11:22:25 +02:00
Sara Arjona
d54a89ad2e
Merge branch 'dynreg-upgrade-squash' of https://github.com/cengage/moodle
2021-04-21 09:58:29 +02:00
Jake Dallimore
49c97a866c
Merge branch 'MDL-71030-master' of https://github.com/NashTechOpenUniversity/moodle
2021-04-21 12:06:50 +08:00
Claude Vervoort
ca80d53b38
MDL-70500 lti: dyn reg can be used to update tools
2021-04-20 17:12:28 -04:00
Sara Arjona
d0b3f1d24a
Merge branch 'MDL-62244_master_label_view' of https://github.com/sheesania/moodle
2021-04-20 17:44:54 +02:00
Thong Bui
a8c868822f
MDL-71030 Quiz: Add 'who' made changes in question response history
2021-04-20 09:06:15 +07:00
Víctor Déniz
f7dd6b26b7
Merge branch 'MDL-71118-master' of git://github.com/lucaboesch/moodle
2021-04-19 19:43:32 +01:00
Eloy Lafuente (stronk7)
973a4a2ae1
Merge branch 'MDL-71181-master' of https://github.com/ettolrah/moodle
2021-04-19 18:58:14 +02:00
Luca Bösch
aee27d0a9b
MDL-71118 core: Add grade (verb) string.
...
AMOS BEGIN
CPY [grade,core],[gradenoun,core]
CPY [grade,core],[gradeverb,core]
AMOS END
2021-04-17 11:46:09 +02:00
Eloy Lafuente (stronk7)
fc2e04d903
Merge branch 'MDL-71334-master' of git://github.com/mickhawkins/moodle
2021-04-16 19:59:37 +02:00
Jake Dallimore
64e24894f4
Merge branch 'master' of git://github.com/paulphillip5/moodle
2021-04-16 07:57:01 +01:00
Michael Hawkins
7ffc5a7160
MDL-71334 mod_lti: Fix manual activity completion behat test
2021-04-16 14:09:55 +08:00
Sara Arjona
e82e8b4b1c
Merge branch 'MDL-71337-master' of git://github.com/junpataleta/moodle
2021-04-15 08:30:08 +02:00
Jun Pataleta
18ad675111
MDL-71337 mod_h5pactivity: Increase window size during test
...
The addition of the activity information moves the h5p content down
out of the window view on Firefox which causes the Check button to be
unclickable. This patch increases the window size to ensure that the
check button is visible and clickable.
Credits to Eloy <stronk7@moodle.org> for the thorough investigation
of the root cause of this issue :)
2021-04-15 12:44:31 +08:00
Andrew Nicols
c10791cab9
Merge branch 'MDL-71169-master-execute' of git://github.com/mudrd8mz/moodle
2021-04-14 08:35:07 +08:00
Luca Bösch
37a1f2454a
MDL-69874 workshop: Title mentions received assessments in close phase.
2021-04-13 11:52:36 +02:00
Adrian Greeve
83b71194cd
Merge branch 'MDL-71161-master-4' of git://github.com/junpataleta/moodle
2021-04-13 11:42:30 +08:00
Eloy Lafuente (stronk7)
6e39487123
Merge branch 'mdl_71172' of https://github.com/AnupamaSarjoshi/moodle
2021-04-13 00:46:55 +02:00
Michael Hawkins
09a59a75c6
MDL-71161 mod_workshop: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
907ce56d20
MDL-71161 mod_wiki: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
f37c83da8d
MDL-71161 mod_url: Display activity completion information
2021-04-13 01:21:12 +08:00
Simey Lameze
59249a54c9
MDL-71161 mod_survey: show survey activity info
2021-04-13 01:21:12 +08:00
Michael Hawkins
920646237d
MDL-71161 mod_scorm: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
1a596574ba
MDL-71161 mod_resource: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
a219b812b4
MDL-71161 mod_quiz: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
c8a6d12608
MDL-71161 mod_page: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
e3fb51e3c8
MDL-71161 mod_lti: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
8395543c40
MDL-71161 mod_lesson: Display activity completion information
2021-04-13 01:21:12 +08:00
Jun Pataleta
23cb701a75
MDL-71161 mod_imscp: Display activity information output component
2021-04-13 01:21:12 +08:00
Jun Pataleta
16a9e8ada7
MDL-71161 mod_h5pactivity: Display activity information output component
2021-04-13 01:21:12 +08:00
Simey Lameze
1e459102e4
MDL-71161 mod_glossary: show glossary activity info
2021-04-13 01:21:12 +08:00
Simey Lameze
3e228db3bf
MDL-71161 mod_forum: show forum activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
10ed7500fb
MDL-71161 mod_folder: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
52b9a0c920
MDL-71161 mod_feedback: show feedback activity info
2021-04-13 01:21:11 +08:00
Simey Lameze
a45eca85bb
MDL-71161 mod_data: show database activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
0ba0dfe3a9
MDL-71161 mod_chat: Display activity information output component
2021-04-13 01:21:11 +08:00
Jun Pataleta
6b46ce4c48
MDL-71161 mod_book: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
8d38fc7eab
MDL-71161 mod_assign: show assign activity info
2021-04-13 01:21:11 +08:00
Sara Arjona
4a45b3f8ef
Merge branch 'MDL-68716' of git://github.com/paulholden/moodle
2021-04-12 17:24:33 +02:00
Anupama Sarjoshi
c4fa89d55a
MDL-71172 quiz: Improve quiz Behat tests
2021-04-12 11:31:44 +01:00
Adrian Greeve
d24df2a201
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-12 14:45:59 +08:00
Jun Pataleta
1c15796a75
MDL-70821 behat: Use new activity completion steps for Behat tests
...
Replace usages of completion Behat steps that check for the completion
checkboxes with the new activity completion Behat steps.
2021-04-12 11:41:37 +08:00
Eloy Lafuente (stronk7)
c33b5efaad
Merge branch 'master_MDL-32226' of https://github.com/danmarsden/moodle
2021-04-08 17:30:12 +02:00
Adrian Greeve
1145cf4659
Merge branch 'MDL-70935-master-4' of git://github.com/mickhawkins/moodle
2021-04-07 15:41:04 +08:00
Shamim Rezaie
a75861f78e
MDL-70935 mod_quiz: Custom completion implementation
2021-04-07 15:09:36 +08:00