Tobias Reischmann
05f9380cbc
MDL-59854 forum: Created unique db key for forum_subscriptions
...
Due to race conditions in the function subscribe_user
it was possible to create duplicate forum subscriptions.
This lead to error messages, when displaying the list of
all subscriptions.
This patch removes all existing duplicate entries and
creates a unique db key to prevent this from happening in
the future.
2017-10-12 12:24:03 +08:00
Eloy Lafuente (stronk7)
d989ee1e03
MDL-58853 versions: bump all versions and requires near release
...
version = 2017051500 release version
requires= 2017050500 current rc1 version
2017-05-09 02:58:28 +02:00
Andrew Hancox
d2ba493cfe
MDL-46929 mod_forum: Implement tagging
2017-04-11 08:30:09 +01:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Damyon Wiese
16076f1e3d
MDL-56811 forum: Auto create the latest news forum
...
When a course is created or updated, create a news forum if the
newsitems setting is > 0.
2016-11-10 13:51:02 +08:00
Andrew Nicols
0f3bbfd4f8
MDL-55982 mod_forum: Add time-based discussion locking
...
This patch adds support for time-based locking of discussions.
Discussions are automatically locked after a user-definable period of
inactivity. After this time, only those with the the relevant capability
are able to add replies.
This has been designed to add support for other types of discussion locking
at a later date with relative ease.
2016-09-21 09:03:42 +08:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Andrew Nicols
0099960560
MDL-44087 mod_forum: Move forum digest to new processor
2016-02-08 07:54:14 +08:00
Ben Kelada
5f219cf181
MDL-372 forum: Improve pinning and update for Moodle 3.0
2016-01-13 02:01:26 +00:00
Charles Fulton
87b007b4dd
MDL-372 forum: support for pinned discussion topics
2016-01-13 02:01:26 +00:00
Juan Leyva
04cd8ae3c0
MDL-52165 mod_forum: New Web Service mod_forum_can_add_discussion
2015-12-04 15:30:16 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Andrew Nicols
7774cf96f8
MDL-51939 mod_forum: Fix groupid data on upgrade
...
This upgrade step addresses issues identified in MDL-51939 where the
groupid was incorrectly set. The issue itself is not present in 2.9, but
this upgrade step is required to correct any incorrect data.
2015-10-29 21:10:11 +08:00
David Monllao
1c94483300
MDL-49682 mod_forum: Bump version for caches
2015-10-12 14:07:55 +08:00
Juan Leyva
50a2031712
MDL-50995 mod_forum: New WS mod_forum_add_discussion_post
2015-09-02 12:20:06 +02:00
Dan Poltawski
825be82b8a
MDL-50322 forum: add basic split post behat coverage
...
Also bump version for autoloading new class.
2015-06-01 14:59:06 +01:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Juan Leyva
449a6304d4
MDL-49502 forum: Add the new function to the mobile service
2015-03-27 11:33:34 +01: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
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Dan Poltawski
1a27142afe
Merge branch 'MDL-47903-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
mod/forum/version.php
mod/forum/db/upgrade.php
2014-11-03 12:28:33 +00:00
Andrew Nicols
611a5ef714
MDL-25057 mod_forum: Stop duplicating forum_read posts from cron
...
This also includes an upgrade script to delete the existing duplicates.
2014-10-30 13:23:29 +08:00
Andrew Nicols
eb451c7981
MDL-47903 mod_forum: Add discussion subscription time
...
This helps us to only send notifications for messages the user should have
already seen.
2014-10-30 12:02:34 +08:00
Andrew Nicols
91223df61b
MDL-3714 mod_forum: Add an inbound message handler
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-10-07 09:58:36 +08:00
Dan Poltawski
cae945d272
MDL-46880 mod_forum: move cron to scheduled task
...
Note that this is a very basic conversion without doing any refactoring
to split the tasks up better. That will come in MDL-44734, this is about
being a safe backportable change to give admins better control over the
running of the forum cron task.
2014-08-21 13:45:43 +01:00
Dan Poltawski
ba774b42a2
MDL-46885 mod_forum: diverge version numbers
...
Before this patch the version number could dangerously clash with
27_STABLE increments - and miss the upgrade steps for MDL-1626
2014-08-19 13:04:01 +02:00
Marina Glancy
73de21ffda
MDL-46826 forum: add index on field forum_discussion.course
2014-08-15 13:06:23 +08:00
Andrew Nicols
361a41d355
MDL-1626 mod_forum: Create new discussion subscription tracking table
2014-06-24 12:16:33 +08:00
Kevin Wiliarty
7a98bbab51
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-09 00:52:42 -04:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Juan Leyva
4ed1546154
MDL-30106 forum: Bump version number (upgrading service and installing new ws)
2014-05-05 11:56:43 +02:00
Andrew Nicols
8e6775d8f9
MDL-45075 mod_forum: Move user subscription to an observer
...
The forum subscription function is called in some cases on forum creation
(specifically the case of an automatically subscribed forum).
Since the forum subscription requires both the course_module instance, and
the context these must both be present when subscribing users to the forum,
however these are not fully set up until after the forum has been created.
By moving the subscription to a subscriber, we are able to hook into the
module creation event after the course_module and context have been linked
to the forum instance.
2014-04-22 11:50:52 +08:00
Marina Glancy
f5c6e8db1d
MDL-18598 forum: redefine index to allow faster cron jobs
2014-04-04 11:37:17 +08:00
Eloy Lafuente (stronk7)
6a586f0036
Merge branch '44157-27' of git://github.com/samhemelryk/moodle
2014-02-18 00:51:33 +01:00
Sam Hemelryk
01030f1be6
MDL-44157 mod_forum: unified @package use
2014-02-18 11:15:10 +13:00
Dan Poltawski
a52c04d549
MDL-40062 mod_forum: add event unit tests
...
And bump forum version for new events.
2014-02-17 14:05:54 +08:00
Tomasz Muras
672ce966c6
MDL-43040 Replace $module with $plugin in all mod/*/version.php
...
Conflicts:
mod/quiz/version.php
2014-01-29 00:36:12 +01:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Frederic Massart
6ee51daf6b
MDL-42003 mod_forum: Convert handlers to observers
2013-09-26 16:08:13 +08:00
Andrew Nicols
8e08c731eb
MDL-4908 Forum: per-forum digests
2013-08-13 14:46:10 +01:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Dan Poltawski
6af8e417c3
Merge branch 'wip-mdl-37633' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/forum/db/upgrade.php
mod/forum/version.php
2013-02-12 15:48:33 +08:00
Rajesh Taneja
afd5e85ca8
MDL-37633 Forum: Allow fronpage user to have forum:allowforcesubscribe capability by default
2013-02-12 14:57:47 +08:00
Frederic Massart
506522d582
MDL-5875 forum: Option to display post word count
2013-02-11 12:08:46 +08:00
Mark Nelson
a9a0cb691c
MDL-30102 mod_forum: adding webservice function to allow for the retrieval of forum discussions
2013-02-04 19:28:29 +08:00
Mark Nelson
2b9fe87dca
MDL-37247 mod_forum: adding webservice function to allow for the retrieval of forum instances
2013-01-08 12:19:49 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Rex Lorenzo
1659b1d1a8
MDL-33166 Forum: Adding capability mod/forum:allowforcesubscribe
...
Conflicts:
mod/forum/version.php
2012-09-17 10:06:26 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00