Eloy Lafuente (stronk7)
20502fa30c
Merge branch 'MDL-66004_master' of git://github.com/dmonllao/moodle
2019-10-02 20:53:24 +02:00
Eloy Lafuente (stronk7)
35da660ab0
Merge branch 'MDL-66254_master' of git://github.com/dmonllao/moodle
2019-10-02 17:00:39 +02:00
Eloy Lafuente (stronk7)
d25ece5ed9
Merge branch 'MDL-65957-master' of git://github.com/mihailges/moodle
2019-10-02 16:49:30 +02:00
Eloy Lafuente (stronk7)
637707bcb0
Merge branch 'MDL-64588-master-2' of git://github.com/snake/moodle
2019-10-02 16:39:44 +02:00
Jun Pataleta
31b4ff1db3
Merge branch 'MDL-62191_master' of git://github.com/dmonllao/moodle
2019-10-02 16:35:50 +08:00
Adrian Greeve
8fec1626d0
Merge branch 'MDL-66477-master' of git://github.com/junpataleta/moodle
2019-10-02 16:15:13 +08:00
Jun Pataleta
83e1b0e7f1
MDL-66477 mod_forum: Enclose setting switch in div
2019-10-02 16:12:44 +08:00
Jake Dallimore
0c3eaf9ee6
MDL-64588 core_comment: fix unnecessary type check in add_comments
...
We should rely on the return type, else an exception with be thrown.
2019-10-02 09:23:43 +08:00
Jake Dallimore
93ea6612bd
MDL-64588 core_comment: make external test code use helper method
...
Instead of using setUp to create testing objects, use a helper.
2019-10-02 09:23:43 +08:00
Jake Dallimore
ae94d477a6
MDL-64588 core_comment: fix get_comment ordering when timestamps match
...
Include id in the sorting, to be sure that we always get the correct
record in cases where the comment timestamps are the same.
2019-10-02 09:23:43 +08:00
Jake Dallimore
6cd3d398a9
MDL-64588 core_comment: use comment structure in external get_comments
...
Other minor changes include:
- added the since tag to newly added external functions
- Changed 'web service' to 'external function' in comment/upgrade.txt
2019-10-02 09:23:33 +08:00
David Monllaó
463b63db2a
MDL-66004 analytics: mlbackend_python tested just once
...
Either running locally from the web server or using a server if
TEST_MLBACKEND_* vars are set. The tests will still be skipped if
the python backend is not available in the web server.
2019-10-02 08:41:14 +08:00
David Monllaó
fea66a0854
MDL-66004 mlbackend_python: Bump the required python package version
2019-10-02 08:41:14 +08:00
David Monllaó
aa5b705607
MDL-66004 mlbackend_python: Package installed on a separate server
2019-10-02 08:41:14 +08:00
David Monllaó
7bde26ed9f
MDL-66254 analytics: Requires active enrolments for most of analysis
2019-10-02 08:12:56 +08:00
David Monllaó
ea30943119
MDL-66254 course: Unit tests for the new restrictions
2019-10-02 08:12:56 +08:00
Eloy Lafuente (stronk7)
5e58b43ca7
Merge branch 'MDL-65096-m' of https://github.com/micaherne/moodle
2019-10-02 00:01:37 +02:00
Eloy Lafuente (stronk7)
7dbc1041b3
Merge branch 'MDL-65335_master' of https://github.com/marxjohnson/moodle
2019-10-01 23:21:51 +02:00
Eloy Lafuente (stronk7)
ba9110e1c8
Merge branch 'MDL-65522' of https://github.com/NeillM/moodle
2019-10-01 16:09:57 +02:00
Eloy Lafuente (stronk7)
13b85c61c6
Merge branch 'MDL-66542_master' of https://github.com/t-schroeder/moodle
2019-10-01 15:56:08 +02:00
Mihail Geshoski
e8edca25b8
MDL-65957 repository_upload: Throw exception if @_file_upload is missing
2019-10-01 09:35:53 +08:00
Mihail Geshoski
56932a19b4
MDL-65957 mod_imscp: Add required @file_upload tag in behat scenarios
2019-10-01 09:35:53 +08:00
Juan Leyva
09899abc55
MDL-64588 comment: New WebService core_comment_delete_comment
2019-10-01 09:26:01 +08:00
Juan Leyva
8e4a9ed854
MDL-64588 comment: New WebService core_comment_add_comment
2019-10-01 09:26:01 +08:00
Juan Leyva
2234b6c9dc
MDL-64588 comment: Return whether the user can post in a comments area
2019-10-01 09:25:36 +08:00
Eloy Lafuente (stronk7)
12c377bbb6
Merge branch 'MDL-65876-master' of https://github.com/lucaboesch/moodle
2019-10-01 00:07:30 +02:00
Tim Schroeder
f8f04b773d
MDL-66542 lib: Fix quote escaping in JS quote helper
2019-09-30 10:09:07 +02:00
Neill Magill
b3a0f15444
MDL-65522 block_social_activities: Improve behat steps documentation
...
The documentation for these steps was not helpful in the Acceptance
testing admin tool page.
2019-09-30 08:56:31 +01:00
Luca Bösch
b284ab6935
MDL-65876 forum: same arrows forum/activity navigation
2019-09-27 14:20:17 +02:00
Ryan Wyllie
49f5b16c61
MDL-66477 mod_forum: remove duplicate listeners in settings drawer
2019-09-27 15:50:03 +08:00
Ryan Wyllie
b53f15b111
MDL-66477 theme: add some core styling
...
Add a generic colour-inherit class and fix styling for icon
buttons and reset-style class.
2019-09-27 15:46:15 +08:00
Ryan Wyllie
b17bb71e88
MDL-66477 javascript: add toggle functionality to drawer
2019-09-27 15:46:15 +08:00
Ryan Wyllie
6d9c93560b
MDL-66477 core: remove snakeCase block regions from drawer.mustache
2019-09-27 15:46:15 +08:00
Jun Pataleta
959b996c50
MDL-66477 mod_forum: Create the discussion settings drawer
2019-09-27 15:46:13 +08:00
Ryan Wyllie
c77d1ae40f
MDL-66477 mod_forum: move region main settings menu to header
...
Add a generic way to render actions in the page content header
and then moved the region main settings menu there for the forum.
2019-09-27 15:38:54 +08:00
Jun Pataleta
8aca1807ae
MDL-66477 message: Use the generic drawer for the message drawer
2019-09-27 15:38:54 +08:00
Jun Pataleta
a2517225dc
MDL-66477 core: Create a generic drawer template
2019-09-27 15:38:54 +08:00
David Monllaó
386d109172
MDL-62191 analytics: Support for bulk actions
2019-09-27 14:13:52 +08:00
David Monllaó
af29098a2e
MDL-62191 course: Remove predictiondetails leftover
...
The no_teaching model initially had just 1 indicator, the removed
code was deleting the action using an unexisting key.
2019-09-27 14:12:48 +08:00
David Monllaó
95fcf8769b
MDL-62191 output: No secondary buttons trigger if no buttons
2019-09-27 14:12:48 +08:00
David Monllaó
ca81e906e0
MDL-62191 output: New extra attributes for single_button
...
Useful for data- attributes.
2019-09-27 14:12:48 +08:00
Jun Pataleta
9528b1ff5b
weekly release 3.8dev
2019-09-27 11:12:09 +08:00
Jun Pataleta
46a8d27028
NOBUG: Fixed SVG browser compatibility
2019-09-27 11:12:09 +08:00
Jun Pataleta
725151ad4c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-09-27 11:12:08 +08:00
Jun Pataleta
2e72a52145
Merge branch 'MDL-66075-master-fix' of https://github.com/snake/moodle
2019-09-27 10:11:44 +08:00
Jake Dallimore
f5e6bcf026
MDL-66075 mod_forum: reduce DB reads in forum settings generation
...
Instead of fetching the DB record AND then fetching it again (as
part of the vault->get_from_id() call, just use the legacy data
mapper and remove the DB call.
2019-09-27 09:50:23 +08:00
Jake Dallimore
d310bf92b2
Merge branch 'MDL-64821' of https://github.com/stronk7/moodle
2019-09-27 09:40:23 +08:00
Eloy Lafuente (stronk7)
cc28bff60e
MDL-64821 mod_forum: increase data privacy export expected size
...
Some new styles added have caused the resulting zip
file to go beyond that accepted limit of 135000. So
increasing to 140000.
2019-09-26 19:35:54 +02:00
Eloy Lafuente (stronk7)
c2c1cbd40a
Merge branch 'MDL-66570-master' of git://github.com/andrewnicols/moodle
2019-09-26 15:56:38 +02:00
Jake Dallimore
57054fc66b
Merge branch 'MDL-66481-master-6' of git://github.com/junpataleta/moodle
2019-09-26 11:57:51 +08:00