Jun Pataleta
ecbdd8d268
Merge branch 'MDL-82427-main' of https://github.com/andrewnicols/moodle
2024-08-01 11:57:32 +08:00
Huong Nguyen
c81be53a7b
Merge branch 'MDL-80017-master' of https://github.com/jleyva/moodle
2024-08-01 09:11:37 +07:00
Jun Pataleta
60c19ee53f
Merge branch 'MDL-82447-master' of https://github.com/jleyva/moodle
2024-08-01 10:09:14 +08:00
Shamim Rezaie
5aee595206
Merge branch 'MDL-78030-main-improvement' of https://github.com/meirzamoodle/moodle
2024-07-31 17:38:29 +10:00
Ilya Tregubov
ab4f1d1578
Merge branch 'MDL-80752-main' of https://github.com/rezaies/moodle
2024-07-31 10:59:42 +08:00
Huong Nguyen
d11eaeefb9
Merge branch 'MDL-82259-main' of https://github.com/aanabit/moodle
2024-07-31 09:17:38 +07:00
Huong Nguyen
0c2d74b1af
Merge branch 'MDL-64148-main' of https://github.com/meirzamoodle/moodle
2024-07-31 09:15:03 +07:00
Ilya Tregubov
f14746511b
Merge branch 'MDL-78776-expunge_myisam' of https://github.com/leonstr/moodle
2024-07-31 09:38:25 +08:00
meirzamoodle
699daafc64
MDL-64148 core: Make email greetings consistent
...
Some email body strings use first names as greetings,
some use full names, and some do not.
Using the first name for greeting makes it consistent and
a bit more "personal".
2024-07-30 22:40:47 +07:00
meirzamoodle
020259dbad
MDL-64148 core: Deprecate reset_password_and_mail
2024-07-30 22:40:47 +07:00
meirzamoodle
9354b80a52
MDL-78030 user: Implementing the count window function
2024-07-29 13:58:38 +07:00
meirzamoodle
42664ee49a
MDL-78030 dml: get total count records using the window function
...
The COUNT window function can be helpful to fasten the complex query,
but it's not recommended to be used for a single table query.
The patch is specifically for PostgreSQL, MariaDB and Oracle databases as they have better performance
compared to MySQL and MSSQL. Although these databases support the COUNT window functions,
the results indicate that the query runs slower when using them.
2024-07-29 13:53:46 +07:00
Amaia Anabitarte
d4a887987a
MDL-82259 behat: Improve section behat steps to allow section name
2024-07-26 10:02:47 +02:00
Juan Leyva
c9c8e2870c
MDL-82447 mod_bigbluebuttonbn: Remove mobile support via plugin
2024-07-25 12:22:13 +02:00
Juan Leyva
57650852e5
MDL-80017 core_grades: Fix return type for itemname
2024-07-24 16:15:57 +02:00
Huong Nguyen
83a18b6f58
Merge branch 'MDL-82466' of https://github.com/paulholden/moodle
2024-07-24 12:10:28 +07:00
Huong Nguyen
86968a64a5
Merge branch 'MDL-72424' of https://github.com/paulholden/moodle
2024-07-24 12:06:54 +07:00
Huong Nguyen
eb14ffa0b6
Merge branch 'MDL-82146-main' of https://github.com/aanabit/moodle
2024-07-24 12:04:23 +07:00
Jun Pataleta
bc5a65e444
Merge branch 'MDL-70854-main' of https://github.com/junpataleta/moodle
2024-07-23 17:59:30 +08:00
Conn Warwicker
b92886ad59
MDL-70854 core: Add stored progress bars.
...
- Alters existing progress_bar class to support extension
- Adds stored_progress_bar class as child of progress_bar
- Adds webservice to poll stored progress
- Updates database tables
- Bumps version
- Adds unit/behat tests
2024-07-23 17:58:53 +08:00
Andrew Nicols
f5f883ef04
MDL-82427 core_filters: Deprecate filter.php
2024-07-23 11:33:46 +08:00
Andrew Nicols
01f7456a96
MDL-82427 core_filters: Final deprecation of text_filtering_hash
2024-07-23 11:33:45 +08:00
Andrew Nicols
534c3e1821
MDL-82427 core_filters: Support autoloading of filters
2024-07-23 11:33:03 +08:00
Jun Pataleta
4cdd0459b4
Merge branch 'MDL-77167_remove-deprecation-layer-for-mdl-70990-yui-events' of https://github.com/ziegenberg/moodle
2024-07-23 10:36:57 +08:00
Shamim Rezaie
eb2b5875ef
MDL-80752 mod_assign: Move action menu to the action bar on grading page
...
Also, move the "Download all submissions" button into the action menu.
2024-07-23 00:12:45 +10:00
Paul Holden
aca7b96e9e
Merge branch 'MDL-82529' of https://github.com/dravek/moodle into main
2024-07-22 12:36:40 +01:00
Huong Nguyen
6559850be1
Merge branch 'MDL-82481' of https://github.com/paulholden/moodle
2024-07-22 10:40:18 +07:00
Ilya Tregubov
41e56064e8
Merge branch 'MDL-70983-main' of https://github.com/sarjona/moodle
2024-07-22 09:36:24 +08:00
Daniel Ziegenberg
c3df4078e8
MDL-77167 javascript: Remove deprecation layer for YUI Events
...
The deprecation layer was introduced with MDL-70990.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-07-19 17:51:45 +02:00
David Carrillo
5c135b614d
MDL-82529 reportbuilder: Move functions from datasource to base class
...
- Methods add_columns_from_entity(), add_filters_from_entity() and
report_element_search() have been moved from
\core_reportbuilder\datasource class to \core_reportbuilder\base class
in order to be available also for system reports
2024-07-19 15:22:31 +02:00
Paul Holden
1796c95b55
MDL-72424 mod_feedback: deprecate old role switching check method.
...
It doesn't appear to have ever worked. Any conditional code based
on the result of calling this method has also been removed.
2024-07-19 11:18:35 +01:00
Paul Holden
8426610258
MDL-82466 reportbuilder: new format helper for formatting time.
2024-07-19 10:33:57 +01:00
Sara Arjona
b2f66d477b
MDL-70983 badges: Remove OBv1.0 support
...
The only backpack implementing OBv1.0 was Mozilla Backpack. It closed
in 2019 and their badges were moved to https://backpack.openbadges.org/
by Badgr.
However, as Badgr is supporting OBv2.0 too, it makes no sense keep OBv1.0
implementation in Moodle: it has caused some issues and over-complicates
current code.
2024-07-19 10:39:38 +02:00
Amaia Anabitarte
8596d3cd7c
MDL-82146 report_log: Add subsections to activity filter
2024-07-19 08:38:12 +02:00
Amaia Anabitarte
ec050bbee7
MDL-82146 core_output: Add disabled parameter to select element
2024-07-19 08:38:12 +02:00
Amaia Anabitarte
ff6edc2e9f
MDL-82510 course: Add new delegated action menu
2024-07-19 08:27:10 +02:00
Paul Holden
e8410c844e
MDL-82481 customfield_select: return field options pre-formatted.
2024-07-18 14:03:16 +01:00
Huong Nguyen
e7d1febac6
MDL-81699 Course: Add upgrade note
2024-07-18 10:03:28 +07:00
Huong Nguyen
db5b60424b
Merge branch 'MDL-82287-main' of https://github.com/andrewnicols/moodle
2024-07-18 09:47:01 +07:00
Jun Pataleta
cf2073134a
Merge branch 'MDL-82066' of https://github.com/paulholden/moodle
2024-07-18 00:03:02 +08:00
Huong Nguyen
b964baf06e
Merge branch 'MDL-75025_final-deprecation-of-base_controller-set_copy' of https://github.com/ziegenberg/moodle
2024-07-17 14:20:50 +07:00
Sara Arjona
404ddae657
Merge branch 'MDL-81533-master' of https://github.com/danghieu1407/moodle
2024-07-16 09:23:08 +02:00
Ilya Tregubov
7f63a6af7a
Merge branch 'MDL-78293-master' of https://github.com/jleyva/moodle
2024-07-16 11:47:22 +08:00
Huong Nguyen
ffefd6130f
MDL-67554 tool_oauth2: Added upgrade note
2024-07-16 09:40:41 +07:00
Huong Nguyen
7c6fcaaff5
Merge branch 'MDL-80744-main-1' of https://github.com/ilyatregubov/moodle
2024-07-16 09:15:57 +07:00
Huong Nguyen
6c5d01b512
Merge branch 'MDL-82210-main' of https://github.com/sarjona/moodle
2024-07-15 15:54:35 +07:00
Mihail Geshoski
48866d4746
MDL-80744 core_grades: Deprecate comboboxsearch behat step definitions
...
The comboboxsearch component now has uses beyond the grade subcomponent
and includes alternative step definitions in behat_general.php. This
change deprecates the redundant behat step definitions related to this
component in behat_grade.php and replaces current usages with the
alternative definitions.
2024-07-15 16:36:48 +08:00
Hieu Nguyen Dang
adea726a9d
MDL-81533 Admin: Availability restriction info default change
2024-07-15 14:09:15 +07:00
Andrew Nicols
aa55779ba0
MDL-66903 testing: Helper to load fixture files
2024-07-15 13:07:42 +08:00
Andrew Nicols
25df1ed645
MDL-66903 core: Move core_component to \core\component
2024-07-15 13:07:42 +08:00