Frederic Massart
113efed5b0
MDL-51948 admin: Make admin settings RTL friendly
...
Part of MDL-55071
2016-09-23 10:54:22 +01:00
Andrew Nicols
91d52985c5
Merge branch 'MDL-51361' of https://github.com/bostelm/moodle
2016-09-20 11:58:24 +08:00
Dan Poltawski
3fad0f1a24
MDL-48766 iplookup: Update to geoip2 db to support ipv6
...
The previous maxmind geoip database is now legacy and the GeoIP2
version supports ipv6.
2016-09-19 08:59:39 +01:00
Henning Bostelmann
4151ed984a
MDL-51361 backup: Adding default settings for course import
...
Also adding "calendar events" and "competencies" default setting for other backup modes.
2016-09-18 23:39:57 +01:00
Dan Poltawski
080f292ed7
Merge branch 'MDL-55273-cookie-secure-default' of https://github.com/brendanheywood/moodle
2016-08-22 15:25:15 +01:00
Brendan Heywood
657ddbf592
MDL-55273 admin: Change $CFG->cookiesecure default to on
2016-08-22 09:20:32 +10:00
Adrian Greeve
4ae0691169
MDL-22183 lib: Time settings removed for stats cron.
...
Old settings that should be ignored have been removed from the
statistics cron code.
2016-08-18 10:13:31 +08:00
Frederic Massart
2258b4dc41
MDL-55445 core: New setting to host the logos
2016-08-17 10:26:31 +08:00
Russell Smith
bdca62ac6d
MDL-55292 performance: Allow Tideways profiler extension.
...
PHP7 doesn't have any default XHProf support and all other
investigated forks don't have stable PHP7. Tideways is under
active development and is easy to install. The data format
is compatible with XHProf so it is a drop-in replacement in that way.
2016-08-04 21:10:03 +10:00
Dan Poltawski
c3a95c2840
MDL-53222 admin: rejig listing of search areas
2016-07-11 11:38:41 +02:00
Eloy Lafuente (stronk7)
d4ca1215bb
Merge branch 'MDL-54599-31' of git://github.com/vadimonus/moodle
2016-06-27 20:38:18 +02:00
Vadim Dvorovenko
7025aeed03
MDL-54599 Navigation: Sorting plugins by visible name
...
Sorting plugins name in admin settings tree by visible (localized) name.
2016-05-16 23:08:05 +07:00
Joshua Todd Cowper
78c2c3bb42
MDL-51978 admin: default course format to topics
...
Change default setting for default course format to topics, and also fix
coding style issue on same line (75) by adding a space after comma
Change default setting for default number of sections to 4
2016-05-08 22:38:00 +10:00
David Monllao
a5acf308ae
Merge branch 'MDL-51603-dataformat' of https://github.com/brendanheywood/moodle
...
Conflicts:
lib/tests/component_test.php
2016-04-20 12:37:05 +08:00
Brendan Heywood
bff1edbe44
MDL-51603 dataformat: Implement streaming dataformat plugin
2016-04-20 12:39:25 +10:00
Frederic Massart
6be1373ee0
MDL-53700 competency: Migrating settings to core
2016-04-18 11:05:59 +08:00
Damyon Wiese
1356d85151
MDL-52954 core: Change from pandoc to unoconv - it gives better results
...
Most importantly it retains formatting better, and supports different charsets far better than pandoc.
2016-03-30 11:48:39 +08:00
Damyon Wiese
2e76c14e11
MDL-52954 core: Add a document converter to file_storage
...
This lets us convert between common office formats. E.g. docx -> pdf
html -> pdf, html -> ods.
This commit also updates assignment editpdf plugin to use this converter
on all compatible submission files.
2016-03-30 11:48:39 +08:00
Brendan Heywood
162674074e
MDL-53234 admin: Fixed wrong default support email bug
2016-03-09 20:45:56 +11:00
Ruslan Kabalin
1a980fdadb
MDL-50887 antivirus: Fix style issues.
2016-02-25 09:55:45 +00:00
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