Eloy Lafuente (stronk7)
c461c96d25
MDL-66335 behat: Avoid double processing the page type
...
resolve_page_instance_helper() already processes the type, returning
the correct context that should be processing the navigation URL.
With that extra call to parse_page_name() the 2nd call always returns
"core", ultimately leading to tons of behat failures because "core" is
not aware of those (plugin, quiz for now) pages typology.
2019-10-14 23:52:28 +02:00
Eloy Lafuente (stronk7)
82d71a5c83
Merge branch 'MDL-66335' of https://github.com/timhunt/moodle
2019-10-14 18:53:44 +02:00
Eloy Lafuente (stronk7)
1b8a7f86d5
Merge branch 'MDL-66559-master' of git://github.com/andrewnicols/moodle
2019-10-14 16:33:46 +02:00
Tim Hunt
9bcc357107
MDL-66335 behat: new step to log in and go straight to a particular page
...
I did not think thought through if this new URL parameter would be a
potential security hole. The simple cop-out option is to make it only
work on Behat sites for now.
2019-10-14 11:21:22 +01:00
Tim Hunt
4024556b98
MDL-66335 behat: generic step for navigating direct to specific pages
2019-10-14 11:19:13 +01:00
Jake Dallimore
050f048e26
Merge branch 'MDL-66659' of https://github.com/paulholden/moodle
2019-10-14 15:33:10 +08:00
Andrew Nicols
e99a3cca93
MDL-66559 behat: Register component selectors earlier
2019-10-14 14:24:05 +08:00
Andrew Nicols
cd5382b298
MDL-66559 behat: Update running suite
2019-10-14 14:17:47 +08:00
Jake Dallimore
7f518ce451
Merge branch 'MDL-66559-master' of git://github.com/andrewnicols/moodle
2019-10-14 11:09:44 +08:00
Andrew Nicols
61832faefd
MDL-66559 behat: Allow per-component selectors and replacements
2019-10-11 12:58:16 +08:00
Eloy Lafuente (stronk7)
d58331eaaf
Merge branch 'MDL-66815' of https://github.com/timhunt/moodle
2019-10-11 00:50:31 +02:00
Sara Arjona
b968900509
Merge branch 'MDL-66017_course_filter_rebase' of git://github.com/davosmith/moodle
2019-10-10 08:33:07 +02:00
Davo Smith
8d166d7745
MDL-66017 block_myoverview: filter by custom course field
2019-10-09 14:25:52 +01:00
Jun Pataleta
108bc23b70
Merge branch 'MDL-66835' of https://github.com/timhunt/moodle
2019-10-09 20:44:45 +08:00
Tim Hunt
920a3500dc
MDL-66835 behat: steps for setting/checking fields in containers
2019-10-09 13:26:05 +01:00
Andrew Nicols
5dc69b9bbe
Merge branch 'MDL-66166' of https://github.com/brendanheywood/moodle
2019-10-09 11:14:09 +08:00
David Mudrák
ecc9960ead
MDL-66118 hub: Stop using the hub URL as the setting name suffix
...
Site indicators shared with the registration hub used to have the hub
URL in the relevant setting names - such as site_name_httpsmoodlenet.
This upgrade step converts all such settings and drops the URL suffix
because we do not support alternative hubs any more.
Additionally the upgrade step renames the official hub and updates its
URL so that existing registrations with https://moodle.net are still
valid.
2019-10-04 21:23:11 +02:00
Eloy Lafuente (stronk7)
40763810d9
Merge branch 'MDL-65327_master' of https://github.com/marxjohnson/moodle
2019-10-03 19:27:49 +02:00
Adrian Greeve
8515fbfbaa
Merge branch 'MDL-65919-master' of git://github.com/marinaglancy/moodle
2019-10-03 15:59:03 +08:00
Eloy Lafuente (stronk7)
35da660ab0
Merge branch 'MDL-66254_master' of git://github.com/dmonllao/moodle
2019-10-02 17:00:39 +02:00
David Monllaó
ea30943119
MDL-66254 course: Unit tests for the new restrictions
2019-10-02 08:12:56 +08:00
Tim Hunt
6e73157a3c
MDL-66815 behat: question category generator must find right parent id
...
This is implemented in a bit of a hacky way, because the only other
alternative would be a large rewrite of the whole class, which is
not feasible for me right now. Note that many other types of thing
that can be generated suffer from the same issue. (E.g. if you ever
wanted to generate two groups with the same name in two different
courses and then add group memebers.)
It is worth doing a special-case fix for question categories, because
way Moodle works, it is inevitable that we end up with many categories
called 'top' in the database.
2019-10-01 16:43:25 +01:00
Paul Holden
d99bbd8e80
MDL-66659 core: observe viewfullnames capability in flexible_table.
2019-10-01 10:07:29 +01:00
Brendan Heywood
3bc082dd07
MDL-66166 core_useragent: Update MoodleBot UA and treat as web crawler
2019-09-30 23:30:20 +10:00
Marina Glancy
b51bfaf594
MDL-65919 core: add test for table download
2019-09-30 12:00:37 +02:00
David Monllaó
386d109172
MDL-62191 analytics: Support for bulk actions
2019-09-27 14:13:52 +08:00
Eloy Lafuente (stronk7)
b57e984398
Merge branch 'MDL-66675-master' of git://github.com/andrewnicols/moodle
2019-09-25 20:05:21 +02:00
Eloy Lafuente (stronk7)
ef6a958dfb
Merge branch 'MDL-66733-master' of git://github.com/andrewnicols/moodle
2019-09-23 23:35:42 +02:00
Mark Johnson
d91aa1e760
MDL-65327 performance: Lazy-load module name strings
2019-09-20 08:59:34 +01:00
Andrew Nicols
4bb39eabc7
MDL-66733 grade: Add helper to get correct user date for grade
2019-09-20 09:50:17 +08:00
David Monllaó
2d9280e0df
MDL-65588 analytics: New models for student accesses
2019-09-20 08:14:13 +08:00
David Monllaó
7d8ed90757
MDL-65588 analytics: Unit tests for any_course_access
2019-09-20 08:14:13 +08:00
Andrew Nicols
1162e2c958
MDL-66675 behat: Fix typo in step function name
2019-09-19 07:30:15 +08:00
Andrew Nicols
0b07ea423b
MDL-66675 behat: Add option to pause on behat failures
2019-09-19 07:30:15 +08:00
Paul Holden
51539ba383
MDL-40669 tool_uploaduser: set emailstop during upload Behat test.
2019-09-18 21:41:28 +01:00
Andrew Nicols
5034f0a12b
MDL-66550 theme: Wrap JS calls in pendingJS
2019-09-12 20:58:10 +08:00
Andrew Nicols
d10ed4d240
MDL-66550 behat: Standardise finding in core functionality
2019-09-10 21:29:03 +08:00
Jake Dallimore
a7e33b03a4
Merge branch 'MDL-56223-master' of git://github.com/lameze/moodle
2019-09-05 17:20:03 +08:00
Simey Lameze
d5727ed3ba
MDL-56223 calendar: skip events updating if nothing has changed
2019-09-05 16:18:37 +08:00
Ryan Wyllie
f9664b0c19
MDL-62284 output: prevent nested JS mustache handler calls
...
Prevent the JS mustache helper from being executed from within
the render call of another mustache helper because it can allow
users to inject JS into the page.
2019-09-04 11:22:51 +08:00
Andrew Nicols
8cb4578de8
MDL-66181 behat: You check checkboxes, not click them
2019-09-02 17:04:35 +02:00
Adrian Greeve
ef848e0aa8
Merge branch 'MDL-66468-master' of git://github.com/jleyva/moodle
2019-08-28 08:54:26 +08:00
Juan Leyva
418a86c660
MDL-66468 file: Return text content when using IGNORE_FILE_MERGE
2019-08-22 13:10:39 +01:00
Adrian Greeve
0052d1b666
Merge branch 'MDL-65443' of https://github.com/NeillM/moodle
2019-08-21 16:35:34 +08:00
Adrian Greeve
700adfb9cf
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-21 08:54:34 +08:00
Andrew Nicols
6fd975cc07
MDL-66378 behat: Correct grammar of resize step
2019-08-21 08:39:51 +08:00
Andrew Nicols
a6df6800d4
MDL-66378 behat: All args are required for document.evaluate
2019-08-21 08:24:08 +08:00
Neill Magill
e3ec42093a
MDL-65443 core: Log when a context is locked or unlocked
2019-08-20 08:52:35 +01:00
Adrian Greeve
5074882e13
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
2019-08-20 13:43:11 +08:00
François Moreau
6ab44bdbc6
MDL-65404 tool_uploaduser: Add a column for enrolment time start.
2019-08-19 14:25:24 -04:00