Juan Leyva
6e5df52c80
MDL-49503 forum: Unit tests for forum_discussion_view
2015-04-02 17:08:42 +02:00
Juan Leyva
1546987b86
MDL-49503 forum: Move discussion viewed triggering to API function
2015-04-02 17:08:42 +02:00
Andrew Nicols
df15759724
Merge branch 'wip-mdl-49513' of https://github.com/rajeshtaneja/moodle
2015-04-02 11:06:27 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Juan Leyva
ebfa74c799
MDL-49502 forum: Unit tests for forum_view
2015-03-27 11:33:35 +01:00
Juan Leyva
449a6304d4
MDL-49502 forum: Add the new function to the mobile service
2015-03-27 11:33:34 +01:00
Juan Leyva
4a1e44a155
MDL-49502 forum: New external function view_forum
2015-03-27 11:33:34 +01:00
Juan Leyva
51c378b116
MDL-49502 forum: New API function forum_view
2015-03-26 21:21:10 +01:00
David Monllao
fd822c0bc5
Merge branch 'MDL-19670-master' of git://github.com/gurgus/moodle
2015-03-16 13:45:31 +08:00
Dave Cooper
2587313a9a
MDL-19670 mod_forum: Allow user to post a copy to all accessible groups
2015-03-12 17:02:49 +08:00
Dave Cooper
f267b8b2f4
MDL-19670 mod_forum: Add tests for posting to multiple discussions
2015-03-12 17:02:43 +08:00
Rex Lorenzo
c9f2d347f3
MDL-49069 mod_forum: Ability to specify default values for Forum RSS
2015-03-10 14:57:03 -07:00
Marina Glancy
1edd3d6fbf
MDL-48804 core: do not set current course until login validated
2015-03-02 16:48:15 +01:00
Andrew Nicols
38ec3fb080
MDL-49216 mod_forum: Move subquery to outer component
...
It is not possible to order sub-query results with some RDBMs, and the
subquery is not necessary anyway.
2015-02-24 08:29:43 +08:00
Andrew Nicols
94802d3518
MDL-49216 mod_forum: Add tests for discussion reply count
2015-02-24 08:29:43 +08:00
Eloy Lafuente (stronk7)
2d4d68073d
Merge branch 'MDL-48221-master' of git://github.com/andrewnicols/moodle
2015-02-17 15:51:59 +01:00
David Monllao
0e8182e8f8
Merge branch 'MDL-48822-master' of git://github.com/andrewnicols/moodle
2015-02-10 14:10:28 +08:00
David Monllao
f01845c2a6
Merge branch 'MDL-48212-master' of git://github.com/ankitagarwal/moodle
2015-02-10 08:54:13 +08:00
Andrew Nicols
be773fd65b
MDL-48221 mod_forum: Improve discussion subscription on post
...
If the user has posted in the forum before, follow their previous
discussion preference.
If the user has not posted before, but is subscribed to the forum, follow
their forum preference.
Otherwise, follow their user-preference.
This has the result that if a user has unsubscribed from a forum and writes
their first response; the user preference will be followed. This may
override the forum subscription.
This commit also changes from a dropdown to a checkbox in the post form.
2015-02-09 15:17:09 +08:00
Andrew Nicols
bfa7beceee
MDL-48822 mod_forum: Add lastpost class to final post in discussion
...
Thanks to Lior Gil for the basis of the suggested fix.
2015-02-05 13:09:42 +08:00
Eloy Lafuente (stronk7)
7172903fcf
Merge branch 'MDL-41851-master' of git://github.com/andrewnicols/moodle
2015-02-03 12:36:00 +01:00
Eloy Lafuente (stronk7)
3195a1f91f
Merge branch 'MDL-48939-master' of git://github.com/andrewnicols/moodle
2015-01-26 23:57:33 +01:00
Eloy Lafuente (stronk7)
13abbea83b
Merge branch 'MDL-48407-master' of git://github.com/gurgus/moodle
2015-01-26 23:41:17 +01:00
Ankit Agarwal
9bb71899c0
MDL-48212 messages: show reply allowed message only when needed
2015-01-26 08:16:03 +05:30
Andrew Nicols
2f19417319
MDL-48939 core: Depreacte search_generate_text_SQL
...
This has never been used outside of forum, where it was introduced in
Moodle 1.8 and required manual creation of an index.
2015-01-22 15:10:00 +08:00
Dave Cooper
b02f473cfb
MDL-48407 mod_forum: Updated text email notification template
2015-01-22 13:28:18 +08:00
Andrew Nicols
7cd4a0f6d5
MDL-41851 mod_forum: Use noreply user when sending forum notifications
2015-01-22 09:42:12 +08:00
Andrew Nicols
5f9997ae95
MDL-48720 mod_forum: Tidy up whitespace to comply with coding style
2015-01-21 12:15:12 +08:00
Andrew Nicols
9ddb376645
MDL-48720 mod_forum: Only copy discussion preferences when moving posts
...
Rather than adding discussion preferences to a user based upon their
subscription to the source forum, only respect any actively selected
preference. That is to say that:
* if a user has opted into a discussion and following a move would be
unsubscribed, re-subscribe them;
* if a user has opted out of a discussion and following a move would be
subscribed once more, unsubscribe them; and
* if a user has not made an active choice, follow the discussion preference
for the target forum.
2015-01-21 12:15:12 +08:00
Andrew Nicols
99334f6a56
Merge branch 'MDL-38142-master' of git://github.com/FMCorz/moodle
2015-01-12 11:55:34 +08:00
Frederic Massart
6b5d34b18d
MDL-38142 mod_forum: Allow viewing of student posts in hidden courses
2015-01-09 11:34:24 +08:00
Ankit Agarwal
5d78635e40
MDL-48704 inbound: Fix notices in pickup task
2014-12-29 14:38:07 +05:30
Andrew Nicols
c9fa2dee2a
MDL-48164 mod_forum: Add additional headers to prevent OOF replies
...
This adds the X-Auto-Response-Suppress header to outbound messages.
2014-12-16 09:34:12 +08:00
David Monllao
cbebd40dfb
MDL-47246 mod_forum: Limit last post restriction to Q and A
2014-12-08 14:51:36 +08:00
Andrew Nicols
06e23acc88
MDL-48309 mod_forum: Do not escape ampersands in plain text email
2014-12-04 12:14:32 +00:00
Eloy Lafuente (stronk7)
38ea5e0a39
MDL-21724 course: change remaining tests to new "Save and display"
2014-12-04 12:14:31 +00:00
Sam Hemelryk
0893f8d399
Merge branch 'wip-MDL-48377-master' of git://github.com/marinaglancy/moodle
2014-12-01 14:02:08 +13:00
Sam Hemelryk
783d96c6da
Merge branch 'MDL-48309-master' of git://github.com/andrewnicols/moodle
2014-12-01 11:10:25 +13:00
Sam Hemelryk
2d1df7a3be
Merge branch 'MDL-48227-master' of git://github.com/ankitagarwal/moodle
2014-12-01 09:14:46 +13:00
Ankit Agarwal
9ef82a9a0e
MDL-48227 forum: Update the message shown in emails
...
AMOS BEGIN
MOV [deleteoriginalonreply,mod_forum],[replytopostbyemail,mod_forum]
AMOS END
2014-11-28 14:31:18 +05:30
Andrew Nicols
72590a5139
MDL-48148 mod_forum: Use correct original subject when handling replies
2014-11-26 15:58:05 +08:00
Marina Glancy
28c0c4af5d
MDL-48377 forum: do not swallow spaces in notification emails
2014-11-26 12:18:11 +08:00
Sam Hemelryk
22fc0d15dd
Merge branch 'MDL-22043-master' of git://github.com/andrewnicols/moodle
2014-11-25 15:54:12 +13:00
Andrew Nicols
6220813776
MDL-48309 mod_forum: Handle discussion subscriptions correctly
2014-11-25 09:23:51 +08:00
Andrew Nicols
5eddcfee34
MDL-48309 mod_forum: Add discussion subscription to the navigation
2014-11-25 09:16:08 +08:00
Sam Hemelryk
4cbf997db0
Merge branch 'MDL-48197-master' of git://github.com/andrewnicols/moodle
2014-11-25 11:02:19 +13:00
Dan Poltawski
dca771127a
Merge branch 'MDL-48274-master' of git://github.com/andrewnicols/moodle
2014-11-24 15:37:56 +00:00
Sam Hemelryk
d148da7e56
Merge branch 'MDL-48148-master' of git://github.com/andrewnicols/moodle
2014-11-24 15:57:59 +13:00
Andrew Nicols
338ee3d6bb
MDL-48148 mod_forum: Use the standard forum reply subject as default
...
When a user replies by e-mail, the course name has been included in the
original e-mail. As a result, the reply subject becomes longer and longer.
In cases whether either:
* the discussion name; or
* the replied-to-post subject
is present in the mail subject, the standard reply subject is instead used.
2014-11-24 09:10:54 +08:00
Mario Wehr
772e9dc17e
MDL-48274 mod_forum: Add missing context to has_capability call
2014-11-19 14:06:07 +08:00