Frederic Massart
10deddd34e
MDL-55594 mod_forum: Convert 'big' search form to templates
...
Part of MDL-55071
2016-09-23 10:53:56 +01:00
Frederic Massart
66bb9eadfe
MDL-55497 mod_forum: Converted quick forum search to a renderable
...
Part of MDL-55071
2016-09-23 10:53:29 +01:00
Frederic Massart
ed7844b5f4
MDL-55224 theme_noname: RTL adjustments for auto-flipping era
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Andrew Nicols
41ff0ee58b
MDL-55982 mod_forum: Allow discussion view in locked blog
2016-09-22 08:22:13 +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
Dani Palou
d33c67bc47
MDL-56019 ws: Use itemid null when getting modules intro
2016-09-19 11:33:55 +02:00
Eloy Lafuente (stronk7)
61b246fd0e
Merge branch 'MDL-55632-master' of git://github.com/andrewnicols/moodle
2016-09-12 19:12:26 +02:00
Andrew Nicols
64ebf3955b
MDL-37669 mod_forum: Mark posts as read on notify to user pref
...
Some people prefer to have posts marked as read when they receive them, and
some prefer not to. Let us allow them to choose.
2016-09-07 12:32:42 +08:00
Eloy Lafuente (stronk7)
4bdb1298c4
Merge branch 'MDL-55237_master' of git://github.com/dmonllao/moodle
2016-08-30 12:54:46 +02:00
David Monllao
8bee2d8df6
MDL-55237 core_component: Fix last namespace level matching
...
Thanks to Andreas Grabs for proposing a fix.
2016-08-30 11:15:27 +08:00
Andrew Nicols
c42c23557e
MDL-53634 forum: Switch digest selection to inplace_editable
2016-08-26 15:05:05 +08:00
Andrew Nicols
f71df007d1
MDL-46654 mod_forum: Reduce complexity of closure
2016-08-23 16:17:07 +08:00
Andrew Nicols
8381ac52cd
MDL-46654 mod_forum: Remove irrelevant digest/subscribe options
...
If the user cannot subscribe, there is no point showing the digest options.
2016-08-22 19:12:20 +08:00
Andrew Nicols
d6c05ad1f1
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:06:06 +08:00
Andrew Nicols
2e48384dea
MDL-55632 mod_forum: Tidy up forum post messages
2016-08-19 09:38:57 +08:00
Rajesh Taneja
99ad3223a5
MDL-54656 behat: Skip test if db family is not mysql or postgres
2016-08-04 08:46:04 +08:00
Eloy Lafuente (stronk7)
bc7817edab
Merge branch 'MDL-54656_m32v3' of https://github.com/sbourget/moodle
2016-08-03 00:50:19 +02:00
Juan Leyva
145900708c
MDL-54941 webservice: Refactor file handling in WS
...
This commit reduces boilerplate code.
It also forces WS returning files to always return the following
fields: filename, filepath, mimetype, filesize, timemodified and
fileurl.
2016-07-28 12:07:04 +02:00
Eloy Lafuente (stronk7)
8b13e09595
Merge branch 'wip-mdl-55337' of https://github.com/rajeshtaneja/moodle
2016-07-26 13:12:07 +02:00
Rajesh Taneja
4505459083
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 18:59:51 +08:00
Dan Poltawski
773a11519d
Merge branch 'MDL-55278_master' of https://github.com/dmonllao/moodle
2016-07-26 11:57:09 +01:00
David Monllao
837cec00f9
Merge branch 'wip-mdl-55091-m' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-26 10:14:30 +08:00
Rajesh Taneja
52f3e060e4
MDL-55091 phpunit: Following has been deprecated.
...
1. getMock()
2. setExpectedException()
3. checkForUnintentionallyCoveredCode renamed to beStrictAboutCoversAnnotation
4. beStrictAboutTestSize renamed to enforceTimeLimit
5. UnitTestCase class is now fully removed.
2016-07-26 10:11:30 +08:00
David Monllao
0bd8383a8b
MDL-55278 search: Updating references to area namespace
2016-07-21 18:38:18 +02:00
Eloy Lafuente (stronk7)
4feed61702
Merge branch 'MDL-55220-master' of git://github.com/jleyva/moodle
2016-07-19 13:21:36 +02:00
Andrew Nicols
d16185fd4f
MDL-55173 mod_forum: Perform final deprecations
2016-07-18 08:42:33 +08:00
Juan Leyva
55bb8189ba
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:10:07 +01:00
David Monllao
034544ffda
Merge branch 'MDL-18599-master' of git://github.com/junpataleta/moodle
2016-07-11 15:59:44 +02:00
Dan Poltawski
8846f9950f
Merge branch 'MDL-55112-master' of git://github.com/junpataleta/moodle
2016-07-11 14:42:06 +01:00
Jun Pataleta
af0fc6a254
MDL-18599 mod_forum: Hide single discussion owner's name and picture
...
* On the discussion's page.
* On the recent activity block.
* On the recent activity page.
2016-07-11 21:40:19 +08:00
David Monllao
6a4c2146f9
MDL-53222 search: Replace report_search by new searchareas admin page
2016-07-11 11:49:14 +02:00
Juan Leyva
7ef49bd393
MDL-54951 webservice: Return intro text files in modules
2016-07-04 09:24:28 +01:00
Jun Pataleta
ca7e2fc21f
MDL-55112 mod_forum: Query all forum fields to avoid debug messages
2016-07-04 15:22:56 +08:00
Dan Poltawski
ce63e9b2d7
Merge branch 'MDL-55002-master-enfix' of git://github.com/mudrd8mz/moodle
2016-06-29 15:05:25 +08:00
Helen Foster
25558b808e
MDL-55002 lang: Merge English strings from the en_fix language pack
2016-06-27 22:03:40 +02:00
Eloy Lafuente (stronk7)
f780baf063
Merge branch 'MDL-54663-master' of git://github.com/andrewnicols/moodle
2016-06-27 13:26:34 +02:00
Andrew Nicols
d1a62a5046
MDL-54663 forum: Correct digest link to forum preferences
2016-06-22 13:11:23 +08:00
Eloy Lafuente (stronk7)
0f20bf7507
Merge branch 'wip-mdl-54589-mac' of https://github.com/rajeshtaneja/moodle
2016-06-22 01:42:15 +02:00
Rajesh Taneja
f55d87c55c
MDL-54589 behat: Fixed failures for phantomjs standalone
2016-06-20 16:03:36 +08:00
Dan Poltawski
926ac16ef3
MDL-54654 mod: fix forum/scorm invalid css
2016-06-16 20:52:04 +01:00
Dan Poltawski
0fd08fc7e5
Merge branch 'MDL-35628' of https://github.com/mr-russ/moodle
2016-06-16 09:04:12 +01:00
Dan Poltawski
4f400df523
Merge branch 'MDL-54036_master' of https://github.com/liorgil/moodle
2016-06-16 09:04:09 +01:00
Stephen Bourget
1e93eb58ce
MDL-54656 Behat: Additional tests for advanced search
2016-06-12 20:50:46 -04:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Dan Poltawski
654e77e74d
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:46:53 +01:00
Adrian Greeve
09fec72819
MDL-54729 mod_forum: Deep link highlighting works in IE.
2016-06-07 10:30:18 +01:00
David Monllao
4024b94d17
Merge branch 'MDL-54675-forum-highlight' of https://github.com/brendanheywood/moodle
2016-05-24 14:20:13 +08:00
Brendan Heywood
d0d6902a72
MDL-54675 forum: Fixed bug with multiple adjacent hash anchors
2016-05-24 13:07:07 +10:00
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
Dan Poltawski
c56d14be37
Merge branch 'MDL-54627_master' of git://github.com/dmonllao/moodle
2016-05-19 10:59:06 +01:00