Eloy Lafuente (stronk7)
d4a13bb4b2
Merge branch 'MDL-67522-master' of git://github.com/marinaglancy/moodle
2019-12-17 00:22:01 +01:00
Eloy Lafuente (stronk7)
2beb0ddc7e
Merge branch 'MDL-67410-master' of https://github.com/felicemcc/moodle
2019-12-16 19:18:03 +01:00
Bas Brands
5d80184dfd
MDL-63107 mod_book: rewrite styles for book chapter block
...
* using flexbox to position titles
* fix for title overlap on edit mode
* show correct bullets, number or indent
2019-12-16 13:26:53 +01:00
Jake Dallimore
70a19cc9dd
Merge branch 'MDL-58827' of https://github.com/paulholden/moodle
2019-12-16 15:32:31 +08:00
Jake Dallimore
a7710625c1
Merge branch 'MDL-67327-master' of git://github.com/andrewnicols/moodle
2019-12-16 15:11:23 +08:00
Shamim Rezaie
02c64a4c1b
MDL-67385 libraries: Upgrde mongodb to version 1.5.1
2019-12-16 17:42:08 +11:00
Shamim Rezaie
5a28e4ec05
MDL-67385 libraries: Move readme_moodle.txt out of the library directory
2019-12-16 16:58:51 +11:00
Andrew Nicols
9b3343adc2
MDL-63996 behat: Fix multi-tag autocomplete usage
2019-12-16 13:57:00 +08:00
Shamim Rezaie
0a534718df
MDL-67374 libraries: Update the upgrade instructions
2019-12-16 16:27:07 +11:00
Shamim Rezaie
0df71b23a2
MDL-67374 libraries: Upgrade SimplePie to version 1.5.3
2019-12-16 16:27:07 +11:00
Jake Dallimore
a20b64aaef
Merge branch 'MDL-63048-master' of git://github.com/abgreeve/moodle
2019-12-16 10:02:47 +08:00
Zig Tan
1395442474
MDL-54554 files: Improve unoconv error logging & sanity checks
2019-12-16 09:52:51 +08:00
Jake Dallimore
71e5dc3274
Merge branch 'MDL-66503-master' of git://github.com/abgreeve/moodle
2019-12-16 09:11:18 +08:00
AMOS bot
919de0d539
Automatically generated installer lang files
2019-12-14 00:10:46 +00:00
Marina Glancy
092acd53f2
MDL-67522 core_lock: fix mistype in config-dist
2019-12-13 19:34:44 +01:00
AMOS bot
a84fbcf103
Automatically generated installer lang files
2019-12-13 00:11:00 +00:00
Mikhail Golenkov
97324e082a
MDL-67502 backup: Fix moodle_exception path.
2019-12-13 09:40:38 +11:00
Felice Candilio
4a4a73467c
MDL-67410 Enrolments: Casting the perpage parameter to INT
...
On the course's Participants page, when manually enrolling users
the AJAX call might get excesively slow, due to the treatment
of the perpage parameter as a string, which gets concatenated with the
number 1 (perpage: parseInt(perpage) + 1) instead of performing a
numerical addition.
If there are for example 1500+ users on the site, the method
core_enrol_get_potential_users will be executed with a value of 15001
for the perpage parameter, rendering painfully slow.
2019-12-12 22:21:58 +01:00
Paul Holden
d05078d023
MDL-65735 report_progress: reset URL start parameter in initials bars.
2019-12-12 18:23:56 +00:00
Paul Holden
d7367ecafa
MDL-64695 tool_dataprivacy: filter site fullname in outgoing messages.
2019-12-12 18:20:13 +00:00
Paul Holden
07dc0cad34
MDL-64695 privacy: filter site fullname in data export.
2019-12-12 18:20:13 +00:00
Amaia Anabitarte
e9ec67dcad
MDL-60854 general: Remove strings deprecated in 3.5
2019-12-12 18:13:36 +01:00
Amaia Anabitarte
2ead888f45
MDL-60855 general: Phase 2 in lib/deprecatedlib.php for 3.5 deprecations
2019-12-12 17:46:36 +01:00
Sara Arjona
d273944857
MDL-67464 core_h5p: use h5p.com URLs in behat tests
...
The H5P content used in behat for validating external URLs
behaviour shouldn't point h5p.org because it may stop working
(it's not for real content). These content have been moved to
moodle.h5p.com (payment account).
Besides, the scenarios loading content from external URLs
have been labelel with @external.
2019-12-12 16:03:52 +01:00
Eloy Lafuente (stronk7)
6aacd8d6d1
weekly release 3.9dev
2019-12-12 13:26:15 +01:00
Eloy Lafuente (stronk7)
c6fc8e441b
NOBUG: Fixed SVG browser compatibility
2019-12-12 13:26:12 +01:00
Eloy Lafuente (stronk7)
01b183a7b9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-12-12 13:26:11 +01:00
Bas Brands
072fcde3ee
MDL-66999 theme_boost: @extend phpunit fixes
2019-12-12 11:27:59 +01:00
Bas Brands
2b34870dbb
MDL-66999 theme_boost: @extend extends from bs2compat
2019-12-12 11:27:59 +01:00
Bas Brands
55193f70d8
MDL-66999 theme_boost: @extend remove extends for users
2019-12-12 11:27:59 +01:00
Bas Brands
aa100b767f
MDL-66999 theme_boost: @extend remove extends for questions
2019-12-12 11:27:58 +01:00
Bas Brands
cacf692578
MDL-66999 theme_boost: @extend remove extends for grades
2019-12-12 11:27:58 +01:00
Bas Brands
40ea67534c
MDL-66999 theme_boost: @extend remove extends for tables
2019-12-12 11:27:56 +01:00
Andrew Nicols
5fc84028e9
MDL-67327 js: Make requirejs.php more fault tolerant
2019-12-12 15:58:19 +08:00
Ferran Recio
f222c62d09
MDL-67154 theme_classic: fixing firefox printing
2019-12-12 09:04:10 +08:00
AMOS bot
69c3feb751
Automatically generated installer lang files
2019-12-11 13:49:59 +00:00
Andrew Nicols
f316987483
Merge branch 'MDL-67458-master' of https://github.com/snake/moodle
2019-12-11 10:05:40 +08:00
Brendan Heywood
cdf3fe7b7e
MDL-65722 core_lock: Avoid DB calls in postgres lock by using a hash
2019-12-11 12:49:03 +11:00
Jake Dallimore
ae0263de2b
MDL-67458 core: removing stale cohortroles and role assignments
2019-12-11 09:34:29 +08:00
Jake Dallimore
94eabe36df
MDL-67458 tool_cohortroles: remove role mapping for deleted roles
...
Before syncing anything, clean up records pointing to deleted roles.
2019-12-11 09:33:10 +08:00
Adrian Greeve
4d1d3eeade
MDL-66503 themes: Set the embed page to display block.
2019-12-11 09:26:07 +08:00
Eloy Lafuente (stronk7)
c865cceb6b
Merge branch 'MDL-67371-master' of git://github.com/rezaies/moodle
2019-12-10 12:49:36 +01:00
Andrew Nicols
d10d00a161
Merge branch 'MDL-67434-master' of git://github.com/junpataleta/moodle
2019-12-10 17:28:49 +08:00
Jake Dallimore
37588be383
Merge branch 'MDL-66936-master' of git://github.com/marinaglancy/moodle
2019-12-10 15:26:41 +08:00
Jake Dallimore
16beda9e63
Merge branch 'MDL-67179' of git://github.com/Chocolate-lightning/moodle
2019-12-10 15:01:40 +08:00
Andrew Nicols
9c18bff160
Merge branch 'MDL-67277-master-strongtopics' of git://github.com/mudrd8mz/moodle
2019-12-10 12:48:54 +08:00
Jake Dallimore
88c7484310
Merge branch 'MDL-67154-master' of git://github.com/ferranrecio/moodle
2019-12-10 11:53:29 +08:00
Jake Dallimore
25137ded9e
Merge branch 'MDL-67362-antivirus-config-log' of https://github.com/brendanheywood/moodle
2019-12-10 11:21:49 +08:00
Jake Dallimore
b42481597e
Merge branch 'MDL-67451-master' of git://github.com/sarjona/moodle
2019-12-10 10:36:54 +08:00
Jake Dallimore
80c13fed94
Merge branch 'MDL-67432-master_quizaccess_settings' of https://github.com/catalyst/moodle
2019-12-10 09:30:36 +08:00