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
John Okely
3f195ab7c8
MDL-45104 logging: Fix spelling of writing
2016-02-25 09:59:28 +08:00
Eloy Lafuente (stronk7)
6ab07f97bf
Merge branch 'MDL-49324-master' of git://github.com/andrewnicols/moodle
2016-02-24 07:55:51 +01:00
Dan Poltawski
d71448e2a6
Merge branch 'wip-MDL-45104-master-v2' of git://github.com/abgreeve/moodle
2016-02-23 11:06:05 +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
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
Adrian Greeve
61f7b10b9a
MDL-45104 logging: Deprecate writting to the legacy log store.
2016-02-23 11:55:30 +08:00
Damyon Wiese
30be6c846a
MDL-49324 Grades: Use a progress bar when recalculating gradebook grades
2016-02-23 08:35:10 +08:00
Eloy Lafuente (stronk7)
642a4fde4b
Merge branch 'wip-MDL-51802-master4' of https://github.com/marinaglancy/moodle
2016-02-16 23:22:35 +01:00
David Monllao
b018aec5da
Merge branch 'MDL-51117-master' of git://github.com/andrewnicols/moodle
2016-02-16 13:26:37 +08: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)
20c3e2c9fc
MDL-51580 lang strings: Delete unused lang strings
...
With previous commit some lang strings became unused. As far as they
are not reusable we are deleting them plain and straight. This is the
list of strings, for reference:
- orphanedquestionscategory
- orphanedquestionscategoryinfo
- oauth2upgrade_message_small
- oauth2upgrade_message_subject
- oauth2upgrade_message_content
- apiv1migration_message_small
- apiv1migration_message_subject
- apiv1migration_message_content
- security_key_notice_message_small
- security_key_notice_message_subject
- security_key_notice_message_content
- pendingupgrades_message_small
- pendingupgrades_message_subject
- pendingupgrades_message_content
2016-02-15 18:38:21 +01:00
Dan Poltawski
220f8115d9
Merge branch 'MDL-44626-master' of git://github.com/andrewnicols/moodle
2016-02-15 10:36:20 +00:00
Marina Glancy
f26481c2dc
MDL-51802 course: allow to edit section names on the course page
2016-02-13 11:07:46 +08:00
Marina Glancy
cdc5f9785b
MDL-51802 core: new template for quick editing a title
...
convert editing tag name to use new template
2016-02-13 11:07:42 +08:00
Andrew Nicols
296af14b19
MDL-51117 JavaScript: Convert alert to M.core.alert in dndupload
...
This also updates a language string to use string params instead of
hard-prefixing.
2016-02-11 08:43:27 +08:00
Andrew Nicols
658a922fa6
MDL-44626 repository: Correct error message when uploading large files
2016-02-11 08:08:57 +08:00
Mark Nelson
664d8be7ea
MDL-48634 core: prevent change of grade values when necessary
...
Three additional checks have been added.
Once grades have been recorded for the activity/grade item -
1) Do not allow the grade type to be changed.
2) Do not allow the scale to be changed.
3) If we are using ratings do not allow the 'Maximum points'
value to be changed.
Also reordered form elements, removed form elements that
were not necessary, added and changed existing language
strings to improve the overall UI.
2016-02-09 17:46:42 +08:00
Damyon Wiese
e7c71c189b
MDL-48634 grades: Make the rescaling option required if maxgrade changes
2016-02-05 18:20:17 +08:00
Damyon Wiese
d629c601c5
MDL-48634 grades: Add an option to rescale when changing the maxgrade
2016-02-05 18:20:17 +08:00
Marina Glancy
4be9c7ad99
MDL-51283 core_tag: Allow each tag area to set 'showstandard'
2016-02-02 17:31:17 +08:00
Marina Glancy
e11d7380c2
MDL-51283 core_tag: change tagtype to isstandard
...
Change 'official' to 'standard' in UI
2016-02-02 17:31:14 +08:00
Dan Poltawski
b42adaab44
Merge branch 'MDL-52702-m' of https://github.com/micaherne/moodle
2016-01-20 14:37:17 +00:00
David Monllao
356e235459
MDL-48621 admin: Warning about events 1 API deprecation
2016-01-19 15:19:13 +08:00
Michael Aherne
5e43eea080
MDL-52702 plagiarism: Improvements to base plugin class
2016-01-18 09:39:54 +00:00
Dan Poltawski
04a03ff282
Merge branch 'wip-MDL-50851-master' of git://github.com/marinaglancy/moodle
2016-01-12 14:17:14 +00:00
Dan Poltawski
b8ab80f07e
Merge branch 'MDL-52210-master' of git://github.com/cameron1729/moodle
2016-01-12 13:36:13 +00:00
Cameron Ball
088d6086d8
MDL-21912 restore: Add admin setting to restore conflicting admin user
2016-01-11 14:08:58 +08:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Cameron Ball
13ae7db2bb
MDL-52210 webservices: Remove AMF webservice
2016-01-05 10:36:26 +08:00
Eloy Lafuente (stronk7)
7828bb972e
Merge branch 'MDL-26935' of https://github.com/andrewhancox/moodle
2015-12-03 11:13:07 +01:00
David Monllao
0ee52b8214
Merge branch 'MDL-51830-master' of git://github.com/lucisgit/moodle
2015-12-03 11:11:04 +01:00
David Monllao
58fe694167
Merge branch 'MDL-51204_lang_coding_style' of git://github.com/andyjdavis/moodle
...
Conflicts:
lang/en/deprecated.txt
lang/en/grades.php
2015-11-30 15:52:46 +08:00
Dan Poltawski
366f05f323
MDL-35982 blog: improve the delete entry confirmation string
...
So that there is more context about what is being deleted.
2015-11-26 14:10:25 +00:00
Ruslan Kabalin
fa29c0c3d4
MDL-51830 course: Add course section deletion event.
2015-11-12 11:19:37 +00:00
Eloy Lafuente (stronk7)
84f7633f82
Merge branch 'MDL-36109-master' of git://github.com/danpoltawski/moodle
2015-11-11 17:10:11 +01:00
Ryan Wyllie
cd0c9ac87d
MDL-50426 message: optional permission check on message
...
Changed the messaging API to allow you to provide a parameter
that will cause the code to check if the sender of the message
has the correct permissions before the message is sent.
The ajax messaging (message button on profile page) has been
updated to perform these permission checks. This brings it
inline with the existing private message page.
2015-11-05 08:20:39 +00:00
Helen Foster
da6ecfd8c1
MDL-52018 lang: Merge English strings from the en_fix language pack
2015-11-02 22:12:06 +01:00
Dan Poltawski
3a723033e8
MDL-36109 accesibility: use proper words for logo alt text
2015-10-30 16:55:03 +00:00
Damyon Wiese
81c471e2a9
MDL-51821 forms: Be more explicit in autocomplete if no suggestions
2015-10-26 14:20:25 +08:00
Dan Poltawski
293197afb3
Merge branch 'MDL-49329-master-multiplug' of git://github.com/mudrd8mz/moodle
2015-10-16 14:53:26 +01:00
Andrew Nicols
8b1eea3bae
Merge branch 'wip-mdl-50647' of https://github.com/rajeshtaneja/moodle
2015-10-16 11:16:36 +08:00
Andrew Nicols
690e23e69d
Merge branch 'MDL-51651-master' of git://github.com/danpoltawski/moodle
2015-10-16 09:21:45 +08:00
Davo Smith
294c4bb0db
MDL-50647 group: add 'not in group' section to groups overview
...
Also adds 'No group' and 'No grouping' filters to the top of the page
2015-10-16 08:53:44 +08:00
Andrew Nicols
62bf94655e
Merge branch 'MDL-50182' of git://github.com/stronk7/moodle
2015-10-16 08:07:04 +08:00
Dan Poltawski
316f8231f8
MDL-51651 lang: the first day of the week is Monday
2015-10-15 10:15:05 +01:00
Damyon Wiese
bb6ca6f360
MDL-51260 tags: Update the tags form element to use the autocomplete field
...
AMOS BEGIN
REM [interestslist_help,moodle] Commas are no longer required
REM [entertags,tag] Commas are no longer required
REM [othertags,tag] Commas are no longer required
AMOS END
2015-10-15 12:03:35 +08:00
Andrew Nicols
176cf1ca91
Merge branch 'MDL-51610-master' of git://github.com/merrill-oakland/moodle
2015-10-15 10:22:18 +08:00
Damyon Wiese
60a1ea56d9
MDL-51247 forms: All new aria-pimped autocomplete mform element.
...
Supports static list of options - or options fetched via ajax.
Has options for single,multi and tags support.
2015-10-14 16:22:44 +01:00