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
Sara Arjona
5b91deed2c
Merge branch 'MDL-63349-Master' of github.com:tuanngocnguyen/moodle
2019-10-14 13:58:09 +02:00
Sara Arjona
ef2f26b8b1
Merge branch 'MDL-66836-master' of https://github.com/sammarshallou/moodle
2019-10-14 12:26:49 +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
Eloy Lafuente (stronk7)
25494613f4
Merge branch 'MDL-66304' of https://github.com/golenkovm/moodle
2019-10-14 10:53:24 +02:00
Eloy Lafuente (stronk7)
70d33bc399
Merge branch 'MDL-66874-master' of git://github.com/junpataleta/moodle
2019-10-14 10:05:27 +02: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
Jun Pataleta
0b0527cced
MDL-66874 core: Allow master button checkbox toggle to be customisable
...
* Plus, add labelclasses data for template context in master and slave
checkbox templates.
2019-10-14 11:26: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
Jun Pataleta
75c49ad291
Merge branch 'MDL-66553' of https://github.com/timhunt/moodle
2019-10-14 09:42:03 +08:00
Eloy Lafuente (stronk7)
4e202d91e7
Merge branch 'MDL-65243-master' of git://github.com/mihailges/moodle
2019-10-13 16:31:14 +02:00
Eloy Lafuente (stronk7)
1069a44975
Merge branch 'MDL-65515-master' of git://github.com/mihailges/moodle
2019-10-13 16:12:47 +02:00
Eloy Lafuente (stronk7)
0b30d47973
Merge branch 'master_MDL-66864' of https://github.com/golenkovm/moodle
2019-10-13 02:08:10 +02:00
Tim Hunt
a3f42f998c
MDL-66553 question bank: show idnumbers in category drop-down
2019-10-11 13:59:26 +01:00
Tim Hunt
33da028c27
MDL-66559 behat: Documentation for component selectors
2019-10-11 12:58:16 +08:00
Andrew Nicols
5c783f140e
MDL-66559 message: Move behat selectors to message subsystem
2019-10-11 12:58:16 +08:00
Andrew Nicols
61832faefd
MDL-66559 behat: Allow per-component selectors and replacements
2019-10-11 12:58:16 +08:00
Nathan Nguyen
4a6edc5767
MDL-63349 assignfeedback_editpdf: Rotate submitted image automatically
2019-10-11 15:26:53 +11: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
Jake Dallimore
d979e33acc
Merge branch 'MDL-65585_master' of git://github.com/dmonllao/moodle
2019-10-10 10:20:09 +08:00
David Monllaó
bf25fb166c
MDL-65585 analytics: Global on/off switch
2019-10-10 10:06:31 +08:00
sam marshall
cb0656a5ff
MDL-66836 Behat: Reset unknown config variables between scenarios
...
In the Behat CLI run (not in the individual web requests), if you
modified an existing $CFG variable then this would be reset at the
start of the next scenario. However, if you added a completely new
one, it would not be reset. This change removes those variables.
2019-10-09 17:48:36 +01: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
7ba73d16a0
MDL-66553 tags: option to accesshide label when displaying a taglist
2019-10-09 13:26:12 +01:00
Tim Hunt
d30c6cdc17
MDL-66553 question bank: fix lots of phpdoc and other warnings
2019-10-09 13:26:12 +01:00
Tim Hunt
920a3500dc
MDL-66835 behat: steps for setting/checking fields in containers
2019-10-09 13:26:05 +01:00
Andrew Nicols
d31b5c431d
Merge branch 'MDL-66753-master' of git://github.com/abias/moodle
2019-10-09 12:00:57 +08:00
Damyon Wiese
b0213770d2
MDL-65243 badges: Use real time api
...
Never add or subtract timestamps - use the time api to do it correctly.
2019-10-09 11:51:45 +08:00
Mihail Geshoski
9ad5cff41f
MDL-65515 badges: Split install/upgrade
...
Use badges/upgradelib.php for functions that only affect install/upgrade.
All credit goes to Damyon Wiese.
2019-10-09 11:15:28 +08:00
Andrew Nicols
5dc69b9bbe
Merge branch 'MDL-66166' of https://github.com/brendanheywood/moodle
2019-10-09 11:14:09 +08:00
Adrian Greeve
d50978de2c
Merge branch 'MDL-66011-master' of git://github.com/andrewnicols/moodle
2019-10-09 10:40:02 +08:00
Jun Pataleta
fa278f052b
Merge branch 'MDL-66725-master' of https://github.com/snake/moodle
2019-10-09 10:31:18 +08:00
Andrew Nicols
13ef95e3de
Merge branch 'MDL-66118-master-byebyemoodlenet' of git://github.com/mudrd8mz/moodle
2019-10-09 07:43:33 +08:00
Alexander Bias
8471a0db42
MDL-61804 admin: Add setting for course visibility sorting
2019-10-08 11:58:39 +02:00
Eloy Lafuente (stronk7)
d4f52fc831
Merge branch 'MDL-66750' of https://github.com/timhunt/moodle
2019-10-07 21:55:32 +02:00
Alexander Bias
7ce941a455
MDL-66753 blocks: Remove block_participants from core
2019-10-07 08:34:20 +02:00
Mikhail Golenkov
9c7a5526ba
MDL-66864 upgrade: Delete non-mutual contacts in chunks.
2019-10-07 16:32:20 +11:00
Adrian Greeve
3ae7d678fa
Merge branch 'MDL-65187-master' of git://github.com/marinaglancy/moodle
2019-10-07 11:12:21 +08:00
David Mudrák
254b579375
MDL-66118 hub: Replace the unregister form with a confirmation
...
Now that unpublishalladvertisedcourses and unpublishalluploadedcourses
became irrelevant, there is no reason for an empty form.
2019-10-04 21:23:11 +02:00
David Mudrák
3d2aa2ebef
MDL-66118 hub: Remove the mentions of moodle.net
...
This is an update of the site registration admin page and some relevant
backend code to remove the mentions of moodle.net.
AMOS BEGIN
CPY [registerwithmoodleorg,core_admin],[registerwithmoodleorg,core_hub]
AMOS END
2019-10-04 21:23:11 +02: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
David Mudrák
6d015e29cc
MDL-66118 hub: Define the new sites directory URL
...
The Moodle sites now register with stats.moodle.org so use that as a new
official hub's URL. Beside that, allow for the alternative value be
provided in config.php for development and testing purposes.
2019-10-04 21:17:06 +02:00
David Mudrák
a08c238f9e
MDL-66118 hub: Remove legacy constants, not relevant any more
...
Both the following constants are no longer needed as Moodle does not
support multiple hubs any more.
* HUB_HUBDIRECTORYURL is no longer valid as Moodle no longer supports
the listing of community hubs.
* HUB_OLDMOODLEORGHUBURL was used in the past for the transition
purposes.
2019-10-04 21:17:06 +02:00