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
b4a1bbbb6a
MDL-65071 forum: Sort starred discussions
2019-05-01 22:51:14 +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
Ryan Wyllie
8353770743
MDL-65394 forum: add context id to author export
2019-05-01 16:27:34 +08:00
Ryan Wyllie
30513f9740
MDL-65033 mod_forum: Modified sort sql for cross db support
2019-04-30 20:47:30 +02:00
Peter
d3cac88dac
MDL-65033 mod_forum: Testing updates
...
Testing and code updates after rebase
2019-04-29 16:30:50 +08:00
Peter
ac91531670
MDL-65033 mod_forum: Accessibility updates
2019-04-29 16:27:04 +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
24962ee1d7
MDL-65033 mod_forum: Hook up the pin toggle via AJAX
2019-04-29 16:21:14 +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
Jun Pataleta
b3c8984c0e
Merge branch 'MDL-65032-master' of git://github.com/peterRd/moodle
2019-04-24 16:18:06 +08:00
Peter
565cccfafa
MDL-65032 mod_forum: Update existing function to include lock params
2019-04-24 15:52:21 +08:00
Peter
bdb4a87daa
MDL-65032 mod_forum: Updates based on Jun's feedback
2019-04-24 12:49:41 +08: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
c475fe410f
MDL-65032 mod_forum: Pass the the entity factories into the vaults
2019-04-24 11:56:23 +08:00
Peter
2893812eb0
MDL-65032 mod_forum: Add discussion locking functionality
2019-04-24 11:55: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
Jun Pataleta
72f7e3f198
Merge branch 'MDL-65324-master' of git://github.com/peterRd/moodle
2019-04-23 13:53:35 +02:00
Eloy Lafuente (stronk7)
1d75eb9bad
Merge branch 'MDL-65275_master' of git://github.com/markn86/moodle
2019-04-22 00:58:37 +02:00
Peter
814db56f4c
MDL-65324 mod_forum: Fix the has_ended function and add unit tests
...
* Additional has_started unit tests
2019-04-12 10:20:18 +08:00
Mark Nelson
9f2be0aeaf
MDL-65275 mod_forum: do not format_text twice()
2019-04-10 13:28:34 +08:00
Peter
8245dabaa2
MDL-22077 mod_forum: external unit tests and vault updates
...
* Unit tests for external functions
* Use the new dml_table to fetch a table's columns
2019-04-04 11:56:01 +08:00
Andrew Nicols
15dc885a8b
MDL-22077 forum: Update post.php to respect private replies
2019-04-04 11:25:29 +08:00
Andrew Nicols
bc4c7337e1
MDL-22077 forum: Add forum private replies
...
This patch adds new capabilities:
'mod/forum:postprivatereply' - whether a user is able to post private replies; and
'mod/forum:readprivatereplies' - whether a user is able to read private replies.
Private replies are only visible to the intended recipient (the author of
the parent post), the author of the private reply, and those with the
ability to read private replies.
If a post is private then it cannot be replied to further.
2019-04-04 11:25:29 +08:00
Jun Pataleta
ad4d995f19
Merge branch 'MDL-65168' of git://github.com/stronk7/moodle
2019-04-03 16:42:41 +08:00
Andrew Nicols
71cbc0550f
MDL-65168 dml: Move preload SQL functions to self-contained class
2019-03-25 23:05:22 +01:00
Jun Pataleta
9e5cdcd50c
MDL-64820 mod_forum: Make different aliases for first and last authors
2019-03-22 21:55:51 +08: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
1bfaeeb2eb
MDL-65082 format_social: Update social format to use new 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
f30f46db39
MDL-64820 forum: fix up issues from review
2019-03-22 09:31:21 +08:00
Mihail Geshoski
7661ccddfd
MDL-64820 forum: Add timed in discussion list table
2019-03-22 09:31:21 +08:00
Ryan Wyllie
94552394c9
MDL-64820 forum: fix blog discussion list ordering
2019-03-22 09:31:21 +08:00
Ryan Wyllie
15f7dbe573
MDL-64820 forum: fix notifications for discussions in group mode
2019-03-22 09:31:21 +08:00
Ryan Wyllie
57ad9a0ce7
MDL-64820 forum: add classes to first post to fix behat
2019-03-22 09:31:21 +08:00
Ryan Wyllie
b4d47dec1e
MDL-64820 forum: change disucssion subscribe back to link
...
Changed the discussion subscribe button back to a link because
it was breaking all of the behat tests.
2019-03-22 09:31:21 +08:00
Ryan Wyllie
7c1d857da4
MDL-64820 forum: fix subscription mode in forum entity
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
Ryan Wyllie
8dbe769988
MDL-65034 mod_forum: fix author for single discussion forum
2019-04-16 10:51:43 +08:00
Ryan Wyllie
53d743741e
MDL-65034 forum: add aria attributes to forum post
2019-04-15 14:51:03 +08:00
Shamim Rezaie
82482e3d3e
MDL-31355 mod_forum: different message when duedate has passed
2019-04-11 18:47:35 +10:00