Andrew Nicols
a518a7bc8c
MDL-55858 mod_forum: Remove subscription links when not relevant
...
When a forum is force-subscribed or subscription is disabled, do not
include the subscription link in forum posts.
2016-10-18 17:01:03 +02:00
Andrew Nicols
403cc20e1e
MDL-56208 mod_forum: Move Display period below Group
2016-10-17 11:47:13 +08:00
Dani Palou
95356cd73c
MDL-56019 ws: Use itemid null when getting modules intro
2016-09-19 11:45:15 +02:00
Eloy Lafuente (stronk7)
bbe5329a3b
Merge branch 'MDL-55632-31' of git://github.com/andrewnicols/moodle into MOODLE_31_STABLE
2016-09-12 19:12:19 +02:00
David Monllao
0783a94d3e
MDL-55237 core_component: Fix last namespace level matching
...
Thanks to Andreas Grabs for proposing a fix.
2016-08-30 11:16:20 +08:00
Andrew Nicols
b8ff0cd6e5
MDL-46654 mod_forum: Hide digestoptions when no subscription
...
Daily digest options should not be generated if the user cannot subscribe
to anything in the first place.
2016-08-22 19:12:52 +08:00
Andrew Nicols
fcc0c4c8c8
MDL-55632 mod_forum: Tidy up forum post messages
2016-08-19 09:57:28 +08:00
Rajesh Taneja
ab70395d0b
MDL-54656 behat: Skip test if db family is not mysql or postgres
2016-08-04 08:47:04 +08:00
Eloy Lafuente (stronk7)
6e4672f5ce
Merge branch 'MDL-54656_m31v3' of https://github.com/sbourget/moodle into MOODLE_31_STABLE
2016-08-03 00:51:37 +02:00
Rajesh Taneja
3eacb31527
MDL-55337 behat: Added 1 sec delay between post
...
Ensure post is created at different timestamp, else
returned posts will be different and test fails.
This will happen on a fast machine.
2016-07-26 19:01:15 +08:00
Eloy Lafuente (stronk7)
f97b4d2198
Merge branch 'MDL-55220-31' of git://github.com/jleyva/moodle into MOODLE_31_STABLE
2016-07-19 13:22:16 +02:00
Juan Leyva
ab793a088d
MDL-55220 forum: Add string filtering in WS
...
The following external functions now filter the discussion and post
name and subject.
- get_forum_discussions_paginated
- get_forum_discussion_posts
2016-07-14 09:14:48 +01:00
Jun Pataleta
bc795079f7
MDL-55112 mod_forum: Query all forum fields to avoid debug messages
2016-07-04 15:23:47 +08:00
Dan Poltawski
5a1ead041a
Merge branch 'MDL-55002-31-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_31_STABLE
2016-06-28 09:06:10 +01:00
Helen Foster
f9bca6404e
MDL-55002 lang: Merge English strings from the en_fix language pack
2016-06-27 23:02:41 +02:00
Eloy Lafuente (stronk7)
54b80ab68d
Merge branch 'MDL-54663-31' of git://github.com/andrewnicols/moodle into MOODLE_31_STABLE
2016-06-27 13:26:42 +02:00
Andrew Nicols
de854b05c3
MDL-54663 forum: Correct digest link to forum preferences
2016-06-22 13:12:20 +08:00
Rajesh Taneja
9d2e2a80be
MDL-54589 behat: Fixed failures for phantomjs standalone
2016-06-20 16:03:12 +08:00
Stephen Bourget
f20a35754f
MDL-54656 Behat: Additional tests for advanced search
2016-06-12 21:07:06 -04:00
Dan Poltawski
906c52ee96
MDL-54729 mod_forum: clarify static variable usage
...
After some time discussing with integrators, we decided that this
slightly yukky solution probably fits safely, so just making its usage
better explained and speciifc.
2016-06-07 10:48:07 +01:00
Adrian Greeve
8dc6bb8591
MDL-54729 mod_forum: Deep link highlighting works in IE.
2016-06-07 10:47:51 +01:00
David Monllao
fad41516de
Merge branch 'MDL-54675-forum-highlight-MOODLE_31_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_31_STABLE
2016-05-24 14:20:26 +08:00
Brendan Heywood
1987b771ad
MDL-54675 forum: Fixed bug with multiple adjacent hash anchors
2016-05-24 16:07:46 +10:00
Eloy Lafuente (stronk7)
1f010acdd0
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:32:56 +02:00
Dan Poltawski
c56d14be37
Merge branch 'MDL-54627_master' of git://github.com/dmonllao/moodle
2016-05-19 10:59:06 +01:00
David Monllao
505ce88467
MDL-54627 search: Ensure that all format_string strings are text.
...
All user input that is usually displayed through format_strings with
filters like mulitlang applied should be converted to text as well.
2016-05-19 13:16:01 +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
Dan Poltawski
53b540c82a
Merge branch 'MDL-54027-master' of git://github.com/FMCorz/moodle
2016-05-18 11:05:06 +01:00
David Monllao
c827acae2d
MDL-53221 search: Renaming search areas
...
AMOS BEGIN
CPY [modulename,mod_folder],[search:activity,mod_folder]
CPY [modulename,mod_label],[search:activity,mod_label]
CPY [modulename,mod_page],[search:activity,mod_page]
CPY [modulename,mod_resource],[search:activity,mod_resource]
CPY [modulename,mod_url],[search:activity,mod_url]
AMOS END
2016-05-16 13:02:02 +08:00
Frederic Massart
2140cca1db
MDL-54027 mod_forum: Display sub-header on user posts/discussions page
2016-05-13 17:17:28 +08:00
Andrew Nicols
e90e0ea570
MDL-53755 forum: Check session when marking posts
2016-05-06 09:27:26 +08:00
Andrew Nicols
6b587d2be2
MDL-53696 forum: Check discussion in forum
2016-05-06 09:27:25 +08:00
David Monllao
f74e3ace69
Merge branch 'MDL-53980-master-enfix' of git://github.com/mudrd8mz/moodle
2016-05-02 10:46:50 +08:00
Helen Foster
a5061bf7b7
MDL-53980 lang: Merge English strings from the en_fix language pack
2016-04-28 18:32:03 +02:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
David Monllao
65f9001d31
Merge branch 'MDL-48089-master' of git://github.com/danpoltawski/moodle
2016-04-20 12:24:07 +08:00
David Monllao
d7eb33652f
Merge branch 'MDL-53702_master' of https://github.com/liorgil/moodle
2016-04-20 11:10:23 +08:00
Eloy Lafuente (stronk7)
3a97e39825
Merge branch 'MDL-53660-master' of git://github.com/danpoltawski/moodle
2016-04-20 01:19:58 +02:00
Ben Kelada
48143990e0
MDL-53345 forum: rename itemid
2016-04-18 11:04:57 +10:00
Ben Kelada
e881c4f5c3
MDL-53345 forum: Add attachmentareaid to support attachments in api
2016-04-18 11:04:57 +10:00
Ben Kelada
41182118ae
MDL-53345 forum: Add item id as parameter to support inline attachments
2016-04-18 11:04:57 +10:00
liorgi
db3a6216cc
MDL-48089 mod_forum: Improve DB query in observer
2016-04-14 14:20:32 +01:00
David Monllao
3dd89357d4
Merge branch 'MDL-53772-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/upgrade.txt
2016-04-14 14:01:16 +08:00
Damyon Wiese
56fa860ead
MDL-53772 externallib: Fix busted webservices context handling
...
Fix:
$PAGE->context must be reset when calling validate_context
Improve:
Provide wrapper for calling an external function
The wrapper correctly checks the function parameters and return type against
the description of the external function, and stores the PAGE and COURSE global
state variables, restoring them before the function returns.
Fix: buggy unit tests.
These tests are expecting debugging from a bug that was fixed, and calling web
service functions with no user or session.
2016-04-14 13:58:23 +08:00
Mark Nielsen
39b2d8700d
MDL-53660 mod_forum: Fix coding style
2016-04-13 15:59:45 +01:00
Mark Nielsen
9258045b9b
MDL-53660 mod_forum: Fix link decoding in single discussions
...
This only happens when user data is not included.
2016-04-13 15:59:44 +01:00
Andrew Nicols
c0e3c8ae0d
MDL-52942 forum: Allow posting to multiple groups in eachuser forums
2016-04-11 12:23:47 +08:00
liorgi
73dcd8282a
MDL-53702 mod_forum: Remove unused variables
2016-04-10 08:51:57 +03:00
liorgi
7664fe2efb
MDL-53702 mod_forum: Remove unused variables
2016-04-07 17:34:18 +03:00
Rajesh Taneja
eb9ca848fa
MDL-53381 behat: Replaced chained steps with api.
...
Behat 3.x doesn't support chained steps and hence
this is first step to get rid of chained steps in core.
2016-04-06 11:32:49 +08:00