Tomo Tsuyuki
815f51979c
MDL-72925 mod_forum: Filter discussion when grading
2021-11-16 15:23:51 +11:00
Eloy Lafuente (stronk7)
c69c33b14d
weekly release 4.0dev+
2021-11-12 13:40:27 +01:00
Eloy Lafuente (stronk7)
69f7218fbe
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-11-12 13:40:22 +01:00
Jun Pataleta
e327315ea6
Merge branch 'MDL-61671-master' of git://github.com/jleyva/moodle
2021-11-12 10:48:57 +08:00
Shamim Rezaie
6b477deb50
Merge branch 'MDL-60850-master' of https://github.com/junpataleta/moodle
2021-11-12 12:59:59 +11:00
Jun Pataleta
6285dfb7e5
MDL-60850 mod_lti: Centre-align tool configure form elements
2021-11-12 09:40:48 +08:00
Shamim Rezaie
96f910b62f
Merge branch 'MDL-73040-master' of git://github.com/HuongNV13/moodle
2021-11-12 12:05:42 +11:00
Víctor Déniz
e82b2ed8d1
Merge branch 'MDL-72565-integration' of https://github.com/roland04/moodle
2021-11-11 23:14:36 +00:00
Jun Pataleta
e1c9c7b007
Merge branch 'MDL-73007' of https://github.com/paulholden/moodle
2021-11-11 23:45:12 +08:00
Jun Pataleta
ce71c45f81
Merge branch 'MDL-72982-master' of https://github.com/junpataleta/moodle
2021-11-11 23:01:14 +08:00
Luuk Verhoeven
f60a585929
MDL-72982 tool_dataprivacy: add class name to email table
2021-11-11 22:54:56 +08:00
Eloy Lafuente (stronk7)
a30f0799e6
Merge branch 'MDL-68913-fix' of https://github.com/sarjona/moodle
2021-11-11 15:15:21 +01:00
Mikel Martín
68eb55b8e6
MDL-72565 reportbuilder: Add card view functionality
...
Use card view settings to show a 'card view' for custom reports in small devices
2021-11-11 13:55:32 +01:00
Mikel Martín
eab63e82a1
MDL-72565 tablelib: Add modifications needed for report card view
...
- new 'set_columns_attributes' method created to add column attributes included in every column cell.
- new 'get_row_cells_html' method created from 'get_row_html', so it can be overriden individually.
2021-11-11 13:55:31 +01:00
Mikel Martín
aaa7a5a445
MDL-72565 reportbuilder: Add 'Card view' settings to custom reports
...
- Create a new 'settings' column in reportbuilder_report table and provide an API to manage it
- Add new card view settings to custom reports
2021-11-11 13:55:29 +01:00
Mikel Martín
f2582cc823
MDL-72565 reportbuilder: Use same template for system/custom reports
...
- rename 'system_report' template to 'report'
- view.php now uses 'report' template
Co-authored-by: Paul Holden <paulh@moodle.com>
2021-11-11 13:44:23 +01:00
Sara Arjona
d650e65265
Merge branch 'MDL-71751-master' of https://github.com/nguyenphuctien/moodle
2021-11-11 12:44:25 +01:00
Sara Arjona
2ab697f627
Merge branch 'MDL-69561-master' of https://github.com/lameze/moodle
2021-11-11 12:42:09 +01:00
Sara Arjona
f94f9f875d
MDL-68913 mod_assign: fix behat failure & version number
2021-11-11 12:15:50 +01:00
Simey Lameze
89e59a60ef
MDL-69561 mod: handle content download on course modules
2021-11-11 18:38:53 +08:00
Andrew Nicols
600b049def
MDL-71751 js: Do not stop propagation on drop, and handle it properly
2021-11-11 15:52:35 +07:00
Ilya Tregubov
3da8ea4699
Merge branch 'MDL-71902-add-site-level-settings-enforcement-for-browsersecurity-settings' of https://github.com/keevan/moodle
2021-11-11 08:35:32 +02:00
Huong Nguyen
7d3d855193
MDL-73040 timeline: Update core_calendar_get_action_events_by_course API
...
This API now accepts an optional parameter 'searchvalue' to search the events
2021-11-11 12:26:40 +07:00
Jun Pataleta
8f9b534ed2
Merge branch 'MDL-72552' of https://github.com/spvickers/moodle
2021-11-11 11:42:14 +08:00
Andrew Nicols
a1d7bfcd50
Merge branch 'MDL-73026-master' of https://github.com/junpataleta/moodle
2021-11-11 10:57:06 +08:00
Andrew Nicols
fb7caf7982
MDL-68913 assign: Address coding style issues
2021-11-11 10:55:39 +08:00
Andrew Nicols
940097de9e
Merge branch 'MDL-68913-master' of https://github.com/cameron1729/moodle
2021-11-11 10:49:05 +08:00
Shamim Rezaie
d038fd822d
Merge branch 'MDL-72952' of https://github.com/roland04/moodle
2021-11-11 10:38:26 +11:00
Kevin Pham
4141f88361
MDL-71902 mod_quiz: Add locked flag option for quiz options
...
- Applies locked settings to many other quiz general options.
For example, allows an admin to lock the browsersecurity level so it
cannot be changed at an instance level, and will apply the 'default'
option (which is currently None).
2021-11-11 10:36:14 +11:00
Eloy Lafuente (stronk7)
2b18fad922
Merge branch 'MDL-72696' of https://github.com/paulholden/moodle
2021-11-10 19:20:39 +01:00
Mikel Martín
5a2624c472
MDL-72952 reportbuilder: UX behaviour improvements in audiences
...
- Show a toast notification when saving an audience
- Add form change checker when adding a new audience to prevent user from navigating away if it is not saved
- Remove expand/collapse animation in audience sidebar to be consistent with editor
Co-authored-By: Paul Holden <paulh@moodle.com>
2021-11-10 17:22:00 +01:00
Eloy Lafuente (stronk7)
d824172077
Merge branch 'MDL-71912-master-v5' of git://github.com/abgreeve/moodle
2021-11-10 16:42:00 +01:00
Eloy Lafuente (stronk7)
0c9f92a317
Merge branch 'MDL-71956-master' of https://github.com/sarjona/moodle
2021-11-10 16:04:14 +01:00
Ilya Tregubov
8cbe01da89
Merge branch 'MDL-71115' of https://github.com/NeillM/moodle
2021-11-10 14:05:52 +02:00
Jun Pataleta
7f781d0b7e
Merge branch 'MDL-72992-master' of git://github.com/cameron1729/moodle
2021-11-10 18:38:04 +08:00
Ilya Tregubov
1da9095ccb
Merge branch 'MDL-73034-master' of git://github.com/ferranrecio/moodle
2021-11-10 11:45:04 +02:00
Neill Magill
e86bc4921e
MDL-71115 search: Only replace course search when equivalent
...
Not all global search configurations offer the same results as the
default course search does.
The default course search will return courses that the user can see
the details of even if they can see them via a category, even if
they are not enrolled and cannot enrol themselves on it.
The equivalent global search configuration is:
* Global search is enabled
* The course indexing is enabled
* All the name and summary of all courses are included in the results
This patch will only let global search replace the default course
search when those criteria are met.
It will also display on the global search configuration page if global
search will replace the legacy course search.
2021-11-10 09:11:19 +00:00
abgreeve
e5b0be3192
MDL-71912 mod_book: Restore hastily removed editing setting.
2021-11-10 16:26:57 +08:00
abgreeve
7b935ca87b
MDL-71912 behat: Assignment navigation related behat fixes.
2021-11-10 16:26:57 +08:00
abgreeve
05e6cdfd26
MDL-71912 mod_assign: Behat fixes for overrides.
2021-11-10 16:26:57 +08:00
abgreeve
85fded1a95
MDL-71912 mod_lesson: New step definitions for behat.
2021-11-10 16:26:56 +08:00
Shamim Rezaie
201f5034f9
Merge branch 'MDL-65799' of https://github.com/Chocolate-lightning/moodle
2021-11-10 18:35:34 +11:00
Mathew May
bdffbe3e48
MDL-65799 enrol: Final deprecations
2021-11-10 15:22:43 +08:00
Mathew May
072311e9f4
MDL-65799 forum: Final deprecations
2021-11-10 15:22:43 +08:00
Mathew May
573c50bde8
MDL-65799 calendar: Final removal of constant
2021-11-10 15:14:05 +08:00
Mathew May
b98d5c1614
MDL-65799 core: Final deprecation of 3.8 functions
2021-11-10 15:14:05 +08:00
Matt Porritt
eaa1f56704
MDL-68913 Assign: Per attempt timing
...
This patch provides functionality to allow the
assign activity to have timed attempts for submissions.
It includes the logic, UI and adminstration changes
fot timed submissions.
2021-11-10 12:07:35 +08:00
Paul Holden
0d3f58db0a
MDL-73007 output: trigger form changechecker when switching tabs.
...
Co-authored-by: Odei Alba <odeialba@gmail.com>
2021-11-09 17:20:23 +00:00
Juan Leyva
8bbdb41ab5
MDL-61671 tool_mobile: Improve certificate checks
...
Support different curl implementations and skip last certificate checks in some cases.
2021-11-09 17:05:48 +01:00
Sara Arjona
e871e800f1
Merge branch 'MDL-71912' of https://github.com/stronk7/moodle
2021-11-09 17:01:24 +01:00