Eloy Lafuente (stronk7)
d8b3c365ab
Merge branch 'MDL-57342' of git://github.com/Chocolate-lightning/moodle
2019-07-31 18:49:21 +02:00
Jake Dallimore
a12f9f93c4
Merge branch 'MDL-46267-master' of git://github.com/junpataleta/moodle
2019-07-29 11:37:56 +08:00
Jake Dallimore
d4fc7d756a
Merge branch 'MDL-35773_master' of git://github.com/markn86/moodle
2019-07-26 17:32:29 +08:00
Jake Dallimore
1f16f4115d
Merge branch 'MDL-65219-master' of https://github.com/ryanwyllie/moodle
2019-07-26 15:20:10 +08:00
Matt Porritt
d7e4481e98
MDL-35773 Backup: API should have option to not backup files
...
Allow both UI and automated backups to be created without
including files. Instead include only file references.
This is essentially implementing "SAMESITE" to backup files
instead of only for import and export functionality.
A new backup setting to include files (defaults to yes)
has been included.
The restore process will also look for and attempt to
restore files from the trashdir as part of restoring
backups. Additionally to support this process the
ammount of time files are kept in trashdir before they
are cleaned up via cron is also adjustable via admin
setting.
2019-07-26 11:59:56 +08:00
Eloy Lafuente (stronk7)
f622ee97e3
weekly release 3.8dev
2019-07-25 13:44:42 +02:00
Adrian Greeve
852bf8fa58
Merge branch 'MDL-65078-master' of git://github.com/peterRd/moodle
2019-07-25 14:49:40 +08:00
Damyon Wiese
bde97497ef
MDL-65078 competencies: webservices
...
The webservice list_course_module_competencies calls a function that does not exist and
is not exposed as a webservice.
2019-07-24 09:14:28 +08:00
Mathew May
0c18745424
MDL-57342 admin: confightml will check if returned data is empty
2019-07-23 13:35:14 +08:00
Ryan Wyllie
5d61b3b331
MDL-65219 message: default disable contact request notifications for web
...
Set the default state to disabled for message contact request
notifications for the web process. The user is notified about contact
requests in the message drawer so it's unnecessary to also generate
a notification in the notification popover for them.
2019-07-23 13:24:09 +08:00
Jake Dallimore
c5b9f7fd70
Merge branch 'MDL-66144-master' of https://github.com/ryanwyllie/moodle
2019-07-22 15:19:17 +08:00
Jun Pataleta
9d8cdb9ba8
MDL-66143 course: Add relativedatesmode course setting
2019-07-22 11:52:38 +08:00
Jun Pataleta
9320787005
MDL-46267 core: Remove $CFG->httpswwwroot
...
* It's unnecessary since $CFG->loginhttps has already been removed and
it's no longer being used in core anymore.
2019-07-22 10:59:42 +08:00
Eloy Lafuente (stronk7)
8d9614b341
weekly release 3.8dev
2019-07-18 17:11:32 +02:00
Bas Brands
c5b2ab4786
MDL-63612 core_admin: make course card colours configurable
2019-07-15 11:01:20 +02:00
Eloy Lafuente (stronk7)
f7e108438f
weekly release 3.8dev
2019-07-11 23:33:29 +02:00
Eloy Lafuente (stronk7)
fac49f8f72
weekly release 3.8dev
2019-07-04 16:50:36 +02:00
Dan Marsden
22dfa6d31d
MDL-60347 core: debugsmtp should be a developer only setting.
2019-07-01 12:15:05 +02:00
Eloy Lafuente (stronk7)
7ec1804935
weekly release 3.8dev
2019-06-27 18:54:22 +02:00
Eloy Lafuente (stronk7)
f1a8db6911
weekly release 3.8dev
2019-06-20 17:42:54 +02:00
Sara Arjona
c128ccc142
MDL-57487 course: final deprecation external::get_activities_overview
2019-06-14 17:41:18 +02:00
Eloy Lafuente (stronk7)
5dae8c0515
weekly release 3.8dev
2019-06-13 18:15:31 +02:00
Michael Hawkins
76d0192e0b
MDL-7339 admin: Replaced "open to google" references to be more generic
...
AMOS BEGIN
MOV [configopentogoogle,admin],[configopentowebcrawlers,admin]
MOV [opentogoogle,admin],[opentowebcrawlers,admin]
MOV [check_google_details,report_security],[check_crawlers_details,report_security]
MOV [check_google_error,report_security],[check_crawlers_error,report_security]
MOV [check_google_info,report_security],[check_crawlers_info,report_security]
MOV [check_google_name,report_security],[check_crawlers_name,report_security]
MOV [check_google_ok,report_security],[check_crawlers_ok,report_security]
AMOS END
2019-06-11 10:04:01 +08:00
Eloy Lafuente (stronk7)
f3507273e9
weekly release 3.8dev
2019-06-06 16:46:31 +02:00
Damyon Wiese
7aeeb44463
MDL-34498 session: Add a checker to warn before session expiry
...
Replaces old yui module checknet.
2019-06-06 09:31:01 +08:00
Eloy Lafuente (stronk7)
ba2473e4e4
weekly release 3.8dev
2019-06-06 09:06:22 +08:00
Eloy Lafuente (stronk7)
383aec8a01
weekly on-sync release 3.8dev
2019-05-23 20:36:19 +02:00
Eloy Lafuente (stronk7)
a866c5c238
weekly back-to-dev release 3.8dev
2019-05-19 11:24:14 +02:00
Eloy Lafuente (stronk7)
89457b26d1
Moodle release 3.7
2019-05-19 11:18:34 +02:00
Eloy Lafuente (stronk7)
49f2581ef8
Moodle release 3.7rc2
2019-05-16 10:57:08 +02:00
Sara Arjona
b742fe1403
Moodle release 3.7rc1
2019-05-14 12:11:25 +02:00
Adrian Greeve
d9b6bd9540
Merge branch 'MDL-65582_master' of git://github.com/dmonllao/moodle
2019-05-14 10:20:45 +08:00
David Monllaó
bc2f679bca
MDL-65582 analytics: Upcoming activities due enabled by default
2019-05-13 18:04:13 +02:00
Eloy Lafuente (stronk7)
90a048e38b
MDL-65571 versions: main version bump
2019-05-12 23:48:17 +02:00
Eloy Lafuente (stronk7)
6a7451ff1b
Moodle release 3.7beta
2019-05-10 20:31:46 +02:00
Eloy Lafuente (stronk7)
2018f4ebc1
on-demand release 3.7dev+
2019-05-08 17:49:03 +02:00
Eloy Lafuente (stronk7)
7726bec6b3
Merge branch 'MDL-63262-master' of git://github.com/damyon/moodle
2019-05-07 16:26:40 +08:00
Jake Dallimore
903ec849c5
MDL-65313 core: upgrade code to remove stale favourites for messaging
...
These were left behing when deleting a group or a course.
2019-05-06 14:11:46 +08:00
Eloy Lafuente (stronk7)
a411b499b9
on-demand release 3.7dev+
2019-05-03 17:53:09 +02:00
Damyon Wiese
aae219acce
MDL-63262 badges: Add badgr.io
...
Upgrade the support for Open Badges 2 to support a real open badges 2 backpack.
Moodle can only talk to one backpack at a time, so after switching backpacks, users
will have to manually disconnect and then reconnect their backpack to the new one.
This commit combines several changes:
* Split classes into badges namespace
* Publish expiry data with a badge
* Publish badge alignments in badges exported to the backpack.
* Export the criteria for a badge to the backpack.
2019-05-03 15:00:00 +08:00
Mihail Geshoski
2a80ecb543
MDL-65071 forum: Error handling in web service when forum does not exist
2019-05-02 13:51:14 +08:00
Eloy Lafuente (stronk7)
09cbe51999
on-demand release 3.7dev+
2019-05-01 00:29:20 +02:00
Stephen Bourget
93e435b909
MDL-36088 questions: Add new events
2019-04-29 11:15:36 +07:00
Eloy Lafuente (stronk7)
14cdf51189
on-demand release 3.7dev+
2019-04-26 18:43:25 +02:00
David Monllaó
b63c0b9079
Merge branch 'MDL-60680-master' of git://github.com/jleyva/moodle
2019-04-25 18:55:45 +02:00
Eloy Lafuente (stronk7)
1470cfc2fd
Merge branch 'MDL-65354-master' of git://github.com/lameze/moodle
2019-04-23 23:45:21 +02:00
Eloy Lafuente (stronk7)
bc342f101a
on-demand release 3.7dev+
2019-04-23 17:36:46 +02:00
Eloy Lafuente (stronk7)
1f39068e03
Merge branch 'MDL-65248' of git://github.com/stronk7/moodle
2019-04-23 13:56:06 +02:00
Eloy Lafuente (stronk7)
9c0edd1212
MDL-65248 analytics: Replace upgrade script to apply for all moves
...
While strictly we don't nedd to provide an upgrade path for master,
any dev/integration site already using some of the 3.7 new tagets
in models will break (class rename/move) if we don't perform the
update of all them.
This commit takes rid of the previous upgrade step, only performing
the update of a couple of targets and now supports all the (5) targets:
- course_dropout
- course_competencies
- course_completion
- course_gradetopass
- no_teaching
2019-04-23 13:53:46 +02:00
Eloy Lafuente (stronk7)
5dec930fb0
Merge branch 'MDL-62459' of git://github.com/stronk7/moodle
2019-04-23 13:53:24 +02:00