Eloy Lafuente (stronk7)
a665ad27d2
Merge branch 'MDL-72396-master' of https://github.com/sharidas/moodle
2021-09-30 20:12:39 +02:00
Andrew Nicols
c83e637ff9
MDL-72621 admin: Add environment check for admin deprecation
2021-09-29 22:39:32 +08:00
Ilya Tregubov
34a0ba3232
Merge branch 'MDL-71610-master' of git://github.com/bmbrands/moodle
2021-09-29 15:40:39 +02:00
Bas Brands
16c726cde7
MDL-71610 core_behat: use new edit mode step in feature files
2021-09-29 09:25:36 +02:00
Bas Brands
3ff1b83239
MDL-71610 core_behat: update edit mode steps
2021-09-29 09:25:36 +02:00
Ilya Tregubov
950504bac0
Merge branch 'MDL-72643-master' of git://github.com/sammarshallou/moodle
2021-09-28 08:03:14 +02:00
Ilya Tregubov
d7620cc5bc
Merge branch 'MDL-71943-master' of git://github.com/dravek/moodle
2021-09-27 18:36:35 +02:00
David Matamoros
5909d5b0ce
MDL-71943 core: Dynamic (AJAX) tabs in Moodle LMS
2021-09-27 17:53:37 +02:00
sam marshall
e332d1849d
MDL-72643 core: Improve display_size
...
Allows display_size to use a fixed unit for easy comparison of
multiple results, and fixed decimal places for the same reason.
Improves behaviour by using consistent decimal places and a
consistent space before the unit (the previous one only has a space
before 'bytes', not before 'KB').
Of existing uses, all the ones that displayed a 'maxbytes' type
configuration setting (which are likely to have an 'exact' size
and would be better shown as 512 KB rather than 512.0 KB) have been
changed to use 0 decimal places, to preserve previous behaviour.
All the uses which were showing an actual file or memory size have
been left as default (1 decimal place).
2021-09-27 16:52:33 +01:00
cescobedo
bad5b1d891
MDL-72335 tool_health: Remove tool_health from core
2021-09-27 07:12:32 +02:00
David Matamoros
78735a72bc
MDL-72329 core: Persistent method get needs to return correct type
2021-09-24 08:45:08 +02:00
Eloy Lafuente (stronk7)
b889f9f3f6
Merge branch 'MDL-72110-master-v3' of https://github.com/sharidas/moodle
2021-09-22 20:00:18 +02:00
Sara Arjona
a0d3e32aa9
MDL-72042 media: Remove SWF media player
...
The Flash Player was deprecated in 2017 and officially discontinued
on 31 December 2020, so media_swf player has been completely
removed from Moodle core.
2021-09-17 10:39:17 +02:00
Sujith Haridasan
3d18e005e8
MDL-72396 core: Add tests for setting active tabs
...
Add the tests for setting active tabs in primary
and secondary nav.
2021-09-17 12:37:42 +05:30
Eloy Lafuente (stronk7)
433212a33e
Merge branch 'MDL-72093-master' of git://github.com/mihailges/moodle
2021-09-16 00:32:47 +02:00
Mihail Geshoski
ecf8e77f19
MDL-72093 navigation: Update secondary nav unit tests
2021-09-14 12:02:35 +08:00
Mihail Geshoski
87a577aade
MDL-72094 core_report: Deprecate report_helper::save_selected_report()
2021-09-14 11:44:18 +08:00
Matt Clarkson
728e8c4a3c
MDL-72527 core: Fix behat unit test failure
...
$CFG->behat_wwwroot, $CFG->behat_dataroot and $CFG->behat_prefix being
undefined resulted in unit test failure.
2021-09-13 11:32:50 +12:00
Sara Arjona
3b903ae45d
Merge branch 'master_MDL-71585-managecategories' of https://github.com/catalyst/moodle-MDL-70329
2021-09-06 10:39:06 +02:00
Guillermo Gomez
fb10b36c04
MDL-71585 qbank_managecategories: Add managecategories to core
...
This implementation will introduce a qbank plugin "managecategories"
which will add the question categories feature in the question bank view
by replacing the core classes. Having this plugin will give users
the flexibility of enabling or disabling the category tab.
2021-09-03 09:41:18 +10:00
Safat Shahin
c1797c6c9e
MDL-71639 qbank_exporttoxml: Add Export to xml plugin to core
...
This implementation will introduce a qbank plugin "exporttoxml"
which will implement the export to xml action in the question
bank view by replacing the core class. Having this plugin will
give users the flexibility of enabling or disabling this action.
2021-09-02 21:21:57 +10:00
Sara Arjona
d7d1c1e9ee
Merge branch 'MDL-71092-master' of git://github.com/abgreeve/moodle
2021-09-01 11:52:00 +02:00
abgreeve
40b6c725b4
MDL-71092 navigation: Update to better scan for the active node.
2021-09-01 09:09:21 +08:00
Eloy Lafuente (stronk7)
457c2026ed
Merge branch 'MDL-71627-add-antivirus-check-api-and-notification-levels' of https://github.com/keevan/moodle
2021-08-30 12:39:29 +02:00
Sujith Haridasan
16e939fe2c
MDL-72110 core_navigation: home page preference
...
Admin should respect the home page preference set
just like any other user. Also when user preference
is set to dashboard, the home points to the dashboard
and the dashboard should become "Site home" which would
point to Site home.
2021-08-27 10:05:48 +05:30
Andrew Nicols
dd41f234b6
Merge branch 'MDL-72152-master' of https://github.com/sammarshallou/moodle
2021-08-26 11:35:26 +08:00
Jun Pataleta
306a778855
MDL-69588 core: Revert user menu dropdown toggle to a link
2021-08-25 17:26:39 +08:00
Mathew May
c1130de5ff
MDL-69588 accessibility: Address further review points
2021-08-24 11:56:02 +08:00
abgreeve
56c34d71ef
MDL-69588 theme_boost: Use partial templates in boost.
...
This moves away from using escaped html injected into the template
and uses partial templates instead.
2021-08-23 17:47:24 +08:00
Mathew May
1f6bcd7eae
MDL-69588 accessibility: Address review points
2021-08-23 17:47:24 +08:00
Mathew May
1ce2bb0007
MDL-69588 navigation: Show home primary node when required
2021-08-23 17:47:24 +08:00
Peter Dias
dfefc86393
MDL-72032 core: Add roles to items
...
- Part of: MDL-69588
2021-08-23 17:47:22 +08:00
Peter Dias
9f40dcae9a
MDL-72032 core: Fixup the behat nav
...
- Part of: MDL-69588
2021-08-23 17:47:02 +08:00
Bas Brands
da33265d73
MDL-72032 core_behat: secondary navigation behat fixes
...
- Part of: MDL-69588
2021-08-23 17:47:02 +08:00
Mihail Geshoski
3e30d958b2
MDL-71683 behat: Add step definitions related to the user menu
...
- Part of: MDL-69588
2021-08-23 17:46:40 +08:00
Mihail Geshoski
5f998b1249
MDL-71683 navigation: Update the primary nav unit tests
...
- Part of: MDL-69588
2021-08-23 17:46:40 +08:00
Mathew May
d9016d2fa7
MDL-72006 navigation: Reduce max secondary nav items
...
- Part of: MDL-69588
2021-08-23 17:46:39 +08:00
Mihail Geshoski
e3f35a2f22
MDL-71680 navigation: Add unit tests for force_nodes_into_more_menu()
...
- Part of: MDL-69588
2021-08-23 17:46:39 +08:00
Mihail Geshoski
73154233e0
MDL-71680 navigation: Add unit tests for set_force_into_more_menu()
...
- Part of: MDL-69588
2021-08-23 17:46:39 +08:00
Adrian Greeve
f28535082c
MDL-70196 behat: Add a new step for navigating with the navbar.
...
- Part of: MDL-69588
A lot of tests work on the basis that you can follow the last item
of the breadcrumb nav bar. This is not the case. This step will first
check to see if the page is already the one requested. If it is then
nothing further needs to happen, otherwise we follow the link in the
navbar.
2021-08-23 17:46:38 +08:00
Peter Dias
5446cadef8
MDL-71148 core_navigation: Unit test for the primary output
...
- Part of: MDL-69588
2021-08-23 17:46:38 +08:00
Peter Dias
fe285d5496
MDL-71148 core_navigation: Provide a menu header in a system context.
...
- Part of: MDL-69588
2021-08-23 17:45:55 +08:00
Ilya Tregubov
eba1d32c00
MDL-49202 core: Comment broken test.
...
Should be fixed properly as part of MDL-72377.
2021-08-19 17:04:43 +02:00
Ilya Tregubov
b8e4235160
Merge branch 'MDL-49202_master' of git://github.com/mdjnelson/moodle
2021-08-19 16:53:30 +02:00
Mark Nelson
9a0d63383a
MDL-49202 core: fix failing unit tests
...
See MDL-72377.
2021-08-19 20:16:29 +08:00
Andrew Nicols
3ea604baf4
Merge branch 'MDL-72138' of https://github.com/paulholden/moodle
2021-08-13 10:28:26 +08:00
Andrew Nicols
f06ef721f7
Merge branch 'MDL-72325-master-tourspolicy' of git://github.com/mudrd8mz/moodle
2021-08-13 09:58:12 +08:00
David Mudrák
7a8eae027f
MDL-72325 user: Introduce new core_user::awaiting_action() method
...
The method allows to check if the user is fully ready to use the site or
whether there is an action (such as filling the missing profile field,
changing password or agreeing to the site policy) needed.
2021-08-12 13:05:38 +02:00
Paul Holden
58c6afb94d
MDL-72138 task: allow running core tasks from schedules UI.
...
Fixes regression from 9c4510a3
that didn't consider tasks belonging
to core, rather than just those belonging to plugins.
2021-08-12 09:49:10 +01:00
Víctor Déniz
5f0690f5db
Merge branch '71992-master-fix-behat-tests-on-https' of https://github.com/DSI-Universite-Rennes2/moodle
2021-08-11 14:32:20 +01:00