Eloy Lafuente (stronk7)
e5d7c55151
Merge branch 'MDL-41258-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
mod/forum/tests/maildigest_test.php
2014-06-24 20:25:58 +02:00
Andrew Nicols
ca14c76f3b
MDL-1626 mod_forum: Correct SQL syntax when fetching subscriptions
2014-06-24 14:48:23 +08:00
Andrew Nicols
035746504a
MDL-1626 mod_forum: Update discussion subscriptions when moving discussions
2014-06-24 12:16:34 +08:00
Andrew Nicols
ebfb73db7b
MDL-1626 mod_forum: Update user interface to reflect per-discussion subscriptions
...
AMOS BEGIN
MOV [forcessubscribe,mod_forum],[forcesubscribed,mod_forum]
AMOS END
2014-06-24 12:16:34 +08:00
Barbara Ramiro
a42d781864
MDL-1626 mod_forum: Add icons for subscription status
2014-06-24 12:16:34 +08:00
Andrew Nicols
49566c8a67
MDL-1626 mod_forum: Make cron handle discussion subscriptions
2014-06-24 12:16:34 +08:00
Andrew Nicols
e3bbfb52c4
MDL-1626 mod_forum: Add functions to change user discussion subscription state
2014-06-24 12:16:34 +08:00
Andrew Nicols
59075a4349
MDL-1626 mod_forum: Move subscription management to a separate class
2014-06-24 12:16:33 +08:00
Andrew Nicols
361a41d355
MDL-1626 mod_forum: Create new discussion subscription tracking table
2014-06-24 12:16:33 +08:00
Andrew Nicols
dc0464801d
MDL-1626 mod_forum: Add behat tests for existing functionality
2014-06-24 12:16:33 +08:00
Andrew Nicols
a7a849038a
MDL-1626 mod_forum: Add unit tests for forum cron mail behaviour
2014-06-24 12:16:33 +08:00
Russell Smith
d2c58b95bb
MDL-43835 phpunit: Correct unit tests.
...
When different ID's are set for each sequence a number
of unit test failures appear. They have been corrected
to allow unit tests to pass with the new generator in place.
2014-06-17 19:08:01 +10:00
Andrew Nicols
908996b10e
MDL-41258 Forum: Add additional unit tests for forum digest settings
2014-06-17 16:06:10 +08:00
Marina Glancy
b60e8bb8fa
Merge branch 'MDL-18162-master-2' of git://github.com/andrewnicols/moodle
2014-06-04 12:58:03 +08:00
Andrew Nicols
df7a4d6569
MDL-45625 mod_forum: Correct typo in upgrade notes
2014-06-04 11:56:54 +08:00
Andrew Nicols
d9b196d9b6
MDL-18162 mod_forum: Correct @param type in phpdoc to use stdClass
2014-06-04 11:25:38 +08:00
Marina Glancy
6526c48909
Merge branch 'MDL-40851-master' of git://github.com/andrewnicols/moodle
2014-06-04 10:08:10 +08:00
Eloy Lafuente (stronk7)
71fa28477b
Merge branch 'MDL-44620_master' of git://github.com/dmonllao/moodle
2014-06-03 18:11:28 +02:00
Andrew Nicols
052933f4ea
MDL-40851 mod_forum: Final deprecation of forum_shorten_post
2014-06-03 23:15:47 +08:00
Dan Poltawski
ed3f8591ed
Merge branch 'master_MDL-40371' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/lib.php
2014-06-03 15:19:22 +01:00
Marina Glancy
3d9ea145c2
Merge branch 'MDL-41313-master' of git://github.com/andrewnicols/moodle
2014-06-03 17:32:36 +08:00
Damyon Wiese
45e02c9a73
Merge branch 'MDL-45627-master' of git://github.com/andrewnicols/moodle
2014-06-03 15:12:52 +08:00
Damyon Wiese
96c9b2feb3
Merge branch 'MDL-45630_master' of https://github.com/markn86/moodle
2014-06-03 15:00:27 +08:00
Sam Hemelryk
7ca6b26d8f
Merge branch 'MDL-18162-master' of git://github.com/andrewnicols/moodle
2014-06-03 15:00:26 +12:00
Sam Hemelryk
984dd8b75c
MDL-45625: fixed whitespace
2014-06-03 10:15:56 +12:00
Sam Hemelryk
8c68421e3d
Merge branch 'MDL-45625-master' of git://github.com/andrewnicols/moodle
2014-06-03 09:05:38 +12:00
Sam Hemelryk
f36ccdbb40
Merge branch 'MDL-41708-master' of git://github.com/andrewnicols/moodle
2014-06-03 09:02:11 +12:00
Eloy Lafuente (stronk7)
4df54b06f1
Merge branch 'MDL-35514_master' of https://github.com/markn86/moodle
2014-06-02 18:19:52 +02:00
Mark Nelson
1ea5f1e2d3
MDL-45630 events: removed unnecessary 'the' from event descriptions
2014-05-31 15:27:11 -07:00
Brian King
6a97697a2a
MDL-40371 Upgrade-until-22: remove obsolete _upgrade_grades functions
2014-05-29 19:43:37 +12:00
Andrew Nicols
3a4ff0a899
MDL-18162 mod_forum: Correct phpdoc for forum_clean_search_terms
2014-05-28 09:35:48 +08:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Andrew Nicols
39de876c04
MDL-45625 mod_forum: Deprecate many old forum functions
...
This also moves these to their own file to help manage the deprecation process.
2014-05-22 12:23:49 +08:00
Andrew Nicols
2789afa842
MDL-45627 mod_fourm: Move subscriber classes to separate class files
2014-05-20 13:03:02 +08:00
Andrew Nicols
6add5fb752
MDL-41313 mod_forum: Remove deprecated post_form.php
2014-05-20 12:41:11 +08:00
Dan Poltawski
c51ad7cbe2
Merge branch 'wip-MDL-45466-master' of git://github.com/marinaglancy/moodle
2014-05-20 11:51:53 +08:00
Frederic Massart
885650c70c
MDL-45546 mod_forum: Login the user before getting its context
2014-05-20 10:25:07 +08:00
Marina Glancy
69d570c130
MDL-45466 forum: performance improvement for mass (un)subscriptions
2014-05-19 13:37:05 +08:00
Andrew Nicols
cc8bd704ae
MDL-41708 mod_forum: Show attachments in lexical order
...
This matches the order in which they're shown in the file manager.
2014-05-16 16:17:48 +08:00
David Monllao
ee9f6db7a2
MDL-44620 behat: Automate MDLQA-7
...
- MDLQA-7: By default, a new course contains a Latest
News block which displays a specific number of recent
discussions from the news forum
2014-05-13 17:25:26 +07:00
Albert Gasset
1c1647af59
MDL-35514 mod_forum: Fixed warning message to students in forums with groups
2014-05-13 00:24:32 -07: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
Eloy Lafuente (stronk7)
b95db263ca
MDL-45296 tests: Fix unit tests to have objectid
...
In order to create the needed subscriptions to
make the event tests reliable a subscriptions
generator has been added. It performs raw-sql
subscriptions because by using the forum API
events would be fired (and that's something
we don't want to happen).
2014-05-08 20:03:17 +02:00
John Okely
9c94ca5843
MDL-45296 events: Fix objecttable and ids
...
Various events had them incorrectly set or missing:
- submission_locked
- submission_unlocked
- subscription_created
- subscription_deleted
2014-05-08 15:30:03 +02:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Dan Poltawski
5bf52355ea
Merge branch 'MDL-30106' of git://github.com/jleyva/moodle
2014-05-06 10:25:48 +08:00
Juan Leyva
fb8840d291
MDL-30106 forum: get_posts WS fixes in data generator and def. values
2014-05-05 11:56:43 +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
Juan Leyva
e2ede4262f
MDL-30106 forum: New web service mod_forum_get_forum_discussion_posts
2014-05-05 11:55:43 +02:00