Andrew Nicols
bee40dbf27
MDL-63524 behat: Do not skip tests on Step 0 error
2019-03-11 11:18:40 +08:00
Jun Pataleta
9f09d9dec5
MDL-64958 gradeimport_csv: Better unit tests for check_user_exists()
2019-03-11 09:32:21 +08:00
Jun Pataleta
d45f0f0ceb
MDL-64958 grade_import: Ensure correct user is being fetched
...
* We need to ensure that we are checking the correct user account.
Since email and idnumber are not unique fields, there's a chance that
multiple user records will match when querying for user data using
these fields. This might lead to a different user's grades being
inadvertently modified during grade import. In such a case, this
function needs to return a null userid.
2019-03-11 09:32:17 +08:00
Mark Nelson
8ca99a92da
MDL-64990 tool_usertours: do not show messaging tour when disabled
2019-03-11 07:50:06 +08:00
Luca Bösch
5ed8afac9b
MDL-64747 block_myoverview: Omit "Sort by" text and add icon instead.
2019-03-08 16:42:20 +01:00
Paul Holden
47e466c958
MDL-46931 roles: retrieve distinct users in sub-query.
...
Prevents duplicate key column warning when a user is enrolled in
a course via multiple enrolment methods.
2019-03-08 14:40:41 +00:00
Sara Arjona
63be19c543
MDL-65006 policy: avoid loop when no policies need to be agreeded
...
Avoid an infinite loop when the user has no policies to agreed but
the policyagreed = 0.
2019-03-08 10:01:51 +01:00
Damyon Wiese
71fb32f8a6
MDL-64230 files: focus and hover css
...
Show the full filename when an element has focus or hover on the parent element.
2019-03-08 14:48:50 +08:00
Jun Pataleta
ed90e4d378
MDL-64230 files: Display long file/folder names with ellipsis
...
* Instead of clipping long file/folder names by default, truncate them
with ellipsis to indicate to the user that the file/folder has a long
name.
2019-03-08 14:48:49 +08:00
Adrian Greeve
a5dd8bfc91
MDL-64987 repository_nextcloud: Remove duplicate string.
2019-03-08 14:32:24 +08:00
Jun Pataleta
78af6dec0d
MDL-65005 block_timeline: Behat fixes
2019-03-08 13:38:59 +08:00
Jun Pataleta
7a698c0d91
MDL-65005 block_timeline: Fix accessibility of Day filter menu
2019-03-08 13:38:59 +08:00
Jun Pataleta
87b998c46f
MDL-65005 block_timeline: Fix accessibility of Sort-by menu
2019-03-08 13:38:55 +08:00
Mark Nelson
1fadad46a0
MDL-64773 core: added new table to keep track of muted conversations
2019-03-08 11:52:06 +08:00
AMOS bot
3ca5cd95d8
Automatically generated installer lang files
2019-03-08 00:15:09 +00:00
David Monllaó
4c44a1f6a0
MDL-64787 tool_analytics: New template to select the evaluation mode
2019-03-07 21:06:17 +01:00
David Monllaó
e97dfff78d
MDL-64787 tool_analytics: Include training data source in the log table
2019-03-07 20:44:48 +01:00
David Monllaó
bc82b89586
MDL-64787 mlbackend: Evaluate trained models
2019-03-07 20:43:30 +01:00
David Monllaó
74823933c8
MDL-64787 tool_analytics: UI for trained models evaluation
2019-03-07 20:43:30 +01:00
Eloy Lafuente (stronk7)
a713ed3ba6
weekly release 3.7dev
2019-03-07 16:41:47 +01:00
Eloy Lafuente (stronk7)
f83eb74e56
NOBUG: Fixed SVG browser compatibility
2019-03-07 16:41:45 +01:00
Eloy Lafuente (stronk7)
482a791f4d
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-03-07 16:41:43 +01:00
Andrew Nicols
771a8c3c95
MDL-64883 mod_chat: Fix SQL in cron
2019-03-07 17:30:31 +08:00
Shamim Rezaie
58182fa833
MDL-63144 mod_lti: Add userid param to mod_lti calendar callbacks
2019-03-07 17:48:17 +11:00
Shamim Rezaie
70e7f3b9ba
MDL-63144 mod_lti: Check if the module is visible to the user
2019-03-07 17:38:01 +11:00
Andrew Nicols
9f909b1c75
Merge branch 'MDL-64881-master' of git://github.com/lameze/moodle
2019-03-07 11:45:09 +08:00
Simey Lameze
7cef9748ff
MDL-64881 mod_workshop: fix version bump
2019-03-07 11:43:36 +08:00
Simey Lameze
77f3b50f78
MDL-64881 mod_workshop: add task to run allocation plugin cron
2019-03-07 11:33:15 +08:00
Jun Pataleta
b740fe1769
Merge branch 'MDL-64746-master' of https://github.com/lucaboesch/moodle
2019-03-07 11:04:42 +08:00
Andrew Nicols
7e51bd2583
MDL-64882 repository: Whitespace fix and version bump
2019-03-07 10:49:59 +08:00
Andrew Nicols
30bb29dae4
Merge branch 'MDL-64882-master' of git://github.com/lameze/moodle
2019-03-07 10:40:16 +08:00
Andrew Nicols
1eb1087748
MDL-64884 auth_mnet: Version bump
2019-03-07 10:32:18 +08:00
Andrew Nicols
5c30abc2ae
MDL-64883 mod_chat: Version bump
2019-03-07 10:32:02 +08:00
Andrew Nicols
1a34def707
Merge branch 'MDL-64883-master' of git://github.com/lameze/moodle
2019-03-07 10:30:02 +08:00
Simey Lameze
b98d775540
MDL-64883 mod_chat: deprecate legacy chat_cron() function
2019-03-07 10:10:29 +08:00
Simey Lameze
958dfd9761
MDL-64883 mod_chat: convert cron to scheduled task
2019-03-07 10:10:25 +08:00
Adrian Greeve
98c49e1a91
Merge branch 'MDL-64026-master' of git://github.com/jleyva/moodle
2019-03-07 10:01:25 +08:00
Andrew Nicols
f9aeebd18e
Merge branch 'MDL-64884-master' of git://github.com/lameze/moodle
2019-03-07 09:48:11 +08:00
Adrian Greeve
ebdd345054
Merge branch 'MDL-63905' of git://github.com/jmvedrine/moodle
2019-03-07 09:10:30 +08:00
Eloy Lafuente (stronk7)
05506eaddc
MDL-62869 upgrade: make upgrade step to match current version
2019-03-06 23:19:13 +01:00
Eloy Lafuente (stronk7)
ff13ffcd99
Merge branch 'MDL-62869-include-all-courses-mycourse-fix-new' of https://github.com/dmitriim/moodle
2019-03-06 23:10:38 +01:00
Bas Brands
48507e164a
MDL-63074 tool_customlang: update renderers
...
* move html to template
* allow mobile customization
2019-03-06 18:49:04 +01:00
Eloy Lafuente (stronk7)
e3d78a7c8d
Merge branch 'MDL-63937-master' of https://github.com/HuongNV13/moodle
2019-03-06 13:30:39 +01:00
Andrew Nicols
54c2b17604
MDL-64410 access: Unit tests for context locking SQL
2019-03-06 12:36:05 +01:00
Andrew Nicols
fe41810304
MDL-64410 access: Check for context locking in cap functions
2019-03-06 12:36:05 +01:00
Jun Pataleta
6c2fc65887
Merge branch 'MDL-64333_master' of git://github.com/markn86/moodle
2019-03-06 17:34:10 +08:00
Mark Nelson
6408ea75ed
MDL-64333 core_message: add migration message to new UI
2019-03-06 17:26:15 +08:00
Andrew Nicols
5bf82d7d9c
Merge branch 'MDL-64774-master' of git://github.com/junpataleta/moodle
2019-03-06 15:41:11 +08:00
Jean-Michel Vedrine
48aad79a63
MDL-63905 qtype_multianswer: validate imported questions
2019-03-06 08:35:04 +01:00
Adrian Greeve
d2063ed0a1
Merge branch 'MDL-64891-master' of git://github.com/tobiasreischmann/moodle
2019-03-06 15:06:36 +08:00