Sagar Ghimire
36667548b5
MDL-60916 core_course: Replace course search with global search
2019-08-05 16:05:10 +10:00
Sara Arjona
1c49217088
Merge branch 'MDL-66281-master' of git://github.com/junpataleta/moodle
2019-08-05 13:41:12 +08:00
Simey Lameze
2d526dcb33
MDL-66034 core_role: improve role events php unit coverage
2019-08-05 13:09:19 +08:00
Simey Lameze
3a18032dbf
MDL-66034 core: delete role_capabilities_updated event triggers
2019-08-05 13:09:19 +08:00
Simey Lameze
e9b88bcb73
MDL-66034 core: deprecate role_capabilities_updated event
2019-08-05 13:09:19 +08:00
Simey Lameze
32306e8390
MDL-66034 core_role: add more detail to role allow event classes
2019-08-05 13:09:19 +08:00
Simey Lameze
de4dc81b24
MDL-66034 core_role: implement role updated event
2019-08-05 13:09:19 +08:00
Simey Lameze
a98bafa163
MDL-66034 core_role: implement capability unassigned event
2019-08-05 13:09:18 +08:00
Simey Lameze
7b0afca816
MDL-66034 core_role: implement capability assigned event
2019-08-05 13:09:18 +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
Shamim Rezaie
e75bf41538
MDL-63198 forms: click on scrollbar should not close the suggestions box
2019-08-05 13:13:45 +10:00
Paul Holden
90ce66a9ce
MDL-66178 user: filter course participants for users with no roles.
2019-08-02 16:42:10 +01:00
Tim Hunt
1f60ddcebc
MDL-57239 qbehaviour_interactive: fix Try again button when reviewing
2019-08-02 11:44:51 +01:00
Luca Bösch
766bb9a563
MDL-65651 forum: Middle align last post column entries.
2019-08-02 12:01:57 +02:00
Luca Bösch
41432a2d30
MDL-64598 pix: Adding width/height information to emoji SVG images.
2019-08-02 11:56:14 +02:00
cescobedo
959457c392
MDL-57618 general: Remove strings deprecated in 3.3
2019-08-02 11:06:32 +02:00
Jun Pataleta
e274f1b29e
MDL-65933 mod_data: Use new core/checkbox_toggleall
2019-08-02 16:30:39 +08:00
Jun Pataleta
e773533258
MDL-65949 report_participation: Use new core/checkbox-toggleall
2019-08-02 16:30:26 +08:00
Jun Pataleta
32c7889212
MDL-65937 mod_lesson: Replace concatenated strings with lang strings
2019-08-02 16:24:56 +08:00
Jun Pataleta
ae612a5334
MDL-65937 mod_lesson: Use new core/checkbox_toggleall
...
Plus some refactoring on the cell of the attempts column.
2019-08-02 16:24:56 +08:00
[Peter Burnett]
d82b6004bf
MDL-66280 core: Added unit tests for print_password_policy
2019-08-02 11:34:23 +10:00
[Peter Burnett]
e40ea418f4
MDL-66280 core: Added checks for empty password minimum length
2019-08-02 11:34:23 +10:00
AMOS bot
009206154d
Automatically generated installer lang files
2019-08-02 00:11:13 +00:00
AMOS bot
749062fad1
Automatically generated installer lang files
2019-08-02 00:11:13 +00:00
Mihail Geshoski
bda31461db
MDL-65679 assign: Collapsing comments
...
The comments should appear above everything else when expanded, and expanding/collapsing comments
should not affect the position of anything else in the page.
All credit goes to Damyon Wiese.
2019-08-02 07:39:27 +08:00
Eloy Lafuente (stronk7)
764167136f
MDL-66104 output: HTMLPurifier to allow <nolink> tags everywhere
...
Before the patch, HTMLPurifier was instructed to handle <nolink>
tags in block mode. That implies that any block tag enclosing it
had to be closed for HTML compliance.
But <noscript> tags are not part of the final output (they are
removed) but just internally used to skip filtering certain areas.
So they can be virtually everywhere, HTMLPurifier just should allow
them without any change, both to parent or children tags.
2019-08-01 17:52:33 +02: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
Mathew May
e0f0f76344
MDL-65992 travis: Migrate to Xenial distro and default MySQL service
2019-07-31 12:56:39 +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
Peter
02754b5165
MDL-65595 core: Remove the nowrap from the form's radio template
2019-07-31 08:15:00 +08:00
AMOS bot
a18439bc6f
Automatically generated installer lang files
2019-07-31 00:09:06 +00:00
Victor Deniz Falcon
6097d3e7ff
MDL-66272 core_renderer: fix favicon method PHPDoc
2019-07-30 16:01:38 +01: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