Adrian Greeve
6310072793
Merge branch 'MDL-65519-master' of https://github.com/ryanwyllie/moodle
2019-05-09 09:31:47 +08:00
Ryan Wyllie
23129586db
MDL-65373 forum: accessibility changes for discussion
2019-05-09 09:10:40 +08:00
Dan Marsden
8e119e4bb3
MDL-65502 blocks: Correct check for my dashboard page.
2019-05-09 10:31:52 +12:00
Eloy Lafuente (stronk7)
ddaae81510
MDL-65435 behat: Support any arg type with behat reruns
...
Right now, when executing a single rerun of a parallel run
using vendor/bin/behat, not all the argument alternatives
are supported (equal or space). This commit allows both to work.
2019-05-08 23:22:18 +02:00
Luca Bösch
133c0342b3
MDL-65387 dataformats: Table download formats choose pulldown style.
2019-05-08 20:27:27 +02:00
Eloy Lafuente (stronk7)
b450745465
MDL-65479 repository_url: make regexp PCRE2 compatible
...
PHP 7.3 comes with the newer PCRE2 engine that is slightly stricter,
more specifically about using unescaped "-" within classes. They
now hat to be at the end of the class or escaped.
This is the only case we have found in core to make it compatible.
Also note that the file changes is, apparently an imported library,
but we have not it registered and already have performed changes to
it, so I've ignored that point. In fact, it has tabs and so on, I've
not modified that either.
2019-05-08 18:26:46 +02:00
Michael Hawkins
cbe5c5fed4
MDL-61738 messageinbound: Fix quota checks & filesize for email uploads
...
Private files uploaded by email will now honour the file quota limit,
because the filesize is set correctly and checked against users'
remaining personal quota limit. Previously, attachment size was always
set to zero, and quota was checked against the draft area (this is
not valid for email uploads, because each file is moved out of the
draft area as it is processed, so multiple files totalling greater
than the remaining quota would still pass the check).
2019-05-08 17:54:44 +02:00
Dan Marsden
c509d10821
MDL-64708 cohort: Return url is not used anywhere in core.
2019-05-08 17:54:44 +02:00
Mark Nelson
2904a7f851
MDL-65365 core_message: prevent users from viewing all conversations
2019-05-08 17:54:44 +02:00
Eloy Lafuente (stronk7)
2018f4ebc1
on-demand release 3.7dev+
2019-05-08 17:49:03 +02:00
Eloy Lafuente (stronk7)
26df7ac11e
NOBUG: Fixed file access permissions
2019-05-08 17:49:02 +02:00
Eloy Lafuente (stronk7)
4d994d59d5
NOBUG: Fixed SVG browser compatibility
2019-05-08 17:49:01 +02:00
Jun Pataleta
70d98c7156
Merge branch 'MDL-44484-master' of https://github.com/Chocolate-lightning/moodle
2019-05-08 12:15:38 +08:00
Mathew May
a282fc23ea
MDL-44484 admin: Remove existing user theme check
2019-05-08 16:14:26 +12:00
Jake Dallimore
3e5f439cb1
Merge branch 'MDL-62599-master' of https://github.com/snake/moodle
2019-05-08 11:48:51 +08:00
Adrian Greeve
bf23d85bf7
Merge branch 'MDL-65484-master' of git://github.com/damyon/moodle
2019-05-08 11:21:59 +08:00
Jake Dallimore
e61312afc9
MDL-62599 mod_lti: fix coding style issues
2019-05-08 11:16:21 +08:00
Damyon Wiese
5c159cb309
MDL-65518 badges: Language change "Site backpack"
2019-05-08 11:10:06 +08:00
Peter
cee572aac6
MDL-65508 mod_forum: Add private to the quick forum reply
2019-05-08 11:03:28 +08:00
Jun Pataleta
6861c4f06e
Merge branch 'MDL-44484-master' of https://github.com/Chocolate-lightning/moodle
2019-05-08 10:53:37 +08:00
Adrian Greeve
32e5731990
Merge branch 'MDL-65188-master' of git://github.com/andrewnicols/moodle
2019-05-08 10:47:25 +08:00
Mathew May
e6ce167bb7
MDL-44484 admin: Theme can be null and create user
2019-05-08 14:44:30 +12:00
Adrian Greeve
83cb72bf9e
Merge branch 'MDL-65516-master' of git://github.com/mihailges/moodle
2019-05-08 10:27:18 +08:00
Andrew Nicols
017c51d33d
Merge branch 'MDL-65417-master' of git://github.com/bmbrands/moodle
2019-05-08 10:14:52 +08:00
Jun Pataleta
5776269f9c
Merge branch 'MDL-65470-master' of git://github.com/bmbrands/moodle
2019-05-08 10:13:13 +08:00
Andrew Nicols
bbeba47635
Merge branch 'MDL-65154' of git://github.com/stronk7/moodle
2019-05-08 09:50:32 +08:00
Andrew Nicols
544f1d0b0b
Merge branch 'MDL-35396-master' of git://github.com/mihailges/moodle
2019-05-08 09:47:04 +08:00
Adrian Greeve
413d09ee9e
Merge branch 'MDL-65511-master' of git://github.com/mihailges/moodle
2019-05-08 09:37:27 +08:00
Ryan Wyllie
c27e8d5010
MDL-65519 forum: remove profile link from started by column
2019-05-08 09:37:01 +08:00
Jake Dallimore
7b3297d298
MDL-62599 lti_gradebookservices: use correct key in get_permitted_scopes
...
This was missing from the revert commit, a464331db2594c, causing scopes
to be empty.
2019-05-08 09:28:23 +08:00
Eloy Lafuente (stronk7)
9b0aec2d65
MDL-65154 competencies: FF 47 does not digest null/missing JS params
...
So we are defaulting to 0 when the page is initially called,
instead of current null. That's exactly the same behavior
than when you pick "No filters applied" from the filter menu.
Note that other browsers seems to accept perfectly the missing param
but FF 47.0.1 does not.
2019-05-07 23:20:38 +02:00
Amaia Anabitarte
e4987f0f58
MDL-64993 core_message: fix unit test for non-ordered queries
2019-05-07 17:54:43 +02:00
Adrian Greeve
48c8a555e0
NOBUG: Fix white space issue due to history rewrite.
2019-05-07 12:51:01 +02:00
Marina Glancy
dd14f4f270
MDL-65523 customfield_checkbox: allow to set as required
2019-05-07 12:01:26 +02:00
Bas Brands
4df2aeba9a
MDL-65470 pix: update Moodle logo
...
* Older logos removed, 2 logo versions added. One with a gray hat, used
in the footer. One with a black hat used in the privacy policiy page.
2019-05-07 11:06:40 +02:00
Andrew Nicols
b43785fe48
Merge branch 'MDL-64993-master-fix' of github.com:sarjona/moodle
2019-05-07 16:26:47 +08:00
Andrew Nicols
93b1835184
Merge branch 'MDL-65498' of https://github.com/stronk7/moodle
2019-05-07 16:26:47 +08:00
Sara Arjona
3c7dcefd9f
MDL-64993 core_message: fix behat test failing with Oracle
2019-05-07 16:26:47 +08:00
Andrew Nicols
8088ad62ab
Merge branch 'MDL-65499' of git://github.com/stronk7/moodle
2019-05-07 16:26:47 +08:00
Jun Pataleta
c5354a4012
Merge branch 'MDL-65313-master-fix' of https://github.com/snake/moodle
2019-05-07 16:26:46 +08:00
Adrian Greeve
3e35a573e0
Merge branch 'MDL-65485-master' of git://github.com/bmbrands/moodle
2019-05-07 16:26:46 +08:00
Jake Dallimore
a0523b826e
MDL-65313 core_favourites: component scoped deletion now requires itemid
...
This now requires itemid, which cannot be null. This is safer. The
context can still be passed in as an optional parameter.
2019-05-07 16:26:46 +08:00
Adrian Greeve
ba235a9c01
Merge branch 'MDL-65495-master-courseid' of git://github.com/mudrd8mz/moodle
2019-05-07 16:26:46 +08:00
Eloy Lafuente (stronk7)
7726bec6b3
Merge branch 'MDL-63262-master' of git://github.com/damyon/moodle
2019-05-07 16:26:40 +08:00
Andrew Nicols
2daa199351
Merge branch 'MDL-65132-master' of git://github.com/cescobedo/moodle
2019-05-07 16:24:40 +08:00
Andrew Nicols
83477cedaf
Merge branch 'MDL-65505-master' of https://github.com/ryanwyllie/moodle
2019-05-07 16:24:39 +08:00
Andrew Nicols
76f90cbe62
MDL-65449 course: Add deprecation tag
2019-05-07 16:24:39 +08:00
Andrew Nicols
e18c7dc06b
Merge branch 'MDL-65449-master' of git://github.com/bmbrands/moodle
2019-05-07 16:24:39 +08:00
Sara Arjona
851ea51966
Merge branch 'MDL-65374-master' of https://github.com/lucaboesch/moodle
2019-05-07 16:24:39 +08:00
Jun Pataleta
0eab8a4221
MDL-65313 core: Fix orphaned favourites cleanup
2019-05-07 16:24:38 +08:00