Sara Arjona
f0d3d50273
MDL-65809 upgrade: remove upgrade_theme_is_from_family
...
These functions and setting were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:
- upgrade_theme_is_from_family()
- upgrade_find_theme_location()
- linkcoursesectionsupgradescriptwasrun setting
2019-12-20 12:20:43 +01:00
Sara Arjona
c230306957
MDL-65809 upgrade: remove upgrade_fix_block_instance_configuration
...
The upgrade_fix_block_instance_configuration() function was used
only by deleted upgrade steps so it's safe to proceed with straight
deletion, considering it internal. Deletion has been documented in
corresponding upgrade.txt files.
2019-12-20 12:19:03 +01:00
Eloy Lafuente (stronk7)
a9e4fa8e95
Merge branch 'master_MDL-66972_Streaming_file_types' of https://github.com/mattporritt/moodle
2019-12-18 19:39:18 +01:00
Jake Dallimore
a20b64aaef
Merge branch 'MDL-63048-master' of git://github.com/abgreeve/moodle
2019-12-16 10:02:47 +08:00
Jake Dallimore
ae0263de2b
MDL-67458 core: removing stale cohortroles and role assignments
2019-12-11 09:34:29 +08:00
Adrian Greeve
1be93dffe1
MDL-63048 lib: Remove renamed classes.
2019-12-09 13:52:36 +08:00
Matt Porritt
bdf62bba35
MDL-66972 Files API: Add Streaming file mime type support
...
Adds file type support for the streaming .fmp4, .ts, .m3u8, and .mpd media formats,
so that correct mime type is stored in the database and sent in
headers when files are served. Also update existing mime types for
stored files.
2019-12-08 06:10:01 +11:00
Jun Pataleta
3299602276
Merge branch 'MDL-67073-master' of git://github.com/marinaglancy/moodle
2019-11-18 16:02:05 +08:00
Eloy Lafuente (stronk7)
492d047d11
MDL-67284 upgrade: add 3.8.0 separation line to all upgrade scripts
2019-11-17 11:40:19 +01:00
Andrew Nicols
09ab002746
Merge branch 'MDL-67194-master' of git://github.com/vmdef/moodle
2019-11-13 08:38:34 +08:00
Víctor Déniz Falcón
b7c307f33d
MDL-67194 core_h5p: save core API version that content types require
2019-11-11 21:09:50 +00:00
Jun Pataleta
5f1307ef9a
Merge branch 'MDL-67187_master' of git://github.com/dmonllao/moodle
2019-11-11 22:22:08 +08:00
Simey Lameze
3f609c8a44
MDL-66360 grade: add missing gradenotifications defaults
2019-11-11 15:39:28 +08:00
Shamim Rezaie
9666372644
MDL-66360 core_grade: New message handler for grade notifications
2019-11-11 15:16:19 +08:00
David Monllaó
a461d36010
MDL-67187 analytics: Fix broken text comparison
2019-11-11 11:00:28 +08:00
Andrew Nicols
6f1b145ea8
Merge branch 'MDL-67043-master' of git://github.com/cescobedo/moodle
2019-11-08 08:25:14 +08:00
Eloy Lafuente (stronk7)
f34c8e86e7
Merge branch 'MDL-67058-master' of git://github.com/vmdef/moodle
2019-11-08 00:30:08 +01:00
cescobedo
65ae2441f3
MDL-67043 core_h5p: Add new ws to get the H5P trusted file
2019-11-07 08:47:25 +01:00
Andrew Nicols
5730749f5d
Merge branch 'MDL-66359-master' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-11-07 10:48:33 +08:00
Mathew May
e3bb3da406
MDL-66359 core_course: Modify get_enrolled_users_by_cmid
...
We need to also provide a user's group along with the current information
2019-11-07 10:47:45 +08:00
Sara Arjona
c07f31ae2c
MDL-67057 core_h5p: Add capability to update content-type libraries
2019-11-07 07:19:59 +08:00
Victor Deniz Falcon
5315acb47c
MDL-67058 core_h5p: task to get latest content types version from H5P
2019-11-06 18:17:34 +00:00
Jun Pataleta
fcc1facdca
Merge branch 'MDL-66373-master-2' of https://github.com/Chocolate-lightning/moodle_forum-project
2019-11-04 19:21:40 +08:00
Michael Hawkins
23affd76c2
MDL-66373 calendar: Added datetimes to timestamps conversion web service
2019-11-04 10:04:57 +08:00
Eloy Lafuente (stronk7)
61bf77ff9a
Merge branch 'MDL-67038_master' of git://github.com/dmonllao/moodle
2019-10-31 00:28:45 +01:00
Marina Glancy
943e3f04d5
MDL-67073 core_course: fix capability context
2019-10-30 18:36:03 +01:00
Adrian Greeve
51cc5e1789
Merge branch 'MDL-66074-OCT28' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-10-30 13:44:59 +08:00
David Monllaó
ef05f29267
MDL-67038 analytics: Remove null strings from the DB
2019-10-30 12:40:32 +08:00
Andrew Nicols
b253a4f21d
MDL-66809 core_grades: Implement scale-based marking
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
9adedccd2b
MDL-66722 core_grades: Add simple direct grading to gradingpanel
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Eloy Lafuente (stronk7)
25676441b3
MDL-67054 upgrade: prevent potential PHP notice
...
In some sites $CFG->requestcategoryselection may be not defined.
So this just wraps the use within empty, keeping the spirit intact,
aka, invert whatever the precious setting was storing.
null, 0, false, '0' => 1
1, true, '1' => 0
2019-10-29 23:27:26 +01:00
Eloy Lafuente (stronk7)
9eebe2c0bd
NOBUG: Fixed file access permissions
2019-10-29 21:03:47 +01:00
Andrew Nicols
6850374bf5
MDL-66609 core: Version bump for h5p
2019-10-29 10:45:55 +08:00
Sara Arjona
8fda136dc8
MDL-66609 core_h5p: Add capability to deploy H5P content
2019-10-29 10:22:44 +08:00
Sara Arjona
360755cc56
MDL-66609 core_h5p: New capability h5p:setdisplayoptions
2019-10-29 10:22:43 +08:00
Amaia Anabitarte
bb4f59f80f
MDL-66609 core_h5p: Creating new H5P tables
2019-10-29 10:22:43 +08:00
Mathew May
06e50afd5e
MDL-66077 course: Add WS to get list of users in a cmid
...
Part of MDL-66074
2019-10-28 13:55:12 +08:00
Dani Palou
187b11f40d
MDL-67004 enrol: Include core_enrol_search_users in the mobile service
2019-10-23 12:59:34 +02:00
Eloy Lafuente (stronk7)
7ba9c635c5
Merge branch 'MDL-64739_master' of git://github.com/dmonllao/moodle
2019-10-21 13:31:12 +02:00
Mitxel Moriana
c345aa721c
MDL-64739 core_analytics: New db field for model contexts
2019-10-21 09:54:39 +08:00
Adrian Greeve
6d98de3fc1
Merge branch 'MDL-66740-master' of git://github.com/marinaglancy/moodle
2019-10-18 11:06:55 +08:00
Marina Glancy
959e4f0e97
MDL-66740 core_course: change defaults for course request settings
2019-10-14 12:22:16 +02:00
Marina Glancy
3e15abe500
MDL-66740 core_course: Add context to capabilities to request course
2019-10-14 11:38:13 +02:00
Eloy Lafuente (stronk7)
1069a44975
Merge branch 'MDL-65515-master' of git://github.com/mihailges/moodle
2019-10-13 16:12:47 +02:00
Eloy Lafuente (stronk7)
0b30d47973
Merge branch 'master_MDL-66864' of https://github.com/golenkovm/moodle
2019-10-13 02:08:10 +02:00
Andrew Nicols
d31b5c431d
Merge branch 'MDL-66753-master' of git://github.com/abias/moodle
2019-10-09 12:00:57 +08:00
Mihail Geshoski
9ad5cff41f
MDL-65515 badges: Split install/upgrade
...
Use badges/upgradelib.php for functions that only affect install/upgrade.
All credit goes to Damyon Wiese.
2019-10-09 11:15:28 +08:00
Andrew Nicols
13ef95e3de
Merge branch 'MDL-66118-master-byebyemoodlenet' of git://github.com/mudrd8mz/moodle
2019-10-09 07:43:33 +08:00
Alexander Bias
7ce941a455
MDL-66753 blocks: Remove block_participants from core
2019-10-07 08:34:20 +02:00
Mikhail Golenkov
9c7a5526ba
MDL-66864 upgrade: Delete non-mutual contacts in chunks.
2019-10-07 16:32:20 +11:00