Commit graph

91442 commits

Author SHA1 Message Date
AMOS bot
276097e0d7 Automatically generated installer lang files 2018-11-29 00:08:25 +00:00
David Monllao
b64e7253b2 weekly release 3.5.3+ 2018-11-28 11:23:14 +01:00
Jun Pataleta
02b46dd142 Merge branch 'MDL-64223-35' of https://github.com/snake/moodle into MOODLE_35_STABLE 2018-11-28 13:59:35 +08:00
Jake Dallimore
ce2684efd9 MDL-64223 libraries: PHP7.1 compatibility fixes for Jabber lib 2018-11-28 09:58:58 +08:00
Eloy Lafuente (stronk7)
23c05fe9ce Merge branch 'MDL-64220-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2018-11-27 16:44:25 +01:00
Andrew Nicols
944d0fd395 Merge branch 'MDL-64161-35' of git://github.com/abgreeve/moodle into MOODLE_35_STABLE 2018-11-27 15:17:28 +08:00
Adrian Greeve
fa2a738f80 MDL-64161 gradereport_singleview: Single updates reported correctly.
If there is an error with the update of individual entries this is
also correctly displayed as not being updated.
2018-11-27 15:04:27 +08:00
Damyon Wiese
35bc9f8bb2 MDL-64220 privacy: Clean path params
We need to consistently clean the path params before we use them. This
shows a difference on windows where dir separators are different.
2018-11-27 15:02:44 +08:00
Jun Pataleta
2e36915e1f Merge branch 'MDL-64181-35-fix' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE 2018-11-27 14:49:22 +08:00
Andrew Nicols
aad94d9332 MDL-64181 core: Ensure that self is included in parentage 2018-11-27 14:47:34 +08:00
Jun Pataleta
96c3b2042e Merge branch 'MDL-64181-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2018-11-27 11:45:09 +08:00
Andrew Nicols
c7390b1c4f Merge branch 'MDL-64161-35' of git://github.com/abgreeve/moodle into MOODLE_35_STABLE 2018-11-27 11:37:22 +08:00
Damyon Wiese
60b951eca5 MDL-64181 javascript: Recursive template fix
This change prevents template rendering from waiting for itself, but does
allow it to wait for another async call to render.
2018-11-27 08:45:15 +08:00
David Monllao
89d45109aa Merge branch 'MDL-64205-35-sarunconfirmeduser' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE 2018-11-26 15:47:53 +01:00
David Mudrák
690e03bfea MDL-64205 privacy: Delete orphaned data request records on upgrade
As a result of the bug, some requests can be orphaned - the linked user
record may not exist any more. This is a cleanup of such records.
2018-11-26 14:17:55 +01:00
Tim Hunt
37438b2a00 MDL-63459 qtype_calculatedmulti: fix incorrect hint object type 2018-11-26 12:55:15 +00:00
Tim Hunt
89e3b8aa80 MDL-63459 qtype_calculatedmulti: unit test should test this qtype
This also demonstrates the bug to be fixed
2018-11-26 12:55:12 +00:00
Adrian Greeve
b87ad367d9 MDL-64161 gradereport_singleview: Behat test for out of bounds grade. 2018-11-26 11:46:06 +08:00
Adrian Greeve
27cfbf2986 MDL-64161 gradereport_singleview: Stop updating grades with errors. 2018-11-26 11:45:55 +08:00
David Mudrák
8575b451c4 MDL-64205 users: Do not delete the actual records of unconfirmed users
There is an automatic data privacy request created to get rid of all the
personal data upon the user deletion. With the actual user record
absent, the data privacy requests page throws an error. Let's do here
same as we do in `delete_incomplete_users_task` and let us not delete
the actual user record.
2018-11-25 07:21:59 +01:00
Eloy Lafuente (stronk7)
e3a1c26bd7 Merge branch 'MDL-64186-35-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE 2018-11-24 00:27:14 +01:00
Eloy Lafuente (stronk7)
51b022db9b weekly release 3.5.3+ 2018-11-23 16:36:48 +01:00
Eloy Lafuente (stronk7)
33a95ab889 Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE 2018-11-23 16:36:46 +01:00
Helen Foster
a6a0cc37ed MDL-64186 lang: Import fixed English strings (en_fix) 2018-11-23 14:46:51 +01:00
Jun Pataleta
e452305994 Merge branch 'MDL-64030-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE 2018-11-23 11:15:07 +08:00
AMOS bot
135a5df634 Automatically generated installer lang files 2018-11-23 00:07:32 +00:00
Andrew Nicols
b78c5102ac MDL-64030 tool_dataprivacy: Process requests when system purpose not set 2018-11-23 07:54:20 +08:00
Eloy Lafuente (stronk7)
b9c412be9f Merge branch 'MDL-62988_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE 2018-11-22 23:16:06 +01:00
Jun Pataleta
01eeab4ed2 Merge branch 'MDL-64119-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE 2018-11-22 20:31:45 +08:00
Sara Arjona
30f7f010a9 MDL-64119 output: Use context of renderer_base's page object 2018-11-22 20:31:04 +08:00
Eloy Lafuente (stronk7)
f8c43813de Merge branch 'MDL-63571-35-fix' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE 2018-11-22 10:35:13 +01:00
Jun Pataleta
e92bb861d4 MDL-63571 grade_report_grader: Use correct context for capability check 2018-11-22 16:20:22 +08:00
Jun Pataleta
83a6d7a194 MDL-63571 grade_report_grader: Set correct type for the context variable 2018-11-22 16:20:22 +08:00
Cory Buecker
0a39efd896 MDL-62988 LTI provider: fix missing info. for LTI 2.X tool provider
Fixes missing capabilities (user information) when membership service is called
from a LTI 2.X tool provider.
2018-11-22 12:27:07 +08:00
Jun Pataleta
bfc740821b Merge branch 'MDL-64119-35' of git://github.com/sarjona/moodle into MOODLE_35_STABLE 2018-11-22 09:52:24 +08:00
Eloy Lafuente (stronk7)
9112915855 Merge branch 'MDL-63920-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2018-11-21 16:48:00 +01:00
Eloy Lafuente (stronk7)
a6ff7933a1 Merge branch 'MDL-63798_assign_restore_groups_35' of git://github.com/davosmith/moodle into MOODLE_35_STABLE 2018-11-21 16:09:09 +01:00
Davo Smith
e35c7c2c50 MDL-63798 mod_assign: fix restore when group is missing 2018-11-21 08:02:47 +00:00
David Monllao
d699efb4ba Merge branch 'MDL-64063-35' of git://github.com/abgreeve/moodle into MOODLE_35_STABLE 2018-11-21 06:28:46 +01:00
Adrian Greeve
0073588e27 MDL-64063 core_calendar: Unit test for suspended users. 2018-11-21 09:55:08 +08:00
Adrian Greeve
80cf67eaba MDL-64063 core_calendar: events by time considers enrolment status. 2018-11-21 09:54:58 +08:00
Víctor Déniz Falcón
a23caa49b9 MDL-64077 block_site_main: modify style to fix layout in boost theme 2018-11-21 09:03:31 +08:00
Sara Arjona
0a519e70d4 MDL-64119 user: Display full names consistently for teachers
Fix an error with users with the moodle/site:viewfullnames capability
in a course context (like teachers), to display properly the full
names in pages like the participants one.
2018-11-20 19:48:23 +01:00
David Monllao
dfecd50ac3 Merge branch 'MDL-63571-35' of git://github.com/peterRd/moodle into MOODLE_35_STABLE 2018-11-20 17:19:47 +01:00
David Monllao
56d8e413ba weekly release 3.5.3+ 2018-11-20 12:55:14 +01:00
David Monllao
3955dde284 Merge branch 'MDL-63394-35' of git://github.com/jleyva/moodle into MOODLE_35_STABLE 2018-11-20 10:34:09 +01:00
Damyon Wiese
dc47c7fc8c MDL-63920 backup: Email string improvement
Change from semicolon to colon in email.
2018-11-20 16:28:37 +08:00
Juan Leyva
d55565066c MDL-63394 mod_quiz: Do not fail overdue if there is a grace period 2018-11-20 09:27:40 +01:00
Peter
810bb4bef5 MDL-63571 gradebook: Display the name header based on config setting 2018-11-20 14:16:09 +08:00
Luca Bösch
b6f83c07ed MDL-63571 grades: switch firstname/lastname order in title row 2018-11-20 14:16:09 +08:00