Eloy Lafuente (stronk7)
0e5f6317c1
Merge branch 'MDL-66307' of https://github.com/timhunt/moodle
2019-08-05 13:30:46 +02:00
Eloy Lafuente (stronk7)
09287bf893
Merge branch 'MDL-64757-38_core_output_nested_template_block_string_language' of https://github.com/tomdickman/moodle
2019-08-05 13:13:33 +02:00
Andrew Nicols
6bfdb36e0b
Merge branch 'MDL-33884' of https://github.com/timhunt/moodle
2019-08-05 14:33:11 +08:00
Sara Arjona
1c49217088
Merge branch 'MDL-66281-master' of git://github.com/junpataleta/moodle
2019-08-05 13:41:12 +08:00
Andrew Nicols
6047801767
Merge branch 'MDL-64032-master' of https://github.com/HuongNV13/moodle
2019-08-05 12:55:35 +08:00
Andrew Nicols
0fdef2d2cf
Merge branch 'MDL-66279-master' of git://git.cameron1729.xyz/moodle
2019-08-05 11:48:13 +08:00
Eloy Lafuente (stronk7)
414eca8923
weekly release 3.8dev
2019-08-01 17:06:55 +02:00
Eloy Lafuente (stronk7)
adcad4ead2
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-08-01 17:06:51 +02:00
Tim Hunt
ac1a91bf47
MDL-66307 js: fix path handling on Windows
2019-08-01 14:54:05 +01:00
Andrew Nicols
2c28ba8888
MDL-66307 js: Add missing plugintypes structure in subplugin read
2019-08-01 20:52:02 +08:00
Adrian Greeve
4e569b1b98
Merge branch 'MDL-65093' of git://github.com/stronk7/moodle
2019-08-01 16:07:26 +08:00
Sara Arjona
c5f3e92498
MDL-66123 core: update upgrade.txt with check_password_policy changes
2019-08-01 10:08:03 +08:00
Sara Arjona
117d2fd56e
Merge branch 'mdl_66123' of https://github.com/Peterburnett/moodle
2019-08-01 09:59:08 +08:00
Sara Arjona
ac7505be43
Merge branch 'MDL-42451' of git://github.com/Chocolate-lightning/moodle
2019-08-01 09:53:05 +08:00
Adrian Greeve
f1cb94488e
Merge branch 'MDL-58974-master' of git://github.com/vmdef/moodle
2019-08-01 09:02:52 +08:00
Eloy Lafuente (stronk7)
b119595510
Merge branch 'MDL-50472' of git://github.com/Chocolate-lightning/moodle
2019-08-01 00:27:31 +02:00
Eloy Lafuente (stronk7)
1ccc9461aa
Merge branch 'MDL-66192-master' of git://github.com/andrewnicols/moodle
2019-08-01 00:22:14 +02:00
Eloy Lafuente (stronk7)
d8b3c365ab
Merge branch 'MDL-57342' of git://github.com/Chocolate-lightning/moodle
2019-07-31 18:49:21 +02:00
Eloy Lafuente (stronk7)
22c95e393a
Merge branch 'MDL-65766-master' of git://github.com/mihailges/moodle
2019-07-31 18:38:39 +02:00
Tim Hunt
b65db96d8c
MDL-33884 question export: raise memory limit
...
Question exports can be quite big, just like imports can. Therefore, we
should raise memory limits in the same way.
(Of course, eventually we should change the API, so that it writes one
questoin at a time, rather than building the whole export file contents
in RAM first, but that would be a much bigger change, and we need a
quick fix now.)
2019-07-31 16:18:16 +01:00
Victor Deniz Falcon
a9e58c14f9
MDL-58974 core_analytics: Add behat tests
...
Behat testing to cover model management and predictions generation
and visualization.
2019-07-31 11:13:05 +01:00
Mathew May
65fd840be8
MDL-42451 installation: Allow enter key to proceed
2019-07-31 14:22:42 +08:00
Jun Pataleta
3c84d36f94
Merge branch 'MDL-65831-master' of git://github.com/aanabit/moodle
2019-07-31 10:55:58 +08:00
Sara Arjona
408689d5ae
Merge branch 'MDL-57208' of https://github.com/paulholden/moodle
2019-07-31 10:25:04 +08:00
AMOS bot
a18439bc6f
Automatically generated installer lang files
2019-07-31 00:09:06 +00:00
Eloy Lafuente (stronk7)
eaaef6d621
MDL-65093 core_message: remove some "dupe" tests
...
With the deprecation of can_post_message() in favor of
can_send_message() all the new test_can_send_message_xxx()
were created from the original test_can_post_message_xxx() ones.
So, really we don't need all the old ones. Just ensure that
debugging is being called and done. New tests are already covering
the new method.
Note this is not strictly needed but in practice is allowing
MySQL + PHP 7.3 to stop segfaulting (because of some sort of limit /
overflow happening somewhere else). So this is just a practical
fix to avoid that while all the messaging tests are reorganizaed
@ MDL-63670. There are some good things to fix there.
2019-07-30 12:37:27 +02:00
Paul Holden
719f76313c
MDL-57208 user: select default homepage from user preferences page.
2019-07-30 08:53:18 +01:00
Sara Arjona
fd59fa7494
Merge branch 'MDL-64860-38_block_myoverview_improve_pagination' of https://github.com/tomdickman/moodle
2019-07-30 14:52:20 +08:00
Cameron Ball
315e4342f1
MDL-66279 task: Test if logger is_a database_logger
2019-07-30 14:49:27 +08:00
Jun Pataleta
91a8e1894b
MDL-66281 tool_dataprivacy: Set sensitive data processing default value
2019-07-30 13:58:36 +08:00
Sara Arjona
b5b11a1543
Merge branch 'MDL-63458' of https://github.com/rlorenzo/moodle
2019-07-30 11:59:18 +08:00
Adrian Greeve
647c6da2b8
Merge branch 'MDL-66174-master' of git://github.com/peterRd/moodle
2019-07-29 14:38:35 +08:00
Adrian Greeve
6aa6d5b113
Merge branch 'mdl-66119' of https://github.com/Peterburnett/moodle
2019-07-29 14:06:32 +08:00
[Peter Burnett]
ad9c96e531
MDL-66123 core: check_password_policy takes $user argument
2019-07-29 14:37:50 +10:00
Jake Dallimore
a12f9f93c4
Merge branch 'MDL-46267-master' of git://github.com/junpataleta/moodle
2019-07-29 11:37:56 +08:00
Mathew May
c5d1c2dcf8
MDL-50472 auth: Add maintenance message to the login page.
2019-07-29 10:45:28 +08:00
Adrian Greeve
9f236d63e6
Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle
2019-07-29 10:43:52 +08:00
Mark Nelson
386634bab3
MDL-65093 core_message: show 'OK' dialogue
2019-07-29 10:39:57 +08:00
Mark Nelson
66fffdbce5
MDL-65093 core_message: dont show users with cap as blocked
...
It is possible that before this patch the user blocked a
teacher from messaging them, even though this would have
no effect. It is also possible for a user to block a user,
then that user gets 'promoted' to a teacher role and the
block becoming ineffective. In these cases we dont show the
user's status as blocked.
2019-07-29 10:39:57 +08:00
Mark Nelson
90403c5d9d
MDL-65093 core_message: users can't block any user they want
...
If blocking will have no effect (ie. you are attempting to block
the admin) the 'Block' button will not be shown and instead a
message will be shown explaining why you can not block the user.
2019-07-29 10:39:57 +08:00
Mark Nelson
06d046c1ff
MDL-65093 core_message: deprecate can_post_message()
2019-07-29 10:39:57 +08:00
Adrian Greeve
dcc3f54e24
Merge branch 'MDL-64887-master-3' of git://github.com/bmbrands/moodle
2019-07-29 10:16:01 +08:00
Amaia Anabitarte
c9469fb488
MDL-65831 behat: New steps to switch offline mode for moodle app behats
2019-07-29 09:50:41 +08:00
Mihail Geshoski
3d980e5be7
MDL-65766 libraries: Upgrade WebRTC to 6.4.0
2019-07-29 09:05:01 +08:00
Tom Dickman
c0add7c713
MDL-64860 block_myoverview: added additional pagination options
...
Added additional pagination options based on the amount of courses the user is enrolled in.
This will allow the user to display all courses on one page if they wish, and scale based on their total
courses up to pages of 96 courses, now defaults to `All` if they have less than 12 courses and hides the
dropdown menu as there is only one choice.
2019-07-29 09:12:07 +10:00
Jake Dallimore
d4fc7d756a
Merge branch 'MDL-35773_master' of git://github.com/markn86/moodle
2019-07-26 17:32:29 +08:00
Mark Nelson
56e28c3bf1
MDL-35773 core_backup: controller has full responsibility for files
2019-07-26 17:00:40 +08:00
Jake Dallimore
1f16f4115d
Merge branch 'MDL-65219-master' of https://github.com/ryanwyllie/moodle
2019-07-26 15:20:10 +08:00
Mark Nelson
9bfdfbb389
MDL-35773 tool_recyclebin: ensure backups always contain files
2019-07-26 11:59:57 +08:00
Mark Nelson
2124100194
MDL-35773 core_backup: ensure we restore with new itemid
2019-07-26 11:59:57 +08:00