Andrew Nicols
06824731a4
Merge branch 'MDL-64981' of https://github.com/timhunt/moodle
2019-03-05 13:20:34 +08:00
Viktor
898d5d05a0
MDL-62702 core_lib: fix broken verification signature
2019-03-05 04:24:53 +01:00
Mark Nelson
1a8b1f2724
MDL-62702 core_lib: updated the 'ltiprovider' readme_moodle.txt
2019-03-05 04:24:53 +01:00
Brendan Cox
d8a7e1f78d
MDL-62702 core_lib: parameters in POST override other LTI values
...
This fixes an exploit where you could alter the 'Content-Type' of the
request and bypass the case-sensitive check 'strstr'. For example,
setting it to 'application/x-www-FORM-urlencoded'. However, changing
this to use 'stristr' was also not an acceptable approach as you
could also bypass it by setting the value to 'multipart/form-data'.
2019-03-05 04:24:53 +01:00
Ryan Wyllie
93dda3bfd3
MDL-63786 core: set $CFG->forceclean for logged in as sessions
...
Turn on the forceclean config setting when a user is logged in as a
different user. This is a precautionary measure, which forces all
user submitted content to be cleaned of JavaScript before rendering
it to the logged in as user.
2019-03-05 04:24:53 +01:00
Luca Bösch
c430bed525
MDL-64706 theme_boost: Remove logo link in secure template
2019-03-05 04:24:53 +01:00
Jun Pataleta
b7d8cd0fc7
Merge branch 'MDL-64652-master' of git://github.com/andrewnicols/moodle
2019-03-05 11:14:04 +08:00
Andrew Nicols
9f3bf966c4
MDL-64652 rating: Add optional inner join option to sql
2019-03-05 10:12:22 +08:00
Andrew Nicols
e93b9cb56f
Merge branch 'MDL-64967-master' of https://github.com/sammarshallou/moodle
2019-03-05 10:09:31 +08:00
Jun Pataleta
ba77f20bd0
Merge branch 'MDL-62143-master' of git://github.com/damyon/moodle
2019-03-05 09:44:59 +08:00
Amaia Anabitarte
65f631c5bc
MDL-64670 core_message: New steps and selectors for message drawer
...
Co-authored-by: Mathew May <mathew@moodle.com>
Co-authored-by: Amaia Anabitarte <amaia@moodle.com>
2019-03-01 14:14:32 +01:00
Tim Hunt
a0536c410a
MDL-64981 dml tests: pgsql_native_recordset_testcase port number
2019-03-01 11:12:40 +00:00
Andrew Nicols
2c51b2eca0
MDL-63366 core: Add coverage whitelisting for filestorage
2019-03-01 10:30:31 +08:00
Andrew Nicols
0970aa10af
MDL-63366 core_phpunit: Add ability to specify coverage filters
2019-03-01 10:30:31 +08:00
Dmitrii Metelkin
2085e8603a
MDL-62869 search: implement searching for all courses
2019-03-01 07:18:37 +11:00
Luca Bösch
eb6a339fb7
MDL-64746 block_timeline: replace filter icon by sort icon.
2019-02-28 20:45:50 +01:00
David Monllaó
18eb9a3733
MDL-60944 mlbackend_python: Bump python package version
2019-02-28 11:45:24 +01:00
Helen Foster
38dc5b9677
MDL-64943 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* importgroups_help,core_group - Correcting optional fieldnames
(removing picture, hidepicture and adding groupidnumber, groupingname
and enablemessaging)
* penaltyforeachincorrecttry_help,core_question - additional paragraph
about scoring logic
* resultdownloadready,tool_dataprivacy - wording corrected (no need to
go to a download page)
* auth_dbfielduser,auth_db - varchar data type requirement
2019-02-28 09:50:18 +01:00
Eloy Lafuente (stronk7)
daf358f0cd
Merge branch 'MDL-64878-master' of git://github.com/damyon/moodle
2019-02-27 18:58:26 +01:00
Eloy Lafuente (stronk7)
ae5792807b
Merge branch 'MDL-60944_master' of git://github.com/dmonllao/moodle
2019-02-27 18:46:44 +01:00
sam marshall
7514557426
MDL-64967 Behat: Mobile app testing does not load CSS files
...
Some files cannot be loaded due to CORS restrictions.
2019-02-27 14:56:05 +00:00
Andrew Nicols
b4d689c8db
Merge branch 'wip-master-MDL-62345' of https://github.com/adpe/moodle
2019-02-27 13:51:08 +08:00
Andrew Nicols
3d122bd284
Merge branch 'MDL-63915_master' of git://github.com/markn86/moodle
2019-02-27 12:08:09 +08:00
Andrew Nicols
507d05f6e3
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
2019-02-27 11:51:14 +08:00
Mark Nelson
6f9d34bd46
MDL-63915 core_message: 'message' link on profile opens drawer
2019-02-27 11:35:36 +08:00
Ryan Wyllie
3edde4fbe8
MDL-64376 recentlyaccessedcourses: improve displaying of courses
2019-02-27 10:58:02 +08:00
Damyon Wiese
031cf251c1
MDL-64878 grades: Rebuild cache on import
...
When the course module cache is out of date during a gradebook re-calculcation it throws
throws exceptions because the module cannot be found. This prevents access to gradebook or
any type of grading functions until the cache is rebuilt.
When the cache still has no module record we log an error and return the course context.
2019-02-27 10:37:31 +08:00
Davo Smith
08163b2067
MDL-52167 admin: display dependencies in search results
2019-02-26 15:45:53 +01:00
Davo Smith
d940855f92
MDL-52167 admin: switch hide_if() to use hide() + update upgrade.txt
2019-02-26 15:45:44 +01:00
Davo Smith
8ed3671d4c
MDL-52167 admin: now able to show/hide settings based on conditions
2019-02-26 15:45:35 +01:00
Sara Arjona
44d5c25469
Merge branch 'MDL-58428-master' of git://github.com/sarjona/moodle
2019-02-26 13:25:54 +01:00
Mathew May
a48ff0dcf6
MDL-58428 theme: Add templates to Course
2019-02-26 12:56:14 +01:00
Mathew May
b13a453d25
MDL-58428 theme: Move templates from lib
2019-02-26 12:56:14 +01:00
Mathew May
847b0fa941
MDL-58428 renderer: Move renderer override from core
...
Also update all html_writer user to escape the namespace.
Also update the xpaths in behat
2019-02-26 12:56:14 +01:00
David Monllaó
c70a7194f4
MDL-60944 analytics: Include trained ML models
2019-02-26 10:58:41 +01:00
Mathew May
0976e4cf5e
MDL-58428 renderer: Move renderer override from maintenance
2019-02-26 16:24:49 +08:00
Mathew May
b259b8bd7a
MDL-58428 phpunit: PHPUnit will mock the theme config in testing.
...
Other fixes to the require paths, correct the class names in fixtures for 'nofeatures' mock theme.
2019-02-26 16:24:46 +08:00
Andrew Nicols
4aefaf653b
MDL-58428 behat: Check parent themes for Behat override steps.
...
Behat will now look at the current themes' parents for Behat ovveride steps.
If found we will use the steps replacing the Moodle core steps.
2019-02-26 16:21:23 +08:00
Andrew Nicols
2a131bb55d
Merge branch 'arjen_validate_email' of https://github.com/arjenlentz/moodle
2019-02-26 10:53:55 +08:00
David Monllaó
e4453adc55
MDL-60944 tool_analytics: Adding create and delete features
...
Extra modifications to refine the preexisting patch.
2019-02-25 09:54:07 +01:00
Adrian Perez
f286376913
MDL-62345 navigation: Change data-key for dashboard rootnode
2019-02-22 16:52:05 +01:00
Mathew May
e3652936f3
MDL-58428 theme: Shift templates ready for Bootstrapbase removal
...
Move behat override steps from boost into their Moodle core locations &
Move the effected core behat steps into bootstrapbase as override steps.
2019-02-22 15:19:33 +08:00
Adrian Greeve
df4a17c7ed
Merge branch 'MDL-64093_master' of git://github.com/markn86/moodle
2019-02-21 09:46:54 +01:00
Huong Nguyen
efef2efdd6
MDL-63937 autocomplete: Add the indicator when processing the request
2019-02-21 10:08:16 +07:00
Andrew Nicols
df5feea490
MDL-63937 autocomplete: Add a loading icon when fetching via AJAX
2019-02-21 10:08:16 +07:00
Andrew Nicols
414fa82e50
Merge branch 'MDL-64571-master' of git://github.com/cescobedo/moodle
2019-02-21 08:10:54 +08:00
Adrian Greeve
064f3345f8
Merge branch 'MDL-64200-master' of git://github.com/damyon/moodle
2019-02-20 15:57:55 +01:00
David Monllaó
7677a86cc0
Merge branch 'MDL-64570-master' of git://github.com/damyon/moodle
2019-02-19 06:45:21 +01:00
Damyon Wiese
2159983aff
MDL-64570 accessibility: autocomplete user profile fields
...
Only if editing your own user details and not logged in as someone else.
2019-02-19 09:44:15 +08:00
Arjen Lentz
4b71e99564
MDL-21475 weblib: Simplify validate_email() to use existing function.
2019-02-19 10:51:21 +10:00