Andrew Hancox
5b7c500a71
MDL-49963 core: Select all button on participant list works across pages
2016-03-07 11:08:12 +00:00
Eloy Lafuente (stronk7)
25a73245c0
Merge branch 'MDL-53200-master-enfix' of git://github.com/mudrd8mz/moodle
2016-03-01 21:23:16 +01:00
Helen Foster
054b863d2f
MDL-53200 lang: Merge English strings from the en_fix language pack
2016-02-25 17:57:59 +01:00
Ruslan Kabalin
375223c6db
MDL-50887 antivirus: Deprecate functions no longer required.
...
This also removes abandoned strings that are no longer in use (since
1e23ff2
landed).
2016-02-25 09:55:45 +00:00
Ruslan Kabalin
001feb6649
MDL-50887 antivirus: Refactor antivirus scanning to use new plugin.
...
This patch moves existing scanning functionality to plugin level. It does
not add anything new, just refactors the existing functionality.
AMOS BEGIN
MOV [clamemailsubject,core],[emailsubject,antivirus]
MOV [clamfailed,core],[clamfailed,antivirus_clamav]
MOV [clamlost,core],[invalidpathtoclam,antivirus_clamav]
MOV [clamunknownerror,core],[unknownerror,antivirus_clamav]
MOV [virusfounduser,core],[virusfounduser,antivirus]
AMOS END
2016-02-25 09:55:45 +00:00
John Okely
3f195ab7c8
MDL-45104 logging: Fix spelling of writing
2016-02-25 09:59:28 +08: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
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
Eloy Lafuente (stronk7)
642a4fde4b
Merge branch 'wip-MDL-51802-master4' of https://github.com/marinaglancy/moodle
2016-02-16 23:22:35 +01:00
Marina Glancy
f26481c2dc
MDL-51802 course: allow to edit section names on the course page
2016-02-13 11:07:46 +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
Cameron Ball
088d6086d8
MDL-21912 restore: Add admin setting to restore conflicting admin user
2016-01-11 14:08:58 +08: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
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
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
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
Andrew Nicols
3648d7963a
Merge branch 'MDL-51427-master' of git://github.com/marinaglancy/moodle
2015-10-13 10:13:43 +08:00
Eric Merrill
d76acdbc17
MDL-51610 course: Change section menu to "Edit" and order buttons
2015-10-12 11:53:33 -04:00
Dan Poltawski
4a06e40908
Merge branch 'MDL-50142_master' of https://github.com/dmonllao/moodle
2015-10-07 12:19:13 +01:00
Eloy Lafuente (stronk7)
b8e0dcbb7e
Merge branch 'MDL-48438' of https://github.com/andrewhancox/moodle
2015-10-07 01:12:17 +02:00
David Monllao
4d37d462ca
MDL-50142 editor: Refining editor preference help
...
All credit goes to Helen Foster.
2015-10-05 09:32:32 +08:00
Ben Tindell
f611319ed4
MDL-50142 user: context sensitive help
...
Added context sensitive help to
Edit Profile > Text Editor
2015-10-05 09:32:32 +08:00
Andrew Hancox
81295fc40e
MDL-48438 core: Add fullname where known to failed login notifications.
2015-10-01 12:44:11 +01:00
Dan Poltawski
a3b1172dcb
Merge branch 'MDL-50602-master' of https://github.com/StudiUM/moodle
2015-09-29 16:03:52 +01: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
Syxton
60cf074239
MDL-48947 course: Section button cleanup
...
Creates a new method of handling all the section related icons.
Including a new method that places these actions in a menu for topic and
weeks course formats. (This version replaces "Edit" with "Topic/Week/or
Section menu")
2015-09-17 10:40:31 -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
Andrew Davis
560c7d6afa
MDL-51204 coding style fixes in /lang
2015-08-26 07:00:03 +08:00
Andrew Davis
d1cb06fb1b
MDL-49950 removed a duplicate string definition
2015-08-26 05:40:31 +08:00
Tony Butler
bf7c844e94
MDL-49582 core_lib: Add button to allow user to reset table preferences
2015-07-16 11:39:25 +01:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Dave Cooper
4c54bc6fe1
MDL-49845 lang: Remove userspreferences string
2015-05-05 16:36:30 +08:00
John Okely
ad13aff7c4
MDL-49983 lang: Remove language strings that were added in 2.9
2015-05-05 11:35:21 +08:00
Dave Cooper
7193ea2cd2
MDL-49845 profile: changed 'My preferences' display logic
2015-05-04 14:02:17 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Helen Foster
0634dc3b76
MDL-50033 lang: Merge English strings from the en_fix language pack
2015-04-29 21:43:00 +02:00
Dave Cooper
f13a911317
MDL-49849 profile: Split site access information into it's own section
2015-04-22 14:08:18 +08:00
Ankit Agarwal
b19cc4ef25
MDL-45898 myprofile: Redesign my profile page
...
Part of MDL-45774.
Contributions by John Okely, Jetha Chan and Damyon Wiese (squashed branch).
AMOS BEGIN
CPY [coursebadges,core_badges], [badges,core_badges]
AMOS END
2015-04-10 17:17:32 +08:00
Damyon Wiese
479fa47d0b
MDL-49632 User preferences: Move preferences out of edit profile form.
...
This is a super confusing place to change your default text editor. Lets
make these things easy to find.
Part of MDL-45774
2015-04-10 17:17:08 +08:00
Adrian Greeve
f495187da7
MDL-48935 navigation: Update the user nav breadcrumbs.
...
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
Frederic Massart
9461ea0679
MDL-45895 user: Preferences page presence in the navigation
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
36ffc1511c
MDL-45895 user: Re-organise orphans nodes on the preferences page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Dave Cooper
81d7de1aa1
MDL-48936 lang: Changed "My Home" to "Dashboard".
...
Part of MDL-45774
2015-04-10 17:16:27 +08:00
Eloy Lafuente (stronk7)
fb42902b28
Merge branch 'MDL-48499' of https://github.com/danielneis/moodle
2015-03-24 22:00:07 +01:00