Andrew Nicols
d5605c7704
Merge branch 'MDL-79250-master' of https://github.com/junpataleta/moodle
2023-09-08 22:14:28 +08:00
Ilya Tregubov
676afe98b8
Merge branch 'MDL-70371-master-rebased' of https://github.com/stevandoMoodle/moodle
2023-09-07 14:50:19 +08:00
Stevani Andolo
dbf83c72c7
MDL-70371 core: Defined password length
...
1. Modified the password related forms
2. Added a new constant in moodlelib.php called MAX_PASSWORD_CHARACTERS
3. Added a new method in moodlelib.php called exeeds_password_length
4. Updated the upgrade.text
2023-09-07 12:29:10 +08:00
Andrew Nicols
add1afeea1
Merge branch 'MDL-79244-master' of https://github.com/lucaboesch/moodle
2023-09-06 12:49:24 +08:00
Ilya Tregubov
e8ac466426
Merge branch 'MDL-76459' of https://github.com/stronk7/moodle
2023-09-06 10:02:19 +08:00
Luca Bösch
45c9000653
MDL-79244 backup: fix typo for questioncannotberestored.
...
AMOS BEGIN
MOV [questionegorycannotberestored,backup],[questioncannotberestored,backup]
AMOS END
2023-09-05 22:30:36 +02:00
Ilya Tregubov
88ce8754b2
Merge branch 'MDL-77296-master' of https://github.com/davewoloszyn/moodle
2023-09-05 11:59:29 +08:00
Andrew Nicols
4e5ce1469c
Merge branch 'MDL-79060-master' of https://github.com/junpataleta/moodle
2023-09-05 11:23:46 +08:00
Jun Pataleta
4aeada159d
MDL-79060 course: Deprecate unused aria:courseimage lang string
2023-09-05 11:12:18 +08:00
Andrew Nicols
ee81bfabe8
Merge branch 'MDL-77061' of https://github.com/dravek/moodle
2023-09-05 10:53:19 +08:00
Andrew Nicols
c550194bce
Merge branch 'MDL-73734-streaming-output-api' of https://github.com/brendanheywood/moodle
2023-09-04 22:21:17 +08:00
Jun Pataleta
3492efae57
MDL-79250 admin: Add title to external_content_banner template
2023-09-04 16:53:02 +08:00
Eloy Lafuente (stronk7)
8996ee0eaa
MDL-76459 oracle: Remove the 2-chars prefix limit
...
Now Oracle can use longer table names, like all the
other databases, and the very same 10 characters limit
for $CFG->prefix applies.
As far as it's already checked by the environmental checks
we don't need to verify anything in the driver any more.
Also, deprecate the prefixtoolong,error string. I was tempted
to straight delete it but imagined some custom database driver
extending the core one so, it doesn't harm much to keep it as
deprecated some time.
2023-09-02 09:22:13 +02:00
Eloy Lafuente (stronk7)
227ed030e9
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:13 +02:00
Andrew Nicols
34d5e85fb7
Merge branch 'MDL-79108-master' of https://github.com/sarjona/moodle
2023-09-01 11:55:59 +08:00
Andrew Nicols
1ce54ee87e
Merge branch 'MDL-72321_master-squashed' of https://github.com/marxjohnson/moodle
2023-08-31 23:02:35 +08:00
Mark Johnson
823af3a8f1
MDL-72321 core_question: Replace old conditions with new datafilters
2023-08-31 15:00:39 +01:00
Sara Arjona
3c831861ec
Merge branch 'MDL-78530-master' of https://github.com/aanabit/moodle
2023-08-31 11:10:17 +02:00
Amaia Anabitarte
4c4e2224e1
MDL-78530 core_completion: Remove $CFG->completiondefault setting
2023-08-31 08:40:24 +02:00
Andrew Nicols
fa05f66052
Merge branch 'MDL-74810-master' of https://github.com/junpataleta/moodle
2023-08-29 11:12:35 +08:00
David Woloszyn
aa179d77d8
MDL-77296 core: Record MoodleNet share progress
2023-08-29 11:26:23 +10:00
Brendan Heywood
20b8f8f9c9
MDL-73734 core: Use streaming output for perfdebug
2023-08-28 22:48:59 +10:00
Sara Arjona
610a70f026
MDL-79108 completion: Display the correct message in default settings
2023-08-28 13:32:15 +02:00
Jun Pataleta
ec90b342da
MDL-74810 core: get_time_interval_string() improvements
...
* Add parameter to drop zero time units. So a time interval like
"3d 0h 0s" will be returned as "3d" only.
* Add parameter to display full format for time units. E.g. Instead of
"3d 2h", it will be returned as "3 days 2 hours"
* Deprecate unused dateintervaldayshoursmins langconfig string.
2023-08-28 16:40:36 +08:00
Ilya Tregubov
27e74b08c2
Merge branch 'MDL-79139' of https://github.com/paulholden/moodle
2023-08-28 15:39:53 +08:00
Ilya Tregubov
ccaa0c7143
Merge branch 'MDL-67186_master_v2' of https://github.com/TomoTsuyuki/moodle
2023-08-28 15:20:47 +08:00
David Carrillo
f0770658fb
MDL-77061 badge: Convert "Manage badges" page to use Report Builder
...
- Manage badges page is now a Report Builder system report to show
the list of site and course badges.
2023-08-25 12:12:37 +02:00
Andrew Nicols
cb1607e62f
Merge branch 'MDL-78741' of https://github.com/paulholden/moodle
2023-08-24 23:29:01 +08:00
Jun Pataleta
29ec472284
Merge branch 'MDL-53368-master-3' of https://github.com/HuongNV13/moodle
2023-08-24 22:51:26 +08:00
Huong Nguyen
0cd29afb6f
MDL-53368 core_auth: Implement reCaptcha on login page
2023-08-24 15:18:31 +07:00
Paul Holden
ce1db1499d
MDL-78741 files: context report entity data for path and parent.
...
Allows for better aggregation/grouping of file data by context tree.
2023-08-24 08:02:08 +01:00
Andrew Nicols
5a44292a05
Merge branch 'MDL-78291-master' of https://github.com/ferranrecio/moodle
2023-08-24 14:39:37 +08:00
Ilya Tregubov
60693cd9b6
Merge branch 'MDL-77067' of https://github.com/paulholden/moodle
2023-08-24 09:59:58 +08:00
Ilya Tregubov
e4a1ca2f34
Merge branch 'MDL-78630-master' of https://github.com/cameron1729/moodle
2023-08-24 09:46:47 +08:00
Ilya Tregubov
4bed4ea8f3
Merge branch 'MDL-71212-collapse-expand-all-sections-in-course-index-drawer' of https://github.com/stopfstedt/moodle
2023-08-24 09:22:23 +08:00
Paul Holden
b9a5a3626e
MDL-77067 reportbuilder: indicate when audiences are used in schedules.
...
Indicate in each audience card whether it's used as part of a report
schedule, and inform user again upon deletion of said audience.
2023-08-23 16:09:17 +01:00
Shamim Rezaie
b3c2a9fd15
Merge branch 'MDL-75318-master' of https://github.com/safatshahin/moodle
2023-08-24 00:21:04 +10:00
Sara Arjona
31b0a9cfc7
Merge branch 'MDL-76902' of https://github.com/paulholden/moodle
2023-08-23 22:15:41 +08:00
Paul Holden
db5c663fb9
MDL-76902 course: create categories datasource for custom reporting.
...
New report source based on the course category entity, joined to the
course, cohort and role assignment/user entities to provide data for
the reportbuilder editor.
2023-08-23 13:42:27 +01:00
Paul Holden
72df977729
MDL-79139 check: clarify default user role action text.
2023-08-23 13:25:31 +01:00
Ferran Recio
ee2e084e89
MDL-78291 core_courseformat: availability in activity action menu
2023-08-22 09:39:13 +02:00
Jun Pataleta
9b2917f183
Merge branch 'MDL-78468-master' of https://github.com/meirzamoodle/moodle
2023-08-22 11:00:11 +08:00
Meirza
4cfa361e0a
MDL-78468 admin: Removed devicedetectregex theme setting
2023-08-22 09:47:36 +07:00
Meirza
352e427520
MDL-78468 admin: Removed enabledevicedetection theme setting
2023-08-22 09:30:13 +07:00
Safat
a0238f277d
MDL-75318 core: Capability to share course to MoodleNet
2023-08-22 11:00:06 +10:00
Stefan Topfstedt
7b04638c52
MDL-71212 core_course: adds controls to the course index drawer.
2023-08-18 11:00:55 -07:00
Amaia Anabitarte
baecc57095
MDL-78531 administration: New default course settings section
2023-08-18 08:49:09 +02:00
Andrew Nicols
ff3393bec8
Merge branch 'master_MDL-50160' of https://github.com/mattporritt/moodle
2023-08-17 09:11:46 +02:00
Huong Nguyen
ca3c8f70a1
Merge branch 'MDL-78746-master' of https://github.com/aanabit/moodle
2023-08-17 09:11:44 +02:00
Huong Nguyen
59a6134cca
Merge branch 'MDL-49827-noemailever-ui' of https://github.com/NagaSirishaGarapati/moodle
2023-08-17 09:10:53 +02:00