Andrew Nicols
eecbc3ce15
MDL-70071 forum: Convert post threshold warnings to info
2022-11-03 13:10:22 +08: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
Jun Pataleta
0a77eb4ace
MDL-74321 mod_forum: Pass course module to forum_check_throttling()
2022-03-28 10:04:05 +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
Sujith Haridasan
e6a4eb3c36
MDL-73415 mod_forum: Address the followup issues for forum
...
This issue is a followup for changes made in forum. And hence
addresses the following issues spotted for forum:
1. Bring back the "Forums" header in the search page.
2. Remove the stale function forum_update_subscriptions_button
3. Fix the redirection to activity tab when subscription is
changed, in the subscription tab.
2022-02-22 21:57:21 +05:30
Sujith Haridasan
92833547e9
MDL-71915 mod_forum: Update the tertiary nav
...
Update the tertiary navigation for this
activity.
2021-12-06 09:27:58 +05:30
Tomo Tsuyuki
0646a40b20
MDL-70176 mod_forum: Grading respects separate groups filter
2021-08-20 13:27:50 +10:00
Shamim Rezaie
70ac3b091f
MDL-71163 mod_forum: Remove duplicate due date info
2021-04-30 17:13:56 +10:00
Iñigo Zendegi
df9eefacef
MDL-69097 mod_forum: Apply filters to whole forum grading
2021-02-24 17:08:34 +01:00
Andrew Nicols
b0a28f3bbb
MDL-66818 mod_forum: Use cap manager to check exportability
2020-08-21 11:33:30 +08:00
gthomas2
4224b8e541
MDL-66818 mod_forum: hide portfolio export button based on caps
2020-08-20 07:46:09 +08:00
Andrew Nicols
8092e7cfa2
MDL-67544 mod_forum: Add missing label for discussion move
2020-01-06 15:01:08 +08:00
Mathew May
07d8669dbf
MDL-66906 mod_forum: Show learners their grades in a Modal
2019-11-12 16:17:04 +08:00
Andrew Nicols
c2dc453f07
MDL-66360 forum: Add missing var from merge conflict
2019-11-11 17:27:35 +08:00
Ryan Wyllie
2667acf121
MDL-66893 mod_forum: move grade button into region main
2019-11-07 14:53:38 +08:00
Ryan Wyllie
667e5fd93f
MDL-66770 mod_forum: put nested v2 display mode behind user preference
2019-11-01 13:17:24 +08:00
Ryan Wyllie
2602c7bfb5
MDL-66770 mod_forum: rename modern display mode to nested v2
2019-11-01 13:17:24 +08:00
Ryan Wyllie
454d76f689
MDL-66770 mod_forum: move subscription from menu into toggle
2019-11-01 13:17:24 +08:00
Andrew Nicols
09f92d6644
MDL-66722 forum: Add the grading component information
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Mathew May
34e6dd2475
MDL-66078 mod_forum: Add webservice to pull discussion data for user
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Jun Pataleta
959b996c50
MDL-66477 mod_forum: Create the discussion settings drawer
2019-09-27 15:46:13 +08:00
Jun Pataleta
5132de054c
MDL-66481 forum: Remove the YUI subscribe link
...
* Remove the subscribe link that's powered by YUI and
subscribe_ajax.php. This will be replaced by the subscribe action
menu item which utilises the subscription toggle template
and calls the proper WS function for toggling discussion subscription.
* Nuke YUI module for toggling subscription and subscribe_ajax.php
(about time!)
2019-09-26 10:47:05 +08:00
Ryan Wyllie
38d96b6540
MDL-64821 mod_forum: add in page reply to modern display mode
2019-09-25 14:35:59 +08:00
Ryan Wyllie
fe8e8ad4c4
MDL-64821 mod_forum: render new forum display mode when selected
2019-09-25 13:12:53 +08:00
Andrew Nicols
4b6e032890
MDL-65578 forum: Hide action menu where no actions exist
2019-05-31 12:43:22 +08:00
Jun Pataleta
44e148df79
Merge branch 'MDL-65607-master' of git://github.com/mihailges/moodle
2019-05-16 12:56:51 +08:00
Mihail Geshoski
b84f79ec80
MDL-65607 forum: Add prefix to forum global functions
2019-05-16 11:49:37 +08:00
Peter
76cf4db73e
MDL-65528 mod_forum: Do not render add discussion if not permitted
2019-05-14 12:47:32 +08:00
Ryan Wyllie
23129586db
MDL-65373 forum: accessibility changes for discussion
2019-05-09 09:10:40 +08:00
Andrew Nicols
5599d4cbca
Merge branch 'MDL-65071-master-new' of git://github.com/mihailges/moodle
2019-05-02 13:53:54 +08:00
Mihail Geshoski
1a9c60e931
MDL-65071 forum: Add sorting in discussion list
2019-05-01 22:10:12 +08:00
Ryan Wyllie
1457229295
MDL-65394 forum: fix get_move_discussion_html return signature
2019-05-01 16:27:34 +08:00
Peter
13cd05ac14
MDL-65033 mod_forum: Pass the favourites into the exporter
...
Query and pass the favouriting information into the exporter instead of within the exporter itself
2019-04-29 16:27:04 +08:00
Peter
8885cd573a
MDL-65033 mod_forum: Feedback updates
2019-04-29 16:27:04 +08:00
Peter
309e869827
MDL-65033 mod_forum: Externallib tests
2019-04-29 16:22:04 +08:00
Peter
e7e6a72164
MDL-65033 mod_forum: Add a new menu dropdown to the forum list
...
* Add new dropdown
* Pass the pinned discussion URL
* Add a new template for the pinned html
2019-04-29 16:08:30 +08:00
Peter
99bda8a7ff
MDL-65033 mod_forum: Favouriting in forum
...
Modify the discussion vault to take into account the favourite sql and also sort by favourite
2019-04-29 16:08:30 +08:00
Eloy Lafuente (stronk7)
be35977db8
MDL-65069 mod_forum: moodle_url to ensure we call the correct post.php
...
No matter where the inline edition is happening (forum or social course)
2019-04-25 02:35:30 +02:00
Peter
cb28132dce
MDL-65069 mod_forum: Remove unused code and additional dev docs.
...
Additional updates to setting default subscription value for discussions
2019-04-24 12:01:37 +08:00
Peter
2aff2c19a9
MDL-65069 mod_forum: Behat test for the inline form
2019-04-24 10:29:30 +08:00
Peter
97babbf7d7
MDL-65069 mod_forum: Stripped out inpage form and advanced redirect
...
* Stripped out the form for the inpage on the discussion list page.
* Tweaked the 'Advanced' redirect to take into account a nosubmit button
which populates the subject, message and any files used within it.
2019-04-24 10:29:30 +08:00
Peter
9ff7cae7c0
MDL-65069 mod_forum: inline 'add discussion' form
2019-04-24 10:29:30 +08:00
Shamim Rezaie
82482e3d3e
MDL-31355 mod_forum: different message when duedate has passed
2019-04-11 18:47:35 +10:00
Shamim Rezaie
cbf63d8efc
MDL-31355 mod_forum: Prevent users from posting after cut-off date
2019-04-11 18:47:35 +10:00
Andrew Nicols
23f5e65ebe
MDL-65082 core_course: Update frontpage view to use new forum API
2019-03-22 15:01:48 +08:00
Andrew Nicols
c661a129d1
MDL-65082 forum: Reorganise social templates
2019-03-22 11:14:05 +08:00
Ryan Wyllie
446ba04650
MDL-64820 forum: fix cibot complaints
2019-03-22 10:38:41 +08:00
Ryan Wyllie
15f7dbe573
MDL-64820 forum: fix notifications for discussions in group mode
2019-03-22 09:31:21 +08:00
Mihail Geshoski
54d38a7347
MDL-64820 forum: convert view.php to new rendering
2019-03-22 09:31:21 +08:00
Ryan Wyllie
47d38303cf
MDL-64820 forum: add new classes for rendering to local namespace
2019-03-22 09:24:05 +08:00