Eloy Lafuente (stronk7)
3303daf3bf
Merge branch 'm40_MDL-68588_Hide_Backuptempdir_From_Message_And_Debuginfo' of https://github.com/scara/moodle
2020-07-07 19:09:59 +02:00
Jake Dallimore
3d7a8a09ba
Merge branch 'MDL-63966' of https://github.com/Chocolate-lightning/moodle
2020-07-07 13:54:27 +08:00
Andrew Nicols
3bf4744303
Merge branch 'MDL-67594-master-2' of git://github.com/mihailges/moodle
2020-07-07 09:32:20 +08:00
Mihail Geshoski
41bc63dbf3
MDL-67594 core_lock: Remove supports_recursion() usages
2020-07-06 13:01:20 +08:00
Jake Dallimore
68e240284c
Merge branch 'MDL-63004' of https://github.com/Chocolate-lightning/moodle
2020-07-06 11:55:12 +08:00
Mathew May
d0ba284421
MDL-63966 core: Remove tests covering removed functions
2020-07-06 11:44:04 +08:00
Mathew May
f87f23777f
MDL-63004 behat: Final removal of i_navigate_to_node_in
2020-07-06 11:39:13 +08:00
Jake Dallimore
6ceba9e0e8
Merge branch 'MDL-69136-master' of git://github.com/andrewnicols/moodle
2020-07-06 10:44:10 +08:00
Matteo Scaramuccia
82850a0418
MDL-68588 Backup: Hide ->backuptempdir in exception info
2020-07-03 21:17:42 +02:00
Andrew Nicols
d128bf726e
MDL-69136 behat: Improve reliability of navigation steps
2020-06-29 11:36:36 +08:00
Andrew Nicols
aacfff0bc8
MDL-69072 behat: Remove restart_browser_after feature
...
This is no longer required as the Mink session is restarted after every
test regardless.
2020-06-29 11:05:53 +08:00
Andrew Nicols
675e981004
MDL-69072 behat: Relaunch browser session between scenarios
2020-06-26 21:17:22 +08:00
Andrew Nicols
c7fb9fe55a
MDL-66568 behat: Reset theme CSS between scenarios
2020-06-17 07:46:23 +08:00
Shamim Rezaie
ce80716a8e
MDL-68991 core: delete core_get_userfeedback_url webservice
2020-06-10 16:12:03 +10:00
Shamim Rezaie
292a67aede
MDL-68991 core: Prevent popup blockers blocking feedback window
...
Some browsers like Firefox are very inflexible with window.open()
and block it if it is not instantly invoked after the user click.
Also according to https://stackoverflow.com/a/6807615 it is best
practice to replace self:: with static::
2020-06-10 16:10:53 +10:00
Shamim Rezaie
4cdcd23fb2
MDL-68931 core: No feedback link on footer if the feature is disabled
2020-06-10 16:10:53 +10:00
Adrian Greeve
ac69c0eb96
Merge branch 'MDL-68826-master' of git://github.com/ferranrecio/moodle
2020-06-05 13:35:03 +08:00
Shamim Rezaie
363aaf6eaa
MDL-68076 core: log user's click on feedback links
2020-06-04 11:57:26 +10:00
Shamim Rezaie
6872c96569
MDL-68076 core: webservice to get the feedback url
2020-06-04 11:38:46 +10:00
Shamim Rezaie
1a4c8e0275
MDL-68076 core: webservice to record feedback actions users take
2020-06-03 17:43:52 +10:00
Ferran Recio
709cab79ed
MDL-68826 behat: new step I close all opened windows
2020-05-29 13:34:13 +02:00
Víctor Déniz Falcón
db1fb23ce2
Merge branch 'MDL-67813-master-1' of git://github.com/mihailges/moodle
2020-05-28 13:00:16 +01:00
Victor Deniz Falcon
7a82ee7ed6
MDL-67813 core: Add a manual 'enter' key press behat action step
2020-05-28 12:06:32 +08:00
Eloy Lafuente (stronk7)
08c6eca7e9
Merge branch 'MDL-68789-master' of git://github.com/crazyserver/moodle
2020-05-26 23:43:05 +02:00
Eloy Lafuente (stronk7)
60fe1f8c9d
MDL-68388 core_grades: Tweak unit test assertion to make Oracle happy
...
Also modify some comments and get rid of some void return types.
2020-05-26 19:00:24 +02:00
Jun Pataleta
8aa0f2c4d8
Merge branch 'MDL-45184-master' of git://github.com/junpataleta/moodle
2020-05-26 12:39:24 +08:00
Adrian Greeve
b2978c1787
Merge branch 'MDL-68757' of https://github.com/timhunt/moodle
2020-05-26 10:33:03 +08:00
Andrew Nicols
17238ab079
MDL-68388 grade: Tidy comments and whitespace
2020-05-26 10:15:52 +08:00
Andrew Nicols
a7aaf91855
Merge branch 'MDL-68388' of https://github.com/marcusboon/moodle
2020-05-26 10:11:08 +08:00
Tom Dickman
4399e4759a
MDL-45184 tool_licenses: Add custom licenses
...
This feature adds an admin tool for creating custom licenses.
Now custom licenses can be added and amended in Moodle, and the site
default can be set to a custom license.
Core licenses remain hard-coded and are uneditable, so they will always
require update within Moodle core updates, and maintain their
internationalisation through core language strings.
This also includes fundamental changes to the license API including
the addition of license caching and deprecation of no longer required
admin settings for license management.
2020-05-26 12:08:05 +10:00
Adrian Greeve
ef17275726
Merge branch 'MDL-68348-master-6' of git://github.com/mickhawkins/moodle
2020-05-26 07:48:53 +08:00
Marcus Boon
f1f5ba36ad
MDL-68388 core_grades: Use MUC for grade letters
...
In the get_grade_letters there is a static variable that is used
to cache grade letters, we should use MUC for this so that it is
reset properly between unit tests.
2020-05-26 09:06:50 +10:00
Pau Ferrer Ocaña
a87aa36ad9
MDL-68789 behat: Change app page menu text selector
2020-05-25 14:53:18 +02:00
Michael Hawkins
03397c817b
MDL-68348 lib: User filter match types support - groups
...
Updated groups_get_members_join to support different filter match types
2020-05-25 18:35:08 +08:00
Eloy Lafuente (stronk7)
200570558d
MDL-68658 phpunit: Ensure that the configured proxy is applied always
...
Previously, if the RSS feed (extests) was being served locally,
CFG->proxybypass was applied and causing the test to fail (proxy
ignored).
In that exact test we need the configured proxy to be applied
always, because the test is exaclty about detecting the problem
when a wrong proxy is used.
2020-05-22 17:07:05 +02:00
Pau Ferrer Ocaña
9afc6b78c3
MDL-68789 behat: Adapt login step to new app version
2020-05-22 16:17:29 +02:00
Andrew Nicols
cc29e04f27
Merge branch '68137-master-prevent-removing-all-dots-in-filename' of https://github.com/DSI-Universite-Rennes2/moodle
2020-05-22 11:53:22 +08:00
Sara Arjona
e4426b3aff
Merge branch 'MDL-68782-master' of git://github.com/aanabit/moodle
2020-05-21 08:23:46 +02:00
Amaia Anabitarte
8675e8ae6a
MDL-68782 core_contentbank: Improving event unit tests
2020-05-20 22:37:30 +02:00
Marina Glancy
5b529aca15
MDL-68333 testing: trigger user_created event in user generator
2020-05-19 19:11:54 +02:00
Tim Hunt
4a45b7112c
MDL-68757 questions: don't do output in low-level functions
2020-05-18 20:54:27 +01:00
Sara Arjona
2418c12c60
Merge branch 'MDL-68760' of https://github.com/timhunt/moodle
2020-05-18 20:33:05 +02:00
Tim Hunt
8f406297e0
MDL-68760 string tests: make test_timezone_lang_strings message helpful
2020-05-18 16:51:17 +01:00
Andrew Nicols
215393c86c
Merge branch 'MDL-68503_master' of https://github.com/marxjohnson/moodle
2020-05-18 20:29:52 +08:00
Sara Arjona
84ab8a51e2
Merge branch 'MDL-68294-master' of git://github.com/jleyva/moodle
2020-05-18 12:49:32 +02:00
Sara Arjona
da7feb3455
Merge branch 'read-only-session' of https://github.com/Agilicus/moodle
2020-05-18 12:09:00 +02:00
Adrian Greeve
a1bd5d556d
Merge branch 'MDL-68563-master' of git://github.com/lameze/moodle
2020-05-18 11:34:38 +08:00
Adrian Greeve
5ec37d28a6
Merge branch 'master_MDL-64843_course_copy_ui' of https://github.com/catalyst/moodle
2020-05-18 10:35:44 +08:00
Juan Leyva
8f2a40f2da
MDL-68294 core_component: Fix test that depends on tool_mobile
2020-05-15 20:49:35 +02:00
Don Bowman
cf7b00b8cf
MDL-68696 sessions: Fixed redis session handler for readonly
...
In 39770792ca
read-only sessions were allowed.
In the redis case, as called from the mobile application,
this can lead to returning 'false' for session rather than ''.
2020-05-15 12:09:15 -04:00