Dan Poltawski
9d6e3cb6c0
Merge branch 'MDL-17955-master' of git://github.com/andrewnicols/moodle
2016-04-04 09:01:46 +01:00
Matteo Scaramuccia
2e385e9c57
MDL-53622 mod_forum: Added the file_rewrite_pluginfile_urls() call.
2016-04-01 22:41:25 +02:00
Andrew Nicols
c71d185658
MDL-17955 forum: Remove timed postings from experimental
...
This commit does two things:
1) remove the note about the feature being experimental; and
2) changes the default to be enabled for new sites.
This will not enable the feature for existing sites where it is not
enabled.
2016-03-29 15:39:58 +08:00
Dan Poltawski
868e5ef0d5
Merge branch 'MDL-53515-master' of git://github.com/merrill-oakland/moodle
2016-03-29 14:39:53 +08:00
Dan Poltawski
35689b71a8
Merge branch 'MDL-53562-forum-reply-re' of https://github.com/brendanheywood/moodle
2016-03-26 10:35:55 +08:00
Eric Merrill
091973dbd7
MDL-53515 search: Extend search API to allow file indexing
2016-03-24 15:44:27 -04:00
Brendan Heywood
318e5cb302
MDL-53562 forum: Fixed missing forum subject Re: prefix
2016-03-21 19:41:40 +11:00
David Monllao
7960ad0571
Merge branch 'MDL-53509-master' of git://github.com/andrewnicols/moodle
2016-03-21 08:42:58 +08:00
Andrew Nicols
48a9ef9e96
MDL-53509 mod_forum: Stop over-escaping quoted variables
...
{{# quote }}<a href=\"foo\">{{/ quote }}
becomes:
"<a href=\\"foo\\">"
This causes a mustache syntax error.
The quote helper negates the need to escape quotes in normal use, e.g.:
{{# quote }}<a href="foo">{{/ quote }}
which instead becomes:
"<a href=\"foo\">"
2016-03-17 08:33:48 +08:00
Eloy Lafuente (stronk7)
3edc162611
Merge branch 'MDL-53354-master' of git://github.com/merrill-oakland/moodle
2016-03-16 01:09:45 +01:00
David Monllao
c854ce6eb7
Merge branch 'MDL-53102-messageid' of https://github.com/brendanheywood/moodle
2016-03-14 14:17:41 +08:00
Brendan Heywood
54dceeed88
MDL-53102 email: Ensure all emails generate consistent Message-ID URLs
2016-03-14 14:20:10 +11:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Eric Merrill
f6b425e2de
MDL-53354 search: Add ability to limit search doc to a user
2016-03-10 09:19:05 -05:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Dan Poltawski
5be405fa4a
MDL-53050 mod_forum: fix for base highlight
2016-03-02 17:18:51 +08:00
Eloy Lafuente (stronk7)
ce878562f3
Merge branch 'MDL-52136-master' of git://github.com/andrewnicols/moodle
2016-03-02 05:25:57 +01:00
Andrew Nicols
e5a1f7d92a
MDL-52136 mod_forum: forum_post is templatable
2016-03-02 12:10:57 +08:00
Andrew Nicols
ca0227dd18
MDL-52136 mod_forum: Correctly quote get_string vars in mustache
2016-03-02 09:00:28 +08:00
Dan Poltawski
340d35a902
Merge branch 'MDL-53166' of https://github.com/eugeneventer/moodle-fixes
2016-03-01 13:03:06 +08:00
Dan Poltawski
71ea84048d
Merge branch 'MDL-53263-forum-reply-deeplink' of https://github.com/brendanheywood/moodle
2016-03-01 12:53:10 +08:00
Dan Poltawski
9f82928bb6
Merge branch 'MDL-53050-forum-target' of https://github.com/brendanheywood/moodle
2016-03-01 10:38:55 +08:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Andrew Nicols
d954b54f9e
MDL-30811 forum: Update use of redirect to include message and type
2016-02-29 09:05:57 +08:00
Brendan Heywood
f0b7925f01
MDL-53263 forum: Add anchor to reply by email confirmation link
2016-02-27 23:39:59 +11:00
Brendan Heywood
2e0caa8e06
MDL-53050 mod_forum: Add anchor target highlight style
2016-02-26 21:12:25 +11:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
David Monllao
69d66020ce
MDL-31989 search: get_config method to search areas
...
Also content_to_text moved to weblib.
2016-02-23 10:47:59 +00:00
David Monllao
e2be996171
MDL-31989 search: New search areas
...
Some search areas have been introduced as part of the initial search API
and search engine API implementation.
- Forum posts
- Glossary enties
- All moodle activities
2016-02-23 10:47:57 +00:00
Eugene Venter
d01cdc5172
MDL-53166 mod_forum: fix fatal error in backup phpunit test
...
when running mod_forum_testsuite mod_forum_testsuite
2016-02-19 11:14:08 +13:00
Dan Poltawski
0b14d8612b
Merge branch 'MDL-51214-master' of git://github.com/andrewnicols/moodle
2016-02-17 07:58:15 +00:00
Eloy Lafuente (stronk7)
45cb6145fb
Merge branch 'MDL-51852-master' of git://github.com/andrewnicols/moodle
2016-02-17 02:03:48 +01:00
Andrew Nicols
a6fc917168
MDL-51852 mod_forum: Respect timed discussions in emails
2016-02-17 07:57:57 +08:00
Eloy Lafuente (stronk7)
c70d54405b
Merge branch 'MDL-29506-master' of git://github.com/andrewnicols/moodle
2016-02-16 17:50:22 +01:00
Eloy Lafuente (stronk7)
8bd2db2023
Merge branch 'MDL-52997-email-threading' of https://github.com/brendanheywood/moodle
2016-02-16 17:11:10 +01:00
Dan Poltawski
821296dc7b
Merge branch 'MDL-52862_master' of https://github.com/juancs/moodle
2016-02-16 15:18:46 +00:00
Dan Poltawski
0aefe91c50
Merge branch 'MDL-52990-email-themes' of https://github.com/brendanheywood/moodle
2016-02-16 11:17:54 +00:00
Dan Poltawski
3a9cc98c80
Merge branch 'MDL-34160-forum-subject' of https://github.com/brendanheywood/moodle
2016-02-16 11:04:41 +00:00
Dan Poltawski
6bb1bd930f
Merge branch 'MDL-49612-master' of git://github.com/dpalou/moodle
2016-02-16 09:30:12 +00:00
Brendan Heywood
efd420608e
MDL-52990 email: Added site wide email mustache templates
2016-02-16 16:39:25 +11:00
David Monllao
fb2d4baf57
MDL-51196 mod_forum: Updating required context vars
2016-02-16 11:22:29 +08:00
David Monllao
0511b81240
Merge branch 'MDL-51196-text-email-permalink' of https://github.com/brendanheywood/moodle
2016-02-16 11:17:20 +08:00
David Monllao
11ce3ffccc
Merge branch 'MDL-51839-master' of git://github.com/andrewnicols/moodle
2016-02-16 10:58:22 +08:00
Brendan Heywood
091420f9e6
MDL-34160 mod_forum: Add extra site and course vars to postmailsubject
2016-02-16 13:06:22 +11:00
Andrew Nicols
5ddf81cd27
MDL-51214 block_news_items: Rename to "Latest announcements"
2016-02-16 10:05:27 +08:00
Andrew Nicols
265a9bf769
MDL-51214 mod_forum: Update News forum => Announcements
2016-02-16 10:05:24 +08:00
Eloy Lafuente (stronk7)
be5955edf0
Merge branch 'MDL-52969-email-unsubscribe' of https://github.com/brendanheywood/moodle
2016-02-16 02:54:08 +01:00
David Monllao
44ad0f2c8d
Merge branch 'MDL-51580' of git://github.com/stronk7/moodle
2016-02-16 05:03:28 +08: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