Jake Dallimore
9921d5f5ef
MDL-80673 mod_forum: fix modal creation when viewing student grades
...
Fixes a regression caused by MDL-78324.
2024-01-25 12:01:22 +08:00
Paul Holden
2ac0df331c
MDL-72308 mod_forum: update legacy uses of formchangechecker module.
2024-01-15 14:24:17 +00:00
Ilya Tregubov
faae0874ce
MDL-68652 mod_forum: Only include gradable users in grading
2023-12-06 21:11:28 +08:00
Andrew Nicols
48bc688ccd
MDL-78324 core: Convert modals to use new static methods
...
This commit takes all modals which were not using the legacy
ModalFactory.create triggers and migrates them to the new Modal.create
method.
2023-09-09 00:04:11 +08:00
Andrew Nicols
af7719682d
MDL-79064 core: Update all get_strings as uses
2023-08-29 10:57:54 +08:00
Paul Holden
3fc5b80bc3
MDL-70135 mod_forum: reset formchangechecker when cancelling reply.
2023-07-14 10:08:17 +01:00
Paul Holden
6634a68487
MDL-70135 mod_forum: formchangechecker for inline discussion creation.
2023-07-14 10:08:17 +01:00
Marina Glancy
04f8fdd021
MDL-77164 various: fix javascript AMD module name
2023-04-13 09:43:15 +01:00
Paul Holden
0df45e134d
MDL-72727 mod_forum: prevent default favourite toggle click event.
...
Allow the repository call to the web service method to complete before
re-directing, otherwise the call may not complete and/or races against
the page reload causing random Behat errors.
2023-02-27 23:24:08 +00:00
Mihail Geshoski
de4d940d41
MDL-68437 forum: Support to show only active course users in grader
...
The following change adds support to show only active course users
in the forum grader and generally replicates the behaviour from the
assignment grader which relies on certain config settings, user
permissions and capabilities.
2022-09-30 12:01:08 +08:00
Sujith Haridasan
ff5381ad95
MDL-74121 mod_forum: Fix the posting threshold issue
...
When a student post exceeds the posting threshold
block then 'Add discussion topic' button should not be shown.
Also the student cannot reply to a topic if this is exceeded.
2022-03-23 14:23:29 +05:30
Andrew Nicols
349312143d
MDL-72013 js: Fix jsdocs to meet stricter eslint
2021-10-21 13:28:00 +08:00
Paul Holden
e8d7817f7f
MDL-72544 output: set default core/toast message type to information.
...
Update existing code to set type to warning as appropriate.
2021-09-24 08:19:54 +01:00
Andrew Nicols
530322e2ce
MDL-69918 core: Update uses of legacy form change checker
2021-08-10 23:54:01 +08:00
Andrew Nicols
4f422785c6
MDL-71113 javascript: Improve basic JS Documentation
2021-06-18 09:38:05 +08:00
Andrew Nicols
92179b7057
MDL-71113 js: Fix all jsdoc warnings
2021-06-18 09:38:05 +08:00
Andrew Nicols
70dcc60862
MDL-71113 js: Bare minimum fixes to build jsdoc
2021-06-18 09:38:04 +08:00
Paul Holden
bdfe918b13
MDL-67654 mod_forum: formchangechecker for discussion inline replies.
2020-10-12 23:32:50 +01:00
Jun Pataleta
bed9308ef5
MDL-67663 mod_forum: Show/hide elements from screen reader on search
...
* When the search input gets shown, users can still navigate on the
close button and the grading status container which can cause confusion
among users. So hide and show them accordingly as well.
* Hide/show user picker and body container when the search results
container is shown/hidden.
2020-04-09 17:50:09 +08:00
Jun Pataleta
f63503a603
MDL-67663 mod_forum: Fix focus order of the grading form
...
* Focus should flow from the form header down to the forum posts, and
then to the grading panel itself.
2020-04-09 17:50:08 +08:00
Jun Pataleta
d0f8a42e5f
MDL-67663 mod_forum: Make user switching more accessible
...
* Add a more descriptive label for the next and previous buttons so that
the users would know that clicking on the next or previous buttons will
save the changes they made before proceeding to the next user.
* Add an sr-only div with aria-live to the user picker to let the grader
know the current user that is being graded.
* Hide the user picture from screen readers
2020-04-09 17:50:08 +08:00
Jun Pataleta
34cdacbfff
Merge branch 'MDL-66883-master' of git://github.com/bmbrands/moodle
2020-01-20 16:36:40 +08:00
Andrew Nicols
20d4ec87dd
MDL-67544 mod_forum: Correct aria-role => role
2020-01-06 15:01:06 +08:00
Bas Brands
dc38af73e6
MDL-66883 theme_boost: use bootstrap native switches
2019-12-19 13:03:24 +01:00
Andrew Nicols
9c18bff160
Merge branch 'MDL-67277-master-strongtopics' of git://github.com/mudrd8mz/moodle
2019-12-10 12:48:54 +08:00
David Mudrák
91a28c219a
MDL-67277 forum: Apply CSS class describing the discussion status
...
This is to allow the themes to style pinned, favourited, subscribed and
discussions with unread replies.
2019-12-03 20:36:05 +01:00
Mathew May
6ebf994c23
MDL-67160 mod_forum: Show the users grading status in the grader
2019-11-19 10:17:00 +13:00
Andrew Nicols
630a1b0e01
MDL-67269 mod_forum: Capture form submission in grading panel
2019-11-15 11:47:37 +08:00
Mathew May
fc741e030e
MDL-67144 mod_forum: If no users exist do not show the grading interface
2019-11-14 15:00:30 +08:00
Andrew Nicols
799418ad12
MDL-67207 forum: Reset focus after closing grade viewer
2019-11-13 14:30:54 +08:00
Andrew Nicols
21900f035e
MDL-67207 forum: Return focus when closing expanded discussion
2019-11-13 14:30:54 +08:00
Andrew Nicols
4395ef464d
MDL-67207 forum: Reset focus after closing grader
2019-11-13 14:30:54 +08:00
Andrew Nicols
7ede47b738
MDL-67207 forum: Lock focus in grader
2019-11-13 14:30:48 +08:00
Mathew May
07d8669dbf
MDL-66906 mod_forum: Show learners their grades in a Modal
2019-11-12 16:17:04 +08:00
Simey Lameze
d543b01b1f
MDL-66360 mod_forum: change notifyuser parameter order
2019-11-11 16:08:07 +08:00
Shamim Rezaie
c67a54e619
MDL-66360 mod_forum: Notify the student when the marker choose to notify
2019-11-11 15:37:19 +08:00
Shamim Rezaie
b6bf1e8e2a
MDL-66360 mod_forum: display notification option pre-set to default
2019-11-11 15:16:19 +08:00
Mathew May
f418c08c31
MDL-66958 core_grade: Add comparison js for grade saves
2019-11-11 10:44:09 +08:00
Jun Pataleta
2e809ec27c
Merge branch 'MDL-66893-master-3' of https://github.com/ryanwyllie/moodle
2019-11-08 11:59:44 +08:00
Ryan Wyllie
69848e719b
MDL-66893 mod_forum: add nested v2 support to grader
2019-11-07 14:53:38 +08:00
Ryan Wyllie
8404c2b101
MDL-66893 mod_forum: update grader search
2019-11-07 14:53:38 +08:00
Ryan Wyllie
8a09616bc2
MDL-66893 mod_forum: add grader status to grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
035bd996cb
MDL-66893 mod_forum: show expand conversation in nested view
2019-11-07 14:53:37 +08:00
Ryan Wyllie
d9fedf3dc8
MDL-66893 mod_forum: update user content region in grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
4c98e56c96
MDL-66893 mod_forum: update navigation bar in grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
46d51c8ca9
MDL-66893 mod_forum: update grading panel UI in grader
2019-11-07 14:53:37 +08:00
Andrew Nicols
5730749f5d
Merge branch 'MDL-66359-master' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-11-07 10:48:33 +08:00
Mathew May
546bf3c68e
MDL-66359 mod_forum: Restrict grader by groups
2019-11-07 10:47:45 +08:00
Andrew Nicols
b655690b04
MDL-67074 forum: Add a new toast region when in full screen mode
2019-11-05 12:10:51 +08:00
Andrew Nicols
e943e7d56f
Merge branch 'MDL-66381-master' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-11-05 11:58:56 +08:00