Commit Graph

9719 Commits

Author SHA1 Message Date
Sara Arjona 81cf77e4e2 Merge branch 'MDL-79975-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-11-08 18:03:14 +01:00
Paul Holden d4596bf0a0 MDL-79975 tool_task: correct class attribute table cell property. 2023-11-02 13:19:57 +00:00
Paul Holden 8be8e244dd MDL-79856 roles: use role localname when confirming deletion. 2023-10-26 12:01:02 +01:00
Huong Nguyen ebb8eeb4bd Merge branch 'MDL-79352-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-10-16 10:42:29 +07:00
Paul Holden c911a134fd MDL-79352 admin: fix links to tool plugin management page. 2023-10-09 15:11:18 +01:00
Philipp Memmel fb15469759 MDL-79623 tool_componentlibrary: Fix correct modal content attribute 2023-10-09 09:05:44 +00:00
Huong Nguyen 01e88f37c0 Merge branch 'MDL-79539-402' of https://github.com/meirzamoodle/moodle into MOODLE_402_STABLE 2023-10-04 10:55:02 +07:00
Paul Holden 1fd4ef9f2a MDL-79455 tool_uploadcourse: clean course data fields individually. 2023-10-04 02:03:22 +02:00
Paul Holden 679df0fcca MDL-79455 tool_uploadcourse: safe preview of uploaded course data. 2023-10-04 02:03:22 +02:00
Ilya Tregubov 210fc33058 Merge branch 'MDL-79428-402' of https://github.com/srobotta/moodle into MOODLE_402_STABLE 2023-10-03 09:41:03 +08:00
meirzamoodle dc3c730131 MDL-79539 messageinbound: avoiding a null parameter value 2023-10-02 20:51:35 +07:00
Stephan Robotta 988e48eb7f MDL-79428 license: upgrading cc core licenses to version 4.0
The short name of the cc licenses are trailed with a suffix containing
the version number (current 3.0 and 4.0). The old cc* licenses become
the new cc-*-3.0 licenses and are disables, because the new cc*-4.0
licenses are the current ones.

This is a backport of MDL-43195.
2023-09-29 09:41:39 +02:00
Sara Arjona b3b5928496 Merge branch 'MDL-79477-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-09-28 10:17:41 +02:00
Paul Holden be16e617be MDL-79477 tool_moodlenet: better handling of network download test.
We can't assume the presense of `Content-Length` header in response
to a HEAD request. Modify test assertion to account for this.
2023-09-26 11:33:02 +01:00
Sara Arjona 42bc1871cb MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:49:24 +02:00
Jun Pataleta 2e1d5e70df MDL-78806 admin: Consistent page title during upgrade and install
* Use the page title separator constant when displaying the page title
during upgrade and installation.
* No need to display the site name during install when because it hasn't
been set at this point.
2023-09-09 08:58:29 +08:00
Jun Pataleta aea8d3fda5 MDL-78806 admin: Display the most unique information in the title first
* Page titles should display the most unique information first. For
admin pages it would be useful to display the information that
is unique to the page first before the broader categories that the
page belongs to.
* Also use the new page title separator constant.
2023-09-09 08:58:29 +08:00
Jun Pataleta 90a9ea3be1 MDL-78806 core: Remove redundant site name
MDL-78806 core: Remove redundant site name on page titles

* With the site name now being appended to the page titles, there
is no need to manually append the page titles.
2023-09-09 08:58:29 +08:00
Jun Pataleta 156a8bd21e MDL-78806 admin: Setting for displaying site name in page title
* A new config setting `sitenameintitle` for displaying the site name
on the page has been created.
2023-09-09 08:58:28 +08:00
Andrew Nicols 8ba52e492e MDL-79277 tool_mobile: Correct default value for empty param 2023-09-08 22:20:55 +08:00
Andrew Nicols df1502735a Merge branch 'MDL-79277-402' of https://github.com/noeldemartin/moodle into MOODLE_402_STABLE 2023-09-08 22:20:55 +08:00
Andrew Nicols fb70d04c2a Merge branch 'MDL-79250-402' of https://github.com/junpataleta/moodle into MOODLE_402_STABLE 2023-09-08 22:20:54 +08:00
Noel De Martin a5f7b5a6fd MDL-79277 tool_mobile: Fix warning 2023-09-06 09:08:19 +02:00
Andrew Nicols 3570320a1c Merge branch 'MDL-79205-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-09-06 12:52:40 +08:00
Ilya Tregubov 5c9d30fbf5 Merge branch 'MDL-76459_402' of https://github.com/stronk7/moodle into MOODLE_402_STABLE 2023-09-06 10:02:57 +08:00
Paul Holden 8b3bca1f44 MDL-79205 webservice: gracefully handle invalid functions in docs. 2023-09-05 08:51:53 +01:00
Andrew Nicols 0abb96ff98 Merge branch 'MDL-79132-402' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_402_STABLE 2023-09-05 11:53:26 +08:00
Jun Pataleta cf35cc2c45 MDL-79250 admin: Add title to external_content_banner template 2023-09-04 16:54:07 +08:00
Eloy Lafuente (stronk7) 25db666693 MDL-76459 xmldb: Add environmental check to verify $CFG->prefix
While, right now, sites using long (> 10 chars) $CFG->prefix
can continue working (because we still don't have any table
> 28 chars), as soon as some new table with long name is added,
it won't work with PostgreSQL anymore (if the 63 limit is raised).

Hence, this environmental check will verify on both install and
upgrade that the $CFG->prefix is always <= 10 chars.

Sites with longer prefixes will need to rename all their tables
(and maybe other objects, depending on the dbtype) to use a shorter
prefix.
2023-09-02 09:22:20 +02:00
Ilya Tregubov 1afdbdf3d4 Merge branch 'MDL-79202-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-09-01 10:30:14 +08:00
Paul Holden 6293da274b MDL-79202 tool_mobile: correctly interpolate minutes in exception. 2023-08-30 00:06:40 +01:00
Huong Nguyen bf3ef1889a Merge branch 'MDL-78961-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-08-29 10:47:42 +07:00
Sara Arjona 451a641a1d Merge branch 'MDL-78980-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-08-28 16:56:31 +02:00
Jun Pataleta 6ce8860446 Merge branch 'MDL-78386-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-08-25 11:39:01 +08:00
Anupama Sarjoshi dbcef4ebff MDL-79132 core_admin: Fix PHPUnit tests related to editors sorting 2023-08-24 15:44:46 +01:00
Paul Holden e2a6530ad2 MDL-78961 admin: correct smtppass preset configuration name. 2023-08-22 18:26:52 +01:00
Paul Holden 421e9e2cb5 MDL-78688 admin: define accepted filetype for uploaded preset file. 2023-08-22 15:32:09 +01:00
Paul Holden d67b102ff1 MDL-78386 search: specify correct parameter type for search area. 2023-08-22 08:12:01 +01:00
Andrew Nicols 6f6bee2c16 Merge branch 'MDL-78684-402' of https://github.com/andelacruz/moodle into MOODLE_402_STABLE 2023-08-17 09:24:21 +02:00
Paul Holden ec3d2170cd MDL-78980 admin: ensure all values for multiselect presets are used.
Previously, just the first value was selected. Instead defer to the
implementation in the base class for `set_value`.
2023-08-11 11:11:49 +01:00
Michael Hawkins 82c04ab972 MDL-78763 tool_policy: Initialise returnurl as a moodle_url in viewall 2023-08-10 18:42:57 +07:00
Shamim Rezaie 6f93f45c53 MDL-66212 tool_lpimport: properly check capabilities
The moodle/competency:competencymanage capability should be checked
before showing the import and export pages.
2023-08-09 04:53:19 +00:00
Ilya Tregubov 4fb54bb52f Merge branch 'MDL-78742-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE 2023-08-03 09:24:03 +08:00
Angelia Dela Cruz 03795be887 MDL-78498 Behat: Use data generators for forum posts and replies
This commit does few things:
* Replace manual forum posts and replies to use data generator.
* It also changes the code to handle social forums.
* Other behat clean-ups and optimization.

Co-authored-by: Simey Lameze <simey@moodle.com>
2023-08-01 16:08:00 +08:00
Angelia Dela Cruz 54ba0809bf MDL-78684 Behat: Replace gradebook navigation to use page resolvers
This commit also does other things such as:
- Replace manual steps to setup gradebook by data generators
- Added support for outcomes and scales page resolvers
- Behat clean up
2023-08-01 15:57:29 +08:00
Paul Holden 124a575813 MDL-78742 tool_uploadcourse: configure show activity dates value. 2023-07-20 16:28:39 +01:00
Leon Stringer b755271b8d MDL-76854 tool_monitor: subscription_deleted ctx
Fix course context for subscription_deleted event when deleting rules
with multiple subscriptions.
2023-07-15 08:20:08 +01:00
raortegar bed2352e67 MDL-75195 core: Added supportemail option to install_database.php 2023-07-11 11:13:54 +02:00
Ilya Tregubov e9c4e02202 MDL-77375 tool_dataprivacy: Fix menus going floaty. 2023-07-06 13:11:47 +08:00
Ilya Tregubov 2ad8691f81 Merge branch 'MDL-77375-402' of https://github.com/rezaies/moodle into MOODLE_402_STABLE 2023-07-06 09:20:36 +08:00