Eloy Lafuente (stronk7)
229ce2a754
NOBUG: Fixed SVG browser compatibility
2019-10-29 21:03:41 +01:00
Jake Dallimore
72a5ab2130
Merge branch 'MDL-66965' of https://github.com/stronk7/moodle
2019-10-29 14:13:00 +08:00
Andrew Nicols
6850374bf5
MDL-66609 core: Version bump for h5p
2019-10-29 10:45:55 +08:00
Andrew Nicols
08460f270f
Merge branch 'MDL-66609-master' of git://github.com/andrewnicols/moodle
2019-10-29 10:44:31 +08:00
Sara Arjona
8fda136dc8
MDL-66609 core_h5p: Add capability to deploy H5P content
2019-10-29 10:22:44 +08:00
Amaia Anabitarte
a3cdaa8dd9
MDL-66609 core_h5p: Autoload for H5P third party library classes
2019-10-29 10:22:44 +08:00
Sara Arjona
5da7a7fc31
MDL-66609 core_h5p: Change core files when upgrading lib
...
This commit contains the changes required when upgrading the H5P
PHP library.
2019-10-29 10:22:44 +08:00
Sara Arjona
6415316646
MDL-66609 core_h5p: Upgrade H5P library to 1.24
2019-10-29 10:22:43 +08:00
Sara Arjona
810d7a3d2e
MDL-66609: core_h5p: Add <component>_get_path_from_pluginfile method
...
This method has been added to all the components having some exceptions
with the way they treat the itemid in the pluginfile paths.
2019-10-29 10:22:43 +08:00
Andrew Nicols
6faafc0c8e
MDL-66609 core_h5p: Add getDependencyPath to H5P library
2019-10-29 10:22:43 +08:00
Sara Arjona
360755cc56
MDL-66609 core_h5p: New capability h5p:setdisplayoptions
2019-10-29 10:22:43 +08:00
Sara Arjona
b6fb5f0362
MDL-66609 core_h5p: Update the h5p-resizer.js reference in Atto
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
Amaia Anabitarte
45899564b3
MDL-66609 core_h5p: New core_h5p subsystem
...
New H5P libraries have been added to Moodle core_h5p in /lib/h5p.
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
Andrew Nicols
af9ca2a658
MDL-66077 core: Loadingicon needs jQuery nodes
...
Part of MDL-66074
2019-10-28 13:55:12 +08:00
Andrew Nicols
373d43aef1
MDL-66074 core: Add a renderForPromise function
...
Promises only take a single argument so this makes it easier to chain
promises and use them with await.
2019-10-28 13:55:12 +08:00
Matteo Scaramuccia
aa0a602b10
MDL-65811 database: Fix subsetting in MSSQL
2019-10-25 23:00:32 +02:00
Eloy Lafuente (stronk7)
88d29a1bb8
MDL-66965 core: php74 curly 2 square braces changes
...
Note this only modified core files, still there are a lot
of curly brace uses but all them are within 3rd part
libraries and will be handled apart.
2019-10-25 17:41:10 +02:00
Jun Pataleta
c23313f6e8
Merge branch 'MDL-66968' of https://github.com/stronk7/moodle
2019-10-25 10:20:05 +08:00
Jake Dallimore
c5d333efe8
Merge branch 'MDL-66493-readstring_accel' of https://github.com/brendanheywood/moodle
2019-10-25 08:25:41 +08:00
Eloy Lafuente (stronk7)
f4feabb83f
MDL-66968 php74: array_key_exists() for objects is deprecated
...
Replace it for correct property_exists() when the element
being inspected is a property of object/class.
Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.
Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
Jun Pataleta
9f1af3771d
Merge branch 'MDL-66543-master' of git://github.com/tobiasreischmann/moodle
2019-10-24 23:08:43 +08:00
Tobias Reischmann
556c4f3309
MDL-66543 forms: Make (hard) frozen textareas readonly (or disabled)
2019-10-24 13:44:15 +02:00
Brendan Heywood
d6f5fbb720
MDL-66493 filelib: readstring_accel should never use xsendfile
2019-10-24 21:30:46 +11:00
Eloy Lafuente (stronk7)
2ffdd72618
Merge branch 'MDL-66935-lock-clashes' of https://github.com/brendanheywood/moodle
2019-10-24 09:59:19 +02:00
Jun Pataleta
ff7cf74d6d
Merge branch 'MDL-66927-run-new-adhoc' of https://github.com/brendanheywood/moodle
2019-10-24 13:45:27 +08:00
Brendan Heywood
7e086935e3
MDL-66935 core_lock: Fix resource key clashes in db and postgres locks
2019-10-24 15:04:56 +11:00
Ryan Wyllie
7b8d852929
MDL-65896 core: more IE11 fixes for emoji picker
2019-10-24 10:41:52 +08:00
Eloy Lafuente (stronk7)
2a724095bd
Merge branch 'MDL-67004-master' of git://github.com/dpalou/moodle
2019-10-23 19:50:38 +02:00
Eloy Lafuente (stronk7)
d020e1b779
Merge branch 'MDL-65349-profile-match-greedy' of https://github.com/brendanheywood/moodle
2019-10-23 18:35:46 +02:00
Dani Palou
187b11f40d
MDL-67004 enrol: Include core_enrol_search_users in the mobile service
2019-10-23 12:59:34 +02:00
Ryan Wyllie
628b4ca262
MDL-65896 core: fix emoji picker IE11 support
2019-10-23 15:25:27 +08:00
Jun Pataleta
b412069977
Merge branch 'MDL-66971-master' of git://github.com/peterRd/moodle
2019-10-23 14:55:46 +08:00
Jun Pataleta
b6fcec009e
Merge branch 'MDL-65896-master' of https://github.com/ryanwyllie/moodle
2019-10-23 11:13:27 +08:00
Adrian Greeve
3a8b78b19f
Merge branch 'MDL-63125' of https://github.com/paulholden/moodle
2019-10-23 11:00:40 +08:00
Ryan Wyllie
e0d798477a
MDL-65896 core: add emoji data to thirdpartylibs
2019-10-23 10:59:59 +08:00
Ryan Wyllie
75962db917
MDL-65896 core: create emoji auto complete
2019-10-23 10:59:59 +08:00
Ryan Wyllie
8f80d18766
MDL-65896 message: add emoji picker to message app
2019-10-23 10:59:58 +08:00
Ryan Wyllie
db65ba4564
MDL-65896 core: create emoji picker
2019-10-23 10:59:58 +08:00
Brendan Heywood
60dc024201
MDL-65349 xhprof: Removed greedy matching from wildcard parsing
2019-10-23 11:08:27 +11:00
Brendan Heywood
319577dbbb
MDL-66984 auth: Allow $USER to be used in change_password_url
2019-10-22 13:39:25 +11:00
Peter
0320040469
MDL-66971 core: Update the convenience date grade getter to allow nulls
2019-10-22 10:30:17 +08:00
Paul Holden
d25223a5c4
MDL-63125 forms: Behat test for form autocomplete element.
2019-10-21 23:24:30 +01:00
Eloy Lafuente (stronk7)
4019ae73f9
MDL-66954 filter_displayh5p: add it to the list of standard plugins
2019-10-21 23:34:19 +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
Jake Dallimore
c3f726a0e5
Merge branch 'MDL-66612-master' of git://github.com/crazyserver/moodle
2019-10-21 16:06:50 +08:00
Pau Ferrer Ocaña
375d82cafc
MDL-66612 calendar: Change global events to site events
...
AMOS BEGIN
CPY [category,moodle],[category,calendar]
CPY [site,notes],[eventtypesite,calendar]
CPY [site,moodle],[site,calendar]
MOV [typesite,moodle],[siteevent,calendar]
AMOS END
2019-10-21 09:33:01 +02:00
Mitxel Moriana
c345aa721c
MDL-64739 core_analytics: New db field for model contexts
2019-10-21 09:54:39 +08:00
David Monllaó
c22fb4bd4b
MDL-64739 core_analytics: Contexts param for get_analysables_iterator
2019-10-21 09:54:34 +08:00