Brendan Heywood
504198780e
MDL-64543 profiling: Add ability to auto profile only slow scripts
2019-03-14 11:44:25 +11:00
Jun Pataleta
b740fe1769
Merge branch 'MDL-64746-master' of https://github.com/lucaboesch/moodle
2019-03-07 11:04:42 +08:00
Eloy Lafuente (stronk7)
05506eaddc
MDL-62869 upgrade: make upgrade step to match current version
2019-03-06 23:19:13 +01:00
Eloy Lafuente (stronk7)
ff13ffcd99
Merge branch 'MDL-62869-include-all-courses-mycourse-fix-new' of https://github.com/dmitriim/moodle
2019-03-06 23:10:38 +01:00
Eloy Lafuente (stronk7)
e3d78a7c8d
Merge branch 'MDL-63937-master' of https://github.com/HuongNV13/moodle
2019-03-06 13:30:39 +01:00
Andrew Nicols
54c2b17604
MDL-64410 access: Unit tests for context locking SQL
2019-03-06 12:36:05 +01:00
Andrew Nicols
fe41810304
MDL-64410 access: Check for context locking in cap functions
2019-03-06 12:36:05 +01:00
Andrew Nicols
a6a5685999
Merge branch 'MDL-64950-master-2' of git://github.com/junpataleta/moodle
2019-03-06 13:42:24 +08:00
Jun Pataleta
313f2be603
MDL-64950 core: Handle username in a case-insensitive fashion
2019-03-06 12:45:27 +08:00
Jun Pataleta
e1d6600fbe
MDL-64950 core: Unit tests for get_complete_user_data()
2019-03-06 12:45:27 +08:00
Andrew Nicols
c40f6adbe0
MDL-64971 access: Ensure that the capability exists when fetching
2019-03-06 10:16:06 +08:00
Eloy Lafuente (stronk7)
8ab1bd2f5e
Merge branch 'MDL-64943-master-enfix' of git://github.com/mudrd8mz/moodle
2019-03-05 11:08:32 +01:00
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
Tim Hunt
a0536c410a
MDL-64981 dml tests: pgsql_native_recordset_testcase port number
2019-03-01 11:12:40 +00: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