Andrew Nicols
a87a3c12c9
Merge branch 'MDL-68051-master-2' of git://github.com/mihailges/moodle
2020-04-07 10:25:04 +08:00
Eloy Lafuente (stronk7)
c3415804c1
Merge branch 'MDL-68147-master' of git://github.com/mihailges/moodle
2020-04-06 19:09:10 +02:00
Sara Arjona
dad7f2ba1d
Merge branch 'MDL-65539' of https://github.com/NeillM/moodle
2020-04-06 16:40:52 +02:00
Sara Arjona
71576a58e6
Merge branch 'MDL-68231-master' of https://github.com/snake/moodle
2020-04-06 13:22:18 +02:00
Sara Arjona
43cda51ea1
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
2020-04-06 12:51:22 +02:00
Mihail Geshoski
9f1bfca2e8
MDL-68051 course: Fix accessibility issues in chooser tabs navigation
2020-04-06 17:31:23 +08:00
Neill Magill
b08323a789
MDL-65539 dragdrop: Allow sections and blocks to move to the top
...
Before this change sections and blocks could not be moved to be the
top item when using keyboard drag and drop.
They can now be moved to the top in one action.
The way they move using keyboard drag and drop has changed when they
are below the item they are dropped on, not instead of appearing
below it they will be placed above it.
2020-04-03 08:36:37 +01:00
Neill Magill
b5c9fb4a3d
MDL-65539 course: Keyboad drag and drop should not break page
...
Before this change keyboard drag and drop of sections would alter
the structure of the page.
This occured because in this case the dragnode was the original node
2020-04-03 08:36:36 +01:00
Neill Magill
dc489dffe6
MDL-65539 formats: Section labels not updated during move
...
Before this change when moving a section via drag and drop the
aria-label for the section was not being updated neither was the
title on the drag handle.
The result was the the drop menu on keyboard drag and drop displayed
the wrong information after a section was moved.
2020-04-03 08:36:36 +01:00
Mihail Geshoski
98ec40a8f6
MDL-68147 course: Remove bold styling in recommended activity admin page
2020-04-03 10:29:50 +08:00
Eloy Lafuente (stronk7)
36c8bbc542
Merge branch 'MDL-67995-master' of git://github.com/cescobedo/moodle
2020-04-01 19:07:12 +02:00
cescobedo
3911e71435
MDL-67995 format_singleactivity: Fix dropwdown type of activity
2020-03-30 08:22:54 +02:00
Mihail Geshoski
9ba17166fe
MDL-68263 course: Fix error when modules are not fully uninstalled
2020-03-30 14:15:00 +08:00
Tim Hunt
1dcd0d3499
MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT
2020-03-29 15:34:26 +01:00
Jake Dallimore
b3f19d3547
MDL-68231 core_formats: conditionally swap controls on section drop
...
When using section drag and drop, the topics and weeks formats expected
the '.section_add_menus' element to be present so it could update it on
section drop. Due to MDL-68056, this control is only sometimes present.
This has been updated to conditionally swap to address this.
2020-03-24 16:43:51 +08:00
Adrian Greeve
9b57e08e8b
Merge branch 'MDL-67924' of https://github.com/Chocolate-lightning/moodle
2020-03-19 09:41:30 +08:00
Jun Pataleta
3af57b7321
Merge branch 'MDL-68056-master' of https://github.com/snake/moodle
2020-03-18 07:21:22 +08:00
Sara Arjona
9d95fdf23f
Merge branch 'MDL-67707-master' of git://github.com/ferranrecio/moodle
2020-03-17 09:03:12 +01:00
Shamim Rezaie
f064e11579
MDL-67970 course: More informative aria-label for 'more help'
2020-03-17 18:19:20 +11:00
Shamim Rezaie
99cac46162
MDL-67970 output: use div for content wraping instead of span
...
span is not a valid content wrapper tag.
Moreover, according to W3C validation service report, it is not valid to
have div elements as children of a span element.
We can safely replace span with div here because the element's css class
is .action and display of .action is set to flex in both boost and
classic themes.
2020-03-17 18:16:25 +11:00
Shamim Rezaie
4d0e97c781
MDL-67970 output: replace new-sections attribute with data-new-sections
...
new-sections is not a valid attribute name for the a element.
Replaced that with data-new-sections
2020-03-17 18:16:25 +11:00
Ferran Recio
1e7e255d72
MDL-67707 course: add support for PARAM_ALPHANUM module names
2020-03-16 17:52:08 +01:00
Jake Dallimore
af0d644bea
MDL-68056 core_course: remove feature test for non-js activity creation
...
We rely on JS now, so we don't need to keep this feature.
2020-03-16 08:36:38 +08:00
Jake Dallimore
aa4d7e1391
MDL-68056 core_course: improve render performance when editing
...
Only generate the non-ajax controls in cases where we know we need
them. Otherwise, only generate the new link style control. This patch
includes a behat check as many of our tests use the 'I add "Page" to
section "1"' syntax, which runs without JS.
2020-03-16 08:36:38 +08:00
Mathew May
ddd387ef68
MDL-67924 core: Now show the editing button everywhere
2020-03-13 08:50:14 +08:00
Andrew Nicols
8fd1dfc795
Merge branch 'MDL-68030-master' of https://github.com/Chocolate-lightning/moodle
2020-03-12 12:42:17 +08:00
Mathew May
d2695ab2f3
MDL-68030 core_course: Relocate chooser templates
2020-03-12 12:05:20 +08:00
Mathew May
c515848ce0
MDL-68030 core_course: Update behat
2020-03-12 11:51:45 +08:00
Mathew May
4883aabf0d
MDL-68030 core_course: Tuncate long module names
2020-03-12 11:51:45 +08:00
Mathew May
486abbcb74
MDL-68030 core_course: Set focus onto the help area header
2020-03-12 11:51:45 +08:00
Mathew May
c368657153
MDL-68030 core_course: Properly size elements in the chooser
2020-03-12 11:51:45 +08:00
Eloy Lafuente (stronk7)
0b698cb00b
Merge branch 'MDL-67752-master-userstats' of git://github.com/mudrd8mz/moodle
2020-03-12 00:23:30 +01:00
Eloy Lafuente (stronk7)
a17bdbd5cf
Merge branch 'MDL-68019-master' of git://github.com/peterRd/moodle
2020-03-11 23:47:43 +01:00
Andrew Nicols
ff1a10333d
Merge branch 'MDL-67263-master' of git://github.com/mihailges/moodle
2020-03-05 13:22:40 +08:00
Mihail Geshoski
ae0e9801bd
MDL-67263 course: Add behat tests
2020-03-05 11:57:14 +08:00
Mihail Geshoski
f152b71dd4
MDL-67263 course: Add search functionality in the activity chooser
2020-03-05 11:56:39 +08:00
Andrew Nicols
ba3263332d
Merge branch 'MDL-65298' of https://github.com/Chocolate-lightning/moodle
2020-03-05 10:39:25 +08:00
Mathew May
f3c47c9ca8
MDL-65298 core_course: Remove unused function parameters
2020-03-05 10:36:41 +08:00
Sara Arjona
b71604b058
Merge branch 'MDL-68055-master' of https://github.com/snake/moodle
2020-03-04 08:16:47 +01:00
Jake Dallimore
d86274c64b
MDL-68055 core_course: export content item description as markdown
2020-03-04 11:44:26 +08:00
Peter
b3b2d72c1e
MDL-68019 course: Performance improvement with component favourites
...
Add the ability to get all/select itemtypes within a component
2020-02-28 11:28:15 +08:00
David Mudrák
c268c1bd3f
MDL-67752 course: Improve the average_number_of_participants function
...
The patch adds two new optional parameters that control the function
behaviour. With default values, the function is backwards compatible and
it simply uses the number of enrolment records. The new parameters allow
to include only active enrolments and/or only recently active users.
2020-02-27 13:14:39 +01:00
Jun Pataleta
9585a6fdf7
Merge branch 'MDL-67584-integration-2' of https://github.com/Chocolate-lightning/moodle
2020-02-27 12:36:33 +08:00
Mathew May
6e1a4477d8
MDL-67584 core_course: Activity chooser favouriting frontend
2020-02-27 12:13:35 +08:00
Eloy Lafuente (stronk7)
6304e6a380
Merge branch 'MDL-64686-master' of git://github.com/lucaboesch/moodle
2020-02-26 23:25:23 +01:00
Mathew May
e04b4be619
MDL-67586 core_course: Recommended modules frontend
2020-02-25 14:07:40 +08:00
Eloy Lafuente (stronk7)
30206d545e
MDL-67262 core_course: fix behat looking for non-existing page
2020-02-24 23:15:28 +01:00
Jun Pataleta
c31085bb66
MDL-67262 core_course: Rebuild recommended activities JS module
2020-02-24 16:04:06 +08:00
Jake Dallimore
b3fe33ac75
MDL-67262 core_course: integration review changes
2020-02-24 13:13:49 +08:00
Adrian Greeve
ebdbe8736e
MDL-67262 core_course: Unit and behat tests for recommendations.
2020-02-24 11:00:44 +08:00