Eloy Lafuente (stronk7)
3a4ad12034
Merge branch 'MDL-67610-master-2' of git://github.com/junpataleta/moodle
2021-09-07 19:25:15 +02:00
Jun Pataleta
58bd7256ec
MDL-67610 mod_forum: Do not include private replies in unread count
...
Fetching the counts of unread posts should only include unread regular
posts or unread private reply posts directed to the user unless the user
has the capability to read private replies.
In order to retrieve the correct counts, we also need to loop through
each forum instance in the course to check the capability of the user to
read private replies in each forum.
2021-09-07 23:19:26 +08:00
Huong Nguyen
af4fb733ee
MDL-71797 quiz: Improve the checks when fetching user's attempts
2021-09-07 09:04:23 +02:00
Paul Holden
51ef7bd6f9
MDL-72499 event: add/correct event language strings as required.
2021-09-06 11:14:09 +01: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
Eloy Lafuente (stronk7)
49b057e4dc
Merge branch 'MDL-72428-master-enfix' of git://github.com/mudrd8mz/moodle
2021-09-03 19:09:52 +02:00
David Mudrák
9f8349bdfb
MDL-72428 lang: Use the fixed strings in the tests
2021-09-03 17:38:35 +02:00
Helen Foster
92cc461235
MDL-72428 lang: Import fixed English strings (en_fix)
2021-09-03 17:38:35 +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
Peter Burnett
5414c59f0d
MDL-72452 resource: Filter resource media embed output
2021-09-03 09:11:47 +10:00
Sara Arjona
3eb399d283
Merge branch 'MDL-70376-master' of git://github.com/peterRd/moodle
2021-09-01 16:52:02 +02:00
Adrian Greeve
8cf6ed1279
Merge branch 'MDL-70046-master-notificationfailure' of https://github.com/drjosephbaxter/moodle
2021-09-01 10:45:14 +08:00
Sara Arjona
af6b9bcc4f
Merge branch 'MDL-72137-master' of https://github.com/nguyenphuctien/moodle
2021-08-31 13:25:48 +02:00
Joseph Baxter
c66c299939
MDL-70046 message: handle call processor failure
...
* ensure message_send returns false if message not sent
* digests only clear queue on success
* notifications requeue failed messages
2021-08-31 10:36:54 +01:00
Peter Dias
730defb1d1
MDL-70376 mod_assign: Reintroduce pdf orientation check
...
Reintroduce the orientation check and sizing when importing an image
2021-08-31 12:28:32 +08:00
Eloy Lafuente (stronk7)
a0e23f7c48
MDL-71573 behat: Move to 4.0 course-index compatible steps
2021-08-26 17:45:04 +02:00
Sara Arjona
d2b5a689e1
MDL-68633 mod_forum: Fix behat error in classic
2021-08-26 08:11:18 +02:00
Sara Arjona
4f4b748a16
Merge branch 'MDL-69588-master-fix' of git://github.com/junpataleta/moodle
2021-08-26 07:23:34 +02:00
Sara Arjona
557d8fd475
Merge branch 'MDL-71029-master' of https://github.com/dcai/moodle
2021-08-26 07:12:20 +02:00
Andrew Nicols
3ab12ddbf5
Merge branch 'MDL-70176_master' of https://github.com/TomoTsuyuki/moodle
2021-08-26 12:08:56 +08:00
Andrew Nicols
ed0700c16a
Merge branch 'MDL-72271' of https://github.com/larsbonczek/moodle
2021-08-26 11:42:04 +08:00
Jun Pataleta
b36bdd18d8
MDL-69588 core: Activity navigation fixes
2021-08-26 09:58:15 +08:00
Sara Arjona
f3ed47a47a
Merge branch 'MDL-68633' of git://github.com/paulholden/moodle
2021-08-25 16:12:38 +02:00
Jun Pataleta
4e75e73cb5
Merge branch 'primary_secondary_nav' of https://github.com/Chocolate-lightning/moodle
2021-08-25 10:42:57 +08:00
Jun Pataleta
300d0bc03a
MDL-69588 mod: Additional Behat step fixes
2021-08-25 10:35:33 +08:00
Mathew May
89460a50d2
MDL-69588 navigation: Address final point from review
2021-08-25 10:35:23 +08:00
Jake Dallimore
38ff4d528e
MDL-69504 mod_lti: check role switches when setting lti roles on launch
...
is_siteadmin isn't aware of role switches, so make sure we're not in a
switched role before calling that method.
2021-08-24 14:33:11 +08:00
Andrew Nicols
12d6a8c3d9
Merge branch 'MDL-72207-master' of git://github.com/jleyva/moodle
2021-08-24 09:06:07 +08:00
Eloy Lafuente (stronk7)
c25fe3a183
Merge branch 'MDL-71055-master' of git://github.com/andrewnicols/moodle
2021-08-23 23:22:15 +02:00
Mathew May
1f6bcd7eae
MDL-69588 accessibility: Address review points
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
f99a9eb117
MDL-71901 mod_assign: Custom secondary nav for assign
...
- Part of: MDL-69588
2021-08-23 17:46:40 +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
Adrian Greeve
c8422f4576
MDL-70196 mod_assign: Allow the last navbar item to have a link.
...
- Part of: MDL-69588
This updates a method to allow the last item in the breadcrumb
navbar to have a URL.
2021-08-23 17:46:38 +08:00
Adrian Greeve
c3871a9174
MDL-70196 navigation: Update to pages to add a URL.
...
- Part of: MDL-69588
Some pages have added an item to the end of the navbar without a
link for it. This adds the current page as a url to this navigation
node. Doing this brings it in line with all of the other pages
around Moodle and also helps with the new navigation changes in
theme boost.
2021-08-23 17:46:38 +08:00
Adrian Greeve
7d435fb5f2
MDL-70196 navigation: Update to feature files.
...
- Part of: MDL-69588
A lot of tests rely on the last element of the breadcrumb being
active. This updates feature files to not rely on this anymore.
2021-08-23 17:46:38 +08:00
Ferran Recio
1389487a1c
MDL-71209 mod_assign: fix anonymous submission behat
2021-08-23 11:38:07 +02:00
Tien Nguyen
dd6fd520e3
MDL-72137 Quiz: Quiz submission email notification update
...
Quiz submission notifications: separate out User versus System
2021-08-23 15:38:33 +07:00
Andrew Nicols
891d1bfad3
MDL-71055 behat: Update core settings to use generator
...
These changes have only been applied to settings which were already
using settings names and values, but which were still using the UI.
2021-08-23 12:23:03 +08:00
Andrew Nicols
c79d58a50b
MDL-71209 behat: Fix behat for new changes
...
Co-authored-by: Ilya Tregubov <ilya@moodle.com>
2021-08-20 16:49:06 +02:00
Tomo Tsuyuki
0646a40b20
MDL-70176 mod_forum: Grading respects separate groups filter
2021-08-20 13:27:50 +10:00
Juan Leyva
5784c39341
MDL-72207 assign: Support all participants in get_submission_status WS
2021-08-19 14:11:33 +02:00
Andrew Nicols
84077e5263
Merge branch 'MDL-71944' of git://github.com/paulholden/moodle
2021-08-19 09:10:18 +02:00
Eloy Lafuente (stronk7)
dd23f8d903
Merge branch 'MDL-72186' of git://github.com/paulholden/moodle
2021-08-19 09:10:17 +02:00
Víctor Déniz
735bd7ffdb
Merge branch 'MDL-72097' of git://github.com/danmarsden/moodle
2021-08-19 09:10:17 +02:00
Dan Marsden
8aba9d1d34
MDL-72097 mod_assign: pass gradinginfo to disabled check.
2021-08-19 09:10:12 +02:00
safatshahin
dfed4fd040
MDL-71516 core_question: Qbank api implementation
...
This commit implements the qbank api so that any plugin
can implement its own question bank. This api currently
works parallely with the moodle core classes and the
added qbank in the core, means the moment a plugin
is installed, that object is replaced with the object
from the plugin instead of core, which means the api
has flexibility till the plugins are integrated and the
plugins can be integrated in any order.
All the old classes are still there and not deprecated
as there is a different tracker for the changes to the
quiz and another tracker for class deprecation and
class renaming. Core question units tests are pointing
to the new api structure but the classes are pointing
to the location related to the plugin availability.
Co-Authored-By: Luca Bösch <luca.boesch@bfh.ch>
Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
one more array fix
2021-08-17 18:57:31 +10:00
Jun Pataleta
6bd3db4fb5
MDL-69855 mod_forum: Deprecate postmailinfolink lang string
...
With the info text and reply link text being split, this lang string
is no longer being used and should be deprecated.
2021-08-16 17:42:18 +08:00
Jun Pataleta
6a82cbc6ab
MDL-69855 mod_forum: Don't show reply link in email for private replies
2021-08-16 17:42:18 +08:00
Eloy Lafuente (stronk7)
615eb63ca4
Merge branch 'MDL-71945-master' of https://github.com/lucisgit/moodle
2021-08-11 11:46:56 +02:00