moodle.git
6 years agoMDL-66181 course: Only assign roles that the user is allowed to assign
Andrew Nicols [Thu, 18 Jul 2019 03:09:40 +0000 (11:09 +0800)]
MDL-66181 course: Only assign roles that the user is allowed to assign

6 years agoMDL-66181 behat: You check checkboxes, not click them
Andrew Nicols [Thu, 18 Jul 2019 04:02:47 +0000 (12:02 +0800)]
MDL-66181 behat: You check checkboxes, not click them

6 years agoMDL-55451 mod_forum: Limit subscription redirect to internal URLs
Michael Hawkins [Mon, 29 Jul 2019 04:01:41 +0000 (12:01 +0800)]
MDL-55451 mod_forum: Limit subscription redirect to internal URLs

6 years agoMDL-66069 mlbackend_python: Bump to a new version of the package
David Monllaó [Wed, 3 Jul 2019 11:37:53 +0000 (13:37 +0200)]
MDL-66069 mlbackend_python: Bump to a new version of the package

6 years agoMerge branch 'MDL-66575-master' of https://github.com/snake/moodle
Eloy Lafuente (stronk7) [Sun, 1 Sep 2019 14:52:34 +0000 (16:52 +0200)]
Merge branch 'MDL-66575-master' of https://github.com/snake/moodle

6 years agoMDL-66575 mod_assign: fix first day of current month behat edge case
Jake Dallimore [Sun, 1 Sep 2019 01:38:43 +0000 (09:38 +0800)]
MDL-66575 mod_assign: fix first day of current month behat edge case

What we really want to test in this behat test is the 2 extremes:
the user who started a long time ago and doesn't have access any more
and the user who started recently, who does have access. To fix all
problems with datetime clashes, it's probably better to just use
'yesterday' for the current student's enrolment start time.

6 years agoMerge branch 'MDL-33087' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 2 Sep 2019 02:47:42 +0000 (10:47 +0800)]
Merge branch 'MDL-33087' of https://github.com/paulholden/moodle

6 years agoMerge branch 'MDL-66376-master' of git://github.com/jleyva/moodle
Jake Dallimore [Mon, 2 Sep 2019 02:32:28 +0000 (10:32 +0800)]
Merge branch 'MDL-66376-master' of git://github.com/jleyva/moodle

6 years agoMDL-66504 lang: Use the new strings in the Behat scenario
David Mudrák [Thu, 29 Aug 2019 15:14:43 +0000 (17:14 +0200)]
MDL-66504 lang: Use the new strings in the Behat scenario

6 years agoMDL-66504 lang: Import fixed English strings (en_fix)
Helen Foster [Thu, 29 Aug 2019 13:45:53 +0000 (15:45 +0200)]
MDL-66504 lang: Import fixed English strings (en_fix)

Significant string changes:

- configgeneralfiles,core_backup - includes explanation of implications
  of settings
- mobilenotificationsdisabledwarning,tool_mobile - location corrected
- statsreport14,core - 'views/posts' corrected to 'posts/views'
- err_nousers,core_completion - explanation of who completion
- information is displayed for errorcourselisting,block_community - note
  about sunsetting moodle.net

6 years agoMDL-33087 tool_capability: correct role override link.
Paul Holden [Tue, 2 Apr 2019 12:41:46 +0000 (13:41 +0100)]
MDL-33087 tool_capability: correct role override link.

6 years agoweekly release 3.8dev
Jake Dallimore [Fri, 30 Aug 2019 05:12:04 +0000 (13:12 +0800)]
weekly release 3.8dev

6 years agoMerge branch 'MDL-66558-master' of https://github.com/snake/moodle
Adrian Greeve [Fri, 30 Aug 2019 02:41:45 +0000 (10:41 +0800)]
Merge branch 'MDL-66558-master' of https://github.com/snake/moodle

6 years agoMDL-66558 core_course: fix edge case in relative dates behat feature
Jake Dallimore [Fri, 30 Aug 2019 02:17:34 +0000 (10:17 +0800)]
MDL-66558 core_course: fix edge case in relative dates behat feature

6 years agoMDL-66326 Global search: Unit test fix for Oracle
Eloy Lafuente (stronk7) [Thu, 29 Aug 2019 22:17:12 +0000 (00:17 +0200)]
MDL-66326 Global search: Unit test fix for Oracle

6 years agoMDL-66376 webservice: Return user private access key for fetching files
Juan Leyva [Fri, 16 Aug 2019 13:53:50 +0000 (14:53 +0100)]
MDL-66376 webservice: Return user private access key for fetching files

6 years agoMerge branch 'MDL-66139' of https://github.com/stronk7/moodle
Jake Dallimore [Thu, 29 Aug 2019 03:51:06 +0000 (11:51 +0800)]
Merge branch 'MDL-66139' of https://github.com/stronk7/moodle

6 years agoMerge branch 'MDL-65969-master' of git://github.com/jleyva/moodle
Adrian Greeve [Thu, 29 Aug 2019 03:08:10 +0000 (11:08 +0800)]
Merge branch 'MDL-65969-master' of git://github.com/jleyva/moodle

6 years agoMDL-66139 cachestore_redis: Fix connection problems when port is not set
Netica Informática [Fri, 16 Aug 2019 16:03:50 +0000 (18:03 +0200)]
MDL-66139 cachestore_redis: Fix connection problems when port is not set

Due to some changes in Redis 5 php extension Moodle fails to connect via TCP when
no port is set. It's fixed upstream in phpredis repo (version 5.0.0, 5.0.1 and
5.0.2 affected so far), but with this patch we'll send the right port anyway.

6 years agoMerge branch 'MDL-66133-master' of git://github.com/abias/moodle
Eloy Lafuente (stronk7) [Wed, 28 Aug 2019 15:38:25 +0000 (17:38 +0200)]
Merge branch 'MDL-66133-master' of git://github.com/abias/moodle

6 years agoMerge branch 'MDL-66326-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Wed, 28 Aug 2019 15:24:35 +0000 (17:24 +0200)]
Merge branch 'MDL-66326-master' of https://github.com/sammarshallou/moodle

6 years agoMerge branch 'master_MDL-65116' of https://github.com/yao9394/moodle
Eloy Lafuente (stronk7) [Wed, 28 Aug 2019 14:39:49 +0000 (16:39 +0200)]
Merge branch 'master_MDL-65116' of https://github.com/yao9394/moodle

6 years agoMerge branch 'MDL-60341_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Wed, 28 Aug 2019 13:46:09 +0000 (15:46 +0200)]
Merge branch 'MDL-60341_master' of git://github.com/markn86/moodle

6 years agoMerge branch 'MDL-66244-master' of git://github.com/jleyva/moodle
Jake Dallimore [Wed, 28 Aug 2019 09:42:07 +0000 (17:42 +0800)]
Merge branch 'MDL-66244-master' of git://github.com/jleyva/moodle

6 years agoMDL-66244 message: Include group sender images in payload
Juan Leyva [Thu, 15 Aug 2019 19:05:59 +0000 (20:05 +0100)]
MDL-66244 message: Include group sender images in payload

Android 9 notifications now displays two image icons in conversations.
The group and the sender.

6 years agoMerge branch 'MDL-66230' of https://github.com/paulholden/moodle
Adrian Greeve [Wed, 28 Aug 2019 06:54:36 +0000 (14:54 +0800)]
Merge branch 'MDL-66230' of https://github.com/paulholden/moodle

6 years agoMDL-60341 core_cache: show cache definitions that can use local store
Mark Nelson [Fri, 16 Aug 2019 08:58:50 +0000 (16:58 +0800)]
MDL-60341 core_cache: show cache definitions that can use local store

6 years agoMerge branch 'MDL-66374-master' of git://github.com/jleyva/moodle
Adrian Greeve [Wed, 28 Aug 2019 05:54:03 +0000 (13:54 +0800)]
Merge branch 'MDL-66374-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-66375-master' of git://github.com/jleyva/moodle
Adrian Greeve [Wed, 28 Aug 2019 05:33:05 +0000 (13:33 +0800)]
Merge branch 'MDL-66375-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-66458-master' of git://github.com/crazyserver/moodle
Adrian Greeve [Wed, 28 Aug 2019 03:25:16 +0000 (11:25 +0800)]
Merge branch 'MDL-66458-master' of git://github.com/crazyserver/moodle

6 years agoMerge branch 'MDL-66461-master' of git://github.com/jleyva/moodle
Adrian Greeve [Wed, 28 Aug 2019 03:15:28 +0000 (11:15 +0800)]
Merge branch 'MDL-66461-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-66468-master' of git://github.com/jleyva/moodle
Adrian Greeve [Wed, 28 Aug 2019 00:54:26 +0000 (08:54 +0800)]
Merge branch 'MDL-66468-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-66446-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 27 Aug 2019 22:24:51 +0000 (00:24 +0200)]
Merge branch 'MDL-66446-master' of git://github.com/junpataleta/moodle

6 years agoMerge branch 'MDL-65653-master' of git://github.com/jleyva/moodle
Adrian Greeve [Tue, 27 Aug 2019 07:07:50 +0000 (15:07 +0800)]
Merge branch 'MDL-65653-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-66016-master' of git://github.com/abias/moodle
Adrian Greeve [Tue, 27 Aug 2019 01:32:42 +0000 (09:32 +0800)]
Merge branch 'MDL-66016-master' of git://github.com/abias/moodle

6 years agoMDL-66184 core: Update composer to apply for php 7.1.0 as min
Eloy Lafuente (stronk7) [Mon, 26 Aug 2019 22:42:30 +0000 (00:42 +0200)]
MDL-66184 core: Update composer to apply for php 7.1.0 as min

With behat extension v3.38.2 we started requiring php 7.1.0
(same requirement than core 3.8.x). This bumps all the components
in the lock file to suit that requirement.

Generated with php 7.1.x.

6 years agoMerge branch 'MDL-66309-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Mon, 26 Aug 2019 18:15:11 +0000 (20:15 +0200)]
Merge branch 'MDL-66309-master' of https://github.com/sammarshallou/moodle

6 years agoMerge branch 'MDL-66312-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Mon, 26 Aug 2019 17:38:45 +0000 (19:38 +0200)]
Merge branch 'MDL-66312-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-66061-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 26 Aug 2019 14:29:16 +0000 (16:29 +0200)]
Merge branch 'MDL-66061-master' of git://github.com/jleyva/moodle

6 years agoMDL-66016 block_myoverview: Improve settings page
Alexander Bias [Tue, 2 Jul 2019 12:19:38 +0000 (14:19 +0200)]
MDL-66016 block_myoverview: Improve settings page

6 years agoMDL-66016 block_myoverview: Make course filter options configurable
Alexander Bias [Mon, 1 Jul 2019 13:19:21 +0000 (15:19 +0200)]
MDL-66016 block_myoverview: Make course filter options configurable

6 years agoMDL-66016 block_myoverview: Add 'All' course filter
Alexander Bias [Mon, 1 Jul 2019 13:07:14 +0000 (15:07 +0200)]
MDL-66016 block_myoverview: Add 'All' course filter

6 years agoMDL-66016 block_myoverview: Add missing template example context items
Alexander Bias [Mon, 1 Jul 2019 08:46:31 +0000 (10:46 +0200)]
MDL-66016 block_myoverview: Add missing template example context items

6 years agoMDL-66016 block_myoverview: Rename 'all courses except hidden' in AMOS
Alexander Bias [Mon, 1 Jul 2019 08:36:59 +0000 (10:36 +0200)]
MDL-66016 block_myoverview: Rename 'all courses except hidden' in AMOS

AMOS BEGIN
 MOV [allexcepthidden,block_myoverview],[all,block_myoverview]
 MOV [aria:allcoursesexcepthidden,block_myoverview],[aria:allcourses,block_myoverview]
AMOS END

6 years agoMDL-66016 block_myoverview: Rename unused 'all courses' in AMOS
Alexander Bias [Wed, 26 Jun 2019 12:55:52 +0000 (14:55 +0200)]
MDL-66016 block_myoverview: Rename unused 'all courses' in AMOS

AMOS BEGIN
 MOV [all,block_myoverview],[allincludinghidden,block_myoverview]
 MOV [aria:allcourses,block_myoverview],[aria:allcoursesincludinghidden,block_myoverview]
AMOS END

6 years agoMDL-66133 user: Fix code style for existing comments
Alexander Bias [Tue, 6 Aug 2019 06:39:13 +0000 (08:39 +0200)]
MDL-66133 user: Fix code style for existing comments

6 years agoMDL-66133 user: Add setting to configure user filters
Alexander Bias [Thu, 11 Jul 2019 16:56:41 +0000 (18:56 +0200)]
MDL-66133 user: Add setting to configure user filters

6 years agoweekly release 3.8dev
Eloy Lafuente (stronk7) [Fri, 23 Aug 2019 17:16:21 +0000 (19:16 +0200)]
weekly release 3.8dev

6 years agoMerge branch 'MDL-66483' of git://github.com/stronk7/moodle
Jun Pataleta [Fri, 23 Aug 2019 12:15:45 +0000 (20:15 +0800)]
Merge branch 'MDL-66483' of git://github.com/stronk7/moodle

6 years agoMDL-66326 Global search: Delete from index when courses are deleted
sam marshall [Thu, 8 Aug 2019 09:38:51 +0000 (10:38 +0100)]
MDL-66326 Global search: Delete from index when courses are deleted

Adds new API support within search engines for optional methods to
delete data for courses and contexts, and implements this for the
two core search plugins (simpledb and solr).

The new API is automatically called when courses or contexts are
deleted. When a whole course is deleted, it only sends the course
delete rather than sending 1,000 separate context deletions as
each activity/block is deleted.

6 years agoMDL-66309 block_recentlyaccesseditems: Improve upgrade performance
sam marshall [Fri, 2 Aug 2019 16:14:16 +0000 (17:14 +0100)]
MDL-66309 block_recentlyaccesseditems: Improve upgrade performance

6 years agoMDL-66483 lib: remove recent xmlize dep on setuplib/CFG
Eloy Lafuente (stronk7) [Fri, 23 Aug 2019 09:21:28 +0000 (11:21 +0200)]
MDL-66483 lib: remove recent xmlize dep on setuplib/CFG

This removes the dependency added by MDL-66110 (aiming to fix
a CI job). So we keep things as they were and will fix the
CI job separately.

6 years agoMDL-66446 course: Make sure tags are on when logging updated settings
Jun Pataleta [Tue, 20 Aug 2019 07:27:02 +0000 (15:27 +0800)]
MDL-66446 course: Make sure tags are on when logging updated settings

6 years agoMDL-66458 forum: Fix noviewdiscussionspermission string
Pau Ferrer Ocaña [Wed, 21 Aug 2019 08:23:00 +0000 (10:23 +0200)]
MDL-66458 forum: Fix noviewdiscussionspermission string

6 years agoweekly release 3.8dev
Adrian Greeve [Fri, 23 Aug 2019 04:55:05 +0000 (12:55 +0800)]
weekly release 3.8dev

6 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Adrian Greeve [Fri, 23 Aug 2019 04:54:56 +0000 (12:54 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

6 years agoMDL-65116 mod_assign : Assignment due date does not update for groups.
John Yao [Mon, 17 Jun 2019 04:04:04 +0000 (14:04 +1000)]
MDL-65116 mod_assign : Assignment due date does not update for groups.

This commit fixes the assignment due date not showing correctly according to groups selected by users who can view grades

6 years agoMerge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle
Jun Pataleta [Fri, 23 Aug 2019 02:21:17 +0000 (10:21 +0800)]
Merge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle

6 years agoMDL-66110 core: Require setuplib.php once as it's required by xmlize.php
Jun Pataleta [Fri, 23 Aug 2019 02:13:49 +0000 (10:13 +0800)]
MDL-66110 core: Require setuplib.php once as it's required by xmlize.php

6 years agoMDL-66468 file: Return text content when using IGNORE_FILE_MERGE
Juan Leyva [Thu, 22 Aug 2019 12:03:41 +0000 (13:03 +0100)]
MDL-66468 file: Return text content when using IGNORE_FILE_MERGE

6 years agoMerge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle
Jun Pataleta [Thu, 22 Aug 2019 08:24:10 +0000 (16:24 +0800)]
Merge branch 'MDL-66110-master-fix' of git://github.com/junpataleta/moodle

6 years agoMDL-66110 dml: Undo table name fix when table name's used as parameter
Jun Pataleta [Thu, 22 Aug 2019 08:07:21 +0000 (16:07 +0800)]
MDL-66110 dml: Undo table name fix when table name's used as parameter

6 years agoMDL-66110 dml: use fix_table_name for all mysql table names
Ryan Wyllie [Thu, 22 Aug 2019 07:36:50 +0000 (15:36 +0800)]
MDL-66110 dml: use fix_table_name for all mysql table names

Changed all of the places that were manually prefixing the table
name to instead fix the table name with the fix_table_name
function.

6 years agoMerge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Thu, 22 Aug 2019 01:27:57 +0000 (09:27 +0800)]
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle

6 years agoMDL-66378 behat: Increase window size for rubric tests
Andrew Nicols [Wed, 21 Aug 2019 23:54:15 +0000 (07:54 +0800)]
MDL-66378 behat: Increase window size for rubric tests

6 years agoMDL-66378 behat: Change screen size to small to work around UI bugs
Andrew Nicols [Wed, 21 Aug 2019 23:45:49 +0000 (07:45 +0800)]
MDL-66378 behat: Change screen size to small to work around UI bugs

6 years agoMerge branch 'MDL-66336_master' of https://github.com/marxjohnson/moodle
Jun Pataleta [Wed, 21 Aug 2019 14:41:41 +0000 (22:41 +0800)]
Merge branch 'MDL-66336_master' of https://github.com/marxjohnson/moodle

6 years agoMDL-66461 forum: Use correct component for forum strings
Juan Leyva [Wed, 21 Aug 2019 12:21:32 +0000 (13:21 +0100)]
MDL-66461 forum: Use correct component for forum strings

6 years agoMerge branch 'MDL-66241_master' of git://github.com/dmonllao/moodle
Jun Pataleta [Wed, 21 Aug 2019 11:52:03 +0000 (19:52 +0800)]
Merge branch 'MDL-66241_master' of git://github.com/dmonllao/moodle

6 years agoMDL-66461 forum: Use correct notification class
Juan Leyva [Wed, 21 Aug 2019 11:50:30 +0000 (12:50 +0100)]
MDL-66461 forum: Use correct notification class

6 years agoMerge branch 'MDL-66210_master' of git://github.com/dmonllao/moodle
Jun Pataleta [Wed, 21 Aug 2019 11:48:10 +0000 (19:48 +0800)]
Merge branch 'MDL-66210_master' of git://github.com/dmonllao/moodle

6 years agoMerge branch 'MDL-65993_master' of git://github.com/dmonllao/moodle
Jun Pataleta [Wed, 21 Aug 2019 11:32:03 +0000 (19:32 +0800)]
Merge branch 'MDL-65993_master' of git://github.com/dmonllao/moodle

6 years agoMerge branch 'MDL-65443' of https://github.com/NeillM/moodle
Adrian Greeve [Wed, 21 Aug 2019 08:35:34 +0000 (16:35 +0800)]
Merge branch 'MDL-65443' of https://github.com/NeillM/moodle

6 years agoMDL-65443 core: Improve class descriptions for locking events
Neill Magill [Wed, 21 Aug 2019 08:02:03 +0000 (09:02 +0100)]
MDL-65443 core: Improve class descriptions for locking events

6 years agoMerge branch 'MDL-66369-master' of git://github.com/aanabit/moodle
Adrian Greeve [Wed, 21 Aug 2019 05:53:15 +0000 (13:53 +0800)]
Merge branch 'MDL-66369-master' of git://github.com/aanabit/moodle

6 years agoMerge branch 'MDL-66384-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Wed, 21 Aug 2019 05:25:35 +0000 (13:25 +0800)]
Merge branch 'MDL-66384-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-66110-master' of https://github.com/ryanwyllie/moodle
Jun Pataleta [Wed, 21 Aug 2019 01:57:49 +0000 (09:57 +0800)]
Merge branch 'MDL-66110-master' of https://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-66311-master' of git://github.com/vmdef/moodle
Adrian Greeve [Wed, 21 Aug 2019 01:47:44 +0000 (09:47 +0800)]
Merge branch 'MDL-66311-master' of git://github.com/vmdef/moodle

6 years agoMerge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Wed, 21 Aug 2019 00:54:34 +0000 (08:54 +0800)]
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle

6 years agoMDL-66378 behat: Correct grammar of resize step
Andrew Nicols [Wed, 21 Aug 2019 00:39:45 +0000 (08:39 +0800)]
MDL-66378 behat: Correct grammar of resize step

6 years agoMDL-66378 grade: Set window size to large for rubric tests
Andrew Nicols [Wed, 21 Aug 2019 00:39:28 +0000 (08:39 +0800)]
MDL-66378 grade: Set window size to large for rubric tests

6 years agoMDL-66378 behat: All args are required for document.evaluate
Andrew Nicols [Wed, 21 Aug 2019 00:23:59 +0000 (08:23 +0800)]
MDL-66378 behat: All args are required for document.evaluate

6 years agoAutomatically generated installer lang files
AMOS bot [Wed, 21 Aug 2019 00:11:07 +0000 (00:11 +0000)]
Automatically generated installer lang files

6 years agoMDL-66311 core_analytics: better handling of action menus in behat tests
Víctor Déniz Falcón [Sun, 4 Aug 2019 22:43:52 +0000 (23:43 +0100)]
MDL-66311 core_analytics: better handling of action menus in behat tests

6 years agoMerge branch 'MDL-66148-master' of https://github.com/ryanwyllie/moodle
Jun Pataleta [Tue, 20 Aug 2019 09:07:59 +0000 (17:07 +0800)]
Merge branch 'MDL-66148-master' of https://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-65972-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Tue, 20 Aug 2019 08:49:34 +0000 (16:49 +0800)]
Merge branch 'MDL-65972-master' of git://github.com/bmbrands/moodle

6 years agoMDL-65443 core: Log when a context is locked or unlocked
Neill Magill [Fri, 9 Aug 2019 10:27:40 +0000 (11:27 +0100)]
MDL-65443 core: Log when a context is locked or unlocked

6 years agoMerge branch 'MDL-64437-master' of git://github.com/mihailges/moodle
Jun Pataleta [Tue, 20 Aug 2019 06:19:34 +0000 (14:19 +0800)]
Merge branch 'MDL-64437-master' of git://github.com/mihailges/moodle

6 years agoMerge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Tue, 20 Aug 2019 05:43:11 +0000 (13:43 +0800)]
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-65507-master' of git://github.com/mihailges/moodle
Jun Pataleta [Tue, 20 Aug 2019 03:57:30 +0000 (11:57 +0800)]
Merge branch 'MDL-65507-master' of git://github.com/mihailges/moodle

6 years agoMDL-65404 core_user: Removal of additional empty line.
Adrian Greeve [Tue, 20 Aug 2019 02:27:02 +0000 (10:27 +0800)]
MDL-65404 core_user: Removal of additional empty line.

6 years agoMerge branch 'MDL-65404-master' of https://github.com/aanabit/moodle
Adrian Greeve [Tue, 20 Aug 2019 02:13:31 +0000 (10:13 +0800)]
Merge branch 'MDL-65404-master' of https://github.com/aanabit/moodle

6 years agoMerge branch 'MDL-65083-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Tue, 20 Aug 2019 02:03:25 +0000 (10:03 +0800)]
Merge branch 'MDL-65083-master' of git://github.com/bmbrands/moodle

6 years agoMDL-65404 tool_uploaduser: Changing When and Then steps
Amaia Anabitarte [Tue, 20 Aug 2019 02:01:44 +0000 (10:01 +0800)]
MDL-65404 tool_uploaduser: Changing When and Then steps

6 years agoMerge branch 'MDL-65561-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Tue, 20 Aug 2019 01:36:11 +0000 (09:36 +0800)]
Merge branch 'MDL-65561-master' of git://github.com/bmbrands/moodle

6 years agoAutomatically generated installer lang files
AMOS bot [Tue, 20 Aug 2019 00:10:35 +0000 (00:10 +0000)]
Automatically generated installer lang files

6 years agoMDL-65404 tool_uploaduser: Add a column for enrolment time start.
François Moreau [Mon, 19 Aug 2019 18:25:24 +0000 (14:25 -0400)]
MDL-65404 tool_uploaduser: Add a column for enrolment time start.

6 years agoMerge branch 'MDL-46317-master' of git://github.com/rezaies/moodle
Jun Pataleta [Mon, 19 Aug 2019 15:32:41 +0000 (23:32 +0800)]
Merge branch 'MDL-46317-master' of git://github.com/rezaies/moodle

6 years agoMDL-66061 comments: Support pagination and sorting in get_comments WS
Juan Leyva [Fri, 16 Aug 2019 17:55:21 +0000 (18:55 +0100)]
MDL-66061 comments: Support pagination and sorting in get_comments WS

6 years agoMerge branch 'MDL-65604-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Mon, 19 Aug 2019 08:26:34 +0000 (16:26 +0800)]
Merge branch 'MDL-65604-master' of git://github.com/andrewnicols/moodle