23122 Commits

Author SHA1 Message Date
Shamim Rezaie
945058b890 Merge branch 'MDL-73342-master' of https://github.com/sarjona/moodle 2022-01-18 17:00:59 +11:00
Andrew Nicols
68a711ba9b Merge branch 'MDL-73218' of https://github.com/call-learning/moodle 2022-01-18 11:15:25 +08:00
Jun Pataleta
d481ce1bfb Merge branch 'MDL-69966-master' of https://github.com/danielneis/moodle 2022-01-18 10:53:51 +08:00
Andrew Nicols
6670c04c23 Merge branch 'MDL-73476' of https://github.com/stronk7/moodle 2022-01-18 09:31:44 +08:00
Víctor Déniz
cb3e2eeeab Merge branch 'MDL-73206' of https://github.com/call-learning/moodle 2022-01-17 22:36:06 +00:00
Daniel Neis Araujo
1346a3509a MDL-69966 quiz: start attempt button should be a primary button 2022-01-17 13:53:31 -03:00
Laurent David
64d9f988f4 MDL-73206 mod_bigbluebuttonbn: Fix issue with participant roles
* Participant roles could not be updated to moderator and always defaults to viewer
* Remove additional DB query in form to retrieve the current module information
2022-01-17 11:48:31 +01:00
Ilya Tregubov
e21ec28dc3 Merge branch 'MDL-73356-master' of git://github.com/abgreeve/moodle 2022-01-17 12:10:18 +02:00
Ilya Tregubov
f5740bf995 Merge branch 'MDL-73438-master' of git://github.com/mihailges/moodle 2022-01-17 10:42:45 +02:00
Laurent David
3d197d7493 MDL-73218 mod_bigbluebuttonbn: Remove phased out settings
* Remove deprecated settings :
  - bigbluebuttonbn_recordings_validate_url,
  - bigbluebuttonbn_recordings_html_default,
  - bigbluebuttonbn_recordings_html_editable
2022-01-17 09:17:15 +01:00
Andrew Nicols
472568f6b3 Merge branch 'MDL-73360-master' of https://github.com/peterRd/moodle 2022-01-17 13:36:47 +08:00
Peter Dias
f956e1acbb MDL-73362 lesson: Marry up implementation with the prototype
- Update/Add page headings
- Add notifications on override pages
- Rename buttons.
2022-01-17 10:39:18 +08:00
Peter Dias
0e1b09615c MDL-73362 lesson: Bring tertiary nav changes into classic
- Remove usage of lesson's tabs.php
- Add tertiary navigation into classic as the other modules do
2022-01-17 10:39:18 +08:00
Eloy Lafuente (stronk7)
0c53a3dec8 MDL-73476 phpunit: events, external and search tescase names
All events_test, external_test and search_test classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to lib/external/tests/external_test.php:
- external is not a valid component
- hence, its only valid namespace is "core"
- also, it's testing lib/external/externallib.php
- hence, the file (and class) have been renamed to external_externallib_test.php
  (to avoid conflicts with other external_test that may exist in core)
2022-01-14 16:18:39 +01:00
Andrew Nicols
626c8b43bf Merge branch 'MDL-65801' of https://github.com/paulholden/moodle 2022-01-14 09:30:11 +08:00
Paul Holden
6ed8458eda MDL-65801 lang: final removal of deprecated 37/38 strings.
The following lang strings have been undepecated, as they are still
in use:

* errorcoursewronglypublished, core_hub
* eventrolecapabilitiesupdated, core_role
2022-01-13 09:50:50 +00:00
Peter Dias
60150bd068 MDL-73360 glossary: Add heading when creating entries 2022-01-13 09:32:38 +08:00
Víctor Déniz
99df355421 Merge branch 'MDL-73418' of https://github.com/ja9837/moodle 2022-01-12 22:24:33 +00:00
Adrian Greeve
83172ba682 MDL-73356 mod_chat: Move group selector on page and update title.
The group selector is now below the tertiary navigation. The title
for reports now does not contain the activity name. This is present
further up the page.
2022-01-12 14:16:57 +08:00
Mihail Geshoski
78b2a70de5 MDL-73438 choice: Tertiary navigation changes
Removes unnecessary breadcrumb items, updates the headings and
repositions the groups selector in the view and responses page.
2022-01-12 13:13:57 +08:00
Andrew Nicols
bbf9b5561b Merge branch 'MDL-73511' of https://github.com/call-learning/moodle 2022-01-12 11:38:45 +08:00
Andrew Nicols
c86258d19f Merge branch 'MDL-73526' of https://github.com/stronk7/moodle 2022-01-12 10:19:05 +08:00
Eloy Lafuente (stronk7)
91e03eb3c8 MDL-73526 mod_wiki: Remove unused nwiki diff processor
It never has been used in core since it was introduced in 2011
by MDL-22112, because the ouwiki_diff_html() is used unconditionally
for all wiki formats (html, creole or nwiki).

So, removing it to avoid any current (php80) or future incidence
with it.
2022-01-11 17:27:44 +01:00
Sara Arjona
219d8ec4a4 MDL-73342 feedback: Disable the block by default
Co-authored by: Amaia Anabitarte <amaia@moodle.com>
2022-01-11 16:37:25 +01:00
Paul Holden
c7a62a8c82 MDL-72573 mod_h5pactivity: tighter validation of external sort param.
Restrict external method $sortorder parameter to limited subset of
values.
2022-01-11 14:34:16 +01:00
Andrew Nicols
adbf7a9761 Merge branch 'MDL-73439-master' of https://github.com/peterRd/moodle 2022-01-11 10:09:41 +08:00
Víctor Déniz
5a7c9ae8d5 Merge branch 'MDL-73430-master' of https://github.com/peterRd/moodle 2022-01-10 22:25:45 +00:00
Ilya Tregubov
0a89491cbc Merge branch 'MDL-73437-master' of https://github.com/peterRd/moodle 2022-01-10 12:46:47 +02:00
Peter Dias
1a83bd79e0 MDL-73437 workshop: Use templates for actionbar
* Convert the actionbar to use renderables/templates
* Introduce spacing below tertiary navigation
* Add headings on allocations after tertiary navigation
2022-01-10 16:06:47 +08:00
Peter Dias
8976da3ed5 MDL-73430 label: Change text of label's secondary nodes 2022-01-10 08:22:08 +08:00
Ilya Tregubov
c2a1d3ebca Merge branch 'MDL-73427-master' of https://github.com/cameron1729/moodle 2022-01-07 09:41:15 +02:00
Jun Pataleta
d90d2bc00c Merge branch 'MDL-73411-master' of git://github.com/mihailges/moodle 2022-01-07 11:30:48 +08:00
Laurent David
c7b706186c MDL-73511 mod_bigbluebuttonbn: exception raised when editing activity
* When editing an activity and the voicebridge_editable is set, there is an exception raised
2022-01-06 20:13:41 +01:00
Ilya Tregubov
9e95cb81b4 MDL-73306 mod_bigbluebuttonbn: Fix unit tests. 2022-01-06 12:20:16 +02:00
Mihail Geshoski
9073f85530 MDL-73411 survey: Update tertiary navigation 2022-01-06 09:56:13 +08:00
Cameron Ball
776bfb134c MDL-73427 core: Remove $SESSION->fromurl 2022-01-05 19:39:21 +08:00
Ilya Tregubov
a20f151438 Merge branch 'MDL-73306' of https://github.com/call-learning/moodle 2022-01-05 13:30:34 +02:00
Peter Dias
2d8e8b5c61 MDL-73439 feedback: Update feedback styling
* Add sub-headings for the Analysis and Responses pages
2022-01-05 12:09:29 +08:00
Jun Pataleta
c0ec69a3aa Merge branch 'MDL-73352' of https://github.com/stronk7/moodle 2022-01-04 21:25:53 +08:00
Shamim Rezaie
64915bed6d Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle 2022-01-04 22:48:40 +11:00
Amaia Anabitarte
570d2e7492 MDL-73397 adminpresets: Remove tree-view 2022-01-04 12:13:19 +01:00
Sara Arjona
e5c440b3aa MDL-73397 adminpresets: Use new API from auth and quiz
The adminpresets has become an API in order to let plugins, such
as quiz and auth, to overwrite classes for their settings.
2022-01-04 12:13:19 +01:00
Adrian Greeve
0a04ebde11 MDL-72930 navigation: Remove duplicated navigation boxes.
Some pages have settings that really aren't required anymore.
These have been removed and a function has been aded so that other
developers can turn off the navigation overflow if they want.
2022-01-04 15:58:52 +08:00
abgreeve
f56ecc27f9 MDL-72930 navigation: Update to quiz and questionbank navigation.
Alterations here allowed the removal of renderables, and mustache
templates for quiz report navigation. The questionbank was also
updated to show injected navigation nodes from third party plugins.
2022-01-04 15:58:52 +08:00
Laurent David
09ba0cb9a8 MDL-73306 mod_bigbluebuttonbn: "Recently Activity" block display
* The callback 'xxx_print_recent_activity' needed to be created in order to display
the activities in the block
* Use the print_recent_activity_note api function
2022-01-03 15:04:21 +01:00
Eloy Lafuente (stronk7)
511801cb46 MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have login_xxxx as prefix.
2021-12-30 16:21:42 +01:00
Sara Arjona
09d3e88c48 NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
Jun Pataleta
80c17cd2a0 Merge branch 'MDL-72701-master' of https://github.com/andrewnicols/moodle 2021-12-23 12:10:46 +08:00
Josh.Aston
b583c15e7a MDL-73418 Quiz: Continue the last attempt > Continue your attempt 2021-12-22 17:02:14 +00:00
Sara Arjona
3e3a96b74b Merge branch 'MDL-73380' of git://github.com/paulholden/moodle 2021-12-22 16:59:04 +01:00