Meirza
edce8cca8b
MDL-78850 calendar: course calendar improvement
2024-02-29 12:48:56 +07:00
meirzamoodle
99941c0d13
MDL-78850 course: allow to show/hide the course index drawer
...
This new API makes it easy for the developer to hide or show the course index drawer.
2024-02-29 12:48:48 +07:00
Stevani Andolo
ec7bd6035c
MDL-80391 tiny_html: Fixed multi modal layer display
2024-02-29 12:53:21 +08:00
Jun Pataleta
48049499d2
Merge branch 'MDL-46886-main' of https://github.com/meirzamoodle/moodle
2024-02-29 11:54:42 +08:00
Huong Nguyen
1c11531ab7
Merge branch 'MDL-80364' of https://github.com/pedrojordao/moodle
2024-02-29 10:44:39 +07:00
Víctor Déniz Falcón
14cd15dfab
MDL-46886 core_enrol: unenrolment due to inactivity notification
2024-02-29 10:11:35 +07:00
Huong Nguyen
3020fac005
Merge branch 'MDL-80736_main' of https://github.com/marxjohnson/moodle
2024-02-29 09:54:06 +07:00
Simey Lameze
3406032a3d
MDL-68674 behat: make content bank steps more specific
2024-02-29 09:40:45 +07:00
Ilya Tregubov
2909651aff
Merge branch 'MDL-80080-unset-logintoken' of https://github.com/brendanheywood/moodle
2024-02-29 10:40:00 +08:00
Ilya Tregubov
82af08a4b0
Merge branch 'MDL-78447-tool-generator-progress' of https://github.com/brendanheywood/moodle
2024-02-29 10:27:49 +08:00
Andrew Nicols
d9c6bca91f
Merge branch 'MDL-81042-main' of https://github.com/micaherne/moodle
2024-02-29 09:21:22 +08:00
Eloy Lafuente (stronk7)
29a541724f
MDL-65292 style: Fix all the function declaration ordering
...
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration
It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.
So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
Eloy Lafuente (stronk7)
ba1f804ffa
MDL-65292 style: Fix all function declarations white space
...
This has been generated running the following Sniffs, all
them part of the Moodle's CodeSniffer standard:
- PSR12.Functions.ReturnTypeDeclaration
- PSR12.Functions.NullableTypeDeclaration
- moodle.Methods.MethodDeclarationSpacing
- Squiz.Whitespace.ScopeKeywordSpacing
All them are, exclusively, about correct spacing, so the changes
are, all them, only white space changes.
Only exceptions to the above are 3 changes what were setting the
return type in a new line, and, when that happens, the closing
parenthesis (bracket) has to go to the same line than the colon.
2024-02-28 23:33:26 +01:00
Sara Arjona
93731ed096
Merge branch 'MDL-80391-main' of https://github.com/stevandoMoodle/moodle
2024-02-28 17:09:43 +01:00
Sara Arjona
a6b2aa021a
Merge branch 'mdl-80917-main' of https://github.com/Fragonite/moodle
2024-02-28 16:44:13 +01:00
Sara Arjona
0da6228503
Merge branch 'MDL-80834' of https://github.com/timhunt/moodle
2024-02-28 16:34:34 +01:00
Sara Arjona
a42d1335f5
Merge branch 'MDL-80197' of https://github.com/pedrojordao/moodle
2024-02-28 16:09:30 +01:00
Jun Pataleta
ae33ac03e5
Merge branch 'MDL-68674-main' of https://github.com/lucaboesch/moodle
2024-02-28 23:04:05 +08:00
Sara Arjona
d82ae151aa
Merge branch 'MDL-52891-main' of https://github.com/opitz/moodle
2024-02-28 15:23:18 +01:00
Paul Holden
a1b37c472f
MDL-81082 tool_mfa: format site name in email subject.
2024-02-28 10:11:02 +00:00
Andrew Nicols
a165c72af2
MDL-80684 core: Correct location of task tests
2024-02-28 14:20:40 +08:00
Andrew Nicols
3451175f22
Merge branch 'MDL-80684-master-fail_running_tasks_on_shutdown' of https://github.com/praxisdigital/moodle
2024-02-28 14:16:13 +08:00
Andrew Nicols
b51df700a5
Merge branch 'MDL-78256-master' of https://github.com/meirzamoodle/moodle
2024-02-28 12:05:46 +08:00
AMOS bot
a03097ff56
Automatically generated installer lang files
2024-02-28 00:11:10 +00:00
Harry Smith
944be2dd21
MDL-80793 calendar: Setup $USER with all fields
2024-02-28 10:36:21 +13:00
Pedro Jordao
25125bbfe2
MDL-80364 message: Change icon and background-color when item selected
...
Icon and background-color had contrast issues in the selected state.
2024-02-27 15:09:38 +01:00
Sara Arjona
2ae5a510c1
Merge branch 'MDL-81036' of https://github.com/marinaglancy/moodle
2024-02-27 13:03:59 +01:00
Sara Arjona
803af22d60
Merge branch 'MDL-80621-main' of https://github.com/roland04/moodle
2024-02-27 12:55:51 +01:00
Sara Arjona
b33ba0b9fb
Merge branch 'MDL-78967-main' of https://github.com/kevpercy/moodle
2024-02-27 12:49:06 +01:00
Mikel Martín
af50bda3d6
MDL-80620 theme_boost: Change expand/collapse buttons style
2024-02-27 12:33:47 +01:00
Matthias Opitz
2dce0b3b9f
MDL-52891 calculatedsimple question: forcing new gen. values into form
...
* forcing new generated sets of wildcard values into the question edit form so they can be saved.
* added Behat test to check new generated values are used.
2024-02-27 11:18:18 +00:00
Andrew Nicols
62ae5b6175
MDL-81044 backup: Use varidic to exclude events instead of an array
2024-02-27 11:40:56 +08:00
Andrew Nicols
275e5f9412
MDL-81044 backup: Coding style fixes
2024-02-27 11:40:55 +08:00
Andrew Nicols
7b63a6864a
MDL-81044 backup: Prevent parameter bleed between readers
...
These parameters were re-used between array iterations, but some of the
values were modified during the iteration.
2024-02-27 11:40:55 +08:00
Andrew Nicols
5109761162
MDL-81044 backup: Rename excluded events hook to meet style
2024-02-27 11:40:55 +08:00
Huong Nguyen
a781283002
Merge branch 'MDL-78984' of https://github.com/paulholden/moodle
2024-02-27 09:53:12 +07:00
Huong Nguyen
34304b33f9
Merge branch 'MDL-76443-main' of https://github.com/andrewnicols/moodle
2024-02-27 09:50:55 +07:00
Huong Nguyen
4dd70667d1
Merge branch 'MDL-79543-main' of https://github.com/sarjona/moodle
2024-02-27 09:47:20 +07:00
Huong Nguyen
ca75778564
Merge branch 'MDL-74676-master' of https://github.com/sh-csg/moodle
2024-02-27 09:40:57 +07:00
Mikel Martín
30a71b2b44
MDL-80856 theme_boost: Improve sticky footer styles with drawers
2024-02-26 15:36:35 +01:00
Andrew Nicols
18c81e0580
MDL-80896 core: Generate a moodle_url from a UriInterface
2024-02-26 21:04:41 +08:00
Mikel Martín
de047f3767
MDL-80621 core_courseformat: Add new activity separator styles
...
- Created a new divider template to generate activity and section dividers
- Refactored templates and styles for the course sections for the new
section dividers
- Changed the topics format 'hasaddsection' property to 'true' so now adding
sections to the bottom of the course will be handled by the format instead
of the last section. Also re-styled this 'Add topic' button.
- Refactored templates and styles for the course activities for the new
activity dividers
- Fixed some related behat that failed because of these changes
- Moved blocks related SCSS to the blocks file and removed some unused SCSS
2024-02-26 10:15:19 +01:00
Huong Nguyen
e4bfa1498b
Merge branch 'MDL-67259_main' of https://github.com/PhilippImhof/moodle
2024-02-26 14:44:32 +07:00
Stefan Hanauska
2a494f0d5d
MDL-74676 course: Speed up course search if using limittoenrolled
...
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-02-26 07:42:14 +01:00
Huong Nguyen
be53cc971c
Merge branch 'MDL-80395-main' of https://github.com/sarjona/moodle
2024-02-26 11:42:37 +07:00
Andrew Nicols
5323d69c53
MDL-81046 core: Add hook to apis list
2024-02-26 10:12:04 +08:00
Michael Aherne
06fe259a6a
MDL-81042 quiz: Typo in renamed class.
2024-02-24 21:52:32 +00:00
Tim Hunt
02de9a1e3e
MDL-81039 qtype_multichoice: better way to control feedback display
2024-02-23 22:36:06 +00:00
Tim Hunt
e73888a107
MDL-81039 question: Improve some comments in question_display_options
2024-02-23 22:36:06 +00:00
Paul Holden
a16fb194f8
MDL-80550 cohort: get IDs for customfields correctly in external search.
2024-02-23 15:25:15 +00:00