f50b98dbe4
Merge branch 'MDL-64906_hideif_mod' of git://github.com/davosmith/moodle
2019-04-30 20:47:22 +02:00
385247d94e
MDL-64906 mod: add support for hideif to activity modules
2019-04-02 09:13:09 +01:00
ceea2d2618
MDL-31355 mod_forum: Add duedate and cutoffdate to form
...
AMOS BEGIN
CPY [availability,mod_assign],[availability,mod_forum]
CPY [cutoffdate,mod_assign],[cutoffdate,mod_forum]
CPY [cutoffdatevalidation,mod_assign],[cutoffdatevalidation,mod_forum]
CPY [duedate,mod_assign],[duedate,mod_forum]
AMOS END
2019-04-11 02:03:02 +10:00
3f6e42b611
MDL-59460 mod_forum: Ensure CFG->forum_subscription is set
2017-07-18 12:21:42 +02:00
58affdc80e
MDL-59460 mod_forum: default setting for Subscription mode.
...
Allow to set a Subscription mode default.
2017-07-18 12:21:37 +02:00
273d310601
MDL-58138 completion: Fixes for a number of small issues.
2017-04-19 11:41:57 +08:00
7f53e8aa22
MDL-58267 completion: allow to set default activity completion
...
Part of MDL-58138 epic
2017-04-19 08:54:35 +08:00
06cdda468a
MDL-58139 completion: bulk update completion
...
Part of MDL-58138 epic
2017-04-19 08:52:57 +08:00
197b6d9e5a
MDL-58386 mod_forum: Fixed CI issues
...
Part of MDL-55611 epic.
2017-04-04 11:01:47 +01:00
e44d71a6ee
MDL-58102 mod: Set sensible defaults for additional completion fields
...
Part of MDL-55611 epic.
2017-04-03 11:37:08 +08:00
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
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
c9f2d347f3
MDL-49069 mod_forum: Ability to specify default values for Forum RSS
2015-03-10 14:57:03 -07:00
7a98bbab51
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-09 00:52:42 -04:00
01030f1be6
MDL-44157 mod_forum: unified @package use
2014-02-18 11:15:10 +13:00
bd8f5d459d
MDL-29663 forum: Replace constant FORUM_TRACKING_ON with FORUM_TRACKING_FORCED
...
Commit for MDL-29663 that renames the FORUM_TRACKING_ON constant
to FORUM_TRACKING_FORCED to allow easier and more consistant reading.
FORUM_TRACKING_ON retained but marked depreciated.
2013-10-08 08:04:55 -04:00
20e6782f10
MDL-29663 forum: Option to allow Forced for read tracking.
...
Converts the use of Read Tracking On to Forced. Adds new admin setting
forum_allowforcedreadtracking. If set, Forced will be available when
adding or editing forums. In this state the forced forum overrides the
user preference of off.
With forum_allowforcedreadtracking not set (default) behavior is the
same as now, except forums previously set in the On state are treated
as Optional.
The side effect of forum_allowforcedreadtracking being on, is that users
cannot speed up the loading of course pages with lots of forums by
setting their personal forum read tracking option to off.
2013-10-08 08:03:54 -04:00
8b73bac647
MDL-41933 Forum: Make a admin level option to set the default value of Read Tracking.
2013-09-23 17:32:47 -04:00
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
14cd6479de
Merge branch 'MDL-38315-master' of git://github.com/sammarshallou/moodle
2013-05-06 22:27:41 +08:00
367b977d4d
MDL-39077 max_files does not include current option when it is non-standard
...
Non-standard means php.ini was set to something not in the default list (like 7MB),
then the config was saved to that specific value, and now the value in php.ini has been changed
again so 7MB does not appear in the list.
2013-05-01 12:40:57 +01:00
a9f5fc158c
MDL-38315 Completion: Bugs with 'locked' status in activity form
2013-05-01 11:57:29 +01:00
f1b0908b8a
MDL-38597 forum: fix incompetent programmer error ;-)
...
Shameful, Fred!
2013-04-24 10:02:41 +01:00
fbe9f668b2
MDL-38597 forum: Reformat the module settings form
2013-04-23 14:52:09 +08:00
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
cf626656c6
MDL-34775 - Forum, RSS - Fixing RSS entries option to be disabled if RSS is not enabled
2013-02-26 14:03:00 +08:00
234fdc206c
Merge branch 'MDL-5875-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-02-12 10:09:26 +08:00
506522d582
MDL-5875 forum: Option to display post word count
2013-02-11 12:08:46 +08:00
6b219310cf
MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options
...
This change removes the "0 bytes" option from the get_max_upload_sizes list
and replaces it with "Course limit (X)" or "Site limit (X)" (whichever is smaller).
This means we can remove all custom handling in the modules that were removing and
adding these options. It only affects pages that pass valid options for sitelimit and
courselimit - so admin pages will work correctly.
It also orders the list so the course/site limit options will be first
(as it will be the largest).
AMOS START
REM [courseuploadlimit, core] has been parameterized to get [uploadlimitwithsize, core]
AMOS END
2013-02-07 10:50:52 +08:00
67fbfe8b54
MDL-34593: Plagiarism API - add extra plgin param to get_form_elements_module
2012-08-13 20:31:45 +05:30
103e7cba16
MDL-32227: Plagiarism API - add support for plagiarism api to forum module
2012-07-11 23:36:03 +05:30
b8ea3041eb
MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate
2010-09-02 18:29:39 +00:00
16306628bd
gradebook MDL-19133 shifted around some code to move module grade settings into common code
2010-08-13 08:29:13 +00:00
3db7b87807
forum MDL-23671 Fixed defaults for forum maxattachments
2010-08-05 07:40:53 +00:00
55d95d90f9
rating MDL-23328 made date restriction of ratings work correctly
2010-07-16 06:30:30 +00:00
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
530d2d72e4
MDL-21695 Forum module now uses new help strings
...
AMOS BEGIN
HLP forum/assessaggregate.html,[aggregatetype_help,mod_forum]
HLP forum/attachment2.html,[attachment_help,mod_forum]
HLP forum/displayperiod.html,[displaystart_help,mod_forum]
HLP forum/displayperiod.html,[displayend_help,mod_forum]
HLP forum/forumtype.html,[forumtype_help,mod_forum]
HLP forum/forumtypenews.html,[namenews_help,mod_forum]
HLP forum/manageposts.html,[blockperiod_help,mod_forum]
HLP forum/manageposts.html,[blockafter_help,mod_forum]
HLP forum/manageposts.html,[warnafter_help,mod_forum]
HLP forum/maxattachments.html,[maxattachments_help,mod_forum]
HLP forum/maxattachmentsize.html,[maxattachmentsize_help,mod_forum]
HLP forum/mods.html,[modulename_help,mod_forum]
HLP forum/ratings.html,[separatedandconnectedinfo,core]
HLP forum/rssarticles.html,[rssarticles_help,mod_forum]
HLP forum/rsstype.html,[rsstype_help,mod_forum]
HLP forum/subscription2.html,[subscriptionmode_help,mod_forum]
HLP forum/subscription.html,[subscription_help,mod_forum]
HLP forum/trackingtype.html,[trackingtype_help,mod_forum]
AMOS END
2010-04-30 16:35:55 +00:00
63e87951e6
rating MDL-21657 updated version of ratings including forum and glossary integration
2010-04-22 05:15:23 +00:00
afef965e28
mod-forum MDL-22114 Enhanced navigation options for forum in regards to subscription.
2010-04-21 08:05:03 +00:00
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
8f685009b3
forum MDL-21086 cleaned up boilderplates and php doc packages
2009-12-10 03:11:18 +00:00
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
4ba2221a09
MDL-18910 full support for module intro editor with embedded images
2009-04-22 04:46:04 +00:00
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
6507d1a97e
MDL-18910 normalised module intro and introformat
2009-04-20 19:10:05 +00:00
16851b22ad
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 10:04:01 +00:00
b2a9505b22
MDL-16514 - adding format to forum mod_form and fixing regression in single forum type add instance
2008-09-15 15:55:11 +00:00