Dani Palou [Mon, 4 Feb 2019 13:22:46 +0000 (14:22 +0100)]
MDL-64761 assign: Add tests for hidden grader in WS
Dani Palou [Mon, 4 Feb 2019 11:28:34 +0000 (12:28 +0100)]
MDL-64761 assign: Return grader -1 when hidden in get_submission_status
Jun Pataleta [Fri, 1 Feb 2019 00:56:54 +0000 (08:56 +0800)]
weekly release 3.7dev
Jun Pataleta [Fri, 1 Feb 2019 00:56:53 +0000 (08:56 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 31 Jan 2019 21:45:37 +0000 (22:45 +0100)]
Merge branch 'MDL-64737-master-attoprivacysql' of git://github.com/mudrd8mz/moodle
Sara Arjona [Thu, 31 Jan 2019 11:15:21 +0000 (12:15 +0100)]
MDL-62514 form: Add missing data-tags attribute
The data-tags=1 attribute was missing for the autocomplete forms
without suggestions.
David Mudrák [Thu, 31 Jan 2019 11:28:52 +0000 (12:28 +0100)]
MDL-64737 editor_atto: Fix the privacy export_user_data() implementation
Multiple issues fixed:
* Fixed order of the statements to avoid access to undefined variables.
* Fixed population of the SQL query parameter to make sure they match
the placeholder in the query.
* Fixed missing table aliases in the second query to make sure the query
actually works as expected.
David Mudrák [Thu, 31 Jan 2019 10:31:57 +0000 (11:31 +0100)]
MDL-64737 privacy: Fix privacy provider testsuite file names
Only files ending with "_test.php" suffix are implicit part of a
testsuite. So these two were not actually executed.
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 23:24:53 +0000 (00:24 +0100)]
Merge branch 'MDL-64320_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 22:48:48 +0000 (23:48 +0100)]
Merge branch 'MDL-64521' of https://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 21:58:13 +0000 (22:58 +0100)]
Merge branch 'MDL-62514-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 20:23:15 +0000 (21:23 +0100)]
MDL-64528 core_completion: new cap version bump
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 20:21:26 +0000 (21:21 +0100)]
Merge branch 'MDL-64528-master' of https://github.com/mackensen/moodle
Sara Arjona [Wed, 30 Jan 2019 18:08:59 +0000 (19:08 +0100)]
Merge branch 'master' of https://github.com/kristian-94/moodle
Sara Arjona [Wed, 30 Jan 2019 16:46:03 +0000 (17:46 +0100)]
Merge branch 'MDL-64123_master' of https://github.com/marxjohnson/moodle
Sara Arjona [Wed, 30 Jan 2019 13:02:48 +0000 (14:02 +0100)]
Merge branch 'MDL-47247-master' of git://github.com/mihailges/moodle
David Monllao [Thu, 24 May 2018 14:28:39 +0000 (16:28 +0200)]
MDL-64320 analytics: Validate discrete indicators separately
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 10:24:00 +0000 (11:24 +0100)]
MDL-46881 forum: whitespace fix (and related phpdocs completed)
Eloy Lafuente (stronk7) [Wed, 30 Jan 2019 10:12:21 +0000 (11:12 +0100)]
Merge branch 'MDL-46881-master' of git://github.com/andrewnicols/moodle
Sara Arjona [Wed, 30 Jan 2019 09:25:33 +0000 (10:25 +0100)]
Merge branch 'MDL-64190' of https://github.com/paulholden/moodle
Sara Arjona [Wed, 30 Jan 2019 08:31:56 +0000 (09:31 +0100)]
Merge branch 'MDL-64566_master' of git://github.com/markn86/moodle
Sara Arjona [Wed, 30 Jan 2019 08:22:23 +0000 (09:22 +0100)]
Merge branch 'MDL-64143-master' of https://github.com/ryanwyllie/moodle
Andrew Nicols [Wed, 30 Jan 2019 00:10:10 +0000 (08:10 +0800)]
MDL-46881 forum: Only skip post, not discussion
Andrew Nicols [Tue, 29 Jan 2019 01:36:21 +0000 (09:36 +0800)]
MDL-46881 forum: Adjust limits for tasks
Andrew Nicols [Tue, 29 Jan 2019 01:17:19 +0000 (09:17 +0800)]
MDL-46881 core: Allow adhoc tasks to be rescheduled
Andrew Nicols [Tue, 29 Jan 2019 01:16:47 +0000 (09:16 +0800)]
MDL-46881 forum: Tidy up trace variables
Ryan Wyllie [Fri, 4 Jan 2019 03:14:35 +0000 (11:14 +0800)]
MDL-64143 message: make message drawer contacts bold
Andrew Nicols [Fri, 11 Jan 2019 00:41:27 +0000 (08:41 +0800)]
MDL-62514 behat: Inplace editable pendingjs wrapper
Andrew Nicols [Wed, 9 Jan 2019 06:42:13 +0000 (14:42 +0800)]
MDL-62514 behat: Remove potentially conflicting names from description
Andrew Nicols [Mon, 27 Aug 2018 23:00:04 +0000 (07:00 +0800)]
MDL-62514 behat: Add additional autocomplete validation
Andrew Nicols [Mon, 21 May 2018 23:49:14 +0000 (07:49 +0800)]
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.
Andrew Nicols [Mon, 21 May 2018 23:48:54 +0000 (07:48 +0800)]
MDL-62514 behat: Add a wait_for_pending_js to form field
AMOS bot [Wed, 30 Jan 2019 00:10:07 +0000 (00:10 +0000)]
Automatically generated installer lang files
Andrew Nicols [Wed, 23 Jan 2019 03:33:17 +0000 (11:33 +0800)]
MDL-46881 forum: Mark posts as ready properly
Andrew Nicols [Wed, 23 Jan 2019 02:08:53 +0000 (10:08 +0800)]
MDL-46881 forum: Defer post visibility check to send time
Andrew Nicols [Wed, 23 Jan 2019 03:15:20 +0000 (11:15 +0800)]
MDL-46881 forum: Ensure that there are posts to remove
Andrew Nicols [Sun, 10 Jun 2018 13:34:24 +0000 (21:34 +0800)]
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.
Andrew Nicols [Fri, 1 Jun 2018 03:39:39 +0000 (11:39 +0800)]
MDL-46881 mod_forum: Move cron around
Andrew Nicols [Fri, 1 Jun 2018 03:37:35 +0000 (11:37 +0800)]
MDL-46881 core_task: Add a logging trait
Eloy Lafuente (stronk7) [Tue, 29 Jan 2019 22:47:05 +0000 (23:47 +0100)]
Merge branch 'MDL-64424-master-expiredfrontpage' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Tue, 29 Jan 2019 18:40:14 +0000 (19:40 +0100)]
Merge branch 'MDL-64464' of https://github.com/timhunt/moodle
Sara Arjona [Tue, 29 Jan 2019 15:08:10 +0000 (16:08 +0100)]
Merge branch 'MDL-64144-master' of https://github.com/ryanwyllie/moodle
Sara Arjona [Tue, 29 Jan 2019 12:00:47 +0000 (13:00 +0100)]
Merge branch 'MDL-63168_master' of git://github.com/markn86/moodle
Sara Arjona [Tue, 29 Jan 2019 11:35:31 +0000 (12:35 +0100)]
Merge branch 'MDL-64313-master' of git://github.com/damyon/moodle
Sara Arjona [Tue, 29 Jan 2019 10:20:08 +0000 (11:20 +0100)]
Merge branch 'MDL-61623-master' of git://github.com/damyon/moodle
Damyon Wiese [Mon, 17 Dec 2018 08:06:21 +0000 (16:06 +0800)]
MDL-61623 accessibility: Use role, not aria-role
Mihail Geshoski [Wed, 5 Dec 2018 03:41:04 +0000 (11:41 +0800)]
MDL-47247 mod_folder: Apply site config when showexpanded is not set
Sara Arjona [Mon, 28 Jan 2019 18:42:13 +0000 (19:42 +0100)]
Merge branch 'MDL-62668-master' of git://github.com/jleyva/moodle
Sara Arjona [Mon, 28 Jan 2019 14:37:57 +0000 (15:37 +0100)]
Merge branch 'MDL-64414-master' of https://github.com/serlachner/moodle
Sara Arjona [Mon, 28 Jan 2019 12:32:38 +0000 (13:32 +0100)]
Merge branch 'MDL-56604-master' of git://github.com/damyon/moodle
Sara Arjona [Mon, 28 Jan 2019 11:44:44 +0000 (12:44 +0100)]
Merge branch 'MDL-31852-master' of git://github.com/peterRd/moodle
Sara Arjona [Mon, 28 Jan 2019 10:37:58 +0000 (11:37 +0100)]
Merge branch 'MDL-63378-master' of git://github.com/damyon/moodle
Sara Arjona [Mon, 28 Jan 2019 09:20:56 +0000 (10:20 +0100)]
Merge branch 'MDL-54804_master' of https://github.com/mfabriczy/moodle
Sara Arjona [Mon, 28 Jan 2019 08:56:47 +0000 (09:56 +0100)]
Merge branch 'master_MDL-64124' of https://github.com/danmarsden/moodle
Dan Marsden [Mon, 3 Dec 2018 20:27:13 +0000 (09:27 +1300)]
MDL-64124 block_ilp: Remove unused capability.
Kristian Ringer [Thu, 24 Jan 2019 23:18:03 +0000 (10:18 +1100)]
MDL-64700 block_recentlyaccessedcourses: don't escape course names
Eloy Lafuente (stronk7) [Thu, 24 Jan 2019 14:12:25 +0000 (15:12 +0100)]
weekly release 3.7dev
Eloy Lafuente (stronk7) [Thu, 24 Jan 2019 14:12:23 +0000 (15:12 +0100)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 24 Jan 2019 14:12:22 +0000 (15:12 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Sara Arjona [Thu, 24 Jan 2019 08:49:00 +0000 (09:49 +0100)]
MDL-64324 core_form: reference in upgrade.txt to randomly id on forms
Shamim Rezaie [Thu, 24 Jan 2019 07:14:16 +0000 (18:14 +1100)]
MDL-52132 qbehaviour_manualgraded: no change when comment is left blank
Damyon Wiese [Tue, 15 Jan 2019 01:50:29 +0000 (09:50 +0800)]
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.
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 23:56:42 +0000 (00:56 +0100)]
Merge branch 'MDL-64240-master' of git://github.com/mickhawkins/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 23:35:37 +0000 (00:35 +0100)]
Merge branch 'MDL-62963-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 23:31:54 +0000 (00:31 +0100)]
Merge branch 'MDL-64211-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 22:12:47 +0000 (23:12 +0100)]
Merge branch 'MDL-64324-master-fix' of https://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 22:01:37 +0000 (23:01 +0100)]
MDL-60913 search: fix unit test expectation. Default is core-other
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 17:55:47 +0000 (18:55 +0100)]
Merge branch 'MDL-60913-search-tabs-master' of https://github.com/dmitriim/moodle
Juan Leyva [Fri, 16 Nov 2018 14:48:39 +0000 (15:48 +0100)]
MDL-62668 mod_workshop: Return feedback for reviewer in assessment phase
Teachers were not able to view the existing feedback.
Eloy Lafuente (stronk7) [Wed, 23 Jan 2019 17:05:26 +0000 (18:05 +0100)]
Merge branch 'MDL-64609-master' of git://github.com/merrill-oakland/moodle
Marina Glancy [Wed, 23 Jan 2019 16:37:52 +0000 (17:37 +0100)]
MDL-64324 question: do not expect form id to be mform1
David Mudrák [Mon, 17 Dec 2018 20:03:58 +0000 (21:03 +0100)]
MDL-64424 privacy: Use system context purpose on the front page, too
For activities on the site's front page, use the purpose and retention
periods as defined for the system context, not for the courses.
Sara Arjona [Wed, 23 Jan 2019 09:18:52 +0000 (10:18 +0100)]
Merge branch 'MDL-64107-master' of git://github.com/damyon/moodle
Jake Dallimore [Wed, 23 Jan 2019 08:03:26 +0000 (16:03 +0800)]
Merge branch 'MDL-59986-master' of https://github.com/danielneis/moodle
Mark Nelson [Wed, 23 Jan 2019 04:58:35 +0000 (12:58 +0800)]
MDL-63168 core_message: added unit test
eWallah [Tue, 22 Jan 2019 14:47:14 +0000 (15:47 +0100)]
MDL-63168 core_message: fix failures in migrate_message_data task.
Eric Merrill [Wed, 23 Jan 2019 02:40:12 +0000 (21:40 -0500)]
MDL-64609 gradebook: Prevent infinite loop in regrading
Jake Dallimore [Wed, 23 Jan 2019 01:20:27 +0000 (09:20 +0800)]
Merge branch 'MDL-52132-master' of git://github.com/rezaies/moodle
Dmitrii Metelkin [Tue, 22 Jan 2019 23:28:43 +0000 (10:28 +1100)]
MDL-60913 search: add search area categories
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 23:09:27 +0000 (00:09 +0100)]
Merge branch 'MDL-63870' of https://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 22:59:38 +0000 (23:59 +0100)]
Merge branch 'MDL-64465' of https://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 22:46:45 +0000 (23:46 +0100)]
Merge branch 'MDL-64412-master' of https://github.com/snake/moodle
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 18:00:31 +0000 (19:00 +0100)]
Merge branch 'MDL-64629-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 17:49:07 +0000 (18:49 +0100)]
Merge branch 'MDL-64441-master' of git://github.com/sarjona/moodle
Shamim Rezaie [Fri, 11 Jan 2019 06:24:49 +0000 (17:24 +1100)]
MDL-64521 groups: add more unit tests
These tests were created for MDL-64526, just before MDL-64521 came along
and removed the buggy code. These are good tests, so they are being
kept.
Tim Hunt [Mon, 21 Jan 2019 13:17:56 +0000 (13:17 +0000)]
MDL-64521 grouplib: reduce memory use in groups_get_all_groups
This avoids loading multiple copies of g.* when $withmembers is true
Eloy Lafuente (stronk7) [Tue, 22 Jan 2019 16:18:52 +0000 (17:18 +0100)]
Merge branch 'master_MDL-64237' of https://github.com/danmarsden/moodle
Sara Arjona [Tue, 22 Jan 2019 14:53:36 +0000 (15:53 +0100)]
Merge branch 'MDL-64324-master' of https://github.com/marinaglancy/moodle
Sara Arjona [Tue, 22 Jan 2019 14:18:22 +0000 (15:18 +0100)]
Merge branch 'MDL-63480-master' of git://github.com/mihailges/moodle
Justus Dieckmann [Thu, 20 Dec 2018 19:19:38 +0000 (20:19 +0100)]
MDL-58256 group: prevents users to be added to a group twice
Sara Arjona [Tue, 22 Jan 2019 11:19:41 +0000 (12:19 +0100)]
Merge branch 'MDL-63628-master' of git://github.com/damyon/moodle
Sara Arjona [Tue, 22 Jan 2019 11:02:24 +0000 (12:02 +0100)]
Merge branch 'MDL-48971-master' of https://github.com/lucaboesch/moodle
Sara Arjona [Tue, 22 Jan 2019 10:54:04 +0000 (11:54 +0100)]
Merge branch 'MDL-63573-master' of https://github.com/lucaboesch/moodle
Sara Arjona [Tue, 22 Jan 2019 07:23:03 +0000 (08:23 +0100)]
Merge branch 'MDL-64486-master' of git://github.com/peterRd/moodle
Peter [Tue, 15 Jan 2019 01:30:32 +0000 (09:30 +0800)]
MDL-31852 mod_lesson: Allow html tag in lesson's pages
Jake Dallimore [Tue, 22 Jan 2019 01:47:05 +0000 (09:47 +0800)]
Merge branch 'MDL-57898-master-fix-2' of git://github.com/junpataleta/moodle
Jun Pataleta [Tue, 22 Jan 2019 01:36:15 +0000 (09:36 +0800)]
MDL-57898 core: Bump $lastmajordbchanges to trigger upgrade immediately
Damyon Wiese [Fri, 12 Oct 2018 03:41:49 +0000 (11:41 +0800)]
MDL-63628 accessibility: Trigger file links with keyboard
AMOS bot [Tue, 22 Jan 2019 00:09:50 +0000 (00:09 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Mon, 21 Jan 2019 22:53:06 +0000 (23:53 +0100)]
Merge branch 'MDL-63623-master' of https://github.com/dmitriim/moodle