Mikel Martín
5fade7fcc6
MDL-71089 core: Add different Toast notification styling 'types'
2021-04-13 16:28:35 +02:00
Mikel Martín
e7fa11471e
MDL-71089 theme_boost: Add styles for different toast types
2021-04-13 16:28:35 +02:00
Sara Arjona
fd2740d592
Merge branch 'MDL-71011' of https://github.com/stronk7/moodle
2021-04-13 12:26:57 +02:00
Sara Arjona
b9de0d1794
Merge branch 'MDL-65983-master' of git://github.com/jleyva/moodle
2021-04-13 12:19:25 +02:00
Luca Bösch
37a1f2454a
MDL-69874 workshop: Title mentions received assessments in close phase.
2021-04-13 11:52:36 +02:00
Eloy Lafuente (stronk7)
511a87f5fc
weekly release 4.0dev
2021-04-13 10:26:25 +02:00
Eloy Lafuente (stronk7)
99541a198e
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2021-04-13 10:26:20 +02:00
Adrian Greeve
83b71194cd
Merge branch 'MDL-71161-master-4' of git://github.com/junpataleta/moodle
2021-04-13 11:42:30 +08:00
Tomo Tsuyuki
108da43e9f
MDL-63381 backup: Have an option to import permissions
...
Add options to use permission settings for import / restore
2021-04-13 13:24:15 +10:00
Adrian Greeve
4cc1d6c56e
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-13 10:59:02 +08:00
Eloy Lafuente (stronk7)
6e39487123
Merge branch 'mdl_71172' of https://github.com/AnupamaSarjoshi/moodle
2021-04-13 00:46:55 +02:00
Michael Hawkins
09a59a75c6
MDL-71161 mod_workshop: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
907ce56d20
MDL-71161 mod_wiki: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
f37c83da8d
MDL-71161 mod_url: Display activity completion information
2021-04-13 01:21:12 +08:00
Simey Lameze
59249a54c9
MDL-71161 mod_survey: show survey activity info
2021-04-13 01:21:12 +08:00
Michael Hawkins
920646237d
MDL-71161 mod_scorm: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
1a596574ba
MDL-71161 mod_resource: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
a219b812b4
MDL-71161 mod_quiz: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
c8a6d12608
MDL-71161 mod_page: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
e3fb51e3c8
MDL-71161 mod_lti: Display activity completion information
2021-04-13 01:21:12 +08:00
Michael Hawkins
8395543c40
MDL-71161 mod_lesson: Display activity completion information
2021-04-13 01:21:12 +08:00
Jun Pataleta
23cb701a75
MDL-71161 mod_imscp: Display activity information output component
2021-04-13 01:21:12 +08:00
Jun Pataleta
16a9e8ada7
MDL-71161 mod_h5pactivity: Display activity information output component
2021-04-13 01:21:12 +08:00
Simey Lameze
1e459102e4
MDL-71161 mod_glossary: show glossary activity info
2021-04-13 01:21:12 +08:00
Simey Lameze
3e228db3bf
MDL-71161 mod_forum: show forum activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
10ed7500fb
MDL-71161 mod_folder: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
52b9a0c920
MDL-71161 mod_feedback: show feedback activity info
2021-04-13 01:21:11 +08:00
Simey Lameze
a45eca85bb
MDL-71161 mod_data: show database activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
0ba0dfe3a9
MDL-71161 mod_chat: Display activity information output component
2021-04-13 01:21:11 +08:00
Jun Pataleta
6b46ce4c48
MDL-71161 mod_book: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
8d38fc7eab
MDL-71161 mod_assign: show assign activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
bb5ed7d4af
MDL-70821 core_completion: Fix completion settings Behat tests
2021-04-13 00:57:46 +08:00
Jun Pataleta
f5d9ac9626
MDL-70821 course: Render activity information only when necessary
...
Render the activity information output component in the course homepage
only if either completion details or activity dates are to be displayed.
This can help reduce the number of files being included when loading the
course homepage (e.g. the activity information template for each
activity in the course homepage).
2021-04-13 00:51:48 +08:00
Eloy Lafuente (stronk7)
297156a72a
MDL-71011 adodb: Update readme and thirdpartylibs
...
Small changes in readme and document the bump in xml
2021-04-12 18:49:38 +02:00
Eloy Lafuente (stronk7)
59a8b7182b
MDL-71011 php80: final private makes no sense, throwing warning
...
Ref: https://php.watch/versions/8.0/final-private-function#final-private
This applies #712 from upstream libraries.
Unrelated: I've also changed a occurrence of "private final"
by the correct (PSR-12) "final private" in the constructor
(the final&private combination is allowed in constructors)
in lib/classes/event/base.php, because it's the unique case
in core and phpcs was really insisting.
2021-04-12 18:49:38 +02:00
Eloy Lafuente (stronk7)
91969d1e04
MDL-71011 adodb: Bump to v5.21.0
...
Following the instructions @ readme_moodle.txt
2021-04-12 18:49:30 +02:00
Eloy Lafuente (stronk7)
003a47bd02
Merge branch 'MDL-71064' of git://github.com/paulholden/moodle
2021-04-12 17:32:24 +02:00
Sara Arjona
4a45b3f8ef
Merge branch 'MDL-68716' of git://github.com/paulholden/moodle
2021-04-12 17:24:33 +02:00
Sara Arjona
a521c2d985
Merge branch 'MDL-71264' of https://github.com/stronk7/moodle
2021-04-12 16:40:04 +02:00
Sara Arjona
c11b6cfbea
Merge branch 'MDL-70595-master' of git://github.com/mickhawkins/moodle
2021-04-12 16:01:29 +02:00
Ferran Recio
6ae566c55d
MDL-71141 course: fix frontpage section warning
2021-04-12 12:41:10 +02:00
Sara Arjona
334f7760d9
Merge branch 'MDL-71107-master' of git://github.com/aanabit/moodle
2021-04-12 12:41:03 +02:00
Anupama Sarjoshi
c4fa89d55a
MDL-71172 quiz: Improve quiz Behat tests
2021-04-12 11:31:44 +01:00
Juan Leyva
47a142704d
MDL-65983 airnotifier: Configuration check report
2021-04-12 11:23:06 +02:00
Jake Dallimore
0bbdf3b910
Merge branch 'MDL-71251-master' of git://github.com/jleyva/moodle
2021-04-12 14:48:28 +08:00
Adrian Greeve
d24df2a201
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-12 14:45:59 +08:00
Jun Pataleta
a5e6df51a7
MDL-70821 course: Activity information fixes
...
* Make sure the activity is visible to the user (cm_info::uservisible)
before showing the activity completion information.
* Add to-do status for overridden automatic completion
2021-04-12 11:41:37 +08:00
Jun Pataleta
15a9b2c51c
MDL-70821 course: Check activity dates on course homepage
...
* Check the activity dates on the course homepage depending on
the value of the showactivitydates course setting
* Plus use the new Behat steps for checking activity dates
2021-04-12 11:41:37 +08:00
Jun Pataleta
5dee6f45d8
MDL-70821 course: New Behat steps for activity dates
...
* activity_date_in_activity_should_contain_text()
- Checks the presence of the given text in the activity's date info.
* activity_dates_information_in_activity_should_exist()
- Checks the presence of activity dates information in the activity
information output component.
* activity_dates_information_in_activity_should_not_exist()
- Checks the absence of activity dates information in the activity
information output component.
2021-04-12 11:41:37 +08:00
Jun Pataleta
1c15796a75
MDL-70821 behat: Use new activity completion steps for Behat tests
...
Replace usages of completion Behat steps that check for the completion
checkboxes with the new activity completion Behat steps.
2021-04-12 11:41:37 +08:00