Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Andrew Nicols
0099960560
MDL-44087 mod_forum: Move forum digest to new processor
2016-02-08 07:54:14 +08:00
Dan Poltawski
dd3c2cf935
NOBUG: Fixed file access permissions
2016-01-14 10:09:55 +00: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)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +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
Juan Leyva
7ab43ac84a
MDL-50994 mod_forum: New Web Service mod_forum_add_discussion
2015-09-11 13:31:36 +02:00
Juan Leyva
50a2031712
MDL-50995 mod_forum: New WS mod_forum_add_discussion_post
2015-09-02 12:20:06 +02:00
Juan Leyva
1c2b788256
MDL-49796 webservices: Fix the functions description
2015-07-14 11:31:57 +02:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Juan Leyva
b235aef094
MDL-49894 forum: Add deprecated information for get_forum_discussions
2015-04-16 14:53:11 +02:00
Juan Leyva
d508dfe79a
MDL-49503 forum: Add view_forum_discussion to the mobile service
2015-04-02 17:11:27 +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)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +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
Damyon Wiese
6b58a6a445
Merge branch 'MDL-46458-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2014-10-08 21:14:39 +08:00
Sam Hemelryk
e90a0396e1
MDL-3714 mod_forum: pre-integration clean up
2014-10-08 09:39:44 +13: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
Juan Leyva
2ce8934b35
MDL-46458 forum: New WS get_forum_discussions_paginated services
2014-10-03 16:34:00 +02: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
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Kevin Wiliarty
7a98bbab51
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-09 00:52:42 -04:00
Juan Leyva
e2ede4262f
MDL-30106 forum: New web service mod_forum_get_forum_discussion_posts
2014-05-05 11:55: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
Sam Hemelryk
01030f1be6
MDL-44157 mod_forum: unified @package use
2014-02-18 11:15:10 +13:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Frederic Massart
6ee51daf6b
MDL-42003 mod_forum: Convert handlers to observers
2013-09-26 16:08:13 +08:00
Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08:00
Dan Poltawski
5d5c1bb801
fix permissions
2013-08-15 16:37:27 +08:00
Andrew Nicols
8e08c731eb
MDL-4908 Forum: per-forum digests
2013-08-13 14:46:10 +01:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Damyon Wiese
f22bc6d963
Fix permissions
2013-02-14 13:43:58 +08: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
Damyon Wiese
183e656eea
Merge branch 'MDL-30102_master' of git://github.com/markn86/moodle
2013-02-05 11:23:01 +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
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00