Ruslan Kabalin
7d19e0e33d
MDL-50887 antivirus_clamav: Move global clamav settings to plugin level.
...
AMOS BEGIN
MOV [clamfailureonupload,core],[clamfailureonupload,antivirus_clamav]
MOV [configclamactlikevirus,core],[configclamactlikevirus,antivirus_clamav]
MOV [configclamdonothing,core],[configclamdonothing,antivirus_clamav]
MOV [configclamfailureonupload,core],[configclamfailureonupload,antivirus_clamav]
MOV [configpathtoclam,core],[configpathtoclam,antivirus_clamav]
MOV [configquarantinedir,core],[configquarantinedir,antivirus_clamav]
MOV [configrunclamavonupload,core],[configrunclamavonupload,antivirus_clamav]
MOV [pathtoclam,core],[pathtoclam,antivirus_clamav]
MOV [quarantinedir,core],[quarantinedir,antivirus_clamav]
MOV [runclamavonupload,core],[runclamavonupload,antivirus_clamav]
AMOS END
2016-02-25 09:55:45 +00:00
Ruslan Kabalin
146eeb7651
MDL-50887 antivirus: Add antivirus plugin infrastructure.
2016-02-25 09:54:05 +00:00
David Monllao
46e944aeb3
MDL-31989 admin: Search admin settings only when needed
2016-02-24 10:49:04 +08: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
db48207e1a
MDL-31989 search: Search API and search engine API
...
Introducing both APIs in moodle along with:
- search_box widget to add a tiny search box
- admin settings with setup steps helper
- cache for search results
- template for a search result
- php unit stuff
Many thanks to Tomasz Muras, Prateek Sachan and Daniel Neis for their contributions, for starting this development
and for pushing for it to be completed. Also thanks to other contributors: Jonathan Harker and eugeneventer.
2016-02-23 10:47:58 +00:00
Cameron Ball
088d6086d8
MDL-21912 restore: Add admin setting to restore conflicting admin user
2016-01-11 14:08:58 +08:00
Eloy Lafuente (stronk7)
e070165f57
Merge branch 'MDL-52219-master' of git://github.com/danpoltawski/moodle
2015-12-01 00:50:10 +01:00
Marina Glancy
49f3c89324
MDL-52332 calendar: load settings using API
2015-11-30 11:36:50 +08:00
Dan Poltawski
e354bf1e67
MDL-52219 admin: Enable completion and restricted access by default
2015-11-26 14:07:17 +00:00
Cameron Ball
4bb9e1ad8a
MDL-51091 core_registration: session key check in registration.
2015-11-04 18:46:27 +08:00
Eloy Lafuente (stronk7)
373748277a
Merge branch 'MDL-51829-master' of git://github.com/dpalou/moodle
2015-11-02 19:40:16 +01:00
Dani Palou
dbcade703b
MDL-51829 admin: Set userquota setting as PARAM_INT
2015-10-20 10:01:11 +02:00
Dan Poltawski
293197afb3
Merge branch 'MDL-49329-master-multiplug' of git://github.com/mudrd8mz/moodle
2015-10-16 14:53:26 +01:00
Dan Poltawski
f655414669
MDL-51651 lang: add consitency for application of firstdayofweek
...
1) Set the site-wide default based on language pack
2) Use the site/user preference for js popups, like we do in /calendar/
2015-10-15 10:15:05 +01:00
Andrew Nicols
3648d7963a
Merge branch 'MDL-51427-master' of git://github.com/marinaglancy/moodle
2015-10-13 10:13:43 +08:00
David Mudrák
b0fc789878
MDL-49329 admin: Clean up disabling of plugins code management features
...
The admin setting updateautodeploy no longer exists. The two existing
config.php flags $CFG->disableupdateautodeploy and
$CFG->disableonclickaddoninstall merged into a single one.
2015-10-10 09:11:19 +02:00
David Monllao
b0fca9208b
Merge branch 'MDL-51478-master' of git://github.com/jleyva/moodle
2015-10-05 13:38:43 +08:00
Juan Leyva
6b6deb8e74
MDL-51478 webservice: Enable the Mobile service by default
2015-09-25 10:05:04 +02:00
Jean-Philippe Gaudreau
2b7c85da17
MDL-50602 - Automated backup: Remove old backups associated to courses
...
Refactoring and renaming of settings.
2015-09-24 14:08:17 -04:00
Serge Gauthier
694f195da0
MDL-50602 - Automated backup: Remove old backups associated to courses
2015-09-24 14:02:19 -04:00
Marina Glancy
70fb46c87f
MDL-51427 user: correctly use strings for phone1 and phone2
...
Thanks to Olumuyiwa Taiwo for original patch
AMOS BEGIN
CPY [phone,core],[phone1,core]
AMOS END
2015-09-16 13:37:46 +08:00
David Monllao
9502083292
MDL-49280 auth: Rewording duplicate emails setting
...
From allowuserstoshareemailaddresses to allowaccountssameemail, also
changing lang strings.
2015-08-20 12:56:11 +08:00
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Dan Poltawski
f73b04871a
Merge branch 'MDL-50155' of https://github.com/andrewhancox/moodle
2015-06-02 12:08:24 +01:00
Ankit Agarwal
2d3fcda8ec
MDL-50340 adminstration: Fix restore course links
2015-05-25 11:11:20 +05:30
Andrew Hancox
b3834b3632
MDL-50155 core: Move and rename common settings config page
...
AMOS BEGIN
CPY [commonsettings,admin],[commonactivitysettings,admin]
AMOS END
2015-05-18 14:48:01 +01:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Dan Poltawski
0627d5802c
Merge branch 'wip-MDL-45774-master' of git://github.com/abgreeve/moodle
2015-04-14 15:32:13 +08:00
Petr Skoda
91bafd76f5
MDL-49828 timezones: improve settings performance
2015-04-12 12:38:06 +12:00
Adrian Greeve
e5cfbeea76
MDL-49630 admin: defaulthomepage changed to dashboard.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Damyon Wiese
e4522f8841
MDL-48934 navigation: Update the default entries in the user menu.
...
Add mypreferences and remove mybadges and myfiles (You should get to the
last 2 through your dashboard).
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Damyon Wiese
19b2179e94
MDL-45894 navigation: New setting had null default (shows on new install page)
...
Change default to ''
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
c9451960e3
MDL-45894 navigation: My grades update to overview report.
...
Part of MDL-45774
2015-04-10 17:17:05 +08:00
Damyon Wiese
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
Andrew Hancox
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
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
Eric Merrill
c803fa6855
MDL-49298 backup: Make tgz file format standard for backups
2015-03-05 10:07:58 -05:00
Tim Price
d7891c83dd
MDL-18177 backup: addressing coding standards
2015-02-20 11:45:23 +11:00
Matt Sammarco
868b086c4a
MDL-18177 backup: Add backup option to include groups and groupings
2015-02-20 11:45:22 +11:00
David Monllao
a27b8c9b3b
Merge branch 'MDL-48559-master' of git://github.com/ankitagarwal/moodle
2015-02-16 16:51:51 +08:00
Juan Leyva
6655d6ef63
MDL-48294 settings: enablemobilewebservice appears twice
2015-02-05 14:22:04 +01:00
Stephen Bourget
5bc12ca265
MDl-47104 Calendar: Make 'calendar_lookahead' more flexible
2015-01-28 02:24:36 +01:00
Ankit Agarwal
5254140b0c
MDL-48559 cron: Disable web cron by default
2015-01-27 10:14:11 +05:30
Frederic Massart
9fdf16a0fc
MDL-48266 backup: Validate backup_auto_storage config
2015-01-22 17:48:07 +08:00
Dan Poltawski
13e0300961
Merge branch '26226-48304-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:06:04 +00:00
Sam Hemelryk
6c4e70a6d8
Merge branch 'wip_MDL-47830_m29_pwrotation' of https://github.com/skodak/moodle
2014-12-04 12:03:15 +00:00
Dan Poltawski
f9fae51704
Merge branch 'wip-MDL-32547-master-v2' of git://github.com/abgreeve/moodle
...
Conflicts:
version.php
2014-12-04 11:37:48 +00:00
Petr Skoda
1d658535b6
MDL-47830 auth: Add pw rotation restrictions
2014-12-01 08:53:52 +13:00
Adrian Greeve
c35d736a44
MDL-32547 backup: Add setting for backup folder tidy up.
2014-11-28 09:30:03 +08:00