Jun Pataleta
f8b16ea91f
Merge branch 'MDL-78826-master' of https://github.com/roland04/moodle
2023-09-13 19:28:25 +08:00
Huong Nguyen
50a74f6a2d
Merge branch 'MDL-67271-master' of https://github.com/sarjona/moodle
2023-09-13 11:15:22 +07:00
Ilya Tregubov
94c9ce0595
Merge branch 'MDL-78806-master' of https://github.com/junpataleta/moodle
2023-09-13 10:54:54 +08:00
Sara Arjona
b89774a17b
MDL-67271 componentlibrary: Update fontawesomeicons
...
Regenerate the 'fontawesomeicons.json' file to enforce SVG rendering for
the icons.
The addition of '$CFG->svgicons = true;' in the config.php file addressed this.
It's important to note that '$CFG->svgicons' will eventually be deprecated as part
of MDL-78993. Consequently, I refrained from updating 'readme_moodle.txt,' as SVG
icons will become the default value once the removal is executed.
2023-09-12 10:54:15 +02:00
Sara Arjona
87589e07fc
MDL-67271 pix: Add missing SVG files
...
The absence of SVG files has been addressed by including them,
sourced from the respective FontAwesome versions available for
download at https://fontawesome.com/icons
2023-09-12 10:54:15 +02:00
Huong Nguyen
c723cac548
Merge branch 'MDL-79242-master' of https://github.com/jleyva/moodle
2023-09-12 10:27:08 +07:00
Jun Pataleta
d2be7cdc1a
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:55 +08:00
Jun Pataleta
f11daad97a
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:55 +08:00
Jun Pataleta
1eb8ee32bb
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:54 +08:00
Jun Pataleta
a52fa6a047
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:54 +08:00
Andrew Nicols
48bc688ccd
MDL-78324 core: Convert modals to use new static methods
...
This commit takes all modals which were not using the legacy
ModalFactory.create triggers and migrates them to the new Modal.create
method.
2023-09-09 00:04:11 +08:00
Andrew Nicols
b5fc26bea7
MDL-78324 tool_licensemanager: Switch delete to utility confirmation
...
The core/utility confirmation modal can be used in this case to confirm
license actions. It is not necessary to have a custom module for this
purpose.
2023-09-09 00:04:04 +08:00
Huong Nguyen
a890f6f07a
Merge branch 'MDL-79090-master' of https://github.com/mackensen/moodle
2023-09-08 22:14:35 +08:00
Andrew Nicols
eafa7c0a6f
Merge branch 'MDL-79241-master' of https://github.com/marinaglancy/moodle
2023-09-08 22:14:35 +08:00
Jun Pataleta
090e40e749
Merge branch 'MDL-79155-master' of https://github.com/safatshahin/moodle
2023-09-08 22:14:34 +08:00
Jun Pataleta
dd49de72b2
Merge branch 'MDL-78954-master-fix' of https://github.com/lameze/moodle
2023-09-08 22:14:33 +08:00
Jun Pataleta
b0f9fee6dd
Merge branch 'MDL-77443-master' of https://github.com/andrewnicols/moodle
2023-09-08 22:14:33 +08:00
Simey Lameze
2ab8c0f17c
NOBUG: increase expected size for downloaded file
2023-09-08 22:14:29 +08:00
Andrew Nicols
0b1db43788
MDL-79277 tool_mobile: Correct default value for empty param
2023-09-08 22:14:29 +08:00
Andrew Nicols
b4bd5d9f5f
Merge branch 'MDL-79277-master' of https://github.com/noeldemartin/moodle
2023-09-08 22:14:29 +08:00
Andrew Nicols
d5605c7704
Merge branch 'MDL-79250-master' of https://github.com/junpataleta/moodle
2023-09-08 22:14:28 +08:00
Jun Pataleta
cfb2afb047
Merge branch 'MDL-78558-master' of https://github.com/roland04/moodle
2023-09-08 22:14:27 +08:00
Ferran Recio
d54027dc6d
MDL-78826 tool_componentlibrary: add dropdown js controls
2023-09-08 10:23:29 +02:00
Mikel Martín
8af68bbe09
MDL-78558 core_courseformat: Activity cards UI improvements
...
- Fix action menu and completion button size
- New 'Add activity' button styles
- Fix restriction container styles
- Fix action menu and groupmode button styles
- Fix hover styles for action menu and groupmode button
- Fix groupmode spacing styles
- Homogenize completion button colours
- Fix inplaceeditable and badge positioning
- Fix export filesize related behat
- Homogenize activity/section availability
- New add topic styles
2023-09-07 09:34:43 +02:00
Safat
44646941f8
MDL-79155 core_course: Change default communication to none
2023-09-07 12:11:18 +10:00
Marina Glancy
3b160c7b71
MDL-79241 tool_mfa: correctly setup standard plugin type
2023-09-06 09:14:25 +01:00
Noel De Martin
87d4c398e3
MDL-79277 tool_mobile: Fix warning
2023-09-06 09:05:10 +02:00
Andrew Nicols
aa7f105139
Merge branch 'MDL-79205' of https://github.com/paulholden/moodle
2023-09-06 12:52:28 +08:00
Ilya Tregubov
e8ac466426
Merge branch 'MDL-76459' of https://github.com/stronk7/moodle
2023-09-06 10:02:19 +08:00
Paul Holden
6e9e73aba0
MDL-79205 webservice: gracefully handle invalid functions in docs.
2023-09-05 08:51:51 +01:00
Andrew Nicols
77dc50a76a
Merge branch 'MDL-79132' of https://github.com/AnupamaSarjoshi/moodle
2023-09-05 11:52:36 +08:00
Andrew Nicols
146a410d3a
Merge branch 'MDL-78946' of https://github.com/paulholden/moodle
2023-09-05 10:34:40 +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
Juan Leyva
eeff6d4c05
MDL-79242 tool_mobile: Pass site as installation referrer for the app
2023-09-02 18:12:25 +02:00
Paul Holden
21ba055889
MDL-78946 tool_mfa: define factor subplugin type language strings.
2023-09-02 11:07:01 +01: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
39367921b0
Merge branch 'MDL-78930-master' of https://github.com/sarjona/moodle
2023-09-01 11:46:15 +08:00
Matt Porritt
227a2f8e9c
MDL-79051 Authentication: MFA Improve email template
...
Improve the layout, display and information architecture of
the email sent that contains the code for the email MFA factor.
2023-09-01 10:09:54 +07:00
Ilya Tregubov
9d4dba81b7
Merge branch 'MDL-79202' of https://github.com/paulholden/moodle
2023-09-01 10:29:41 +08:00
Sara Arjona
3c831861ec
Merge branch 'MDL-78530-master' of https://github.com/aanabit/moodle
2023-08-31 11:10:17 +02:00
Huong Nguyen
d190ac7889
Merge branch 'MDL-56020-master' of https://github.com/jleyva/moodle
2023-08-31 15:38:50 +07:00
Amaia Anabitarte
4c4e2224e1
MDL-78530 core_completion: Remove $CFG->completiondefault setting
2023-08-31 08:40:24 +02:00
Amaia Anabitarte
e37e0c39e8
MDL-78530 core_completion: New site default activity completion page
2023-08-30 17:46:56 +02:00
Paul Holden
c3f53e4e39
MDL-79202 tool_mobile: correctly interpolate minutes in exception.
2023-08-30 00:04:58 +01:00
Jun Pataleta
cc7bc1a553
Merge branch 'MDL-79064-master' of https://github.com/andrewnicols/moodle
2023-08-29 13:32:45 +08:00
Huong Nguyen
c1e4bae8b6
Merge branch 'MDL-78961' of https://github.com/paulholden/moodle
2023-08-29 13:32:41 +08:00
Huong Nguyen
33d04612cd
MDL-78509 tool_mfa: Improve PHPUnit for factor_cohort and factor_role
2023-08-29 10:39:58 +07:00
Huong Nguyen
83522d40d8
Merge branch 'MDL-78509-master' of https://github.com/stevandoMoodle/moodle
2023-08-29 10:38:27 +07:00
Jun Pataleta
b300c56a19
Merge branch 'MDL-79085' of https://github.com/paulholden/moodle
2023-08-29 11:29:43 +08:00