MDL-65069 mod_forum: Stripped out inpage form and advanced redirect
authorPeter <peter@moodle.com>
Mon, 25 Mar 2019 23:24:53 +0000 (07:24 +0800)
committerPeter <peter@moodle.com>
Wed, 24 Apr 2019 02:29:30 +0000 (10:29 +0800)
commit97babbf7d795bb8e4026b7fdca51ee01555bcefb
treef2a4aa6c413b7616ee16c88b8bddb56490a0b138
parent9ff7cae7c00b20b600b99f5aef6c93595bfef411
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.
mod/forum/classes/local/renderers/discussion_list.php
mod/forum/classes/post_form.php
mod/forum/post.php
mod/forum/templates/discussion_list.mustache
mod/forum/tests/behat/behat_mod_forum.php
mod/forum/tests/behat/edit_tags.feature
mod/forum/tests/behat/forum_subscriptions_default.feature
mod/forum/tests/behat/separate_group_discussions.feature
mod/forum/tests/behat/separate_group_single_group_discussions.feature
mod/forum/tests/behat/visible_group_discussions.feature